ayatana-indicator-notifications-22.2.0/AUTHORS0000644000000000000000000000735614203536240016004 0ustar Abdusalam <1810010207@s.upc.edu.cn> Abraham Roman Ács Zoltán Adolfo Jayme Barrientos Adrià Martín Alexie Brindusescu Allan Nordhøy Anders Jonsson Andrea Gatti antuketot76 Baka Gaijin Boyuan Yang <073plan@gmail.com> Burak Balta Chang Xin <1796162147@qq.com> chrismeurer Cristian Gherman Davit Mayilyan Deleted User Deleted User DHU dmaxime ElectrifiedSpeed Elizabeth Sherrock Emiliano Gabriele Eric Fontanela george k Grace Guo Heimen Stoffels Hosted Weblate iNetRoos Iván Seoane Ján Olexa Jason Conti Jeannette L J. Lavoie Joan CiberSheep Jonathan Ramos dos Santos Kate Kaz koffevar KotagiriSahithi Kristjan Räts k Venkatesan kalimoorthy pillySA Laércio Cordeiro leela <52065244+leela52452@users.noreply.github.com> leela <53352@protonmail.com> Louies Marcela Korreshi MarongHappy maryl Mateusz Rumiński Mattias Münster Mertcan Gokgoz Michele Mike Gabriel Milan Korecky Milo Ivir Moo Oğuz Ersen Pavel Borecki Phil Clifford phlostically Prosta4okua Quentin PAGÈS raimon ribal Reza Almanda Robert Tari Rob Pearson Rokas Kasnauskas Rui Mendes Ryan sai vineeth kumar tumu Sebastian Rasmussen Simon Picot ssantos Swann Martinet Talking Panda Tasos Sahanidis Tetra Homer THANOS SIOURDAKIS Theeiss Tobias p Tomáš Marný tommymaple trism Ulf Lundh Viktar Vauchkevich WaldiS wdggg Weblate Wellington Terumi Uemura winqooq yagoub fadel Yaron Shahrabani Yota321 Yuji Hon Zdeněk Klauda Zsolt Pastorek Володимир Бриняк Марс Ямбар Мира Странная ayatana-indicator-notifications-22.2.0/.build.yml0000644000000000000000000000744714203536240016635 0ustar ######################################################### # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: archlinux: # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ayatana-indicator-notifications - clang - gcc - git - make - startup-notification - which - cmake - cmake-extras - intltool # - libayatana-common - gobject-introspection # - liblomiri-url-dispatcher - vala - glib2 - systemd debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-notifications - clang - clang-tools - g++ - cppcheck - git - cmake - cmake-extras - intltool # - libayatana-common-dev - gobject-introspection - libgirepository1.0-dev - liblomiri-url-dispatcher-dev - valac - libglib2.0-dev - systemd ubuntu: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool # - libayatana-common-dev - gobject-introspection - libgirepository1.0-dev - liblomiri-url-dispatcher-dev - valac - libglib2.0-dev - systemd ubuntu:focal: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool # - libayatana-common-dev - gobject-introspection - libgirepository1.0-dev # - liblomiri-url-dispatcher-dev - valac - libglib2.0-dev - systemd variables: - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr -enable-checker alpha.core.SizeofPtr -enable-checker alpha.security.ArrayBoundV2 -enable-checker alpha.security.MallocOverflow -enable-checker alpha.security.ReturnPtrRange -enable-checker alpha.unix.SimpleStream -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.unix.cstring.NotNullTerminated -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' before_scripts: - cd ${START_DIR} - if [ ! -d libayatana-common-build ]; then - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build - fi - cd libayatana-common-build - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install - cd - - rm -Rf libayatana-common-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - if [ -e ./CMakeLists.txt ]; then - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -DENABLE_TESTS=ON - else - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON - fi - else - exit 1 - fi - - 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 # - XVFB_RUN="$(which xvfb-run || true)" # - if [ ${DISTRO_NAME} == "debian" ];then # - if [ -e ./CMakeLists.txt ]; then # - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test # - fi # - fi ayatana-indicator-notifications-22.2.0/ChangeLog0000644000000000000000000011635014203536240016501 0ustar 2022-02-17 Mike Gabriel * release 22.2.0 (HEAD -> main, tag: 22.2.0) 2022-02-16 Mike Gabriel * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' (0268f09) 2022-02-15 Robert Tari * Drop pkglibexecdir and use native CMake file configuration (db51353) 2022-02-08 Robert Tari * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system (1356964) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/cleanup-compile-flags' (a949160) 2022-01-13 Robert Tari * .build.yml: Drop extra compilation flags and build with -Werror (b835d12) * Use Ayatana-style CMakeList + clean up compilation flags (e626ade) 2022-01-24 Eric * Translated using Weblate (Chinese (Simplified)) (f9e30eb) 2022-01-02 ssantos * Translated using Weblate (Portuguese) (f7d548d) 2021-11-21 phlostically * Translated using Weblate (Esperanto) (95bbde9) 2021-11-20 phlostically * Translated using Weblate (Esperanto) (aa022b0) 2021-11-18 phlostically * Translated using Weblate (Esperanto) (a7e5643) 2021-11-18 Mike Gabriel * release 0.9.0 (378e9eb) (tag: 0.9.0) 2021-11-16 Phil Clifford * Translated using Weblate (Gaelic) (b47e4c8) 2021-11-09 Joan CiberSheep * Translated using Weblate (Catalan) (ea8c08c) 2021-11-03 ElectrifiedSpeed * Translated using Weblate (Macedonian) (5e3962d) 2021-10-25 Robert Tari * Merge branch 'sunweaver-pr/travis-ci' (dc23d05) 2021-10-25 Mike Gabriel * .build.yml: Remove source code of locally built dependency after it has been installed. (6a12835) * .build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target. (0177abb) * .build.yml: Drop autogen.sh support. (430f663) 2021-10-22 Robert Tari * data/CMakeLists.txt: Do not use automatic GSchema compilation (230fc52) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/use-intltool-merge-translations' (5d85bac) 2021-10-21 Robert Tari * data/CMakeLists.txt: Use intltool_merge_translations instead of execute_process (b3794cf) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/use-native-cmake-gsettings-module' (fd3eb1c) 2021-10-20 Robert Tari * Use native CMake GSettings module (633a426) * .travis.yml: Temporarily disable ppc64le builds (11d6a5f) 2021-08-29 Hosted Weblate * Update translation files (25c0830) 2021-08-29 Mike Gabriel * debian/{control,compat}: Bump to level 10. (366848d) * debian/rules: Enable unit tests (if there were any). (2b27994) 2021-08-28 Mike Gabriel * .build.yml: Provide extra dependency set for ubuntu:focal (no liblomiri-url-dispatcher-dev). (ed263de) * .build.yml: Fix for previous commit (libayata-common build requirements). (8a606b2) * .build.yml: Add new build requirements for libayatana-common to dependency blocks. (711e1b1) 2021-08-28 Weblate * Added translation using Weblate (Kurdish (Southern)) (77de31d) * Added translation using Weblate (Kurdish (Northern)) (281a10a) 2021-08-28 Mike Gabriel * .travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts. (a767560) 2021-07-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (332c422) 2021-05-12 Mike Gabriel * Merge branch 'tari01-pr/remove-gtk-update-icon-cache' (5b18f52) 2021-02-12 Robert Tari * Do not update icon cache from CMake (ad974a6) 2021-05-11 Robert Tari * Merge branch 'sunweaver-pr/travis' (1e912a0) 2021-05-06 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (10498d3) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (919bd79) 2021-03-30 Hosted Weblate * Update translation files (4b4312f) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (e544c9e) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (f3d36a4) 2021-03-11 Boyuan Yang * Translated using Weblate (Chinese (Simplified)) (740ebe3) 2021-02-04 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (f6da908) 2021-05-06 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (06f0991) 2021-05-04 Mike Gabriel * Travis CI: Disable unit test runs (none present). (9c9a8d6) * Travis-CI: Initial draft for CI builds. (907e80e) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (9b833e0) 2021-03-30 Hosted Weblate * Update translation files (2e35409) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (2f74547) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (bf2f1ef) 2021-03-11 Boyuan Yang * Translated using Weblate (Chinese (Simplified)) (d37520b) 2021-02-04 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (1eb1c07) 2021-01-28 Mike Gabriel * release 0.8.90 (03bb6d5) (tag: 0.8.90) 2021-01-16 Kristjan Räts * Translated using Weblate (Estonian) (f8e575d) 2020-12-29 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (60cfca2) 2020-12-30 J. Lavoie * Translated using Weblate (Italian) (7f9b558) * Translated using Weblate (French (Canada)) (454a73c) * Translated using Weblate (French) (4bf7870) * Translated using Weblate (English (United Kingdom)) (b4cf794) * Translated using Weblate (English (Canada)) (92deeea) * Translated using Weblate (English (Australia)) (8466236) 2020-12-02 Milo Ivir * Translated using Weblate (Croatian) (93c72ba) 2020-11-30 Mike Gabriel * Merge branch 'tari01-pr/use-ido-removable' (3ad237d) 2020-11-30 Robert Tari * service.c: Switch over to Removable IDO (316bbee) 2020-11-26 Ács Zoltán * Translated using Weblate (Hungarian) (737fc32) 2020-11-23 Adolfo Jayme Barrientos * Translated using Weblate (Spanish) (788f469) 2020-11-17 Quentin PAGÈS * Translated using Weblate (Occitan) (42cb70b) 2020-11-18 Moo * Translated using Weblate (Lithuanian) (eab97ad) 2020-11-12 Oğuz Ersen * Translated using Weblate (Turkish) (c7e3b9b) 2020-11-12 Anders Jonsson * Translated using Weblate (Swedish) (c23e61b) 2020-11-12 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (e2b9c19) 2020-11-12 Mike Gabriel * Translated using Weblate (German) (58e2693) 2020-11-12 Milan Korecky * Translated using Weblate (Czech) (520cad0) 2020-11-13 Mike Gabriel * Merge branch 'tari01-pr/update-icon-on-remove' (f71b416) 2020-11-13 Robert Tari * Change the icon after the last notification has been removed (c007dce) 2020-11-12 Mike Gabriel * debian/control: Fix B-D field, empty lines not allowed there. (77f0168) * locale: Update translation files after rewrite to indicator-ng.h System Indicator style. (a146339) * locale: Update .pot file. (9833b92) * po/POTFILES.in: Update list of code files that might contain translatable strings. (953bdbb) * update-pot.sh: Fix GETTEXT_DOMAIN detection. This is now a CMake project. (c22f9fb) * Merge branch 'tari01-pr/url-dispatcher' (2219106) 2020-11-12 Robert Tari * Remove all references to url-dispatcher (7d16f61) 2020-11-10 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (4fd70a5) 2020-11-11 Milan Korecky * Translated using Weblate (Czech) (e7add1e) 2020-11-11 Mike Gabriel * Merge branch 'tari01-pr/system-indicator-rewrite' (f34109b) 2020-11-08 Robert Tari * Rewrite to indicator-ng, simplify, drop all GTK references, move to CMake (f9a39b4) 2020-11-01 Hosted Weblate * Update translation files (f872e90) 2020-10-31 Weblate * Added translation using Weblate (Italian) (3a9d041) * Added translation using Weblate (Tamil (Sri Lanka)) (1edb48e) * Added translation using Weblate (Dhivehi) (9526506) * Added translation using Weblate (Venetian) (4a14169) * Added translation using Weblate (Kashubian) (fa03b0b) * Added translation using Weblate (Macedonian) (85f5413) * Added translation using Weblate (Friulian) (b7e1c2a) * Added translation using Weblate (Tatar) (5663566) 2020-10-28 Milan Korecky * Translated using Weblate (Czech) (74008ed) 2020-10-27 Adrià Martín * Translated using Weblate (Sardinian) (81807c3) 2020-10-26 Joan CiberSheep * Translated using Weblate (Catalan) (446d2a6) 2020-10-27 Hosted Weblate * Update translation files (e56cf01) 2020-10-26 Michele * Translated using Weblate (Italian) (5bacccc) 2020-10-26 Weblate * Added translation using Weblate (Manx) (b7bb7fc) * Added translation using Weblate (Afar) (ebe604f) * Added translation using Weblate (Nyanja) (c424b97) * Added translation using Weblate (Assamese) (aa16f0a) * Added translation using Weblate (Wolof) (efc1fb4) 2020-10-24 Ács Zoltán * Translated using Weblate (Hungarian) (6680b63) 2020-10-11 Quentin PAGÈS * Translated using Weblate (Occitan) (7ae5e9d) 2020-10-10 Rob Pearson * Translated using Weblate (English (United Kingdom)) (e445bd7) * Translated using Weblate (English (Australia)) (9808c2f) 2020-10-10 Yota321 * Translated using Weblate (Bengali) (a7d35dd) 2020-10-08 koffevar * Translated using Weblate (Russian) (88dc9cc) 2020-09-27 Ján Olexa * Translated using Weblate (Slovak) (421df9f) 2020-09-28 Adolfo Jayme Barrientos * Translated using Weblate (Spanish) (f8b3c53) 2020-09-25 Talking Panda * Translated using Weblate (Turkish) (365473a) 2020-09-25 Quentin PAGÈS * Translated using Weblate (Occitan) (6d8f5d3) 2020-09-23 Viktar Vauchkevich * Translated using Weblate (Belarusian) (88329f3) 2020-09-18 Talking Panda * Translated using Weblate (Turkish) (9ba5c82) 2020-09-10 Mike Gabriel * release 0.8.2 (0a7866e) (tag: 0.8.2) 2020-09-08 Milo Ivir * Translated using Weblate (Croatian) (0af2c78) 2020-09-06 Baka Gaijin * Translated using Weblate (Japanese) (a3b468b) 2020-09-03 tommymaple * Translated using Weblate (Chinese (Traditional)) (6938c1d) 2020-09-03 sai vineeth kumar tumu * Translated using Weblate (Telugu) (229971e) 2020-09-04 antuketot76 * Translated using Weblate (Malay) (9b38172) 2020-09-04 Rokas Kasnauskas * Translated using Weblate (Lithuanian) (8f39ee4) 2020-09-04 Mike Gabriel * Merge branch 'tari01-pr/add-separator' (2c86731) 2020-09-04 Robert Tari * src/indicator-notifications.c: Add separator after notification list. (bbfcf3d) 2020-08-28 Anders Jonsson * Translated using Weblate (Swedish) (300f66f) 2020-08-25 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (0bf1981) 2020-08-27 Ulf Lundh * Translated using Weblate (Swedish) (f7ac9ae) 2020-08-22 Anders Jonsson * Translated using Weblate (Swedish) (92489f0) 2020-08-21 Mike Gabriel * Translated using Weblate (German) (5dcede2) * release 0.8.1 (dd22415) (tag: 0.8.1) * README.md: Provide some basic information on the notifications indicator. (493e766) * Merge branch 'sunweaver-pr/port-patches-from-indicator-notifications-by-trism' (e362432) 2020-08-20 Mike Gabriel * Update translation files (for blacklist/filter-list renaming and do-not-disturb feature). (d50e5a3) 2020-08-21 Jason Conti * src/indicator-notifications: settings_try_set_boolean(): Enable the recursive schema lookup so we have a better chance of finding it. (ab78838) 2020-08-20 Jason Conti * Rename blacklist to filter-list. (aca92b3) 2020-08-20 Tasos Sahanidis * Add option to swap Settings and Clear. (3fbc05d) 2019-09-05 Jason Conti * Discard notifications when indicator is hidden. (d1b76b9) 2020-08-20 Jason Conti * Add do-not-disturb mode read/unread icons. (8f19524) * Add our own do-not-disturb setting. (82ca918) 2019-08-30 Jason Conti * Add mate do-not-disturb option if available. (77fb1c1) 2020-08-20 Jason Conti * Add blacklist hints for recent application names. (e4bf77f) 2020-08-20 Mike Gabriel * Revert "Start indicator in systemd when ayatana-indicators.target is started." (ed884c0) 2020-08-19 Mike Gabriel * configure.ac: Fix-back author in AC_INIT(). (b03aa69) 2020-08-17 Mike Gabriel * release 0.8.0 (a128095) (tag: 0.8.0) 2020-08-11 Robert Tari * Merge branch 'sunweaver-pr/sytemd-service-file' Attributes GH PR #5: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/5 (f15307a) * Merge branch 'pr/sytemd-service-file' of https://github.com/sunweaver/ayatana-indicator-notifications into sunweaver-pr/sytemd-service-file Attributes GH PR #5: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/5 (7d7dc11) 2020-08-10 Robert Tari * Fix deprecations (fixes #4) (d9fced1) 2020-08-10 Mike Gabriel * debian/*: Install indicator's systemd user service file into DEB package. (d75eb5f) * Start indicator in systemd when ayatana-indicators.target is started. (8189b65) 2020-08-06 Prosta4okua * Translated using Weblate (Ukrainian) (ac5d686) 2020-07-29 Ács Zoltán * Translated using Weblate (Hungarian) (af7f749) 2020-07-19 Tetra Homer * Translated using Weblate (Persian) (944db30) 2020-07-03 Tobias p * Translated using Weblate (Danish) (7cafce0) 2020-06-27 Zsolt Pastorek * Translated using Weblate (Slovak) (3a99782) 2020-06-21 Kate Kaz * Translated using Weblate (Ukrainian) (fab1cf8) 2020-06-19 Ács Zoltán * Translated using Weblate (Hungarian) (5fa3a25) 2020-06-14 MarongHappy * Translated using Weblate (Korean) (fdf612b) 2020-05-26 wdggg * Translated using Weblate (Chinese (Simplified)) (408851b) 2020-05-09 iNetRoos * Translated using Weblate (Afrikaans) (a19852e) 2020-05-08 Abdusalam * Translated using Weblate (Uyghur) (4ac1105) 2020-04-27 Jeannette L * Translated using Weblate (Italian) (2c4e19a) * Translated using Weblate (French (Canada)) (ba07bb9) * Translated using Weblate (English (United Kingdom)) (03281e5) * Translated using Weblate (English (Canada)) (9f45840) * Translated using Weblate (English (Australia)) (0f110d9) 2020-04-16 george k * Translated using Weblate (Greek) (8fc593c) 2020-04-14 Jeannette L * Translated using Weblate (French) (29b8919) 2020-04-04 Kristjan Räts * Translated using Weblate (Estonian) (097b646) 2020-04-03 raimon ribal * Translated using Weblate (Occitan) (f16bd63) 2020-04-01 Davit Mayilyan * Translated using Weblate (Armenian) (8f3870d) 2020-03-29 Alexie Brindusescu * Translated using Weblate (Romanian) (cbc68e1) 2020-03-26 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (918addb) 2020-03-16 Grace Guo * Translated using Weblate (Japanese) (ff14973) 2020-03-14 yagoub fadel * Translated using Weblate (Arabic) (a94a393) 2020-03-05 Zdeněk Klauda * Translated using Weblate (Czech) (fe73eb4) 2020-02-25 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (2e2201d) 2020-02-06 Laércio Cordeiro * Translated using Weblate (Portuguese (Brazil)) (e139d80) 2020-01-27 Ryan * Translated using Weblate (Korean) (b615cb2) 2020-01-25 Emiliano Gabriele * Translated using Weblate (Italian) (9dbc449) 2020-01-05 k Venkatesan kalimoorthy pillySA * Translated using Weblate (Tamil) (faae206) 2020-01-02 Milo Ivir * Translated using Weblate (Croatian) (c20b14a) 2019-12-20 DHU * Translated using Weblate (Portuguese) (ca23f4b) 2019-12-15 dmaxime * Translated using Weblate (Italian) (a687ba9) 2019-12-13 Prosta4okua * Translated using Weblate (Ukrainian) (ed35d16) 2019-11-26 Yuji Hon * Translated using Weblate (Japanese) (0d6475c) 2019-11-27 Mike Gabriel * release 0.4.1 (cdb8b76) (tag: 0.4.1) 2019-11-22 Burak Balta * Translated using Weblate (Turkish) (191e5e5) 2019-11-15 Theeiss * Translated using Weblate (Portuguese) (b10ea19) 2019-11-14 winqooq * Translated using Weblate (Russian) (48c6f82) 2019-11-10 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (482fa06) 2019-11-06 Deleted User * Translated using Weblate (Norwegian Bokmål) (1703507) 2019-11-04 maryl * Translated using Weblate (Russian) (2ca658f) 2019-11-02 Allan Nordhøy * Translated using Weblate (Albanian) (e06845c) 2019-11-01 Deleted User * Translated using Weblate (Portuguese) (ab1d08c) 2019-10-30 Marcela Korreshi * Translated using Weblate (Albanian) (981dd02) 2019-10-23 Mattias Münster * Translated using Weblate (Swedish) (7bfd4fd) 2019-10-23 Fontanela * Translated using Weblate (Portuguese) (3073b64) 2019-10-12 Andrea Gatti * Translated using Weblate (Italian) (c1d9b36) 2019-10-07 Mateusz Rumiński * Translated using Weblate (Polish) (8e74a90) 2019-09-07 Abraham Roman * Translated using Weblate (Spanish) (987f750) 2019-09-02 Swann Martinet * Translated using Weblate (French) (96e8bd8) 2019-09-01 Moo * Translated using Weblate (Lithuanian) (9f1b33d) 2019-09-01 trism * Merge pull request #2 from leela52452/master (26fd86c) 2019-09-01 leela * typo ellipsis, added (554340f) 2019-08-29 Anders Jonsson * Translated using Weblate (Swedish) (084399b) 2019-08-28 Heimen Stoffels * Translated using Weblate (Dutch) (0ed01d6) 2019-08-29 Mike Gabriel * Translated using Weblate (German) (15d1e00) 2019-08-28 Mike Gabriel * upload locale files (cd1e9aa) 2019-06-08 Jason Conti * Add a settings UI (55483b8) 2019-08-25 leela * Translated using Weblate (Telugu) (fe7ea61) 2019-08-10 KotagiriSahithi * Translated using Weblate (Telugu) (192d47c) 2019-08-06 Chang Xin * Translated using Weblate (Chinese (Simplified)) (2271553) 2019-07-23 Simon Picot * Translated using Weblate (French) (3dad1c2) 2019-07-01 Elizabeth Sherrock * Translated using Weblate (Chinese (Simplified)) (00f0cfe) 2019-06-18 THANOS SIOURDAKIS * Translated using Weblate (Greek) (344e562) 2019-04-17 Rui Mendes * Translated using Weblate (Portuguese) (b4fc77f) 2019-01-11 Louies * Translated using Weblate (Chinese (Traditional)) (55effe9) 2018-11-18 ssantos * Translated using Weblate (Portuguese) (3b7d042) 2018-10-23 Iván Seoane * Translated using Weblate (Galician) (2c800fe) 2018-09-27 Володимир Бриняк * Translated using Weblate (Ukrainian) (a5edc07) 2018-08-23 WaldiS * Translated using Weblate (Polish) (f98c693) 2018-08-05 Yaron Shahrabani * Translated using Weblate (Hebrew) (2bd7c2d) 2018-07-29 chrismeurer * Translated using Weblate (Portuguese (Brazil)) (01bea21) 2018-06-29 Jonathan Ramos dos Santos * Translated using Weblate (Portuguese (Brazil)) (854cabd) 2018-05-08 Heimen Stoffels * Translated using Weblate (Dutch) (b8b3541) 2018-05-02 Adolfo Jayme Barrientos * Translated using Weblate (Spanish) (b54f0b9) 2018-04-03 Pavel Borecki * Translated using Weblate (Czech) (1c9c71a) * Translated using Weblate (Czech) (6b1a575) * Translated using Weblate (Czech) (150397c) * Translated using Weblate (Czech) (590e477) 2018-03-29 Anders Jonsson * Translated using Weblate (Swedish) (e20b408) 2018-03-18 Mike Gabriel * release 0.4.0 (4408ecb) (tag: 0.4.0) * debian/rules: Use NEWS file as upstream ChangeLog. (16d9585) * debian/copyright: Fix Source: field's URL. (db57cc0) * debian/copyright: Use secure URI for copyright format reference. (78bfe0b) * debian/control: Bump Standards-Version: to 4.1.3. No changes needed. (534fd91) * debian/rules: Make sure config.guess and config.sub are removed during clean, as well. (2a15d3c) * debian/rules: Keep .pot file in po/ after dh_auto_clean. Work around for flawed gettext autotools integration it seems. (7340464) 2018-03-01 Moo * Translated using Weblate (Lithuanian) (bd404e0) 2018-02-28 Мира Странная * Translated using Weblate (Russian) (ed1a794) 2018-02-08 Mertcan Gokgoz * Translated using Weblate (Turkish) (c4448e2) 2018-02-03 Cristian Gherman * Translated using Weblate (Romanian) (e6fec6d) * Translated using Weblate (Romanian) (016933e) 2018-01-22 Марс Ямбар * Translated using Weblate (Ukrainian) (d3109e8) 2018-01-01 Anders Jonsson * Translated using Weblate (Swedish) (b05583d) 2017-12-19 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (3c4a520) 2018-01-04 Yaron Shahrabani * Translated using Weblate (Hebrew) (ad29133) 2017-12-31 Sebastian Rasmussen * Translated using Weblate (Swedish) (5f930cb) 2017-12-23 Kristjan Räts * Translated using Weblate (Estonian) (de87650) 2017-12-18 Viktar Vauchkevich * Translated using Weblate (Belarusian) (b2bd3fc) 2017-12-06 Mike Gabriel * po/de.po: Tiny translation fix. (3b17cfa) * Enable locale support at runtime. (4053ab0) * po/de.po: White-space fixes. (84fb494) * po/de.po: Manually add German translation. We are not on Weblate, yet. (ac0556f) * Update translation files. (6c0e236) * Makefile.am: Add some build cruft files to DISTCLEANFILES. (7ce7809) * update-po.sh: Tweak file names in .po files ending with .xml.in.in.h. (cabc67e) * update-pot.sh: Drop the .h from filenames in .pot file ending with .xml.in.in.h. (48e19a9) * po/: Add LINGUAS file. (cf88f15) 2017-12-05 Mike Gabriel * debian/postinst: Remove. The libglib2.0-bin package has a trigger for that for years. (5e34246) * debian/control: Correct the point about the configuration dialog, the dialog is actually dconf-editor for now. (6604804) 2017-12-04 Jason Conti * Update icon names in source defines (6bdff16) 2017-12-03 Mike Gabriel * Name change of libnotifications.so -> libayatana-notifications.so. (3c81b45) 2017-12-02 Mike Gabriel * debian/control: Fix D (glib2.0-bin -> libglib2.0-bin). (08b5d49) * gschema: Namespace adaptations for gschema file. (848ebda) * Drop .bzrignore. (da40552) * debian/{control,postinst}: Recompile GSettings schemas at post installation. (3e0b02e) * Makefile.am: no localinstall anymore. (7ed5f4a) * po/: Initialize translation files. (a6c920d) * update-po(t).sh: Add translation update tools. (ebc7f29) * Import and adapt packaging from recent-notifications' ppa-indicator branch. (a559a64) * Convert to Ayatana Indicators. (6bc2b28) 2017-03-15 Jason Conti * Add option to clear the notifications using middle click on the notification icon.; Bump version. (27a4b02) (tag: 0.3.3) 2016-08-29 Jason Conti * Need to escape the url otherwise certain acceptable characters can break the markup parsing in the GtkLabel.; Bump version. (6dd7a72) (tag: 0.3.2) * When updating the notification count on the clear item, deactivate the menu shell if that count is zero. This avoids leaving a single clear menuitem on screen after all the notifications have been dismissed.; Bump version. (700170f) (tag: 0.3.1) * Comment the new functions in notification-menuitem.c; Bump version. (ed985a8) 2016-08-28 Jason Conti * Make sure the button event started and ended on the close image before we dismiss the notification (76d7872) * Added back hide_on_activate = false on the notification menuitem - Enables using space when in keyboard navigation to avoid closing the menu; Added custom close icons for selected and deselected notifications - Since we don't set PRELIGHT, needed a way to show the selected notification during keyboard navigation - gtk-close is deprecated anyway, so might as well use our own - Can be replaced by the icon theme to look more appropriate (39810bb) 2016-08-27 Jason Conti * Scan the notification body for links and mark them up, escape everything else (83f8134) * Import urlregex files to handle matching and expanding urls (9b0c58a) 2016-08-25 Jason Conti * Added support for visiting links within notifications - Currently inserting two test links into each message (no link parsing) - Changes how notifications are highlighted and closed + Removed prelight on the menuitem so that the links render correctly + Must click the X to close a notification now (9cb6e6e) 2015-10-23 Jason Conti * Fix a serious memory leak in notification_new_from_dbus_message. * Bump version. (b67ee91) 2014-05-31 Jason Conti * Add button argument to notification menuitem clicked signa. Replace deprecated stock icon api (c136c4f) 2014-01-15 Jason Conti * Add AM_PROG_AR to silence autotools warning (8be9606) (tag: 0.2.6) * Bump version to 0.2.6 (9a1bcbd) * Use icon-name instead of pixbufs to set the indicator icon; Move the default icons to datadir/pixmaps/ (5be88b3) * New GSetting: - "blacklist" - discard notifications matching appname (5ef0c20) 2013-02-17 Jason Conti * Bump version to 0.2.5 (d16be93) (tag: 0.2.5) * Import patch for eavesdrop support required by recent dbus versions. - Drop this patch if using an older version that doesn't require eavesdropping. (69d098d) * Add GSettings support. - hide-indicator key to show/hide the indicator - max-items key to change the maximum number of displayed notifications (075774f) 2012-04-04 Jason Conti * Bump for version 0.2.4 (233e68f) (tag: 0.2.4) * Use style-updated intead of style-set to track style changes on GtkImage, since style-set is deprecated and seems to be broken for GtkImage. (8e252e0) * Bump to version 0.2.3 (8d92259) (tag: 0.2.3) 2012-02-29 Jason Conti * Implement secondary-activate to dismiss or reactivate the unread icon on middle click. (ddc4a14) 2012-02-26 Jason Conti * Update potfiles.; Bump version to 0.2.2. (1ac07fe) (tag: 0.2.2) * Emit the clicked signal when the keyboard activates a menuitem. - If using the spacebar, the menu won't hide - If using enter, the menu hides (9203963) * Move the button events to notification menuitem.; Add a clicked event to the notification menuitem.; Drop the old new_notification_menuitem code. (5d8d44a) * Move the notification menuitem to a separate class. (1bcf41c) * Rename notification_is_volume to notification_is_private.; Add filters for indicator-sound and brightness notifications. * Strip whitespace leading and trailing whitespace from the summary and body. (df8ae86) 2012-02-25 Jason Conti * Update potfiles; Bump version to 0.2.1 (bafd836) (tag: 0.2.1) * Bump version to 0.2.0 (7dedb95) (tag: 0.2.0) * Don't hide the menu when removing a notification. (49b8359) * Remove a notification when clicked. Unfortunately this hides the menu unless the item is activated with the spacebar, so needs fixing. (a232d4c) * Implement the clear item; Add safety checks to most of the functions (a286008) * Reorganize and comment indicator-notifications.c (2a370d1) * Add a clear item that also keeps a notification count. - Still need to implement the clear action (5e46847) * Reintroduce the visible item limit, currently hard-coded to 5 (2a29da2) * Add notification_is_empty to catch useless notifications such as brightness and volume, which are not always properly marked. (a46ca96) * Forgot AC_OUTPUT in configure.ac (6712160) * Move dev tools to the tools/ directory; Missed some extra [] in configure.ac (d7fc1f1) * Drop old dbus service file.; Clean up configure.ac; Drop gtk2 build (19e6cdf) 2011-09-08 Jason Conti * Disable the resize_menu code. (dad2586) 2011-08-29 Jason Conti * Make sure to unref the dbus-spy when the indicator is disposed. (52cd1d8) * Switch to gtk_menu_shell_prepend so new messages appear on top. (e6a38a2) * Simplified the indicator by removing the dbus service. Still needs: - Clear button - Message limit; GTK3 is having issues with the multi-line menu items. Adding a bit of a hack to calculate the size of the menu and resize it when an item is added. Still has some problems, but better than before. Will probably cause other issues that will need to be addressed later. (cb1da85) 2011-08-21 Jason Conti * Revert previous commit, the reposition fix isn't working. (467b817) 2011-08-20 Jason Conti * Reposition the menu when it becomes visible, otherwise parts will be cut off when popped up near the edge of the screen (fd33d25) 2011-08-19 Jason Conti * Bump for oneiric ppa release (091af8d) (tag: 0.1.4) * Fix XML service substitution so it works from a separate build directory (a134d99) * Add a WITH_GTK (2, 3) definition to handle some of the minor differences between gtk2 and 3; Replace gtk_hbox_new with gtk_box_new in the gtk3 version; GtkLabel has a new (and much nicer) wrapping mechanism - use gtk_label_set_max_width_chars in gtk3 version (5989649) (tag: 0.1.3) * Update libindicator pkg-config names. (c5ac5ce) 2011-07-02 Jason Conti * Updated testing scripts for new gtk3 indicator. (6d46725) 2011-06-29 Jason Conti * Building --with-gtk=3 for oneiric (e50789b) 2011-05-27 Jason Conti * Modified the logging mechanism in the service. The one I stole from indicator-applet was inconsistant. Sometimes messages would be logged, sometimes they wouldn't. This time took one from lightdm that just uses stdio, and it seems to work much more consistantly. (5c375d5) 2011-05-19 Jason Conti * Bumping version and removing some unnecessary dependencies. (a25826c) 2011-05-18 Jason Conti * Have to add the test directory back to Makefile.am or the tarball from make dist fails to configure. (could also have removed the test makefile from configure.ac, but this seemed better) (88c859a) (tag: 0.1.0) * Had to prefix the status icons with indicator- because otherwise they can conflict with the obsolete icons in the recent-notifications package, which I should probably remove. (847eb7d) * Updated the pot file. Not many strings so far. (56ddef2) * Updating icon path to correct location in preparation for proper install. (c563991) 2011-05-17 Jason Conti * Checking for, and discarding volume notifications, since they contain no useful information (which is stupid, why can't they provide a summary (Volume Up/Down) and body (Current volume level X%). (344eaf6) * Adding a timestamp to the messages. Currently sends a timestamp string across dbus, but ideally it will send an integer, and the indicator can decide how to display it (time ago in words, custom time format, etc). (425bde7) * Removed the placeholder filter item for now. It serves no purpose with a limit of 5 items. Added a empty item to signify when the menu has 0 notification, instead of just leaving a blank space. (c802236) 2011-05-16 Jason Conti * Proof of concept complete, should probably add timestamps next. (4952566) * A bit of renaming with the dbusmenu properties. (465d4f1) * Building the menuitem, now works the same as before. Next comes markup. Should I markup the text server side or add a property to the dbusmenu item for each field, and build the menuitem client side from the properties? (0d7a9f1) * Should have checked my syntax errors before that last commit. Fixed now. (232a243) * Adding a new notification menuitem type. It isn't currently a custom menuitem, but may need to be eventually. (2fe93bc) 2011-05-15 Jason Conti * Update indicator icon to unread when a message is received, and to read when the menu is hidden. (f055a17) * Couldn't seem to get a signal when a menu item is added to the dbusmenu, so adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu. (239dec6) * Loading the read and unread icons when the image is first requested. TODO: Need to reload them when the icon theme changes. (fc92dc2) 2011-05-14 Jason Conti * Removed the label from the indicator. May add it back later for a message count. (d23cd18) * Added the icon to the indicator. Currently using a hardcoded path, will grab from the icon theme later, but need to add the local path to the icon theme for testing. (11998bf) * Adding gdk pixbuf to the deps for gtk2. Don't know what to use with gtk3 yet. (d98fb2f) * Forgot to add data/icons/Makefile to configure.ac. (d49b557) * Attempting to add icons to the install target. Will put them in correct locations later. (dd5d2de) * Adding back the functionality to clear the notifications. (706a318) * Updating in the idle loop seems to have fixed the updating, so added the gqueue back, as well as a fixed limit of 5 items for now (until preferences are added later). (0b8c3b2) 2011-05-13 Jason Conti * Added add_message_item to the idle loop and it seems to be working much better now. (bdf9d90) * Checking the number of children. They are correct, so they just aren't being sent over dbus. (51bea07) * Removing the queue for the moment, adding menu items when messages arrive seems to only be partially working for some reason. (64930be) * Logging the service to a file (~/.cache/indicator-notifications-service.log). The indicator messages appear to go to indicator-applet-complete.log, so shouldn't need to set up separate logging there. (fe71ed3) * Integrated the dbus-spy. Menu items for notification summaries are appended as they arrive. (9c9ceb6) * Importing dbus-spy and notification dbus objects to watch dbus for org.freedesktop.Notification.Notify messages (from test project). (c64309f) 2011-05-10 Jason Conti * Something didn't like the hyphen in recent-notifications so changed the bus names to RecentNotifications. My guess is libindicator, since dbus let me register com.launchpad.recent-notifications.indicator but the menu path didn't show up. (2d97be1) * Commenting out an unneeded variable to remove a warning. (229226f) * Missed a rename. (244eb97) * Completed the great renaming. Time for a test build. (4c73eea) * Renamed the indicator (92548a1) * Renamed the rest of the files, and updated the file headers. (875c0e1) * Removed the interface from example, no longer needed, so removing it here too. (8aadb63) * Cleaned up po (37ab8b9) * Renamed the service data (a9b5d33) * Beginning the great renaming from example to notifications. (8af1b04) 2011-05-09 Jason Conti * Shown/Hidden code works but causing the indicator to freak out, so disabled for now. It will work fine for changing the icon status though. (b358f7c) * Adding some code to demonstrate when the menu is shown/hidden, which will be required for indicator-notifications. (77b322f) * Removing the unnecessary size group (f088511) * Testing the item-activate signal by launching various programs. (064c679) * Adding script to restart the indicator (86b44a2) * Moving the local install to /home/jconti/Projects/indicators/example/build. (71145c5) * Reenabling silent automake (0baaa62) * Removed unnecessary deps. Let's see if I broke anything. (0f730f3) 2011-05-08 Jason Conti * Ignoring autogen files. (35817a5) * Updated formatting for indicator (a6938d0) * Updated the formatting for the interface (84aa05b) * Removed unnecessary function from interface, updated formatting in service. (b4506b8) * Adding helper scripts for testing. (39f5b5d) * Removing -Werror for the moment, since the warnings about unused variables and functions are fine. They may get used later, don't want to remove them yet. (22f3a67) * Stripped settings (21b63ad) * Stripped much of the unneeded code from the indicator. (baebbeb) * Removed the unnecessary menu items from dbus-shared.h and the unnecessary signal in the service xml. Probably broke the compile. (0d54212) * Missed a rename in autogen.sh (65fe548) * Removed most of the cruft from the service source. (6c1a1fa) * Fixed compiling errors from rename and removing utils. Time to rip out the unnecessary bits. (5157981) * The great rename is complete. Time to test compile and fix errors. (fb50bee) * Minor rename in settings-shared.h before removing most of the settings (or the entire file). (cd1212d) * Removed utils (ca037f1) * Renamed service files (0e7cf7e) * Changed the dbus names (547376a) * Renamed the interface. (6f81ccf) * Renaming service file (2fd2d43) 2011-05-07 Jason Conti * Removed the calendar item, didn't seem to be used, although I think it was moved to libido, so maybe that is why. (84b6003) * Ripped out datetime-prefs and the translations. (1c11361) * Import from lp:indicator-datetime (ea9ddba) ayatana-indicator-notifications-22.2.0/cmake/GdbusCodegen.cmake0000644000000000000000000000246514203536240021343 0ustar cmake_minimum_required(VERSION 2.6) if(POLICY CMP0011) cmake_policy(SET CMP0011 NEW) endif(POLICY CMP0011) find_program(GDBUS_CODEGEN NAMES gdbus-codegen DOC "gdbus-codegen executable") if(NOT GDBUS_CODEGEN) message(FATAL_ERROR "Excutable gdbus-codegen not found") endif() macro(add_gdbus_codegen outfiles name prefix service_xml) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${name}.h" "${CMAKE_CURRENT_BINARY_DIR}/${name}.c" COMMAND "${GDBUS_CODEGEN}" --interface-prefix "${prefix}" --generate-c-code "${name}" "${service_xml}" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${ARGN} "${service_xml}" ) list(APPEND ${outfiles} "${CMAKE_CURRENT_BINARY_DIR}/${name}.c") endmacro(add_gdbus_codegen) macro(add_gdbus_codegen_with_namespace outfiles name prefix namespace service_xml) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${name}.h" "${CMAKE_CURRENT_BINARY_DIR}/${name}.c" COMMAND "${GDBUS_CODEGEN}" --interface-prefix "${prefix}" --generate-c-code "${name}" --c-namespace "${namespace}" "${service_xml}" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${ARGN} "${service_xml}" ) list(APPEND ${outfiles} "${CMAKE_CURRENT_BINARY_DIR}/${name}.c") endmacro(add_gdbus_codegen_with_namespace) ayatana-indicator-notifications-22.2.0/CMakeLists.txt0000644000000000000000000000427614203536240017472 0ustar project(ayatana-indicator-notifications C CXX) cmake_minimum_required(VERSION 3.13) set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) if(ENABLE_COVERAGE) set(ENABLE_TESTS ON) set(CMAKE_BUILD_TYPE "Coverage") else() set(CMAKE_BUILD_TYPE "Release") endif() if(ENABLE_WERROR) add_definitions("-Werror") endif() if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") add_definitions("-Weverything") else() add_definitions("-Wall") endif() ## ## GNU standard installation directories ## include (GNUInstallDirs) ## ## Gettext ## set(GETTEXT_PACKAGE "ayatana-indicator-notifications") add_definitions (-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" -DLOCALEDIR="${CMAKE_INSTALL_FULL_LOCALEDIR}") ## ## Check for prerequisites ## find_package (PkgConfig REQUIRED) include (CheckIncludeFile) include (FindPkgConfig) pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 gio-unix-2.0>=2.36) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) ## ## custom targets ## set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) add_custom_target (dist COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.gz WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) add_custom_target (cppcheck COMMAND cppcheck --enable=all -q --error-exitcode=2 --inline-suppr ${CMAKE_SOURCE_DIR}/src) ## ## Actual building ## include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include) include_directories (${CMAKE_CURRENT_BINARY_DIR}/include) add_subdirectory(src) add_subdirectory(data) add_subdirectory(po) if (ENABLE_TESTS) include(CTest) enable_testing() if (ENABLE_COVERAGE) find_package(CoverageReport) endif() endif() # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") message(STATUS "Unit tests: ${ENABLE_TESTS}") message(STATUS "Build with -Werror: ${ENABLE_WERROR}") ayatana-indicator-notifications-22.2.0/COPYING0000644000000000000000000010451314203536240015760 0ustar GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ayatana-indicator-notifications-22.2.0/data/ayatana-indicator-notifications.desktop.in0000644000000000000000000000040114203536240026064 0ustar [Desktop Entry] Type=Application Name=Ayatana Indicator Notifications Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-notifications/ayatana-indicator-notifications-service OnlyShowIn=Unity;MATE;XFCE; NoDisplay=true StartupNotify=false Terminal=false ayatana-indicator-notifications-22.2.0/data/ayatana-indicator-notifications.service.in0000644000000000000000000000046214203536240026062 0ustar [Unit] Description=Ayatana Indicator Notifications PartOf=graphical-session.target PartOf=ayatana-indicators.target [Service] ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-notifications/ayatana-indicator-notifications-service Restart=on-failure [Install] WantedBy=ayatana-indicators.target ayatana-indicator-notifications-22.2.0/data/CMakeLists.txt0000644000000000000000000000465514203536240020404 0ustar ## ## GSettings schema ## set (SCHEMA_NAME "org.ayatana.indicator.notifications.gschema.xml") set (SCHEMA_FILE "${CMAKE_CURRENT_BINARY_DIR}/${SCHEMA_NAME}") set (SCHEMA_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${SCHEMA_NAME}.in") # generate the .xml file using intltool find_package(Intltool REQUIRED) set (ENV{LC_ALL} "C") intltool_merge_translations("${SCHEMA_FILE_IN}" "${SCHEMA_FILE}" ALL UTF8 STYLE "xml" NO_TRANSLATIONS) # let GSettings do the rest find_package(GSettings REQUIRED) add_schema (${SCHEMA_NAME}) ## ## Systemd Unit File ## pkg_check_modules(SYSTEMD systemd) if (${SYSTEMD_FOUND}) pkg_get_variable(SYSTEMD_USER_DIR systemd systemduserunitdir) message (STATUS "${SYSTEMD_USER_DIR} is the systemd user unit file install dir") set (SYSTEMD_USER_NAME "${CMAKE_PROJECT_NAME}.service") set (SYSTEMD_USER_FILE "${CMAKE_CURRENT_BINARY_DIR}/${SYSTEMD_USER_NAME}") set (SYSTEMD_USER_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${SYSTEMD_USER_NAME}.in") # build it configure_file ("${SYSTEMD_USER_FILE_IN}" "${SYSTEMD_USER_FILE}") # install it install (FILES "${SYSTEMD_USER_FILE}" DESTINATION "${SYSTEMD_USER_DIR}") endif() ## ## XDG Autostart File ## # where to install set (XDG_AUTOSTART_DIR "/etc/xdg/autostart") message (STATUS "${XDG_AUTOSTART_DIR} is the DBus Service File install dir") set (XDG_AUTOSTART_NAME "${CMAKE_PROJECT_NAME}.desktop") set (XDG_AUTOSTART_FILE "${CMAKE_CURRENT_BINARY_DIR}/${XDG_AUTOSTART_NAME}") set (XDG_AUTOSTART_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${XDG_AUTOSTART_NAME}.in") # build it configure_file ("${XDG_AUTOSTART_FILE_IN}" "${XDG_AUTOSTART_FILE}") # install it install (FILES "${XDG_AUTOSTART_FILE}" DESTINATION "${XDG_AUTOSTART_DIR}") ## Ayatana Indicators File ## # where to install set (AYATANA_INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/ayatana/indicators") message (STATUS "${AYATANA_INDICATOR_DIR} is the Ayatana Indicators install dir") set (AYATANA_INDICATOR_NAME "org.ayatana.indicator.notifications") set (AYATANA_INDICATOR_FILE "${CMAKE_CURRENT_SOURCE_DIR}/${AYATANA_INDICATOR_NAME}") install (FILES "${AYATANA_INDICATOR_FILE}" DESTINATION "${AYATANA_INDICATOR_DIR}") ## ## Icons ## # where to install set (ICON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") install (DIRECTORY icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTERN "*.svg") ././@LongLink0000644000000000000000000000015600000000000007775 Lustar ayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-read-dnd.svgayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-rea0000644000000000000000000001410114203536240030577 0ustar image/svg+xml ././@LongLink0000644000000000000000000000015200000000000007771 Lustar ayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-read.svgayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-rea0000644000000000000000000001224714203536240030610 0ustar image/svg+xml ././@LongLink0000644000000000000000000000016000000000000007770 Lustar ayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-unread-dnd.svgayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-unr0000644000000000000000000002032014203536240030634 0ustar image/svg+xml ././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-unread.svgayatana-indicator-notifications-22.2.0/data/icons/scalable/status/ayatana-indicator-notification-unr0000644000000000000000000002103614203536240030641 0ustar image/svg+xml ayatana-indicator-notifications-22.2.0/data/org.ayatana.indicator.notifications0000644000000000000000000000040414203536240024602 0ustar [Indicator Service] Name=ayatana-indicator-notifications ObjectPath=/org/ayatana/indicator/notifications Position=100 [phone] ObjectPath=/org/ayatana/indicator/notifications/phone Position=25 [desktop] ObjectPath=/org/ayatana/indicator/notifications/desktop ayatana-indicator-notifications-22.2.0/data/org.ayatana.indicator.notifications.gschema.xml.in0000644000000000000000000000240314203536240027415 0ustar [] <_summary>Discard notifications by application name <_description>If an application name is in the filter list, all notifications matching the application name will be discarded. [] Recent application names to suggest for the filter list Keeps track of recent application names so we can suggest them in the settings. false Enable do-not-disturb mode On supported desktops enables do-not-disturb mode on the notification daemon. 5 <_summary>Maximum number of visible items <_description>The indicator will only display at most the number of notifications indicated by this value. ayatana-indicator-notifications-22.2.0/data/org.ayatana.indicator.notifications.gschema.xml.in.in0000644000000000000000000000412514203536240030025 0ustar [] <_summary>Discard notifications by application name <_description>If an application name is in the filter list, all notifications matching the application name will be discarded. [] Recent application names to suggest for the filter list Keeps track of recent application names so we can suggest them in the settings. false <_summary>Clear notifications on middle click <_description>Normally when middle clicking the notification icon, the unread status will be toggled if the queue is not empty. With this option enabled, the notification queue will be cleared instead. false Enable do-not-disturb mode On supported desktops enables do-not-disturb mode on the notification daemon. false <_summary>Hide the indicator <_description>If true, the indicator is hidden. 5 <_summary>Maximum number of visible items <_description>The indicator will only display at most the number of notifications indicated by this value. false Swap the Clear and Settings items in the menu This will move the Clear option to the bottom of the menu, below the Settings item. ayatana-indicator-notifications-22.2.0/NEWS0000644000000000000000000000511614203536240015423 0ustar Overview of changes in ayatana-indicator-notifications 22.2.0 - Upstream version bump to new release versioning scheme: .., where . will be bumped in Ayatana Indicators bundle releases and gets incremented with minor changeset releases. - Drop pkglibexecdir and use native CMake file configuration. - Use Ayatana-style CMakeList + clean up compilation flags. - Translation updates. Overview of changes in ayatana-indicator-notifications 0.9.0 - Various CMake improvements. - Translation updates. Overview of changes in ayatana-indicator-notifications 0.8.90 - Partial rewrite, port to Indicator NG technology. Drop all GTK references. - service.c: Switch over to Removable IDO. (CAVE: reequires x-ayatana-type "org.ayatana.indicator.removable" on the renderer's side). - Drop settings dialog (use Ayatana Settings instead). - Drop unneeded url-dispatcher stuff. - Translation updates. Overview of changes in ayatana-indicator-notifications 0.8.2 - src/indicator-notifications.c: Add separator after notification list. - Translation updates (quite many, in fact, awesome thanks!) Overview of changes in ayatana-indicator-notifications 0.8.1 - Add do-not-disturb feature. (Works only on MATE for now). - Allow swapping of Clear and Settings menu items. - Rename blacklist feature to filter-list (#BlackLivesMatter). - Add filter-list-hints for applications that have recently shown up on the notification bus. - All these changes have been ported over from Jason Conti's indicator-notifications (Ubuntu system indicator) project. Overview of changes in ayatana-indicator-notifications 0.8.0 - Version bump to bring all system indicators (and the renderer libraries to the same version level). - Start the indicator with the ayatana-indicators.target. - Fix deprecation warnings. - Translation updates. (Awesome thanks to all the translators at hosted.weblate.org!!!) Overview of changes in ayatana-indicator-notifications 0.4.1 - Translation updates. (Awesome thanks to all translators on hosted Weblate). - Add settings dialog. Overview of changes in ayatana-indicator-notifications 0.4.0 - Convert into Ayatana Indicator, original code was Ubuntu Indicator,obtained from: https://code.launchpad.net/~jconti/recent-notifications/indicator - Move translation management to https://hosted.weblate.org - Translations added: Lithuanian, Russian, Romanian, Ukrainian, Swedish, Norwegian Bokmål, Estonian, and Belarusian. Thanks to the i18n folks on hosted.weblate.org!!! ayatana-indicator-notifications-22.2.0/po/aa.po0000644000000000000000000000406314203536240016263 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: aa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/af.po0000644000000000000000000000664214203536240016275 0ustar # Afrikaans translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-05-10 08:12+0000\n" "Last-Translator: iNetRoos \n" "Language-Team: Afrikaans \n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Vermeldings uitvee op grond van toepassingsnaam" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Alle kennisgewings vanaf toepassingname wat op die swartlys verskyn, word " "uitgevee." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Middel-muiskliek vee kennisgewings uit" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normaalweg wanneer die middel-muis geklik word op die kennisgewingsikoon, " "sal die ongeleesde status verwissel word mits die tou nie leeg is nie. Met " "hierdie opsie geaktiveer, sal die kennisgewing-tou andersins uitgewis word." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Versteek die indikator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Indikator versteek, mits dit waar is." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maksimum aantal sigbare items" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Die indikator sal kennisgewings vertoon, beperk tot die maksimum aantal hier " "aangedui." #: ../src/service.c:221 msgid "from" msgstr "van" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Kennisgewings" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Skep die kieslys item: instellings." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Vee (%d Kennisgewing) uit" #~ msgstr[1] "Vee (%d Kennisgewings) uit" #~ msgid "Indicator Notifications Settings" #~ msgstr "Instellings vir Indikator Kennisgewings" #~ msgid "Hide indicator" #~ msgstr "Versteek-indikator" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maksimum aantal sigbare kennisgewings" #~ msgid "Remove" #~ msgstr "Verwyder" #~ msgid "Add" #~ msgstr "Bywerk" ayatana-indicator-notifications-22.2.0/po/am.po0000644000000000000000000000411214203536240016272 0ustar # Amharic translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/an.po0000644000000000000000000000411414203536240016275 0ustar # Aragonese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: an\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ar.po0000644000000000000000000000732014203536240016303 0ustar # Arabic translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-03-15 05:36+0000\n" "Last-Translator: yagoub fadel \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.0-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "تجاهل الإخطارات حسب اسم التطبيق" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "إذا كان اسم التطبيق في القائمة السوداء ، فسيتم تجاهل جميع الإشعارات التي " "تطابق اسم التطبيق." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "عادة عند النقر الأوسط على أيقونة الإشعار ، سيتم تبديل الحالة غير المقروءة " "إذا لم تكن قائمة الانتظار فارغة. مع تمكين هذا الخيار ، سيتم مسح قائمة " "الإشعارات بدلاً من ذلك." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "إخفاء المؤشر" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "إذا كان صحيحا ، فإن المؤشر مخفي." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "العدد الأقصى للعناصر المرئية" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "سيعرض المؤشر فقط عدد الإشعارات المشار إليها بهذه القيمة فقط." #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "إشعارات" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "الإعدادات..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "صفر" #~ msgstr[1] "واحد" #~ msgstr[2] "اثنان" #~ msgstr[3] "" #~ msgstr[4] "" #~ msgstr[5] "" #~ msgid "Indicator Notifications Settings" #~ msgstr "إعدادات إخطارات المؤشر" #~ msgid "Hide indicator" #~ msgstr "إخفاء المؤشر" #~ msgid "Maximum number of visible notifications" #~ msgstr "الحد الأقصى لعدد الإشعارات المرئية" #~ msgid "Remove" #~ msgstr "إزالة" #~ msgid "Add" #~ msgstr "اضافة" ayatana-indicator-notifications-22.2.0/po/as.po0000644000000000000000000000406214203536240016304 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ast.po0000644000000000000000000000411414203536240016466 0ustar # Asturian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ayatana-indicator-notifications.pot0000644000000000000000000000404114203536240024321 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/az.po0000644000000000000000000000411614203536240016313 0ustar # Azerbaijani translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/bem.po0000644000000000000000000000411114203536240016437 0ustar # Bemba translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bem\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/be.po0000644000000000000000000001041714203536240016270 0ustar # Belarusian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-24 20:41+0000\n" "Last-Translator: Viktar Vauchkevich \n" "Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Адкінуць апавяшчэнні па імені прыкладання" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Калі назва прыкладання ў чорным спісе, усе апавяшчэнні, што адпавядаюць, " "будуць адкінутыя." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Ачысціць апавяшчэнні сярэдняй кнопкай" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Звычайна, калі пстрыкнуць па значоку апавяшчэння сярэдняй кнопкай, статус " "непрачытаннасці будзе пераключаны, калі чарга не пустая. Калі гэтая опцыя " "ўключаная, чарга апавяшчэнняў будзе ачышчана замест гэтага." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Схаваць індыкатар" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Калі праўда, індыкатар схаваны." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Максімальная колькасць бачных элементаў" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Індыкатар будзе адлюстроўваць не больш за заданую гэтым значэннем колькасць " "апавяшчэнняў." #: ../src/service.c:221 msgid "from" msgstr "з" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Апавяшчэнні" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Не хваляваць" #~ msgid "Settings…" #~ msgstr "Налады…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Ачысць (%d апавяшчэнне)" #~ msgstr[1] "Ачысць (%d апавяшчэнні)" #~ msgstr[2] "Ачысць (%d апавяшчэнняў)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Налады індыкатара апавяшчэнняў" #~ msgid "Hide indicator" #~ msgstr "Схаваць індыкатар" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Аб'мянаць элементы «Сцерці» і «Налады»" #~ msgid "Maximum number of visible notifications" #~ msgstr "Максімальная колькасць бачных апавяшчэнняў" #~ msgid "Remove" #~ msgstr "Выдаліць" #~ msgid "Add" #~ msgstr "Дадаць" ayatana-indicator-notifications-22.2.0/po/bg.po0000644000000000000000000000410414203536240016266 0ustar # Bulgarian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/bn.po0000644000000000000000000000726414203536240016307 0ustar # Bengali translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-10-12 09:26+0000\n" "Last-Translator: Yota321 \n" "Language-Team: Bengali \n" "Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "অ্যাপ্লিকেশন নাম দ্বারা বিজ্ঞপ্তি বাতিল করুন" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "যদি কোনও অ্যাপ্লিকেশন নাম ফিল্টার তালিকায় থাকে তবে অ্যাপ্লিকেশন নামের সাথে মেলে " "এমন সমস্ত বিজ্ঞপ্তি বাতিল করা হবে।" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 #, fuzzy msgid "Clear notifications on middle click" msgstr "মিডল ক্লিক এ বিজ্ঞপ্তি সাফ করুন" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "সূচকটি লুকান" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "যদি সত্য হয় তবে সূচকটি গোপন থাকে।" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "দৃশ্যমান আইটেমের সর্বাধিক সংখ্যা" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "বিজ্ঞপ্তি" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 #, fuzzy msgid "Do not disturb" msgstr "বিরক্ত করবেন না" #~ msgid "Settings…" #~ msgstr "সেটিংস…" #~ msgid "Indicator Notifications Settings" #~ msgstr "সূচক বিজ্ঞপ্তি সেটিংস" #~ msgid "Hide indicator" #~ msgstr "লুকানো সূচক" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "\"সাফ করুন\" এবং \"সেটিংস\" আইটেমগুলি অদলবদল করুন" #~ msgid "Maximum number of visible notifications" #~ msgstr "সর্বাধিক সংখ্যক দৃশ্যমান বিজ্ঞপ্তি" #, fuzzy #~ msgid "Remove" #~ msgstr "মুছে ফেলা" #~ msgid "Add" #~ msgstr "যোগ করা" ayatana-indicator-notifications-22.2.0/po/bo.po0000644000000000000000000000411214203536240016275 0ustar # Tibetan translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/br.po0000644000000000000000000000411114203536240016277 0ustar # Breton translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/bs.po0000644000000000000000000000411214203536240016301 0ustar # Bosnian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ca.po0000644000000000000000000000705714203536240016273 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-11-10 20:49+0000\n" "Last-Translator: Joan CiberSheep \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Descarta les notificacions pel nom de l'aplicació" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Si el nom d'una aplicació és a la llista de filtres, es descartaran totes " "les notificacions amb el nom d'aquesta aplicació." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Neteja les notificacions amb un clic central" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalment, quan feu clic amb el botó central a la icona de notificació, " "l'estat no llegit es commutarà si la cua no està buida. Amb aquesta opció " "activada, la cua de notificacions s'esborrarà." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Amaga l'indicador" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Si és cert, l'indicador està ocult." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Nombre màxim d'elements visibles" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "L'indicador només mostrarà com a màxim el nombre de notificacions indicades " "per aquest valor." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificacions" #: ../src/service.c:327 msgid "Clear" msgstr "Neteja" #: ../src/service.c:338 msgid "Do not disturb" msgstr "No molestar" #~ msgid "Settings…" #~ msgstr "Paràmetres…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Neteja (%d notificació)" #~ msgstr[1] "Neteja (%d notificacions)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Paràmetres de l'indicador de notificacions" #~ msgid "Hide indicator" #~ msgstr "Amaga l'indicador" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Intercanvieu els elements «Esborra» i «Paràmetres»" #~ msgid "Maximum number of visible notifications" #~ msgstr "Nombre màxim de notificacions visibles" #~ msgid "Remove" #~ msgstr "Elimina" #~ msgid "Add" #~ msgstr "Afegeix" ayatana-indicator-notifications-22.2.0/po/ca@valencia.po0000644000000000000000000000412314203536240020065 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ce.po0000644000000000000000000000411214203536240016264 0ustar # Chechen translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ce\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ckb.po0000644000000000000000000000412014203536240016433 0ustar # Language ckb translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ckb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/CMakeLists.txt0000644000000000000000000000016114203536240020075 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) ayatana-indicator-notifications-22.2.0/po/co.po0000644000000000000000000000411314203536240016277 0ustar # Corsican translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: co\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/crh.po0000644000000000000000000000412114203536240016451 0ustar # Crimean Tatar translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: crh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/csb.po0000644000000000000000000000416114203536240016450 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: csb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/cs.po0000644000000000000000000000725514203536240016315 0ustar # Czech translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-05-02 11:32+0000\n" "Last-Translator: Tomáš Marný \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.7-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Zahazovat oznámení podle názvu aplikace" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Pokud je název aplikace na seznamu vyloučených, všechna oznámení s " "odpovídajícím názvem aplikace budou zahozena." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Vyčistit oznámení při kliknutím prostředním tlačítkem myši" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normálně, když fronta není prázdná, je stav zpráv kliknutím prostředním " "tlačítkem myši na ikonu oznámení přepnut ze stavu nepřečtené na přečtené. " "Když je tato volba zapnutá, je fronta namísto toho vyčištěna." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Skrýt indikátor" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Pokud je zapnuto, indikátor je skryt." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximální počet viditelných položek" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indikátor zobrazí nejvýše takový počet oznámení, který je stanoven touto " "hodnotou." #: ../src/service.c:221 msgid "from" msgstr "z" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Oznámení" #: ../src/service.c:327 msgid "Clear" msgstr "Vyčistit" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Nerušit" #~ msgid "Settings…" #~ msgstr "Nastavení…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Vyčistit (%d oznámení)" #~ msgstr[1] "Vyčistit (%d oznámení)" #~ msgstr[2] "Vyčistit (%d oznámení)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Nastavení oznámení indikátorů" #~ msgid "Hide indicator" #~ msgstr "Skrýt indikátor" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Zaměnit položky „Vymazat“ a „Nastavení“" #~ msgid "Maximum number of visible notifications" #~ msgstr "Nejvyšší nastavený počet viditelných položek" #~ msgid "Remove" #~ msgstr "Odstranit" #~ msgid "Add" #~ msgstr "Přidat" ayatana-indicator-notifications-22.2.0/po/cv.po0000644000000000000000000000411214203536240016305 0ustar # Chuvash translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/cy.po0000644000000000000000000000411014203536240016306 0ustar # Welsh translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/da.po0000644000000000000000000000432214203536240016264 0ustar # Danish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-07-04 23:41+0000\n" "Last-Translator: Tobias p \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifikationer" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/de.po0000644000000000000000000000730214203536240016271 0ustar # German translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-13 18:28+0000\n" "Last-Translator: Mike Gabriel \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Verwerfe Benachrichtigungen anhand des Anwendungsnamen" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Wenn ein Anwendungsname auf der Filterliste steht, dann werden alle " "Benachrichtigungen dieser Anwendung verworfen." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Benachrichtigungen löschen durch Klick auf mittlere Maustaste" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Ist die Nachrichtenliste nicht leer, dann wird normalerweise bei Anklicken " "des Benachrichtigungssymbols mit mittlerer Maustaste der Gelesen-Ungelesen-" "Status hin- und hergeschaltet. Ist diese Option aktiviert, dann wird die " "Nachrichtenliste statt dessen geleert." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Verstecke den Indikator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Wenn wahr, dann wird der Indikator nicht angezeigt." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximale Anzahl sichtbarer Einträge" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Der Indikator wird nur höchstens so viele Benachrichtigungen anzeigen, wie " "von diesem Wert festgelegt." #: ../src/service.c:221 msgid "from" msgstr "von" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Benachrichtigungen" #: ../src/service.c:327 msgid "Clear" msgstr "Löschen" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Bitte nicht stören" #~ msgid "Settings…" #~ msgstr "Einstellungen…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Liste leeren (%d Benachrichtigung)" #~ msgstr[1] "Liste leeren (%d Benachrichtigungen)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Benachrichtigungs-Indikator Einstellungen" #~ msgid "Hide indicator" #~ msgstr "Indikator verstecken" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Menüpunkte \"Löschen\" und \"Einstellungen\" tauschen" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximale Anzahl sichtbarer Benachrichtigungen" #~ msgid "Remove" #~ msgstr "Entfernen" #~ msgid "Add" #~ msgstr "Hinzufügen" ayatana-indicator-notifications-22.2.0/po/dv.po0000644000000000000000000000406314203536240016313 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: dv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/el.po0000644000000000000000000001010214203536240016271 0ustar # Greek translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-04-17 16:11+0000\n" "Last-Translator: george k \n" "Language-Team: Greek \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.0.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Απόρριψη ειδοποιήσεων κατά όνομα εφαρμογής" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Εάν ένα όνομα εφαρμογής βρίσκεται στη μαύρη λίστα, όλες οι ειδοποιήσεις που " "αντιστοιχούν στο όνομα της εφαρμογής θα απορριφθούν." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Απαλοιφή ειδοποιήσεων με το μεσαίο κλικ" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Κανονικά, όταν πατάτε μεσαίο κλικ στο εικονίδιο ειδοποίησης, η κατάσταση μη " "αναγνωσμένου θα εναλλάσσεται εάν η ουρά δεν είναι κενή. Με αυτήν την επιλογή " "ενεργοποιημένη, η ουρά ειδοποιήσεων θα καθαριστεί." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Απόκρυψη του δείκτη" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Αν αληθεύει, ο δείκτης είναι κρυμμένος." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Μέγιστος αριθμός ορατών στοιχείων" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Ο δείκτης θα εμφανίσει μόνο το πολύ τον αριθμό των ειδοποιήσεων που " "υποδεικνύονται από αυτήν την τιμή." #: ../src/service.c:221 msgid "from" msgstr "από" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Ειδοποιήσεις" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Ρυθμίσεις..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Απαλοιφή (%d ειδοποίησης)" #~ msgstr[1] "Απαλοιφή (%d ειδοποιήσεων)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Ρυθμίσεις ειδοποιήσεων ενδείξεων" #~ msgid "Hide indicator" #~ msgstr "Απόκρυψη ένδειξης" #~ msgid "Maximum number of visible notifications" #~ msgstr "Μέγιστος αριθμός ορατών ειδοποιήσεων" #~ msgid "Remove" #~ msgstr "Αφαίρεση" #~ msgid "Add" #~ msgstr "Προσθήκη" ayatana-indicator-notifications-22.2.0/po/en_AU.po0000644000000000000000000000673514203536240016701 0ustar # English translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: English (Australia) \n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Discard notifications by application name" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Clear notifications on middle click" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Hide the indicator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "If true, the indicator is hidden." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximum number of visible items" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "The indicator will only display at most the number of notifications " "indicated by this value." #: ../src/service.c:221 msgid "from" msgstr "from" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifications" #: ../src/service.c:327 msgid "Clear" msgstr "Clear" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Do not disturb" #~ msgid "Settings…" #~ msgstr "Settings…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Clear (%d Notification)" #~ msgstr[1] "Clear (%d Notifications)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indicator Notifications Settings" #~ msgid "Hide indicator" #~ msgstr "Hide indicator" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Swap \"Clear\" and \"Settings\" items" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximum number of visible notifications" #~ msgid "Remove" #~ msgstr "Remove" #~ msgid "Add" #~ msgstr "Add" ayatana-indicator-notifications-22.2.0/po/en_CA.po0000644000000000000000000000657714203536240016663 0ustar # English translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: English (Canada) \n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Discard notifications by application name" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Clear notifications on middle click" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Hide the indicator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "If true, the indicator is hidden." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximum number of visible items" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "The indicator will only display at most the number of notifications " "indicated by this value." #: ../src/service.c:221 msgid "from" msgstr "from" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifications" #: ../src/service.c:327 msgid "Clear" msgstr "Clear" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Do not disturb" #, fuzzy #~ msgid "Settings…" #~ msgstr "Settings..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Clear (%d Notification)" #~ msgstr[1] "Clear (%d Notifications)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indicator Notifications Settings" #~ msgid "Hide indicator" #~ msgstr "Hide indicator" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximum number of visible notifications" #~ msgid "Remove" #~ msgstr "Remove" #~ msgid "Add" #~ msgstr "Add" ayatana-indicator-notifications-22.2.0/po/en_GB.po0000644000000000000000000000674214203536240016662 0ustar # English translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: English (United Kingdom) \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Discard notifications by application name" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Clear notifications on middle click" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Hide the indicator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "If true, the indicator is hidden." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximum number of visible items" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "The indicator will only display at most the number of notifications " "indicated by this value." #: ../src/service.c:221 msgid "from" msgstr "from" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifications" #: ../src/service.c:327 msgid "Clear" msgstr "Clear" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Do not disturb" #~ msgid "Settings…" #~ msgstr "Settings…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Clear (%d Notification)" #~ msgstr[1] "Clear (%d Notifications)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indicator Notifications Settings" #~ msgid "Hide indicator" #~ msgstr "Hide indicator" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Swap \"Clear\" and \"Settings\" items" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximum number of visible notifications" #~ msgid "Remove" #~ msgstr "Remove" #~ msgid "Add" #~ msgstr "Add" ayatana-indicator-notifications-22.2.0/po/eo.po0000644000000000000000000000500514203536240016302 0ustar # Esperanto translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-11-22 22:35+0000\n" "Last-Translator: phlostically \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.10-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Forĵeti sciigojn laŭ nomo de programo" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Se la nomo de programo estas en la filtrolisto, ĉiuj sciigoj kongruaj kun la " "nomo de la programo estos forĵetitaj." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Forviŝi sciigojn per mezbutona alklako" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Kaŝi la indikilon" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Ĉu kaŝi la indikilon." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maksimuma nombro da montrataj eroj" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Sciigoj" #: ../src/service.c:327 msgid "Clear" msgstr "Forviŝi" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Senĝena reĝimo" ayatana-indicator-notifications-22.2.0/po/es.po0000644000000000000000000000715014203536240016311 0ustar # Spanish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-24 11:29+0000\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Descartar notificaciones por nombre de aplicación" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Si un nombre de aplicación está en la lista de filtrados, se descartarán " "todas las notificaciones que porten ese nombre." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Vaciar las notificaciones con pulsación central" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalmente, cuando pulsa el icono de la notificación con el botón central " "del ratón, se alterna el estado de lectura si la cola no está vacía. Cuando " "se activa esta opción, se vaciará la cola de notificaciones en vez de ello." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Ocultar el indicador" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Si la opción se activa, el indicador desaparece." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Número máximo de elementos visibles" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "El indicador mostrará como máximo la cantidad de notificaciones " "correspondiente a este valor." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificaciones" #: ../src/service.c:327 msgid "Clear" msgstr "Vaciar" #: ../src/service.c:338 msgid "Do not disturb" msgstr "No molestar" #~ msgid "Settings…" #~ msgstr "Configuración…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Vaciar (%d notificación)" #~ msgstr[1] "Vaciar (%d notificaciones)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Configuración del menú de notificaciones" #~ msgid "Hide indicator" #~ msgstr "Ocultar indicador" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Intercambiar elementos «Vaciar» y «Configuración»" #~ msgid "Maximum number of visible notifications" #~ msgstr "Número máximo de elementos visibles" #~ msgid "Remove" #~ msgstr "Quitar" #~ msgid "Add" #~ msgstr "Añadir" ayatana-indicator-notifications-22.2.0/po/et.po0000644000000000000000000000636314203536240016317 0ustar # Estonian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-01-17 07:32+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Kustuta teated rakenduselt nimega" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Kui rakendus on mustas nimekirjas, siis kustutatakse kõik teated, mis " "vastavad rakenduse nimele." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Puhasta teated keskmise klahvi klõpsuga" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Harilikult lülitab hiire keskmise klahvi klõps teadete loetud olekut. Kui " "see valik on lubatud, siis tühjendatakse teadete järjekord." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Peida indikaator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "'Jah' peidab indikaatori." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Kuvatavate teadete maksimaalne arv" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "Indikaator ei kuva rohkem teateid, kui väärtusega määratud." #: ../src/service.c:221 msgid "from" msgstr "saatjalt" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Teated" #: ../src/service.c:327 msgid "Clear" msgstr "Puhasta" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ära sega" #, fuzzy #~ msgid "Settings…" #~ msgstr "Seaded..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Puhasta (%d teade)" #~ msgstr[1] "Puhasta (%d teadet)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indikaatori teavituste seaded" #~ msgid "Hide indicator" #~ msgstr "Peida indikaator" #~ msgid "Maximum number of visible notifications" #~ msgstr "Kuvatavate teadete maksimaalne arv" #~ msgid "Remove" #~ msgstr "Eemalda" #~ msgid "Add" #~ msgstr "Lisa" ayatana-indicator-notifications-22.2.0/po/eu.po0000644000000000000000000000411114203536240016305 0ustar # Basque translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fa.po0000644000000000000000000000745514203536240016300 0ustar # Persian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-07-20 21:41+0000\n" "Last-Translator: Tetra Homer \n" "Language-Team: Persian \n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "اعلان ها را بر اساس نام برنامه کنار بگذارید" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "اگر نام یک برنامه در لیست سیاه قرار داشته باشد، تمام اعلان های مطابق با نام " "برنامه حذف می شوند." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "پاک کردن اعلان‌ها با دکمه وسطی موشواره" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "معمولاً هنگام کلیک کردن دکمه وسطی موشواره روی نماد اعلان ، اگر صف خالی " "نباشد ، وضعیت خوانده نشده دگرگون می کند. با فعال کردن این گزینه، به جای آن ، " "صفحه اعلان پاک می شود." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "مخفی کردن نشانگر" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "اگر درست باشد، نشانگر مخفی است." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "حداکثر تعداد موارد قابل مشاهده" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "این نشانگر فقط حداکثر تعداد اعلان های نشان داده شده توسط این مقدار را نشان " "می دهد." #: ../src/service.c:221 msgid "from" msgstr "از" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "اعلانات" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "تنظیمات…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "پاک‌کردن (%d اعلان )" #~ msgstr[1] "پاک‌کردن (%d اعلان‌ها )" #~ msgid "Indicator Notifications Settings" #~ msgstr "تنظیمات اعلانات نشانگر" #~ msgid "Hide indicator" #~ msgstr "مخفی کردن نشانگر" #~ msgid "Maximum number of visible notifications" #~ msgstr "حداکثر تعداد اعلانات قابل مشاهده" #~ msgid "Remove" #~ msgstr "حذف" #~ msgid "Add" #~ msgstr "افزودن" ayatana-indicator-notifications-22.2.0/po/fil.po0000644000000000000000000000411414203536240016451 0ustar # Filipino translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fi.po0000644000000000000000000000410214203536240016272 0ustar # Finnish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fo.po0000644000000000000000000000410214203536240016300 0ustar # Faroese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fr_CA.po0000644000000000000000000000676514203536240016667 0ustar # French translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French (Canada) \n" "Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Ignorer les notifications par nom d'application" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Si le nom d'une application est sur la liste noire, toutes les notifications " "correspondants au nom de l'application seront ignorées." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Effacer les notifications par un clic du milieu" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalement, en cliquant au milieu de l'icône de la notification, l'état non " "lu sera basculé si la file d'attente n'est pas vide. Avec cette option " "activée, la file d'attente de notification sera effacée à la place." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Masquer l'indicateur" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Si vrai, l'indicateur est masqué." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Nombre maximum d'éléments visibles" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "L'indicateur affichera seulement au maximum le nombre de notifications " "indiquées par cette valeur." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifications" #: ../src/service.c:327 msgid "Clear" msgstr "Effacer" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ne pas déranger" #, fuzzy #~ msgid "Settings…" #~ msgstr "Paramètres…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Effacer (%d notification)" #~ msgstr[1] "Effacer (%d notifications)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Paramètres de l'indicateur de notifications" #~ msgid "Hide indicator" #~ msgstr "Masquer l'indicateur" #~ msgid "Maximum number of visible notifications" #~ msgstr "Nombre maximal de notifications visibles" #~ msgid "Remove" #~ msgstr "Enlever" #~ msgid "Add" #~ msgstr "Ajouter" ayatana-indicator-notifications-22.2.0/po/fr.po0000644000000000000000000000674614203536240016323 0ustar # French translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Ignorer les notifications par nom d'application" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Si le nom d'une application est sur la liste noire, toutes les notifications " "correspondants au nom de l'application seront ignorées." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Effacer les notifications par un clic du milieu" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalement, en cliquant au milieu de l'icône de la notification, l'état non " "lu sera basculé si la file d'attente n'est pas vide. Avec cette option " "activée, la file d'attente de notification sera effacée à la place." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Masquer l'indicateur" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Si vrai, l'indicateur est masqué." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Nombre maximum d'éléments visibles" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "L'indicateur affichera seulement au maximum le nombre de notifications " "indiquées par cette valeur." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifications" #: ../src/service.c:327 msgid "Clear" msgstr "Effacer" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ne pas déranger" #, fuzzy #~ msgid "Settings…" #~ msgstr "Paramètres…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Effacer (%d notification)" #~ msgstr[1] "Effacer (%d notifications)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Paramètres de l'indicateur de notifications" #~ msgid "Hide indicator" #~ msgstr "Masquer l'indicateur" #~ msgid "Maximum number of visible notifications" #~ msgstr "Nombre maximal de notifications visibles" #~ msgid "Remove" #~ msgstr "Enlever" #~ msgid "Add" #~ msgstr "Ajouter" ayatana-indicator-notifications-22.2.0/po/frp.po0000644000000000000000000000412014203536240016463 0ustar # Language frp translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: frp\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fur.po0000644000000000000000000000406414203536240016477 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/fy.po0000644000000000000000000000412214203536240016314 0ustar # Western Frisian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ga.po0000644000000000000000000000411714203536240016271 0ustar # Irish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/gd.po0000644000000000000000000000456614203536240016304 0ustar # Scottish Gaelic translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-11-17 14:49+0000\n" "Last-Translator: Phil Clifford \n" "Language-Team: Gaelic \n" "Language: gd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " "(n > 2 && n < 20) ? 2 : 3;\n" "X-Generator: Weblate 4.9.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Cuir às do bhrathan a rèir ainm an tagraidh" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "An àireamh as motha de nithean faicsinneach" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Brathan" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/gl.po0000644000000000000000000000634414203536240016310 0ustar # Galician translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2018-10-24 17:29+0000\n" "Last-Translator: Iván Seoane \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Desbotar notificacións por nome da aplicación" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Se un nome dunha aplicación está na listaxe negra, desbotaranse tódalas " "notificacións que leven ese nome." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Limpa-las notificacións premendo no centro" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "De xeito normal, cando prema a icona da notificación co botón central do " "rato, altérnase o estado da lectura se a cola non está baleira. Cando se " "activa esta opción, baleirarase a cola das notificacións." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Agocha-lo indicador" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Se a opción actívase, o indicador agóchase." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Número máximo de elementos visíbeis" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "O indicador amosará como máximo a morea das notificacións correspondentes a " "este valor." #: ../src/service.c:221 msgid "from" msgstr "dende" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificacións" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Limpar (%d notificación)" #~ msgstr[1] "Limpar (%d notificacións)" #, fuzzy #~ msgid "Hide indicator" #~ msgstr "Agocha-lo indicador" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "Número máximo de elementos visíbeis" ayatana-indicator-notifications-22.2.0/po/gu.po0000644000000000000000000000411314203536240016311 0ustar # Gujarati translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/gv.po0000644000000000000000000000427114203536240016317 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1) ? 0 : ((n % 10 == 2) ? 1 : " "((n % 100 == 0 || n % 100 == 20 || n % 100 == 40 || n % 100 == 60 || n % 100 " "== 80) ? 2 : 3));\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/he.po0000644000000000000000000000703714203536240016302 0ustar # Hebrew translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-07-16 17:33+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 4.7.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "התעלמות מהתראות לפי שם היישומון" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "אם שם של יישומון מופיע ברשימת החסימה, כל ההתראות שתואמות לשם היישומון לא " "תופענה." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "סילוק התראות בלחיצה אמצעית" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "בדרך כלל בלחיצה עם כפתור העכבר האמצעי, יוחלף מצב „לא נקרא” אם התור אינו ריק. " "כשאפשרות זו פעילה, תור ההתראות יסולק במקום." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "הסתרת המחוון" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "אם אפשרות זו מוגדרת לאמת, המחוון יוסתר." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "מספר הפריטים הגלויים המרבי" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "המחוון יציג כמות כזו של התראות לכל היותר בהתאם לערך זה." #: ../src/service.c:221 msgid "from" msgstr "מ־" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "התראות" #: ../src/service.c:327 msgid "Clear" msgstr "מחיקה" #: ../src/service.c:338 msgid "Do not disturb" msgstr "לא להפריע" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "סילוק (התראה אחת)" #~ msgstr[1] "סילוק (2 התראות)" #~ msgstr[2] "סילוק (%d התראות)" #~ msgstr[3] "סילוק (%d התראות)" #, fuzzy #~ msgid "Hide indicator" #~ msgstr "הסתרת המחוון" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "מספר הפריטים הגלויים המרבי" ayatana-indicator-notifications-22.2.0/po/hi.po0000644000000000000000000000411014203536240016273 0ustar # Hindi translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/hr.po0000644000000000000000000000712014203536240016310 0ustar # Croatian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-03 02:29+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Odbaci obavijesti na osnovi imena programa" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Ako je ime programa na popisu filtra, odbacit će se sve obavijesti koje " "odgovaraju imenu programa." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Izbriši obavijesti srednjim klikom" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Obično se srednjim klikom na ikonu obavijesti uključuje i isključuje " "nepročitano stanje, ako red čekanja nije prazan. Ako je ova opcija " "aktivirana, red čekanja obavijesti će se izbrisati umjesto toga." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Sakrij indikator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Ako je točno, indikator se skriva." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maksimalan broj vidljivih stavki" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indikator će prikazati samo onoliko obavijesti, koliko je naznačeno ovom " "vrijednošću." #: ../src/service.c:221 msgid "from" msgstr "od" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Obavjesti" #: ../src/service.c:327 msgid "Clear" msgstr "Izbriši" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ne smetaj" #~ msgid "Settings…" #~ msgstr "Postavke …" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Izbriši (%d obavijest)" #~ msgstr[1] "Izbriši (%d obavijesti)" #~ msgstr[2] "Izbriši (%d obavijesti)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Postavke obavijesti indikatora" #~ msgid "Hide indicator" #~ msgstr "Sakrij indikatora" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Zamijeni „Izbriši” i „Postavke”" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maksimalni broj vidljivih obavijesti" #~ msgid "Remove" #~ msgstr "Ukloni" #~ msgid "Add" #~ msgstr "Dodaj" ayatana-indicator-notifications-22.2.0/po/ht.po0000644000000000000000000000411214203536240016310 0ustar # Haitian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/hu.po0000644000000000000000000000645514203536240016325 0ustar # Hungarian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-27 14:29+0000\n" "Last-Translator: Ács Zoltán \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Értesítések elutasítása az alkalmazásnév alapján" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Ha egy alkalmazás neve rajta van a feketelistán, az összes értesítés amely " "egyezik az alkalmazásnévvel el lesz utasítva." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Értesítések törlése középső kattintásra" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Indikátor elrejtése" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Ha igaz, az értesítés rejtett." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Látható elemek maximális száma" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Az indikátor legfeljebb az ezen értékkel jelölt értesítések számát jeleníti " "meg." #: ../src/service.c:221 msgid "from" msgstr "ettől:" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Értesítések" #: ../src/service.c:327 msgid "Clear" msgstr "Törlés" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ne zavarjanak" #~ msgid "Settings…" #~ msgstr "Beállítások…" #, fuzzy #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Törlés: (%d Értesítés)" #~ msgstr[1] "Törlés: (%d Értesítés)" #, fuzzy #~ msgid "Indicator Notifications Settings" #~ msgstr "Indikátor értesítések beállítása" #~ msgid "Hide indicator" #~ msgstr "Indikátor elrejtése" #~ msgid "Maximum number of visible notifications" #~ msgstr "Látható értesítések maximális száma" #~ msgid "Remove" #~ msgstr "Eltávolítás" #~ msgid "Add" #~ msgstr "Hozzáadás" ayatana-indicator-notifications-22.2.0/po/hy.po0000644000000000000000000000437114203536240016324 0ustar # Armenian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-04-02 21:09+0000\n" "Last-Translator: Davit Mayilyan \n" "Language-Team: Armenian \n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.0-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "սև ցուցակ" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Ծանուցումներ" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ia.po0000644000000000000000000000411614203536240016272 0ustar # Interlingua translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/id.po0000644000000000000000000000446014203536240016277 0ustar # Indonesian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-03-18 17:29+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.5.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Buang pemberitahuan berdasarkan nama aplikasi" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Jumlah maksimum item yang terlihat" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Pemberitahuan" #: ../src/service.c:327 msgid "Clear" msgstr "Bersihkan" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/is.po0000644000000000000000000000411414203536240016312 0ustar # Icelandic translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/it_CARES.po0000644000000000000000000000407114203536240017232 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: it_CARES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/it.po0000644000000000000000000000704114203536240016315 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Elimina le notifiche in base al nome dell'applicazione" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Se il nome di un'applicazione è nella lista nera, tutte le notifiche " "corrispondenti al nome dell'applicazione saranno scartate." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Cancella le notifiche con un clic centrale" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalmente quando si fa clic con il pulsante centrale sull'icona di " "notifica, lo stato non letto verrà attivato se la coda non è vuota. Con " "questa opzione abilitata, verrà invece cancellata la coda di notifica." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Nascondi l'indicatore" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Se vero, l'indicatore è nascosto." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Numero massimo di elementi visibili" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "L'indicatore visualizzerà al massimo il numero di notifiche indicate da " "questo valore." #: ../src/service.c:221 msgid "from" msgstr "Da" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifiche" #: ../src/service.c:327 msgid "Clear" msgstr "Pulisci" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Non disturbare" #~ msgid "Settings…" #~ msgstr "Impostazioni…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Pulisci (%d Notifica)" #~ msgstr[1] "Pulisci (%d Notifiche)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Impostazioni notifiche indicatori" #~ msgid "Hide indicator" #~ msgstr "Nascondi indicatore" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Scambia gli oggetti \"Pulisci\" e \"Impostazioni\"" #~ msgid "Maximum number of visible notifications" #~ msgstr "Massimo numero di notifiche visibili" #~ msgid "Remove" #~ msgstr "Rimuovi" #~ msgid "Add" #~ msgstr "Aggiungi" ayatana-indicator-notifications-22.2.0/po/ja.po0000644000000000000000000000653114203536240016276 0ustar # Japanese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-07 11:36+0000\n" "Last-Translator: Baka Gaijin \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "アプリケーション名で通知を破棄する" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "アプリケーション名がブラックリストにある場合、アプリケーション名に一致するす" "べての通知は破棄されます。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "中ボタンクリックで通知をクリアする" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "通常、通知アイコンを中央クリックすると、キューが空でない場合、未読ステータス" "が切り替わります。 このオプションを有効にすると、代わりに通知キューがクリアさ" "れます。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "インジケーターを非表示にする" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "真のとき、インジケーターは非表示になります。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "表示されるアイテムの最大数" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "インジケーターは、この値で示される通知の数だけを表示します。" #: ../src/service.c:221 #, fuzzy msgid "from" msgstr "から" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "通知" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "設定..." #~ msgid "Indicator Notifications Settings" #~ msgstr "インジケーター通知設定" #~ msgid "Hide indicator" #~ msgstr "インジケーターを非表示" #~ msgid "Maximum number of visible notifications" #~ msgstr "表示可能な通知の最大数" #~ msgid "Remove" #~ msgstr "削除" #~ msgid "Add" #~ msgstr "追加する" ayatana-indicator-notifications-22.2.0/po/ka.po0000644000000000000000000000411314203536240016271 0ustar # Georgian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/kk.po0000644000000000000000000000411114203536240016301 0ustar # Kazakh translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/kl.po0000644000000000000000000000411614203536240016307 0ustar # Kalaallisut translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/km.po0000644000000000000000000000412014203536240016303 0ustar # Central Khmer translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/kmr.po0000644000000000000000000000400714203536240016471 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kmr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/kn.po0000644000000000000000000000411214203536240016305 0ustar # Kannada translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ko.po0000644000000000000000000000646214203536240016320 0ustar # Korean translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-06-15 04:41+0000\n" "Last-Translator: MarongHappy \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "응용프로그램 이름별 알림 삭제" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "응용프로그램 이름이 블랙리스트에 있으면 응용프로그램 이름과 일치하는 모든 알" "림이 삭제됩니다." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "가운데 클릭시 알림 지우기" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "일반적으로 알림 아이콘을 중간 클릭할 때 대기열이 비어 있지 않으면 읽지 않은 " "상태로 전환됩니다. 이 옵션을 활성화하면 알림 대기열이 대신 지워집니다." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "표시기 숨김" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "참일 경우, 표시기가 숨겨집니다." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "표시되는 항목의 최대 개수" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "표시기는 이 값으로 표시된 최대 알림 수만 표시합니다." #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "알림" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "설정..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "지우기 (%d 알림)" #~ msgid "Indicator Notifications Settings" #~ msgstr "표시기 알림 설정" #~ msgid "Hide indicator" #~ msgstr "표시기 숨김" #~ msgid "Maximum number of visible notifications" #~ msgstr "표시되는 알림의 최대 개수" #~ msgid "Remove" #~ msgstr "제거" #~ msgid "Add" #~ msgstr "추가" ayatana-indicator-notifications-22.2.0/po/ku.po0000644000000000000000000000411214203536240016314 0ustar # Kurdish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/kw.po0000644000000000000000000000411214203536240016316 0ustar # Cornish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ky.po0000644000000000000000000000411214203536240016320 0ustar # Kirghiz translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ky\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/la.po0000644000000000000000000000411014203536240016267 0ustar # Latin translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: la\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/lb.po0000644000000000000000000000412014203536240016271 0ustar # Letzeburgesch translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/LINGUAS0000644000000000000000000000072414203536240016367 0ustar af am an ar ast az bem be bg bn bo br bs ca ca@valencia ce ckb co crh cs cv cy da de el en_AU en_CA en_GB eo es et eu fa fil fi fo fr_CA fr frp fy ga gd gl gu he hi hr ht hu hy ia id is it ja ka kk kl km kn ko ku kw ky la lb lo lt lv mg mhr mi ml mr ms my nb ne nl nn oc os pa pl ps pt_BR pt ro ru sa sc sd se shn si sk sl sq sr sv sw szl ta te tg th ti tr ug uk ur uz vi wae zh_CN zh_HK zh_TW ny aa as wo gv fur it_CARES dv mk vec csb tt ta_LK zh_LATN@pinyin kmr sdh ayatana-indicator-notifications-22.2.0/po/lo.po0000644000000000000000000000411214203536240016307 0ustar # Laotian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/lt.po0000644000000000000000000000711114203536240016316 0ustar # Lithuanian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-19 20:29+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Atmesti pranešimus pagal programos pavadinimą" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Jei programa yra filtravimo sąraše, tuomet visi programą atitinkantys " "pranešimai bus atmetami." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Išvalyti pranešimus, spustelėjus vidurinįjį pelės mygtuką" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Įprastai, spustelėjus ant pranešimo piktogramos viduriniuoju pelės mygtuku, " "yra perjungiama neskaitymo būsena tuo atveju, jei eilė nėra tuščia. Tuo " "tarpu kai yra įjungtas šis parametras, pranešimų eilė bus išvaloma." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Slėpti indikatorių" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Jei teigiama, indikatorius bus paslėptas." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Didžiausias matomų elementų skaičius" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indikatorius daugiausiai rodys tiek pranešimų, kiek yra nurodyta šioje " "reikšmėje." #: ../src/service.c:221 msgid "from" msgstr "iš" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Pranešimai" #: ../src/service.c:327 msgid "Clear" msgstr "Išvalyti" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Netrūkdyti" #~ msgid "Settings…" #~ msgstr "Nustatymai…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Išvalyti (%d pranešimą)" #~ msgstr[1] "Išvalyti (%d pranešimus)" #~ msgstr[2] "Išvalyti (%d pranešimų)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indikatoriaus pranešimų nustatymai" #~ msgid "Hide indicator" #~ msgstr "Slėpti indikatorių" #~ msgid "Maximum number of visible notifications" #~ msgstr "Didžiausias matomų pranešimų skaičius" #~ msgid "Remove" #~ msgstr "Šalinti" #~ msgid "Add" #~ msgstr "Pridėti" ayatana-indicator-notifications-22.2.0/po/lv.po0000644000000000000000000000415014203536240016320 0ustar # Latvian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/Makevars0000644000000000000000000000021214203536240017026 0ustar DOMAIN = $(PACKAGE) subdir = po top_builddir = .. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 EXTRA_LOCALE_CATEGORIES = ayatana-indicator-notifications-22.2.0/po/mg.po0000644000000000000000000000411314203536240016301 0ustar # Malagasy translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/mhr.po0000644000000000000000000000412014203536240016462 0ustar # Language mhr translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mhr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/mi.po0000644000000000000000000000411014203536240016300 0ustar # Maori translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/mk.po0000644000000000000000000000445714203536240016320 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2021-11-04 17:35+0000\n" "Last-Translator: ElectrifiedSpeed \n" "Language-Team: Macedonian \n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: Weblate 4.9-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Отфрлете ги известувањата по име на апликацијата" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ml.po0000644000000000000000000000411414203536240016307 0ustar # Malayalam translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/mr.po0000644000000000000000000000411214203536240016313 0ustar # Marathi translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ms.po0000644000000000000000000000661014203536240016321 0ustar # Malay translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-05 16:36+0000\n" "Last-Translator: antuketot76 \n" "Language-Team: Malay \n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Notifikasi dinyahkan mengikut nama aplikasi" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Jika nama aplikasi didalam senarai, semua notifikasi yang sepadan dengan " "nama aplikasi akan dinyahkan." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Padam notifikasi dengan klik pertengahan" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Secara normalnya, jika ikon notifikasi diklik menyebabkan status tidak " "dibaca akan dipaparkan jika aturan masih ada. Jika pilihan ini diaktifkan, " "aturan notikasi akan dipadam bersama." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Sembunyikan indikator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Jika benar, indikator disembunyikan." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Nombor maksimum item kelihatan" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indikator akan dipaparkan hanya jika semua nombor notifikasi ditandakan " "mengikut nilai ini." #: ../src/service.c:221 msgid "from" msgstr "daripada" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notifikasi" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Jangan Ganggu" #~ msgid "Settings…" #~ msgstr "Seting…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Padam (%d Notifikasi)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Seting Indikator Notifikasi" #~ msgid "Hide indicator" #~ msgstr "Sembunyi indikator" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Tukar \"Padam\" dan \"Seting\" item" #~ msgid "Maximum number of visible notifications" #~ msgstr "Jumlah maksimum notifikasi kelihatan" #~ msgid "Remove" #~ msgstr "Keluarkan" #~ msgid "Add" #~ msgstr "Tambah" ayatana-indicator-notifications-22.2.0/po/my.po0000644000000000000000000000411214203536240016322 0ustar # Burmese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: my\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/nb.po0000644000000000000000000000672114203536240016304 0ustar # Norwegian Bokmal translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-13 18:28+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 #, fuzzy msgid "Discard notifications by application name" msgstr "Forkast merknader etter programnavn" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Hvis et progamnavn er på svartelista, vil alle merknader som samsvarer med " "det bli forkastet." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Tøm merknader ved midtklikk" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalt når du midtklikker merknadsikonet, vil ulest-statusen veksles hvis " "køen ikke er tom. Med dette valget påskrudd, vil merknadskøen bli tømt " "istedenfor." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Skjul indikatoren" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Hvis sann, er indikatoren skjult." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maksimalt antall synlige elementer" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indikatoren vil kun vise i meste fall antall merknader angitt av denne " "verdien." #: ../src/service.c:221 msgid "from" msgstr "fra" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Merknader" #: ../src/service.c:327 msgid "Clear" msgstr "Tøm" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Ikke forstyrr" #, fuzzy #~ msgid "Settings…" #~ msgstr "Innstillinger..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Tøm %d merknad)" #~ msgstr[1] "Tøm %d merknader)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Merknadsinnstillinger for indikator" #~ msgid "Hide indicator" #~ msgstr "Skjul indikatoren" #, fuzzy #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Bytt \"Tøm\"- og \"Innstillinger\"-elementene" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "Maksimer antall synlige elementer" #~ msgid "Remove" #~ msgstr "Fjern" #~ msgid "Add" #~ msgstr "Legg til" ayatana-indicator-notifications-22.2.0/po/ne.po0000644000000000000000000000411114203536240016276 0ustar # Nepali translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/nl.po0000644000000000000000000000667114203536240016322 0ustar # Dutch translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2019-08-29 05:54+0000\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.9-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Meldingen verwerpen op basis van toepassingsnaam" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Als een toepassing op de zwarte lijst staat, dan worden alle meldingen die " "overeenkomen met de naam verworpen." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Meldingen wissen met middelste muisknop" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Standaard zorgt klikken met de middelste muisknop op het meldingspictogram " "ervoor dat er wordt geschakeld tussen gelezen en ongelezen meldingen. Als " "deze optie wordt ingeschakeld, dan wordt de meldingslijst gewist bij het " "klikken met de middelste muisknop." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Indicator verbergen" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Als dit wordt ingeschakeld, dan wordt de indicator verborgen." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximaal aantal te tonen items" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "De indicator zal niet meer meldingen tonen dan het hier opgegeven aantal." #: ../src/service.c:221 msgid "from" msgstr "van" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Meldingen" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Instellingen..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "(%d melding) wissen" #~ msgstr[1] "(%d meldingen) wissen" #~ msgid "Indicator Notifications Settings" #~ msgstr "Indicatorinstellingen" #~ msgid "Hide indicator" #~ msgstr "Indicator verbergen" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximaal aantal te tonen meldingen" #~ msgid "Remove" #~ msgstr "Verwijderen" #~ msgid "Add" #~ msgstr "Toevoegen" ayatana-indicator-notifications-22.2.0/po/nn.po0000644000000000000000000000411414203536240016312 0ustar # Norwegian Nynorsk translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ny.po0000644000000000000000000000406314203536240016330 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ny\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/oc.po0000644000000000000000000000711714203536240016306 0ustar # Occitan translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-19 20:29+0000\n" "Last-Translator: Quentin PAGÈS \n" "Language-Team: Occitan \n" "Language: oc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Ignorar las notificacions per nom d’aplicacion" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Se lo nom d'una aplicacion es dins la lista negra, s'escartaràn totas las " "notificacions amb lo nom d'aquela aplicacion." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Escafar las notificacions amb un clic del mitan" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalament en clicant al mitan de l’icòna de notificacion, l’estat pas " "legit serà cambiat se la fila es pas voida. Amb aquesta opcion activada, la " "fila d’espèra de notificacion serà escafada a la plaça." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Amagar l’indicator" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Se l’opcion es activada, l’indicator desapareisserà." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Nombre maximal d’elements visibles" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "L‘indicator mostrarà pas que lo nombre maximum indicat de notificacions." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificacions" #: ../src/service.c:327 msgid "Clear" msgstr "Escafar" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Me desrengar pas" #~ msgid "Settings…" #~ msgstr "Configuracion…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Escafar (%d notificacion)" #~ msgstr[1] "Escafar (%d notificacions)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Configuracion del menú de notificacions" #~ msgid "Hide indicator" #~ msgstr "Amagar l’indicator" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Intervertir los elements « Escafar » e « Configuracion »" #~ msgid "Maximum number of visible notifications" #~ msgstr "Nombre maximum de notificacions visiblas" #~ msgid "Remove" #~ msgstr "Tirar" #~ msgid "Add" #~ msgstr "Ajustar" ayatana-indicator-notifications-22.2.0/po/os.po0000644000000000000000000000411314203536240016317 0ustar # Ossetian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: os\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/pa.po0000644000000000000000000000411214203536240016275 0ustar # Punjabi translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/pl.po0000644000000000000000000000710214203536240016312 0ustar # Polish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2019-10-08 16:58+0000\n" "Last-Translator: Mateusz Rumiński \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.9-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Odrzuć powiadomienia według nazwy aplikacji" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Jeśli nazwa aplikacji znajduje się na czarnej liście, wszystkie " "powiadomienia pasujące do nazwy aplikacji zostaną odrzucone." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Wyczyść powiadomienia za pomocą środkowego kliknięcia" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Zwykle po kliknięciu środkowej ikony powiadomienia status nieprzeczytania " "zostanie przełączony, jeśli kolejka nie jest pusta. Po włączeniu tej opcji " "kolejka powiadomień zostanie wyczyszczona." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Ukryj wskaźnik" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Jeśli true, wskaźnik jest ukryty." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maksymalna liczba widocznych elementów" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Wskaźnik będzie wyświetlał co najwyżej liczbę powiadomień wskazanych przez " "tę wartość." #: ../src/service.c:221 msgid "from" msgstr "od" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Powiadomienia" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Ustawienia..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Wyczyść (%d Powiadomienie)" #~ msgstr[1] "Wyczyść (%d Powiadomienia)" #~ msgstr[2] "Wyczyszczenie (%d Powiadomień)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Ustawienia wskaźnika powiadomień" #~ msgid "Hide indicator" #~ msgstr "Ukryj wskaźnik" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maksymalna liczba widocznych powiadomień" #~ msgid "Remove" #~ msgstr "Usuń" #~ msgid "Add" #~ msgstr "Dodaj" ayatana-indicator-notifications-22.2.0/po/POTFILES.in0000644000000000000000000000030414203536240017111 0ustar data/org.ayatana.indicator.notifications.gschema.xml.in.in src/dbus-spy.c src/dbus-spy.h src/main.c src/notification.c src/notification.h src/service.c src/service.h src/urlregex.c src/urlregex.h ayatana-indicator-notifications-22.2.0/po/POTFILES.skip0000644000000000000000000000007014203536240017451 0ustar data/org.ayatana.indicator.notifications.gschema.xml.in ayatana-indicator-notifications-22.2.0/po/ps.po0000644000000000000000000000411114203536240016316 0ustar # Pashto translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ps\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/pt_BR.po0000644000000000000000000000702114203536240016705 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-12-31 03:29+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Descartar as notificações através do nome do aplicativo" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Caso um nome do aplicativo esteja na lista negra, qualquer notificação que " "corresponda ao nome do aplicativo será descartada." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Clique com o botão do meio para limpar as notificações" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalmente, ao clicar no meio do ícone de notificação, o status não lido " "será alternado se a fila não estiver vazia. Com esta opção ativada, a fila " "de notificação será limpa." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Ocultar o indicador" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Se verdadeiro, o indicador ficará oculto." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Quantidade máxima visível dos itens" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "O indicador só exibirá, no máximo, a quantidade de notificações definido por " "este valor." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificações" #: ../src/service.c:327 msgid "Clear" msgstr "Remover" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Não perturbe" #, fuzzy #~ msgid "Settings…" #~ msgstr "Configurações..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Limpar a (%d Notificação)" #~ msgstr[1] "Limpar as (%d Notificações)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Configuração de Notificações do Indicador" #~ msgid "Hide indicator" #~ msgstr "Ocultar indicador" #~ msgid "Maximum number of visible notifications" #~ msgstr "Quantidade máxima de notificações visíveis" #~ msgid "Remove" #~ msgstr "Remover" #~ msgid "Add" #~ msgstr "Adicionar" ayatana-indicator-notifications-22.2.0/po/pt.po0000644000000000000000000000673714203536240016337 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2022-01-03 09:55+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.10.1\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Descartar notificações pelo nome da aplicação" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Se um nome de uma aplicação estiver na lista negra, todas as notificações " "que correspondam a esse nome serão descartadas." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Apagar notificações ao apertar o botão do meio" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalmente ao clicar com o botão do meio do rato numa notificação, o estado " "de \"não lido\" será alterado se a fila não estiver vazia. Com esta opção " "ativada, em vez disso a fila de notificações será limpa." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Ocultar o indicador" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Se estiver ativado, o indicador será ocultado." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Número máximo de itens visíveis" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "O indicador mostrará no máximo o número de notificações indicado por este " "valor." #: ../src/service.c:221 msgid "from" msgstr "de" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificações" #: ../src/service.c:327 msgid "Clear" msgstr "Limpar" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Não perturbar" #, fuzzy #~ msgid "Settings…" #~ msgstr "Configurações..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Limpar (%d notificação)" #~ msgstr[1] "Limpar (%d notificações)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Configuração de notificações do indicador" #~ msgid "Hide indicator" #~ msgstr "Ocultar código" #~ msgid "Maximum number of visible notifications" #~ msgstr "Número máximo de notificações visíveis" #~ msgid "Remove" #~ msgstr "Remover" #~ msgid "Add" #~ msgstr "Adicionar" ayatana-indicator-notifications-22.2.0/po/ro.po0000644000000000000000000000716314203536240016326 0ustar # Romanian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-03-29 14:40+0000\n" "Last-Translator: Alexie Brindusescu \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" "X-Generator: Weblate 4.0-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Renunțare la notificările prin numele aplicației" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Dacă un nume de aplicație se află în lista neagră, toate notificările care " "se potrivesc cu numele aplicației vor fi ignorate." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Ștergeți notificările la clic pe mijloc" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "În mod normal, atunci faceţi clic cu butonul din mijloc pe pictograma de " "notificare, stare de necitire va fi marcata în cazul în care coada de " "aşteptare nu este goală. Cu această opţiune activată, coada de notificare va " "fi golită în schimb." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Ascundeţi indicatorul" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Dacă este adevărat, indicatorul este ascuns." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Numărul maxim de elemente vizibile" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Indicatorul va afișa cel mult numărul de notificări indicate de această " "valoare." #: ../src/service.c:221 msgid "from" msgstr "de la" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notificări" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Setari..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Stergeţi (%d notificări)" #~ msgstr[1] "Stergeţi (%d notificări)" #~ msgstr[2] "Stergeţi (%d notificări)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Setari ale indicatorului de notificari" #, fuzzy #~ msgid "Hide indicator" #~ msgstr "Ascundeţi indicatorul" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "Numărul maxim de elemente vizibile" #~ msgid "Remove" #~ msgstr "Elimina" #~ msgid "Add" #~ msgstr "Adauga" ayatana-indicator-notifications-22.2.0/po/ru.po0000644000000000000000000001037114203536240016327 0ustar # Russian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-10-09 11:26+0000\n" "Last-Translator: koffevar \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Игнорировать уведомления по названию приложения" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Если название приложения в чёрном списке, все уведомления от приложения с " "этим названием будут проигнорированы." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Очистить уведомления по средней кнопке мыши" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "По умолчанию, при нажатии средней кнопкой мыши по значку уведомления будет " "переключён статус прочитанности. Если включить эту опцию, будет очищаться " "очередь уведомлений." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Спрятать индикатор" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Если истинно, индикатор будет спрятан." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Наибольшее количество видимых элементов" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "Индикатор будет отображать уведомлений не более, чем это значение." #: ../src/service.c:221 msgid "from" msgstr "от" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Уведомления" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Не беспокоить" #~ msgid "Settings…" #~ msgstr "Настройки…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Очистить (%d уведомление)" #~ msgstr[1] "Очистить (%d уведомления)" #~ msgstr[2] "Очистить (%d уведомлений)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Индикатор Настройки уведомлений" #~ msgid "Hide indicator" #~ msgstr "Спрятать индикатор" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Поменять местами элементы \"Очистить\" и \"Настройки\"" #~ msgid "Maximum number of visible notifications" #~ msgstr "Максимальное количество уведомлений" #~ msgid "Remove" #~ msgstr "Удалить" #~ msgid "Add" #~ msgstr "Добавить" ayatana-indicator-notifications-22.2.0/po/sa.po0000644000000000000000000000411314203536240016301 0ustar # Sanskrit translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/sc.po0000644000000000000000000000445114203536240016310 0ustar # Sardinian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-10-27 14:36+0000\n" "Last-Translator: Adrià Martín \n" "Language-Team: Sardinian \n" "Language: sc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Notìficas" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #~ msgid "Remove" #~ msgstr "Cantzella" #~ msgid "Add" #~ msgstr "Agiunghe" ayatana-indicator-notifications-22.2.0/po/sdh.po0000644000000000000000000000400714203536240016456 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sdh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/sd.po0000644000000000000000000000411114203536240016302 0ustar # Sindhi translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/se.po0000644000000000000000000000412014203536240016303 0ustar # Northern Sami translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/shn.po0000644000000000000000000000411014203536240016463 0ustar # Shan translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: shn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/si.po0000644000000000000000000000411214203536240016310 0ustar # Sinhala translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/sk.po0000644000000000000000000000720714203536240016322 0ustar # Slovak translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-29 04:40+0000\n" "Last-Translator: Ján Olexa \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Odstrániť notifikáciu podľa názvu aplikácie" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Ak názov aplikácie je na zozname vylúčených, všetky oznámenia s rovnakým " "názvom aplikácie budú odstránené." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Zmazať oznámenie pri kliknutí stredného tlačidla myši" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Po kliknutí stredným tlačidlom myši na notifikačnú ikonu, normálne ak rad " "nie je prázdny, je oznámenie zmenené zo stavu neprečítané na stav prečítané. " "Ak je táto voľba zapnutá, rad je namiesto toho vyčistený." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Skryť ukazovateľ" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "V zapnutom stave je ukazovateľ skrytý." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximálny počet viditeľných položiek" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "Ukazovateľ zobrazí maximálne toľko položiek ako je uvedená hodnota." #: ../src/service.c:221 msgid "from" msgstr "z" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Oznámenia" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Nevyrušovať" #~ msgid "Settings…" #~ msgstr "Nastavenia…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Vyčistit (%d oznámenie)" #~ msgstr[1] "Vyčistit (%d oznámenia)" #~ msgstr[2] "Vyčistit (%d oznámení)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Nastavenie notifikácie ukazovateľov" #~ msgid "Hide indicator" #~ msgstr "Skryť ukazovateľ" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Výmena položiek \"Vymazať\" a \"Nastavenia\"" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximálny počet viditeľných oznámení" #~ msgid "Remove" #~ msgstr "Odstrániť" #~ msgid "Add" #~ msgstr "Pridať" ayatana-indicator-notifications-22.2.0/po/sl.po0000644000000000000000000000417314203536240016322 0ustar # Slovenian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/sq.po0000644000000000000000000000516414203536240016330 0ustar # Albanian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2019-11-03 15:03+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Fshij njoftimet në varësi të emrit të sistemit" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Nëse emri i një sistemi është në listë e zezë, të gjithë njoftimet " "korrespondente me emrin e sistemit do të fshihen." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Fshih treguesin" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Nëse e vertetë, treguesi është fshehur." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Numri maksimal i artikujve të dukshëm" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "Nga" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Njoftime" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #~ msgid "Hide indicator" #~ msgstr "Fshih-treguesin" #~ msgid "Remove" #~ msgstr "Fshij" #~ msgid "Add" #~ msgstr "Shto" ayatana-indicator-notifications-22.2.0/po/sr.po0000644000000000000000000000421714203536240016327 0ustar # Serbian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/sv.po0000644000000000000000000000666414203536240016343 0ustar # Swedish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-13 18:28+0000\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Förkasta aviseringar efter programnamn" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Om ett programnamn finns i filterlistan kommer alla aviseringar som matchar " "programnamnet att förkastas." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Rensa aviseringar vid mittenklick" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalt när aviseringsikonen mittenklickas på kommer tillståndet oläst att " "växlas om kön inte är tom. Med detta alternativ aktiverat kommer " "aviseringskön att rensas istället." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Göm indikatorn" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Om sant kommer indikatorn att gömmas." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Maximalt antal synliga objekt" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "Indikatorn kommer som mest att visa detta antal aviseringar." #: ../src/service.c:221 msgid "from" msgstr "från" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Aviseringar" #: ../src/service.c:327 msgid "Clear" msgstr "Rensa" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Stör ej" #~ msgid "Settings…" #~ msgstr "Inställningar…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Rensa (%d avisering)" #~ msgstr[1] "Rensa (%d aviseringar)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Inställningar för indikatoraviseringar" #~ msgid "Hide indicator" #~ msgstr "Göm indikatorn" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "Byt objekten \"Rensa\" och \"Inställningar\"" #~ msgid "Maximum number of visible notifications" #~ msgstr "Maximalt antal synliga aviseringar" #~ msgid "Remove" #~ msgstr "Ta bort" #~ msgid "Add" #~ msgstr "Lägg till" ayatana-indicator-notifications-22.2.0/po/sw.po0000644000000000000000000000411214203536240016326 0ustar # Swahili translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/szl.po0000644000000000000000000000412014203536240016504 0ustar # Language szl translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: szl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ta_LK.po0000644000000000000000000000406614203536240016677 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ta_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ta.po0000644000000000000000000000435014203536240016305 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-01-06 14:21+0000\n" "Last-Translator: k Venkatesan kalimoorthy pillySA \n" "Language-Team: Tamil \n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 #, fuzzy msgid "Discard notifications by application name" msgstr "venkatesan" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/te.po0000644000000000000000000000535414203536240016316 0ustar # Telugu translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-05 16:36+0000\n" "Last-Translator: sai vineeth kumar tumu \n" "Language-Team: Telugu \n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "మధ్య క్లిక్‌లో హెచ్చరికలు తీసివేయండి" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "కనిపించే అంశాల గరిష్ట సంఖ్య" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "ఈ విలువ సూచించిన సంఖ్యను మాత్రమే సూచిక ప్రదర్శిస్తుంది." #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "కనిపించే అంశాల గరిష్ట సంఖ్య" #~ msgid "Remove" #~ msgstr "తొలగించు" ayatana-indicator-notifications-22.2.0/po/tg.po0000644000000000000000000000411014203536240016305 0ustar # Tajik translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/th.po0000644000000000000000000000410714203536240016314 0ustar # Thai translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ti.po0000644000000000000000000000411314203536240016312 0ustar # Tigrinya translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ti\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/tr.po0000644000000000000000000000667214203536240016337 0ustar # Turkish translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-11-13 18:28+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Bildirimleri uygulama adına göre sil" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Bir uygulama adı kara liste içinde ise, uygulama adıyla eşleşen tüm " "bildirimleri silinir." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Bildirimleri Orta tuşla temizle" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Normalde, bildirim simgesine orta tıklandığında, kuyruk boş değilse okunmadı " "durumu değiştirilir. Bu seçenek etkinleştirildiğinde, bunun yerine bildirim " "kuyruğu temizlenir." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Göstergeyi gizle" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Eğer doğruysa, gösterge gizlidir." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "En fazla görünür öge sayısı" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "Gösterge yalnızca bu değerle belirtilen kadar sayıda bildirim görüntüler." #: ../src/service.c:221 msgid "from" msgstr "itibaren" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Bildirimler" #: ../src/service.c:327 msgid "Clear" msgstr "Temizle" #: ../src/service.c:338 msgid "Do not disturb" msgstr "Rahatsız Etme" #~ msgid "Settings…" #~ msgstr "Ayarlar…" #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "(%d Bildirimi) temizle" #~ msgstr[1] "(%d Bildirimleri) temizle" #~ msgid "Indicator Notifications Settings" #~ msgstr "Gösterge bildirim ayarları" #~ msgid "Hide indicator" #~ msgstr "Göstergeyi gizle" #~ msgid "Swap \"Clear\" and \"Settings\" items" #~ msgstr "\"Temizle\" ve \"Ayarlar\" öğelerini değiştirin" #~ msgid "Maximum number of visible notifications" #~ msgstr "En fazla görünür bildirim sayısı" #~ msgid "Remove" #~ msgstr "Sil" #~ msgid "Add" #~ msgstr "Ekle" ayatana-indicator-notifications-22.2.0/po/tt.po0000644000000000000000000000405614203536240016333 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/ug.po0000644000000000000000000000772114203536240016321 0ustar # Uighur translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-05-09 06:12+0000\n" "Last-Translator: Abdusalam <1810010207@s.upc.edu.cn>\n" "Language-Team: Uyghur \n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.1-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "ئىلتىماس نامى بىلەن ئۇقتۇرۇشنى ئەمەلدىن قالدۇرۇڭ" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "ئەگەر بىر پروگرامما ئىسمى قارا تىزىملىكتە بولسا ، ئىلتىماس نامىغا ماس " "كېلىدىغان بارلىق ئۇقتۇرۇشلار تاشلىۋېتىلىدۇ." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "ئوتتۇرا چېكىشتىكى ئۇقتۇرۇشلارنى تازىلاڭ" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "ئادەتتە ئۇقتۇرۇش سىنبەلگىسىنى ئوتتۇرا چەككەندە ، ئۆچرەت بوش بولمىسا " "ئوقۇلمىغان ھالەت ئالماشتۇرۇلىدۇ. بۇ تاللاش قوزغىتىلغاندىن كېيىن ، ئۇنىڭ " "ئورنىغا ئۇقتۇرۇش ئۆچرەت تازىلىنىدۇ." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "كۆرسەتكۈچنى يوشۇرۇش" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "ئەگەر راست بولسا ، كۆرسەتكۈچ يوشۇرۇنغان." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "كۆرۈنگەن تۈرلەرنىڭ ئەڭ كۆپ سانى" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" "كۆرسەتكۈچ پەقەت بۇ قىممەتتە كۆرسىتىلگەن ئۇقتۇرۇشلارنىڭ سانىنى كۆرسىتىدۇ." #: ../src/service.c:221 msgid "from" msgstr "ئەۋەتكۈچى" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "ئۇقتۇرۇش" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "تەڭشەكلەر ..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "ئۇقتۇرۇش(%d Notification)نى تازىلاڭ" #~ msgstr[1] "ئۇقتۇرۇش(%d Notifications)لارنى تازىلاڭ" #~ msgid "Indicator Notifications Settings" #~ msgstr "كۆرسەتكۈچ ئۇقتۇرۇشى" #~ msgid "Hide indicator" #~ msgstr "كۆرسەتكۈچنى يوشۇرۇش" #~ msgid "Maximum number of visible notifications" #~ msgstr "كۆرۈنگەن ئۇقتۇرۇشلارنىڭ ئەڭ كۆپ سانى" #~ msgid "Remove" #~ msgstr "ئۆچۈرۈش" #~ msgid "Add" #~ msgstr "قوش" ayatana-indicator-notifications-22.2.0/po/uk.po0000644000000000000000000001007314203536240016317 0ustar # Ukrainian translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-08-07 21:32+0000\n" "Last-Translator: Prosta4okua \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.2-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "Ігнорувати сповіщення за назвою застосунку" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" "Якщо ім'я застосунку в чорному списку, всі сповіщення, що відповідають назві " "застосунку, будуть відхилені." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "Очистити сповіщення по середній кнопці миші" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "Зазвичай, при натисканні середньої кнопкою миші по значку повідомлення буде " "переключено статус прочитання. Якщо цей параметр увімкнено, черга " "повідомлень буде очищена." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "Приховати індикатор" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "Якщо так, індикатор приховується." #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "Максимальна кількість видимих елементів" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "Індикатор буде відображати повідомлень не більше, ніж це значення." #: ../src/service.c:221 msgid "from" msgstr "з" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "Сповіщення" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" #, fuzzy #~ msgid "Settings…" #~ msgstr "Налаштування ..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "Очистити%d Оповіщення)" #~ msgstr[1] "Очистити%d Сповіщення)" #~ msgstr[2] "Очистити%d Сповіщень)" #~ msgid "Indicator Notifications Settings" #~ msgstr "Налаштування сповіщень індикаторів" #~ msgid "Hide indicator" #~ msgstr "Приховати індикатор" #~ msgid "Maximum number of visible notifications" #~ msgstr "Максимальна кількість видимих сповіщень" #~ msgid "Remove" #~ msgstr "Видалити" #~ msgid "Add" #~ msgstr "Додати" ayatana-indicator-notifications-22.2.0/po/ur.po0000644000000000000000000000410714203536240016327 0ustar # Urdu translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/uz.po0000644000000000000000000000411014203536240016331 0ustar # Uzbek translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/vec.po0000644000000000000000000000406414203536240016460 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vec\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/vi.po0000644000000000000000000000407614203536240016324 0ustar # Vietnamese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/wae.po0000644000000000000000000000412014203536240016450 0ustar # Language wae translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wae\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/wo.po0000644000000000000000000000405614203536240016331 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/zh_CN.po0000644000000000000000000000627414203536240016711 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2022-01-25 09:55+0000\n" "Last-Translator: Eric \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.11-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "按应用程序名称屏蔽通知" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "如果有一个应用程序在过滤名单中, 所有与该程序相关的通知将会被丢弃。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "点击鼠标中键以清空通知" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "通常,中键点击通知中心图标时,如果通知队列不为空,则会切换到未读的通知。启用" "此选项后,将清除通知队列。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "隐藏指示器" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "如果为真,则指示器被隐藏。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "最大可见项目数" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "指示器最多只显示相当于此数值的通知数量。" #: ../src/service.c:221 msgid "from" msgstr "从" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "通知" #: ../src/service.c:327 msgid "Clear" msgstr "清除" #: ../src/service.c:338 msgid "Do not disturb" msgstr "请勿打扰" #, fuzzy #~ msgid "Settings…" #~ msgstr "设置..." #~ msgid "Clear (%d Notification)" #~ msgid_plural "Clear (%d Notifications)" #~ msgstr[0] "清空 (%d 通知)" #~ msgid "Indicator Notifications Settings" #~ msgstr "指示器通知设置" #~ msgid "Hide indicator" #~ msgstr "隐藏指示器" #~ msgid "Maximum number of visible notifications" #~ msgstr "最大可见通知数量" #~ msgid "Remove" #~ msgstr "删除" #~ msgid "Add" #~ msgstr "添加" ayatana-indicator-notifications-22.2.0/po/zh_HK.po0000644000000000000000000000411514203536240016703 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2017-12-02 19:20+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/zh_LATN@pinyin.po0000644000000000000000000000402214203536240020463 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_LATN@pinyin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "" #: ../src/service.c:221 msgid "from" msgstr "" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "" ayatana-indicator-notifications-22.2.0/po/zh_TW.po0000644000000000000000000000570214203536240016736 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2017. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-12 14:54+0100\n" "PO-Revision-Date: 2020-09-05 16:36+0000\n" "Last-Translator: tommymaple \n" "Language-Team: Chinese (Traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.3-dev\n" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:1 msgid "Discard notifications by application name" msgstr "按應用程式名稱放棄通知" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:2 #, fuzzy msgid "" "If an application name is in the filter list, all notifications matching the " "application name will be discarded." msgstr "如果應用程式名稱在黑名單,則將放棄與應用程式名稱匹配的所有通知。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:3 msgid "Clear notifications on middle click" msgstr "中間點擊清除通知" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:4 msgid "" "Normally when middle clicking the notification icon, the unread status will " "be toggled if the queue is not empty. With this option enabled, the " "notification queue will be cleared instead." msgstr "" "通常在中間按一下通知圖示時,如果佇列不是空的,則將切換未讀狀態。啟用此選項" "後,將改為清除通知佇列。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:5 msgid "Hide the indicator" msgstr "隱藏指示器" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:6 msgid "If true, the indicator is hidden." msgstr "如果設為 true,則隱藏指示器。" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:7 msgid "Maximum number of visible items" msgstr "最大可見項目數量" #: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in:8 msgid "" "The indicator will only display at most the number of notifications " "indicated by this value." msgstr "指示器最多只顯示此值指示的通知數量。" #: ../src/service.c:221 msgid "from" msgstr "來自" #: ../src/service.c:270 ../src/service.c:299 msgid "Notifications" msgstr "通知" #: ../src/service.c:327 msgid "Clear" msgstr "" #: ../src/service.c:338 msgid "Do not disturb" msgstr "請勿打擾" #~ msgid "Settings…" #~ msgstr "設定" #, fuzzy #~ msgid "Hide indicator" #~ msgstr "隱藏指示器" #, fuzzy #~ msgid "Maximum number of visible notifications" #~ msgstr "最大可見項目數量" #~ msgid "Remove" #~ msgstr "移除" #~ msgid "Add" #~ msgstr "增加" ayatana-indicator-notifications-22.2.0/README.md0000644000000000000000000000130014203536240016172 0ustar # Ayatana System Indicator — Notifications The -notifications Ayatana System Indicator is an optional indicator that can collect system notifications (e.g. while having been away from keyboard. It also features filtering out notifications from specific applications and provides a do-not-disturb feature (currently only functional on the MATE desktop environment). ## Installation and Unit Tests For instructions on building and running built-in tests, see the INSTALL file. ## Author and License The -notifications Ayatana System Indicator has been written by Jason Conti (originally as an Ubuntu System Indicator). This project has been published under the GPL-3+ license (see COPYING file).ayatana-indicator-notifications-22.2.0/src/CMakeLists.txt0000644000000000000000000000164614203536240020257 0ustar set (SERVICE_LIB "ayatanaindicatornotificationsservice") set (SERVICE_EXEC "ayatana-indicator-notifications-service") add_definitions(-DG_LOG_DOMAIN="ayatana-indicator-notifications") # handwritten sources set(SERVICE_MANUAL_SOURCES urlregex.c notification.c dbus-spy.c service.c) # add the bin dir to our include path so the code can find the generated header files include_directories(${CMAKE_CURRENT_BINARY_DIR}) # the service library for tests to link against (basically, everything except main()) add_library(${SERVICE_LIB} STATIC ${SERVICE_MANUAL_SOURCES}) include_directories(${CMAKE_SOURCE_DIR}) link_directories(${SERVICE_DEPS_LIBRARY_DIRS}) # the executable: lib + main() add_executable (${SERVICE_EXEC} main.c) target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES}) install (TARGETS ${SERVICE_EXEC} RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") ayatana-indicator-notifications-22.2.0/src/dbus-spy.c0000644000000000000000000001151314203536240017423 0ustar /* * dbus-spy.c - A gobject subclass to watch dbus for org.freedesktop.Notification.Notify messages. */ #include "dbus-spy.h" enum { MESSAGE_RECEIVED, LAST_SIGNAL }; typedef struct _IdleMessage IdleMessage; struct _IdleMessage { DBusSpy *spy; Notification *note; }; static guint signals[LAST_SIGNAL]; static void dbus_spy_class_init(DBusSpyClass *klass); static void dbus_spy_init(DBusSpy *self); static void dbus_spy_dispose(GObject *object); static void add_filter(DBusSpy *self); static void bus_get_cb(GObject *source_object, GAsyncResult *res, gpointer user_data); static GDBusMessage *message_filter(GDBusConnection *connection, GDBusMessage *message, gboolean incoming, gpointer user_data); static gboolean idle_message_emit(gpointer user_data); #define MATCH_STRING "eavesdrop=true,type='method_call',interface='org.freedesktop.Notifications',member='Notify'" G_DEFINE_TYPE_WITH_PRIVATE(DBusSpy, dbus_spy, G_TYPE_OBJECT); static void dbus_spy_class_init(DBusSpyClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS(klass); object_class->dispose = dbus_spy_dispose; signals[MESSAGE_RECEIVED] = g_signal_new(DBUS_SPY_SIGNAL_MESSAGE_RECEIVED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(DBusSpyClass, message_received), NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, NOTIFICATION_TYPE); } static void bus_get_cb(GObject *source_object, GAsyncResult *res, gpointer user_data) { GError *error = NULL; GDBusConnection *connection = g_bus_get_finish(res, &error); if(error != NULL) { g_warning("Could not get a connection to the dbus session bus: %s\n", error->message); g_error_free(error); return; } DBusSpy *self = DBUS_SPY(user_data); g_return_if_fail(self != NULL); if(self->priv->connection_cancel != NULL) { g_object_unref(self->priv->connection_cancel); self->priv->connection_cancel = NULL; } self->priv->connection = connection; add_filter(self); } static void add_filter(DBusSpy *self) { GDBusMessage *message; GVariant *body; GError *error = NULL; message = g_dbus_message_new_method_call("org.freedesktop.DBus", "/org/freedesktop/DBus", "org.freedesktop.DBus", "AddMatch"); body = g_variant_new_parsed("(%s,)", MATCH_STRING); g_dbus_message_set_body(message, body); g_dbus_connection_send_message(self->priv->connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, &error); if(error != NULL) { g_warning("Failed to send AddMatch message: %s\n", error->message); g_error_free(error); return; } g_dbus_connection_add_filter(self->priv->connection, message_filter, self, NULL); } static GDBusMessage* message_filter(GDBusConnection *connection, GDBusMessage *message, gboolean incoming, gpointer user_data) { if(!incoming) return message; GDBusMessageType type = g_dbus_message_get_message_type(message); const gchar *interface = g_dbus_message_get_interface(message); const gchar *member = g_dbus_message_get_member(message); if((type == G_DBUS_MESSAGE_TYPE_METHOD_CALL) && (g_strcmp0(interface, "org.freedesktop.Notifications") == 0) && (g_strcmp0(member, "Notify") == 0)) { DBusSpy *spy = DBUS_SPY(user_data); Notification *note = notification_new_from_dbus_message(message); IdleMessage *im = g_new0(IdleMessage, 1); im->spy = spy; im->note = note; g_idle_add(idle_message_emit, im); g_object_unref(message); message = NULL; } return message; } static gboolean idle_message_emit(gpointer user_data) { IdleMessage *message = (IdleMessage *)user_data; g_signal_emit(message->spy, signals[MESSAGE_RECEIVED], 0, message->note); g_free(message); return FALSE; } static void dbus_spy_init(DBusSpy *self) { self->priv = dbus_spy_get_instance_private(self); self->priv->connection = NULL; self->priv->connection_cancel = g_cancellable_new(); g_bus_get(G_BUS_TYPE_SESSION, self->priv->connection_cancel, bus_get_cb, self); } static void dbus_spy_dispose(GObject *object) { DBusSpy *self = DBUS_SPY(object); if(self->priv->connection_cancel != NULL) { g_cancellable_cancel(self->priv->connection_cancel); g_object_unref(self->priv->connection_cancel); self->priv->connection_cancel = NULL; } if(self->priv->connection != NULL) { g_dbus_connection_close(self->priv->connection, NULL, NULL, NULL); g_object_unref(self->priv->connection); self->priv->connection = NULL; } G_OBJECT_CLASS(dbus_spy_parent_class)->dispose(object); } DBusSpy* dbus_spy_new(void) { return DBUS_SPY(g_object_new(DBUS_SPY_TYPE, NULL)); } ayatana-indicator-notifications-22.2.0/src/dbus-spy.h0000644000000000000000000000241214203536240017426 0ustar /* * dbus-spy.h - A gobject subclass to watch dbus for org.freedesktop.Notification.Notify messages. */ #ifndef __DBUS_SPY_H__ #define __DBUS_SPY_H__ #include #include #include #include "notification.h" G_BEGIN_DECLS #define DBUS_SPY_TYPE (dbus_spy_get_type ()) #define DBUS_SPY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DBUS_SPY_TYPE, DBusSpy)) #define DBUS_SPY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DBUS_SPY_TYPE, DBusSpyClass)) #define IS_DBUS_SPY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DBUS_SPY_TYPE)) #define IS_DBUS_SPY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DBUS_SPY_TYPE)) typedef struct _DBusSpy DBusSpy; typedef struct _DBusSpyClass DBusSpyClass; typedef struct _DBusSpyPrivate DBusSpyPrivate; struct _DBusSpy { GObject parent; DBusSpyPrivate *priv; }; struct _DBusSpyClass { GObjectClass parent_class; void (* message_received) (DBusSpy *spy, Notification *note); }; struct _DBusSpyPrivate { GDBusConnection *connection; GCancellable *connection_cancel; }; #define DBUS_SPY_SIGNAL_MESSAGE_RECEIVED "message-received" GType dbus_spy_get_type(void); DBusSpy* dbus_spy_new(void); G_END_DECLS #endif /* __DBUS_SPY_H__ */ ayatana-indicator-notifications-22.2.0/src/main.c0000644000000000000000000000312714203536240016603 0ustar /* * Copyright 2013 Canonical Ltd. * * Authors: * Charles Kerr * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #include #include #include "service.h" static void on_name_lost (gpointer instance G_GNUC_UNUSED, gpointer loop) { g_message ("exiting: service couldn't acquire or lost ownership of busname"); g_main_loop_quit ((GMainLoop*)loop); } int main (int argc G_GNUC_UNUSED, char ** argv G_GNUC_UNUSED) { IndicatorNotificationsService * service; GMainLoop * loop; /* boilerplate i18n */ setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); textdomain (GETTEXT_PACKAGE); /* run */ service = indicator_notifications_service_new (NULL); loop = g_main_loop_new (NULL, FALSE); g_signal_connect (service, INDICATOR_NOTIFICATIONS_SERVICE_SIGNAL_NAME_LOST, G_CALLBACK(on_name_lost), loop); g_main_loop_run (loop); /* cleanup */ g_main_loop_unref (loop); g_clear_object (&service); return 0; } ayatana-indicator-notifications-22.2.0/src/notification.c0000644000000000000000000001324414203536240020346 0ustar /* * notification.c - A gobject subclass to represent a org.freedesktop.Notification.Notify message. */ #include #include "notification.h" #define COLUMN_APP_NAME 0 #define COLUMN_REPLACES_ID 1 #define COLUMN_APP_ICON 2 #define COLUMN_SUMMARY 3 #define COLUMN_BODY 4 #define COLUMN_ACTIONS 5 #define COLUMN_HINTS 6 #define COLUMN_EXPIRE_TIMEOUT 7 #define COLUMN_COUNT 8 #define X_CANONICAL_PRIVATE_SYNCHRONOUS "x-canonical-private-synchronous" static void notification_class_init(NotificationClass *klass); static void notification_init(Notification *self); static void notification_dispose(GObject *object); G_DEFINE_TYPE_WITH_PRIVATE(Notification, notification, G_TYPE_OBJECT); static void notification_class_init(NotificationClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS(klass); object_class->dispose = notification_dispose; } static void notification_init(Notification *self) { self->priv = notification_get_instance_private(self); self->priv->app_name = NULL; self->priv->replaces_id = 0; self->priv->app_icon = NULL; self->priv->summary = NULL; self->priv->body = NULL; self->priv->expire_timeout = 0; self->priv->timestamp = NULL; self->priv->is_private = FALSE; } static void notification_dispose(GObject *object) { Notification *self = NOTIFICATION(object); if(self->priv->app_name != NULL) { g_free(self->priv->app_name); self->priv->app_name = NULL; } if(self->priv->app_icon != NULL) { g_free(self->priv->app_icon); self->priv->app_icon = NULL; } if(self->priv->summary != NULL) { g_free(self->priv->summary); self->priv->summary = NULL; } if(self->priv->body != NULL) { g_free(self->priv->body); self->priv->body = NULL; } if(self->priv->timestamp != NULL) { g_date_time_unref(self->priv->timestamp); self->priv->timestamp = NULL; } G_OBJECT_CLASS(notification_parent_class)->dispose(object); } Notification* notification_new(void) { return NOTIFICATION(g_object_new(NOTIFICATION_TYPE, NULL)); } Notification* notification_new_from_dbus_message(GDBusMessage *message) { Notification *self = notification_new(); /* timestamp */ self->priv->timestamp = g_date_time_new_now_local(); GVariant *body = g_dbus_message_get_body(message); GVariant *child = NULL, *value = NULL; g_assert(g_variant_is_of_type(body, G_VARIANT_TYPE_TUPLE)); g_assert(g_variant_n_children(body) == COLUMN_COUNT); /* app_name */ child = g_variant_get_child_value(body, COLUMN_APP_NAME); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_STRING)); self->priv->app_name = g_variant_dup_string(child, &(self->priv->app_name_length)); g_variant_unref(child); /* replaces_id */ child = g_variant_get_child_value(body, COLUMN_REPLACES_ID); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_UINT32)); self->priv->replaces_id = g_variant_get_uint32(child); g_variant_unref(child); /* app_icon */ child = g_variant_get_child_value(body, COLUMN_APP_ICON); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_STRING)); self->priv->app_icon = g_variant_dup_string(child, &(self->priv->app_icon_length)); g_variant_unref(child); /* summary */ child = g_variant_get_child_value(body, COLUMN_SUMMARY); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_STRING)); self->priv->summary = g_variant_dup_string(child, &(self->priv->summary_length)); g_strstrip(self->priv->summary); self->priv->summary_length = strlen(self->priv->summary); g_variant_unref(child); /* body */ child = g_variant_get_child_value(body, COLUMN_BODY); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_STRING)); self->priv->body = g_variant_dup_string(child, &(self->priv->body_length)); g_strstrip(self->priv->body); self->priv->body_length = strlen(self->priv->body); g_variant_unref(child); /* hints */ child = g_variant_get_child_value(body, COLUMN_HINTS); g_assert(g_variant_is_of_type(child, G_VARIANT_TYPE_DICTIONARY)); /* check for volume hint */ value = g_variant_lookup_value(child, X_CANONICAL_PRIVATE_SYNCHRONOUS, G_VARIANT_TYPE_STRING); if(value != NULL) { const gchar *private_string = g_variant_get_string(value, NULL); g_variant_unref(value); value = NULL; if((g_strcmp0(private_string, "volume") == 0) || (g_strcmp0(private_string, "brightness") == 0) || (g_strcmp0(private_string, "indicator-sound") == 0)) { self->priv->is_private = TRUE; } } g_variant_unref(child); child = NULL; return self; } const gchar* notification_get_app_name(Notification *self) { return self->priv->app_name; } const gchar* notification_get_app_icon(Notification *self) { return self->priv->app_icon; } const gchar* notification_get_summary(Notification *self) { return self->priv->summary; } const gchar* notification_get_body(Notification *self) { return self->priv->body; } gint64 notification_get_timestamp(Notification *self) { return g_date_time_to_unix(self->priv->timestamp); } gchar* notification_timestamp_for_locale(Notification *self) { return g_date_time_format(self->priv->timestamp, "%X %x"); } gboolean notification_is_private(Notification *self) { return self->priv->is_private; } /** * A notification is considered empty if both the summary and body do not * contain any text. */ gboolean notification_is_empty(Notification *self) { return (self->priv->summary_length == 0) && (self->priv->body_length == 0); } void notification_print(Notification *self) { g_print("app_name = %s\n", self->priv->app_name); g_print("app_icon = %s\n", self->priv->app_icon); g_print("summary = %s\n", self->priv->summary); g_print("body = %s\n", self->priv->body); } ayatana-indicator-notifications-22.2.0/src/notification.h0000644000000000000000000000404214203536240020347 0ustar /* * notification.h - A gobject subclass to represent a org.freedesktop.Notification.Notify message. */ #ifndef __NOTIFICATION_H__ #define __NOTIFICATION_H__ #include #include #include #include G_BEGIN_DECLS #define NOTIFICATION_TYPE (notification_get_type ()) #define NOTIFICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NOTIFICATION_TYPE, Notification)) #define NOTIFICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NOTIFICATION_TYPE, NotificationClass)) #define IS_NOTIFICATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), NOTIFICATION_TYPE)) #define IS_NOTIFICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NOTIFICATION_TYPE)) typedef struct _Notification Notification; typedef struct _NotificationClass NotificationClass; typedef struct _NotificationPrivate NotificationPrivate; struct _Notification { GObject parent; NotificationPrivate *priv; }; struct _NotificationClass { GObjectClass parent_class; }; struct _NotificationPrivate { gchar *app_name; gsize app_name_length; guint32 replaces_id; gchar *app_icon; gsize app_icon_length; gchar *summary; gsize summary_length; gchar *body; gsize body_length; gint expire_timeout; GDateTime *timestamp; gboolean is_private; }; GType notification_get_type(void); Notification *notification_new(void); Notification *notification_new_from_dbus_message(GDBusMessage *); const gchar *notification_get_app_name(Notification *); const gchar *notification_get_app_icon(Notification *); const gchar *notification_get_summary(Notification *); const gchar *notification_get_body(Notification *); gint64 notification_get_timestamp(Notification *); gchar *notification_timestamp_for_locale(Notification *); gboolean notification_is_private(Notification *); gboolean notification_is_empty(Notification *); void notification_print(Notification *); G_END_DECLS #endif /* __NOTIFICATION_H__ */ ayatana-indicator-notifications-22.2.0/src/service.c0000644000000000000000000006376714203536240017337 0ustar /* * Copyright 2013 Canonical Ltd. * * Authors: * Charles Kerr * Ted Gould * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #include #include "service.h" #include "dbus-spy.h" #include "urlregex.h" #define BUS_NAME "org.ayatana.indicator.notifications" #define BUS_PATH "/org/ayatana/indicator/notifications" #define HINT_MAX 10 static guint m_nSignal = 0; enum { SECTION_HEADER = (1<<0), SECTION_NOTIFICATIONS = (1<<1), SECTION_DO_NOT_DISTURB = (1<<2), SECTION_CLEAR = (1<<3) }; enum { PROFILE_PHONE, PROFILE_DESKTOP, N_PROFILES }; static const char * const menu_names[N_PROFILES] = { "phone", "desktop" }; struct ProfileMenuInfo { GMenu *pMenu; GMenu *pSubmenu; guint nExportId; }; struct _IndicatorNotificationsServicePrivate { GCancellable *pCancellable; GSettings *pSettings; guint nOwnId; guint nActionsId; GDBusConnection *pConnection; gboolean bMenusBuilt; struct ProfileMenuInfo lMenus[N_PROFILES]; GSimpleActionGroup *pActionGroup; GSimpleAction *pHeaderAction; GSimpleAction *pClearAction; GSimpleAction *pRemoveAction; GSimpleAction *pDoNotDisturbAction; GList *lVisibleItems; GList *lHiddenItems; gboolean bDoNotDisturb; gboolean bHasUnread; gint nMaxItems; DBusSpy *pBusSpy; GHashTable *lFilters; GList *lHints; GMenu *pNotificationsSection; gboolean bHasDoNotDisturb; }; typedef IndicatorNotificationsServicePrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(IndicatorNotificationsService, indicator_notifications_service, G_TYPE_OBJECT) static void rebuildNow(IndicatorNotificationsService *self, guint nSections); static void updateFilters(IndicatorNotificationsService *self); static void saveHints(IndicatorNotificationsService *self) { gchar *hints[HINT_MAX + 1]; int i = 0; GList *l; for (l = self->priv->lHints; (l != NULL) && (i < HINT_MAX); l = l->next, i++) { hints[i] = (gchar *) l->data; } hints[i] = NULL; g_settings_set_strv(self->priv->pSettings, "filter-list-hints", (const gchar **) hints); } static void updateHints(IndicatorNotificationsService *self, Notification *notification) { g_return_if_fail(IS_NOTIFICATION(notification)); const gchar *appname = notification_get_app_name(notification); // Avoid duplicates GList *l; for (l = self->priv->lHints; l != NULL; l = l->next) { if (g_strcmp0(appname, (const gchar *) l->data) == 0) { return; } } // Add the appname self->priv->lHints = g_list_prepend(self->priv->lHints, g_strdup(appname)); // Keep only a reasonable number while (g_list_length(self->priv->lHints) > HINT_MAX) { GList *last = g_list_last(self->priv->lHints); g_free(last->data); self->priv->lHints = g_list_delete_link(self->priv->lHints, last); } // Save the hints saveHints(self); } static gchar *createMarkup(const gchar *body) { GList *list = urlregex_split_all(body); guint len = g_list_length(list); gchar **str_array = g_new0(gchar *, len + 1); guint i = 0; GList *item; gchar *escaped_text; gchar *escaped_expanded; for (item = list; item; item = item->next, i++) { MatchGroup *group = (MatchGroup *)item->data; if (group->type == MATCHED) { escaped_text = g_markup_escape_text(group->text, -1); escaped_expanded = g_markup_escape_text(group->expanded, -1); str_array[i] = g_strdup_printf("%s", escaped_expanded, escaped_text); g_free(escaped_text); g_free(escaped_expanded); } else { str_array[i] = g_markup_escape_text(group->text, -1); } } urlregex_matchgroup_list_free(list); gchar *result = g_strjoinv(NULL, str_array); g_strfreev(str_array); return result; } static void updateClearItem(IndicatorNotificationsService *self) { guint visible_length = g_list_length(self->priv->lVisibleItems); guint hidden_length = g_list_length(self->priv->lHiddenItems); guint total_length = visible_length + hidden_length; g_simple_action_set_enabled(self->priv->pClearAction, total_length != 0); } static void setUnread(IndicatorNotificationsService *self, gboolean unread) { self->priv->bHasUnread = unread; rebuildNow(self, SECTION_HEADER); } static void onMessageReceived(DBusSpy *pBusSpy, Notification *note, gpointer user_data) { g_return_if_fail(IS_DBUS_SPY(pBusSpy)); g_return_if_fail(IS_NOTIFICATION(note)); IndicatorNotificationsService *self = INDICATOR_NOTIFICATIONS_SERVICE(user_data); // Discard useless notifications if(notification_is_private(note) || notification_is_empty(note)) { g_object_unref(note); return; } // Discard notifications on the filter list if(self->priv->lFilters != NULL && g_hash_table_contains(self->priv->lFilters, notification_get_app_name(note))) { g_object_unref(note); return; } updateHints(self, note); gchar *unescaped_timestamp_string = notification_timestamp_for_locale(note); gchar *app_name = g_markup_escape_text(notification_get_app_name(note), -1); gchar *summary = g_markup_escape_text(notification_get_summary(note), -1); gchar *body = createMarkup(notification_get_body(note)); g_object_unref(note); gchar *timestamp_string = g_markup_escape_text(unescaped_timestamp_string, -1); gchar *markup = g_strdup_printf("%s\n%s\n%s %s %s", summary, body, timestamp_string, _("from"), app_name); g_free(app_name); g_free(summary); g_free(body); g_free(unescaped_timestamp_string); g_free(timestamp_string); GMenuItem * item = g_menu_item_new(markup, NULL); g_free(markup); gint64 nTimestamp = notification_get_timestamp(note); g_menu_item_set_action_and_target_value(item, "indicator.remove-notification", g_variant_new_int64(nTimestamp)); g_menu_item_set_attribute_value(item, "x-ayatana-timestamp", g_variant_new_int64(nTimestamp)); g_menu_item_set_attribute_value(item, "x-ayatana-use-markup", g_variant_new_boolean(TRUE)); g_menu_item_set_attribute(item, "x-ayatana-type", "s", "org.ayatana.indicator.removable"); GList *last_item; GMenuItem *last_menu_item; // List holds a ref to the menuitem self->priv->lVisibleItems = g_list_prepend(self->priv->lVisibleItems, g_object_ref(item)); g_menu_prepend_item (self->priv->pNotificationsSection, item); g_object_unref(item); // Move items that overflow to the hidden list while (g_list_length(self->priv->lVisibleItems) > self->priv->nMaxItems) { last_item = g_list_last(self->priv->lVisibleItems); last_menu_item = G_MENU_ITEM(last_item->data); // Steal the ref from the visible list self->priv->lVisibleItems = g_list_delete_link(self->priv->lVisibleItems, last_item); self->priv->lHiddenItems = g_list_prepend(self->priv->lHiddenItems, last_menu_item); last_item = NULL; last_menu_item = NULL; } while (g_menu_model_get_n_items(G_MENU_MODEL(self->priv->pNotificationsSection)) > self->priv->nMaxItems) { g_menu_remove(self->priv->pNotificationsSection, self->priv->nMaxItems); } updateClearItem(self); setUnread(self, TRUE); } static GVariant *createHeaderState(IndicatorNotificationsService *self) { GVariantBuilder b; g_variant_builder_init (&b, G_VARIANT_TYPE("a{sv}")); g_variant_builder_add (&b, "{sv}", "title", g_variant_new_string (_("Notifications"))); g_variant_builder_add (&b, "{sv}", "visible", g_variant_new_boolean (TRUE)); gchar *sIcon = NULL; if (self->priv->bHasUnread) { if (self->priv->bHasDoNotDisturb && self->priv->bDoNotDisturb) { sIcon = "ayatana-indicator-notification-unread-dnd"; } else { sIcon = "ayatana-indicator-notification-unread"; } } else { if (self->priv->bHasDoNotDisturb && self->priv->bDoNotDisturb) { sIcon = "ayatana-indicator-notification-read-dnd"; } else { sIcon = "ayatana-indicator-notification-read"; } } GIcon * icon = g_themed_icon_new_with_default_fallbacks(sIcon); g_variant_builder_add (&b, "{sv}", "accessible-desc", g_variant_new_string (_("Notifications"))); if (icon) { GVariant * serialized_icon = g_icon_serialize (icon); if (serialized_icon != NULL) { g_variant_builder_add (&b, "{sv}", "icon", serialized_icon); g_variant_unref (serialized_icon); } g_object_unref (icon); } return g_variant_builder_end (&b); } static GMenuModel *createDesktopNotificationsSection(IndicatorNotificationsService *self, int profile) { self->priv->pNotificationsSection = g_menu_new(); return G_MENU_MODEL(self->priv->pNotificationsSection); } static GMenuModel *createDesktopClearSection(IndicatorNotificationsService *self) { GMenu * pMenu = g_menu_new (); g_menu_append(pMenu, _("Clear"), "indicator.clear-notifications"); return G_MENU_MODEL(pMenu); } static GMenuModel *createDesktopDoNotDisturbSection(IndicatorNotificationsService *self) { GMenu *pMenu = g_menu_new(); if (self->priv->bHasDoNotDisturb) { GMenuItem *item = g_menu_item_new(_("Do not disturb"), NULL); g_menu_item_set_attribute(item, "x-ayatana-type", "s", "org.ayatana.indicator.switch"); g_menu_item_set_action_and_target(item, "indicator.do-not-disturb", NULL); g_menu_append_item(pMenu, item); g_object_unref(item); } return G_MENU_MODEL(pMenu); } static void rebuildSection(GMenu *parent, int pos, GMenuModel *new_section) { g_menu_remove (parent, pos); g_menu_insert_section (parent, pos, NULL, new_section); g_object_unref (new_section); } static void rebuildNow(IndicatorNotificationsService *self, guint sections) { priv_t *p = self->priv; struct ProfileMenuInfo *desktop = &p->lMenus[PROFILE_DESKTOP]; if (sections & SECTION_HEADER) { g_simple_action_set_state (p->pHeaderAction, createHeaderState (self)); } if (!p->bMenusBuilt) { return; } if (sections & SECTION_NOTIFICATIONS) { rebuildSection (desktop->pSubmenu, 0, createDesktopNotificationsSection (self, PROFILE_DESKTOP)); } if (sections & SECTION_DO_NOT_DISTURB) { rebuildSection (desktop->pSubmenu, 1, createDesktopDoNotDisturbSection (self)); } if (sections & SECTION_CLEAR) { rebuildSection (desktop->pSubmenu, 2, createDesktopClearSection (self)); } } static void createMenu(IndicatorNotificationsService *self, int profile) { GMenu * pMenu; GMenu * pSubmenu; GMenuItem * header; GMenuModel * sections[16]; guint i; guint n = 0; g_assert (0 <= profile && profile < N_PROFILES); g_assert (self->priv->lMenus[profile].pMenu == NULL); // Build the sections switch (profile) { case PROFILE_PHONE: case PROFILE_DESKTOP: { sections[n++] = createDesktopNotificationsSection(self, PROFILE_DESKTOP); sections[n++] = createDesktopDoNotDisturbSection(self); sections[n++] = createDesktopClearSection(self); break; } break; } // Add sections to the submenu pSubmenu = g_menu_new(); for (i=0; ipriv->lMenus[profile].pMenu = pMenu; self->priv->lMenus[profile].pSubmenu = pSubmenu; } static void clearMenuItems(IndicatorNotificationsService *self) { // Remove each visible item from the menu while (g_menu_model_get_n_items(G_MENU_MODEL(self->priv->pNotificationsSection)) > 0) { g_menu_remove(self->priv->pNotificationsSection, 0); } // Clear the lists g_list_free_full(self->priv->lVisibleItems, g_object_unref); self->priv->lVisibleItems = NULL; g_list_free_full(self->priv->lHiddenItems, g_object_unref); self->priv->lHiddenItems = NULL; updateClearItem(self); } static void onRemoveNotification(GSimpleAction *a, GVariant *param, gpointer user_data) { IndicatorNotificationsService *self = INDICATOR_NOTIFICATIONS_SERVICE(user_data); guint nItems = g_menu_model_get_n_items(G_MENU_MODEL(self->priv->pNotificationsSection)); gint64 nTimestampIn = g_variant_get_int64(param); for (guint nItem = 0; nItem < nItems; nItem++) { gint64 nTimestamp; g_menu_model_get_item_attribute(G_MENU_MODEL(self->priv->pNotificationsSection), nItem, "x-ayatana-timestamp", "x", &nTimestamp); if (nTimestamp == nTimestampIn) { g_menu_remove(self->priv->pNotificationsSection, nItem); break; } } for (GList *pItem = self->priv->lVisibleItems; pItem; pItem = pItem->next) { gint64 nTimestamp; g_menu_item_get_attribute(G_MENU_ITEM(pItem->data), "x-ayatana-timestamp", "x", &nTimestamp); if (nTimestamp == nTimestampIn) { // Remove the item self->priv->lVisibleItems = g_list_delete_link(self->priv->lVisibleItems, pItem); // Add an item from the hidden list, if available if (g_list_length(self->priv->lHiddenItems) > 0) { pItem = g_list_first(self->priv->lHiddenItems); GMenuItem *pMenuItem = G_MENU_ITEM(pItem->data); self->priv->lHiddenItems = g_list_delete_link(self->priv->lHiddenItems, pItem); g_menu_append_item(self->priv->pNotificationsSection, pMenuItem); // Steal the ref back from the hidden list self->priv->lVisibleItems = g_list_append(self->priv->lVisibleItems, pMenuItem); } updateClearItem(self); if (self->priv->lVisibleItems == NULL) { setUnread(self, FALSE); } break; } } } static void onClear(GSimpleAction *a, GVariant *param, gpointer user_data) { IndicatorNotificationsService *self = INDICATOR_NOTIFICATIONS_SERVICE(user_data); clearMenuItems(self); setUnread(self, FALSE); } static void onDoNotDisturb(GSimpleAction *a, GVariant *param, gpointer user_data) { IndicatorNotificationsService *self = INDICATOR_NOTIFICATIONS_SERVICE(user_data); if (self->priv->bHasDoNotDisturb) { self->priv->bDoNotDisturb = g_variant_get_boolean(param); GSettings *pSettings = g_settings_new("org.mate.NotificationDaemon"); g_settings_set_boolean(pSettings, "do-not-disturb", self->priv->bDoNotDisturb); g_object_unref(pSettings); g_settings_set_boolean(self->priv->pSettings, "do-not-disturb", self->priv->bDoNotDisturb); rebuildNow(self, SECTION_HEADER); } } static void onSettingsChanged(GSettings *pSettings, gchar *key, gpointer user_data) { IndicatorNotificationsService *self = INDICATOR_NOTIFICATIONS_SERVICE(user_data); if (g_str_equal(key, "filter-list")) { updateFilters(self); } else if (g_str_equal(key, "do-not-disturb")) { if (self->priv->bHasDoNotDisturb) { self->priv->bDoNotDisturb = g_settings_get_boolean(self->priv->pSettings, key); GSettings *pSettings = g_settings_new("org.mate.NotificationDaemon"); g_settings_set_boolean(pSettings, key, self->priv->bDoNotDisturb); g_object_unref(pSettings); g_action_change_state(G_ACTION(self->priv->pDoNotDisturbAction), g_variant_new_boolean(self->priv->bDoNotDisturb)); rebuildNow(self, SECTION_HEADER); } else if (g_settings_get_boolean(self->priv->pSettings, key)) { g_settings_set_boolean(self->priv->pSettings, key, FALSE); } } } static void initActions(IndicatorNotificationsService *self) { GSimpleAction * a; GAction *max_items_action; self->priv->pActionGroup = g_simple_action_group_new(); // Add the header action a = g_simple_action_new_stateful ("_header", NULL, createHeaderState(self)); g_action_map_add_action(G_ACTION_MAP(self->priv->pActionGroup), G_ACTION(a)); self->priv->pHeaderAction = a; // Add the remove action a = g_simple_action_new("remove-notification", G_VARIANT_TYPE_INT64); g_action_map_add_action(G_ACTION_MAP(self->priv->pActionGroup), G_ACTION(a)); self->priv->pRemoveAction = a; g_signal_connect(a, "activate", G_CALLBACK(onRemoveNotification), self); a = g_simple_action_new("clear-notifications", NULL); g_simple_action_set_enabled (a, FALSE); g_action_map_add_action(G_ACTION_MAP(self->priv->pActionGroup), G_ACTION(a)); self->priv->pClearAction = a; g_signal_connect(a, "activate", G_CALLBACK(onClear), self); if (self->priv->bHasDoNotDisturb) { a = g_simple_action_new_stateful("do-not-disturb", G_VARIANT_TYPE_BOOLEAN, g_variant_new_boolean(self->priv->bDoNotDisturb)); g_action_map_add_action(G_ACTION_MAP(self->priv->pActionGroup), G_ACTION(a)); self->priv->pDoNotDisturbAction = a; g_signal_connect(a, "activate", G_CALLBACK(onDoNotDisturb), self); } // Add the max-items action max_items_action = g_settings_create_action(self->priv->pSettings, "max-items"); g_action_map_add_action(G_ACTION_MAP(self->priv->pActionGroup), max_items_action); g_signal_connect(self->priv->pSettings, "changed", G_CALLBACK(onSettingsChanged), self); rebuildNow(self, SECTION_HEADER); g_object_unref(max_items_action); } static void onBusAcquired(GDBusConnection *connection, const gchar *name, gpointer gself) { int i; guint id; GError * err = NULL; IndicatorNotificationsService * self = INDICATOR_NOTIFICATIONS_SERVICE(gself); priv_t * p = self->priv; GString * path = g_string_new (NULL); g_debug ("bus acquired: %s", name); p->pConnection = (GDBusConnection*)g_object_ref(G_OBJECT (connection)); // Export the actions if ((id = g_dbus_connection_export_action_group (connection, BUS_PATH, G_ACTION_GROUP (p->pActionGroup), &err))) { p->nActionsId = id; } else { g_warning ("cannot export action group: %s", err->message); g_clear_error (&err); } // Export the menus for (i=0; ilMenus[i]; g_string_printf (path, "%s/%s", BUS_PATH, menu_names[i]); if ((id = g_dbus_connection_export_menu_model (connection, path->str, G_MENU_MODEL (menu->pMenu), &err))) { menu->nExportId = id; } else { g_warning ("cannot export %s menu: %s", path->str, err->message); g_clear_error (&err); } } g_string_free (path, TRUE); } static void unexport(IndicatorNotificationsService *self) { int i; priv_t * p = self->priv; // Unexport the menus for (i=0; ipriv->lMenus[i].nExportId; if (*id) { g_dbus_connection_unexport_menu_model (p->pConnection, *id); *id = 0; } } // Unexport the actions if (p->nActionsId) { g_dbus_connection_unexport_action_group (p->pConnection, p->nActionsId); p->nActionsId = 0; } } static void onNameLost(GDBusConnection *connection, const gchar *name, gpointer gself) { IndicatorNotificationsService * self = INDICATOR_NOTIFICATIONS_SERVICE (gself); g_debug("%s %s name lost %s", G_STRLOC, G_STRFUNC, name); unexport(self); } static void onDispose(GObject *o) { IndicatorNotificationsService * self = INDICATOR_NOTIFICATIONS_SERVICE(o); priv_t * p = self->priv; if (self->priv->lVisibleItems != NULL) { g_list_free_full(self->priv->lVisibleItems, g_object_unref); self->priv->lVisibleItems = NULL; } if (self->priv->lHiddenItems != NULL) { g_list_free_full(self->priv->lHiddenItems, g_object_unref); self->priv->lHiddenItems = NULL; } if (self->priv->pBusSpy != NULL) { g_object_unref(G_OBJECT(self->priv->pBusSpy)); self->priv->pBusSpy = NULL; } if(self->priv->lFilters != NULL) { g_hash_table_unref(self->priv->lFilters); self->priv->lFilters = NULL; } if(self->priv->lHints != NULL) { g_list_free_full(self->priv->lHints, g_free); self->priv->lHints = NULL; } if (p->nOwnId) { g_bus_unown_name (p->nOwnId); p->nOwnId = 0; } unexport (self); if (p->pCancellable != NULL) { g_cancellable_cancel (p->pCancellable); g_clear_object (&p->pCancellable); } if (p->pSettings != NULL) { g_signal_handlers_disconnect_by_data (p->pSettings, self); g_clear_object (&p->pSettings); } if (self->priv->bHasDoNotDisturb) { g_clear_object(&p->pDoNotDisturbAction); } g_clear_object (&p->pClearAction); g_clear_object (&p->pRemoveAction); g_clear_object (&p->pHeaderAction); g_clear_object (&p->pActionGroup); g_clear_object (&p->pConnection); G_OBJECT_CLASS (indicator_notifications_service_parent_class)->dispose (o); } static void updateFilters(IndicatorNotificationsService *self) { g_return_if_fail(self->priv->lFilters != NULL); g_hash_table_remove_all(self->priv->lFilters); gchar **items = g_settings_get_strv(self->priv->pSettings, "filter-list"); int i; for(i = 0; items[i] != NULL; i++) { g_hash_table_insert(self->priv->lFilters, g_strdup(items[i]), NULL); } g_strfreev(items); } static void loadHints(IndicatorNotificationsService *self) { g_return_if_fail(self->priv->lHints == NULL); gchar **items = g_settings_get_strv(self->priv->pSettings, "filter-list-hints"); int i; for (i = 0; items[i] != NULL; i++) { self->priv->lHints = g_list_prepend(self->priv->lHints, items[i]); } g_free(items); } static gboolean getDoNotDisturb() { // Check if we can access the schema GSettingsSchemaSource *source = g_settings_schema_source_get_default(); if (source == NULL) { return FALSE; } // Lookup the schema GSettingsSchema *source_schema = g_settings_schema_source_lookup(source, "org.mate.NotificationDaemon", TRUE); // Couldn't find the schema if (source_schema == NULL) { return FALSE; } gboolean bResult = FALSE; // Found the schema, make sure we have the key if (g_settings_schema_has_key(source_schema, "do-not-disturb")) { // Make sure the key is of boolean type GSettingsSchemaKey *source_key = g_settings_schema_get_key(source_schema, "do-not-disturb"); if (g_variant_type_equal(g_settings_schema_key_get_value_type(source_key), G_VARIANT_TYPE_BOOLEAN)) { bResult = TRUE; } g_settings_schema_key_unref(source_key); } g_settings_schema_unref(source_schema); return bResult; } static void indicator_notifications_service_init(IndicatorNotificationsService *self) { int i; self->priv = indicator_notifications_service_get_instance_private(self); self->priv->pCancellable = g_cancellable_new(); self->priv->bHasDoNotDisturb = getDoNotDisturb(); self->priv->pSettings = g_settings_new("org.ayatana.indicator.notifications"); self->priv->bHasUnread = FALSE; self->priv->lVisibleItems = NULL; self->priv->lHiddenItems = NULL; // Watch for notifications from dbus self->priv->pBusSpy = dbus_spy_new(); g_signal_connect(self->priv->pBusSpy, DBUS_SPY_SIGNAL_MESSAGE_RECEIVED, G_CALLBACK(onMessageReceived), self); // Initialize an empty filter list self->priv->lFilters = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); self->priv->nMaxItems = g_settings_get_int(self->priv->pSettings, "max-items"); if (self->priv->bHasDoNotDisturb) { self->priv->bDoNotDisturb = g_settings_get_boolean(self->priv->pSettings, "do-not-disturb"); } updateFilters(self); // Set up filter-list hints self->priv->lHints = NULL; loadHints(self); initActions(self); for (i=0; ipriv->bMenusBuilt = TRUE; self->priv->nOwnId = g_bus_own_name(G_BUS_TYPE_SESSION, BUS_NAME, G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, onBusAcquired, NULL, onNameLost, self, NULL); } static void indicator_notifications_service_class_init(IndicatorNotificationsServiceClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS(klass); object_class->dispose = onDispose; m_nSignal = g_signal_new(INDICATOR_NOTIFICATIONS_SERVICE_SIGNAL_NAME_LOST, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (IndicatorNotificationsServiceClass, name_lost), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); } IndicatorNotificationsService *indicator_notifications_service_new() { GObject *o = g_object_new(INDICATOR_TYPE_NOTIFICATIONS_SERVICE, NULL); return INDICATOR_NOTIFICATIONS_SERVICE(o); } ayatana-indicator-notifications-22.2.0/src/service.h0000644000000000000000000000412214203536240017320 0ustar /* * Copyright 2013 Canonical Ltd. * * Authors: * Charles Kerr * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #ifndef __INDICATOR_NOTIFICATIONS_SERVICE_H__ #define __INDICATOR_NOTIFICATIONS_SERVICE_H__ #include #include G_BEGIN_DECLS /* standard GObject macros */ #define INDICATOR_NOTIFICATIONS_SERVICE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), INDICATOR_TYPE_NOTIFICATIONS_SERVICE, IndicatorNotificationsService)) #define INDICATOR_TYPE_NOTIFICATIONS_SERVICE (indicator_notifications_service_get_type()) #define INDICATOR_IS_NOTIFICATIONS_SERVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), INDICATOR_TYPE_NOTIFICATIONS_SERVICE)) typedef struct _IndicatorNotificationsService IndicatorNotificationsService; typedef struct _IndicatorNotificationsServiceClass IndicatorNotificationsServiceClass; typedef struct _IndicatorNotificationsServicePrivate IndicatorNotificationsServicePrivate; /* signal keys */ #define INDICATOR_NOTIFICATIONS_SERVICE_SIGNAL_NAME_LOST "name-lost" /** * The Indicator Notifications Service. */ struct _IndicatorNotificationsService { /*< private >*/ GObject parent; IndicatorNotificationsServicePrivate * priv; }; struct _IndicatorNotificationsServiceClass { GObjectClass parent_class; /* signals */ void (* name_lost)(IndicatorNotificationsService * self); }; GType indicator_notifications_service_get_type (void); IndicatorNotificationsService *indicator_notifications_service_new(); G_END_DECLS #endif /* __INDICATOR_NOTIFICATIONS_SERVICE_H__ */ ayatana-indicator-notifications-22.2.0/src/urlregex.c0000644000000000000000000001617714203536240017525 0ustar #include #include "urlregex.h" #define LP_BUG_BASE_URL "https://bugs.launchpad.net/bugs/" #define HTTP_BASE_URL "http://" #define MAILTO_BASE_URL "mailto:" /* Adapted from src/terminal-screen.c in the gnome-terminal source */ #define USERCHARS "-[:alnum:]" #define USERCHARS_CLASS "[" USERCHARS "]" #define PASSCHARS_CLASS "[-[:alnum:]\\Q,?;.:/!%$^*&~\"#'\\E]" #define HOSTCHARS_CLASS "[-[:alnum:]]" #define HOST HOSTCHARS_CLASS "+(\\." HOSTCHARS_CLASS "+)*" #define PORT "(?:\\:[[:digit:]]{1,5})?" #define PATHCHARS_CLASS "[-[:alnum:]\\Q_$.+!*,:;@&=?/~#%\\E]" #define PATHTERM_CLASS "[^\\Q]'.:}>) \t\r\n,\"\\E]" #define SCHEME "(?:news:|telnet:|nntp:|file:\\/|https?:|ftps?:|sftp:|webcal:)" #define USERPASS USERCHARS_CLASS "+(?:" PASSCHARS_CLASS "+)?" #define URLPATH "(?:(/"PATHCHARS_CLASS"+(?:[(]"PATHCHARS_CLASS"*[)])*"PATHCHARS_CLASS"*)*"PATHTERM_CLASS")?" typedef enum { FLAVOR_AS_IS, FLAVOR_DEFAULT_TO_HTTP, FLAVOR_EMAIL, FLAVOR_LP } UrlRegexFlavor; typedef struct { const char *pattern; UrlRegexFlavor flavor; GRegexCompileFlags flags; } UrlRegexPattern; static UrlRegexPattern url_regex_patterns[] = { { SCHEME "//(?:" USERPASS "\\@)?" HOST PORT URLPATH, FLAVOR_AS_IS, G_REGEX_CASELESS }, { "(?:www|ftp)" HOSTCHARS_CLASS "*\\." HOST PORT URLPATH, FLAVOR_DEFAULT_TO_HTTP, G_REGEX_CASELESS}, { "(?:mailto:)?" USERCHARS_CLASS "[" USERCHARS ".]*\\@" HOSTCHARS_CLASS "+\\." HOST, FLAVOR_EMAIL, G_REGEX_CASELESS }, { "(?:lp: #)([[:digit:]]+)", FLAVOR_LP, G_REGEX_CASELESS} }; static GRegex **url_regexes; static UrlRegexFlavor *url_regex_flavors; static guint n_url_regexes; static char *urlregex_expand(GMatchInfo *match_info, UrlRegexFlavor flavor); /** * urlregex_init: * * Compiles all of the url matching regular expressions. * FIXME: Return immediately or error if initialized more than once **/ void urlregex_init(void) { guint i; n_url_regexes = G_N_ELEMENTS(url_regex_patterns); url_regexes = g_new0(GRegex*, n_url_regexes); url_regex_flavors = g_new0(UrlRegexFlavor, n_url_regexes); for (i = 0; i < n_url_regexes; i++) { GError *error = NULL; url_regexes[i] = g_regex_new(url_regex_patterns[i].pattern, url_regex_patterns[i].flags | G_REGEX_OPTIMIZE, 0, &error); if (error != NULL) { g_message("%s", error->message); g_error_free(error); } url_regex_flavors[i] = url_regex_patterns[i].flavor; } } /** * urlregex_count: * * Returns the number of available url patterns. **/ guint urlregex_count(void) { return n_url_regexes; } /** * urlregex_split: * @text: the text to split * @index: the pattern to use * * Splits the text into a list of MatchGroup objects. **/ GList * urlregex_split(const char *text, guint index) { GList *result = NULL; GRegex *pattern = url_regexes[index]; GMatchInfo *match_info; int text_length = strlen(text); int start_pos = 0; int end_pos = 0; int last_pos = 0; int len = 0; gchar *token; gchar *expanded; g_regex_match(pattern, text, 0, &match_info); while (g_match_info_matches(match_info)) { /* Append previously unmatched text */ g_match_info_fetch_pos(match_info, 0, &start_pos, &end_pos); len = start_pos - last_pos; if (len > 0) { token = g_strndup(text + last_pos, len); result = g_list_append(result, urlregex_matchgroup_new(token, token, NOT_MATCHED)); g_free(token); } /* Append matched text */ token = urlregex_expand(match_info, FLAVOR_AS_IS); expanded = urlregex_expand(match_info, url_regex_flavors[index]); result = g_list_append(result, urlregex_matchgroup_new(token, expanded, MATCHED)); g_free(token); g_free(expanded); g_match_info_next(match_info, NULL); last_pos = end_pos; } /* Append the text after the last match */ if (last_pos < text_length) { token = g_strdup(text + last_pos); result = g_list_append(result, urlregex_matchgroup_new(token, token, NOT_MATCHED)); g_free(token); } g_match_info_free(match_info); return result; } /** * urlregex_expand: * @match_info: describes the matched url * @flavor: the type of url * * Expands the matched url based on the given flavor. **/ static char * urlregex_expand(GMatchInfo *match_info, UrlRegexFlavor flavor) { char *t1; char *t2; switch(flavor) { case FLAVOR_DEFAULT_TO_HTTP: t1 = g_match_info_fetch(match_info, 0); t2 = g_strconcat(HTTP_BASE_URL, t1, NULL); g_free(t1); return t2; case FLAVOR_EMAIL: t1 = g_match_info_fetch(match_info, 0); if (!g_str_has_prefix(t1, MAILTO_BASE_URL)) { t2 = g_strconcat(MAILTO_BASE_URL, t1, NULL); g_free(t1); return t2; } else return t1; case FLAVOR_LP: t1 = g_match_info_fetch(match_info, 1); t2 = g_strconcat(LP_BUG_BASE_URL, t1, NULL); g_free(t1); return t2; default: return g_match_info_fetch(match_info, 0); } } /** * urlregex_split_all: * @text: the text to split * * Splits the text into a list of MatchGroup objects, applying each url pattern * available in order to each of the unmatched sections, keeping the list flat. **/ GList * urlregex_split_all(const char *text) { GList *result = NULL; GList *temp = NULL; guint i; result = g_list_append(result, urlregex_matchgroup_new(text, text, NOT_MATCHED)); /* Apply each regex in order to sections that haven't yet been matched */ for (i = 0; i < n_url_regexes; i++) { GList *item; temp = NULL; for (item = result; item; item = item->next) { MatchGroup *group = (MatchGroup *)item->data; if (group->type == NOT_MATCHED) { GList *list = urlregex_split(group->text, i); GList *subitem; for (subitem = list; subitem; subitem = subitem->next) { MatchGroup *subgroup = (MatchGroup *)subitem->data; temp = g_list_append(temp, subgroup); } g_list_free(list); urlregex_matchgroup_free(group); } else { temp = g_list_append(temp, group); } } g_list_free(result); result = temp; } return result; } /** * urlregex_matchgroup_new: * @text: the original text * @expanded: the expanded url * @type: whether this is a matched or unmatched group * * Creates a new MatchGroup object. **/ MatchGroup * urlregex_matchgroup_new(const char *text, const char *expanded, MatchType type) { MatchGroup *result = g_new0(MatchGroup, 1); result->text = g_strdup(text); /* TODO: Save space using same data if text == expanded? */ result->expanded = g_strdup(expanded); result->type = type; return result; } /** * urlregex_matchgroup_free: * @group: the match group * * Frees the MatchGroup object. **/ void urlregex_matchgroup_free(MatchGroup *group) { g_free(group->expanded); group->expanded = NULL; g_free(group->text); group->text = NULL; g_free(group); } /** * urlregex_matchgroup_list_free: * @list: the match group list * * Frees a list of MatchGroup objects returned from split or split_all. **/ void urlregex_matchgroup_list_free(GList *list) { GList *item; for (item = list; item; item = item->next) { urlregex_matchgroup_free((MatchGroup *)item->data); } g_list_free(list); } ayatana-indicator-notifications-22.2.0/src/urlregex.h0000644000000000000000000000121614203536240017516 0ustar /* * Functions for tokenizing a string and marking the urls. */ #ifndef __URLREGEX_H__ #define __URLREGEX_H__ #include typedef enum { MATCHED, NOT_MATCHED } MatchType; typedef struct { char *text; char *expanded; MatchType type; } MatchGroup; void urlregex_init(void); guint urlregex_count(void); GList *urlregex_split(const char *text, guint index); GList *urlregex_split_all(const char *text); MatchGroup *urlregex_matchgroup_new(const char *text, const char *expanded, MatchType type); void urlregex_matchgroup_free(MatchGroup *group); void urlregex_matchgroup_list_free(GList *list); #endif ayatana-indicator-notifications-22.2.0/.travis.yml0000644000000000000000000000170614203536240017036 0ustar # vim: set ts=2 sts=2 sw=2 expandtab : dist: focal language: shell os: linux arch: - amd64 # - ppc64le services: - docker addons: apt: packages: - python3-pip - python3-setuptools before_install: # let's use the MATE project's docker build script... - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/main/travis/docker-build - chmod +x docker-build install: - pip3 install wheel - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts env: # temp disable of archlinux builds, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56 # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="debian:stable" # - DISTRO="ubuntu:rolling" - DISTRO="ubuntu:focal" jobs: exclude: - env: DISTRO="archlinux:latest" arch: ppc64le ayatana-indicator-notifications-22.2.0/update-po.sh0000755000000000000000000000257414203536240017166 0ustar #!/bin/bash set -x # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cp po/${GETTEXT_DOMAIN}.pot po/${GETTEXT_DOMAIN}.pot~ cd po/ cat LINGUAS | while read lingua; do if [ ! -e ${lingua}.po ]; then msginit --input=${GETTEXT_DOMAIN}.pot --locale=${lingua} --no-translator --output-file=$lingua.po else intltool-update --gettext-package ${GETTEXT_DOMAIN} $(basename ${lingua}) fi sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -i ${lingua}.po done cd - 1>/dev/null mv po/${GETTEXT_DOMAIN}.pot~ po/${GETTEXT_DOMAIN}.pot ayatana-indicator-notifications-22.2.0/update-pot.sh0000755000000000000000000000210114203536240017334 0ustar #!/bin/bash # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot && cd - 1>/dev/null sed -e 's/\.xml\.in\.in.\h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -i po/${GETTEXT_DOMAIN}.pot