libayatana-common-0.9.11/AUTHORS0000644000000000000000000000251614760424137013147 0ustar Ács Zoltán Adolfo Jayme Barrientos Allan Nordhøy Anders Jonsson Boyuan Yang <073plan@gmail.com> 이정희 Gediminas Murauskas Heimen Stoffels hugoalh J. Lavoie Joan CiberSheep Kevin Zhou Kristjan Räts mamuiz Marius Gripsgard Michele Mike Gabriel Milan Korecky Milo Ivir Oğuz Ersen phlostically Quentin PAGÈS Remus-Gabriel Chelu Ricky Tigg Robert Tari Sergii Horichenko sgg ssantos Temuri Doghonadze umesaburo sagawa Weblate Wellington Terumi Uemura wigy Yaron Shahrabani தமிழ்நேரம் 复予 libayatana-common-0.9.11/.build.yml0000644000000000000000000000711414760424137013776 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-keyboard - clang - gcc - git - make - startup-notification - which - cmake - cmake-extras - intltool - glib2 - systemd - gobject-introspection - vala debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido - autopoint - clang - clang-tools - g++ - cppcheck - git - cmake - cmake-extras - intltool - libglib2.0-dev - liblomiri-url-dispatcher-dev - libgtest-dev - systemd - gobject-introspection - libgirepository1.0-dev - valac ubuntu: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - liblomiri-url-dispatcher-dev - libgtest-dev - systemd - gobject-introspection - libgirepository1.0-dev - valac ubuntu:focal: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - libgtest-dev - systemd - gobject-introspection - libgirepository1.0-dev - valac 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"' build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - cppcheck --enable=warning,style,performance,portability,information --suppress=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_TESTS=ON -DENABLE_WERROR=ON -DENABLE_LOMIRI_FEATURES=ON - elif [ ${DISTRO_NAME} == "ubuntu" ]; then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON -DENABLE_WERROR=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" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - if [ -e ./CMakeLists.txt ]; then - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - fi - fi libayatana-common-0.9.11/ChangeLog0000644000000000000000000005373314760424137013660 0ustar 2025-02-28 Mike Gabriel * release 0.9.11 (HEAD -> main, tag: 0.9.11) 2025-02-28 Robert Tari * Merge branch 'sunweaver-pr/support-differentiating-lomiri-and-ut' (c869bdb0) 2025-02-17 Temuri Doghonadze * Translated using Weblate (Georgian) (dc299daf) 2024-12-17 Ricky Tigg * Translated using Weblate (Finnish) (a6f8e790) 2024-11-08 தமிழ்நேரம் * Translated using Weblate (Tamil) (c1e021b9) 2024-10-30 hugoalh * Translated using Weblate (Chinese (Traditional Han script)) (af9a848a) 2024-09-27 Remus-Gabriel Chelu * Translated using Weblate (Romanian) (f784172c) 2024-08-13 umesaburo sagawa * Translated using Weblate (Japanese) (2ea2eaf9) 2024-04-01 复予 * Translated using Weblate (Chinese (Simplified)) (b626d39b) 2025-02-28 Mike Gabriel * src/utils.c: Prefer XDG_SESSION_DESKTOP over DESKTOP_SESSION. (fc90dc2d) * src/CMakeLists.txt: Bump SOVERSION_MINOR (due to added symbol 'ayatana_common_utils_is_ubuntutouch'). (67f0b729) * src/utils.h: On Linux Desktop, if Lomiri is running, but not Ubuntu Touch, then DESKTOP_SESSION is set to 'lomiri'. (27fdf5af) * src/utils.(c|h): Add ayatana_common_utils_is_ubuntutouch() function. (cf42441b) 2025-02-17 Temuri Doghonadze * Translated using Weblate (Georgian) (8608bd83) 2024-12-17 Ricky Tigg * Translated using Weblate (Finnish) (5c9da63d) 2024-11-08 தமிழ்நேரம் * Translated using Weblate (Tamil) (e7e9ce3d) 2024-10-30 hugoalh * Translated using Weblate (Chinese (Traditional Han script)) (b2b3178c) 2024-09-27 Remus-Gabriel Chelu * Translated using Weblate (Romanian) (08350605) 2024-08-13 umesaburo sagawa * Translated using Weblate (Japanese) (b6febcdb) 2024-04-01 复予 * Translated using Weblate (Chinese (Simplified)) (530a4ee8) 2023-12-26 Mike Gabriel * release 0.9.10 (78b5e71b) (tag: 0.9.10) 2023-10-11 Heimen Stoffels * Translated using Weblate (Dutch) (1417d549) 2023-10-10 Mike Gabriel * Merge branch 'tari01-pr/add-zenity' (ab476c5e) 2023-10-07 Robert Tari * debian/control: Add zenity dependency (or lomiri alternative to avoid pulling in zenity on lomiri). (c2968fff) 2023-10-06 Mike Gabriel * release 0.9.9 (2b845a99) (tag: 0.9.9) 2023-10-05 Mike Gabriel * Merge branch 'tari01-pr/zenity-question' (04d4738d) 2023-10-04 Robert Tari * Add a Zenity question function (16686094) 2023-10-02 Mike Gabriel * Merge branch 'tari01-pr/execute-command-warn' (9bdaeabc) 2023-10-02 Robert Tari * Add an execute_command with warning (254ae9a5) * CMakeLists.txt: Some build warning fixes (6b6c2f9c) 2022-12-03 Kevin Zhou * Translated using Weblate (Chinese (Simplified)) (20976469) 2022-09-15 Mike Gabriel * release 0.9.8 (59b883c2) (tag: 0.9.8) 2022-09-14 Mike Gabriel * update-po{,t}.sh: Also catch multi-file source file references. (e83ee440) * po/*.po: Update translation strings. (85509c73) 2022-09-12 Robert Tari * Merge branch 'sunweaver-pr/simplify-gschema-xml-translation' (f991bca9) 2022-09-11 Mike Gabriel * po/ayatana-common.pot: Update translation template file. (b75bd36f) * Simplify .gschema.xml translation. (2a5d6471) * update-po{,t}.sh: Omit ../ at beginning of file names in .po(t) file(s). (ae716f52) 2022-04-23 Sergii Horichenko * Translated using Weblate (Russian) (b86a71f7) 2022-04-23 sgg * Translated using Weblate (Ukrainian) (96411d46) 2022-02-27 이정희 * Translated using Weblate (Korean) (5af434e2) 2022-02-17 Mike Gabriel * release 0.9.7 (f7f7bfd8) (tag: 0.9.7) * NEWS: Create manually from Git history. (97b620ee) * Merge branch 'tari01-pr/drop-extra-compile-flags' (90854b70) 2022-02-17 Robert Tari * .build.yml: Drop extra compilation flags (f6abf81a) 2022-02-16 Mike Gabriel * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' (a0cb25c9) 2022-02-14 Robert Tari * CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR (6af09736) 2022-02-08 Robert Tari * Merge branch 'sunweaver-pr/use-focal-base-image-for-travis-ci' (2e7f36fa) 2022-02-07 Mike Gabriel * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system and disable ppc64el builds. (f5dd60ca) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/cleanup-compile-flags' (abbda621) 2022-01-13 Robert Tari * CMakeLists.txt: Clean up compilation flags (82f20e9b) * src/utils.h: Fix build warnings (fa1e4146) 2022-01-07 wigy * Translated using Weblate (Hungarian) (9ee70e78) 2022-01-02 ssantos * Translated using Weblate (Portuguese) (7e4c530a) 2021-12-14 Mike Gabriel * release 0.9.6 (b3364c15) (tag: 0.9.6) * Merge branch 'tari01-pr/gir-typelib-without-vala' (cb3b249e) 2021-12-07 Robert Tari * src/CMakeLists.txt: Build .gir and .typelib when Vala is not present (ee7de81b) 2021-12-14 Mike Gabriel * Merge branch 'tari01-pr/add-enable-lomiri-features-switch' (2d445b65) 2021-12-06 Robert Tari * .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flow (7c4c023a) * Add ENABLE_LOMIRI_FEATURES switch (078be8ba) 2021-12-09 Robert Tari * .build.yml: Fix cppcheck warnings (a1d1bd53) * src/utils.c: Fix cppcheck warnings (7ef62fad) * Whitespace fix (36720717) 2021-11-18 phlostically * Translated using Weblate (Esperanto) (f61623a5) 2021-11-12 Mike Gabriel * Merge branch 'sunweaver-pr/ppc64le-alive-again' (5a78c99b) 2021-11-10 Mike Gabriel * .travis.yml: Re-enable ppc64le builds on Travis CI again. (c83758aa) 2021-11-10 mamuiz * Translated using Weblate (Indonesian) (36bb7861) 2021-11-09 Joan CiberSheep * Translated using Weblate (Catalan) (b103f025) 2021-11-04 Michele * Translated using Weblate (Italian) (da56a737) 2021-11-01 Mike Gabriel * release 0.9.5 (4b2e959b) (tag: 0.9.5) 2021-11-01 Robert Tari * Merge branch 'sunweaver-pr/travis-cleanup' (7c08c8ab) 2021-10-22 Robert Tari * data/CMakeLists.txt: Do not use automatic GSchema compilation (f5373a27) 2021-11-01 Mike Gabriel * .build.yml: Drop explicit build requirements list for debian:stable (omitting lomiri-url-dispatcher). (7f5b1897) * .build.yml. Add intltool build-requirement. (e48ea609) 2021-10-25 Mike Gabriel * .build.yml: Run unit tests in build_scripts: target. (3e03d938) * .build.yml: Drop autogen.sh support. (9ab858c9) 2021-10-22 Robert Tari * data/CMakeLists.txt: Do not use automatic GSchema compilation (90856e16) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/use-intltool-merge-translations' (125095da) 2021-10-21 Robert Tari * data/CMakeLists.txt: Use intltool_merge_translations instead of execute_process (001010d8) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/compile-gschema-during-installation' (e0262a63) 2021-10-20 Robert Tari * Compile GSchema during installation (24bf4428) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/also-check-desktop-session' (3fdc8670) 2021-10-18 Robert Tari * Manage DESKTOP_SESSION in unit tests (46837276) 2021-09-17 Robert Tari * Also check DESKTOP_SESSION when detecting DE (3298ec46) 2021-10-20 Robert Tari * .travis.yml: Temporarily disable ppc64le builds (59a93c0a) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/fix-build-warnings' (7114ab43) 2021-10-18 Robert Tari * src/utils.c: Replace deprecated g_spawn_check_exit_status (20a5afca) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/update-installation-instructions' (fb4f2b0e) 2021-09-20 Robert Tari * INSTALL.md: Update dependencies (edeead60) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/fix-tests-on-current-desktop' (2797fce0) 2021-09-23 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (aee60348) * Translated using Weblate (Portuguese (Brazil)) (c002c2cc) 2021-09-17 Robert Tari * Fix tests to work when current desktop is the same as the one tested (72ac9a79) 2021-09-02 Robert Tari * .build.yml: Also run unit tests during CI builds against Ubuntu. (ed34d882) * Fix Travis status image (0ad25024) * Merge branch 'sunweaver-pr/url-dispatcher-link-libraries-in-tests' (4968ed49) 2021-09-01 Mike Gabriel * release 0.9.4 (ecabcbd8) 2021-08-28 Mike Gabriel * Translated using Weblate (German) (39678201) 2021-08-29 Mike Gabriel * debian/control: Fix Breaks: relation between ayatana-indicator-common and ayatana-indicator-keyboard. (8f472447) 2021-08-29 Robert Tari * Fix missing ayatana-common library during GIR scanning (21d4adbf) * Whitespace fix (3e458644) 2021-08-28 Mike Gabriel * debian/gir1.2-ayatanacommon-0.0.install: Add missing file. (cb72491c) * debian/: Fix DEB packaging; add GIR, VAPI, translation and GSchema files. Add gir1.2-ayatanacommon-0.0 bin:pkg. (3cceadb3) * src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for this). (32575a68) * GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and disable GIR and Vala if not found. (7cb30477) 2021-08-28 Weblate * Added translation using Weblate (Kurdish (Northern)) (890f7117) * Added translation using Weblate (Kurdish (Southern)) (203b419f) 2021-09-01 Mike Gabriel * release 0.9.4 (7ba62917) (tag: 0.9.4) 2021-08-28 Mike Gabriel * Translated using Weblate (German) (69b0e8bd) 2021-08-29 Mike Gabriel * debian/control: Fix Breaks: relation between ayatana-indicator-common and ayatana-indicator-keyboard. (d4a0a418) * Merge branch 'tari01-pr/fix-gir-error' (6976edc4) 2021-08-29 Robert Tari * Fix missing ayatana-common library during GIR scanning (2f582bda) * Whitespace fix (8c9b69a9) 2021-08-28 Mike Gabriel * debian/gir1.2-ayatanacommon-0.0.install: Add missing file. (5c156a7a) * Merge branch 'sunweaver-pr/generate-typelib-file' (1669b29b) * debian/: Fix DEB packaging; add GIR, VAPI, translation and GSchema files. Add gir1.2-ayatanacommon-0.0 bin:pkg. (908b36b9) * src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for this). (765360a0) * Merge branch 'sunweaver-pr/conditional-gir-and-vala' (f3ac7d60) * GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and disable GIR and Vala if not found. (3859fae9) 2021-08-28 Weblate * Added translation using Weblate (Kurdish (Northern)) (91282daf) * Added translation using Weblate (Kurdish (Southern)) (2a7bb3be) 2021-08-28 Mike Gabriel * tests/CMakeLists.txt: Add missing ${URL_DISPATCHER_LIBRARIES} to target_link_libraries(). (d9628fb3) * Merge branch 'sunweaver-pr/fix-vala-unittests--against-GLib-2.58' (55155fe9) * tests/tst_utils.vala: Use older GLib.assert() API to make tests work correctly when building against GLib 2.58. (d6b78d0e) * .travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts. (8b40ad5d) * debian/control: Add B-Ds: valac, gobject-introspection and libgirepository1.0-dev. (39f6704c) * release 0.9.3 (0334f03a) (tag: 0.9.3) 2021-08-27 Adolfo Jayme Barrientos * Translated using Weblate (Spanish) (bf58b50a) 2021-08-26 Mike Gabriel * Merge branch 'tari01-pr/drop-systemd-alias' (4238bc11) 2021-08-23 Robert Tari * Drop systemd target alias (3571fbf5) 2021-08-26 Mike Gabriel * Merge branch 'tari01-pr/add-vala-bindings' (b32fac90) 2021-08-17 Robert Tari * Add Vala Bindings (c7320dab) 2021-08-10 Quentin PAGÈS * Translated using Weblate (Occitan) (7f9519e1) 2021-08-10 Mike Gabriel * Merge branch 'tari01-pr/fix-is-lomiri' (4331703f) 2021-08-10 Robert Tari * Fix is_lomiri function (ccbdc579) 2021-08-05 Mike Gabriel * Merge branch 'tari01-pr/add-werror-cmake-option' (a590902a) 2021-08-04 Mike Gabriel * tests/CMakeLists.txt: Drop -no-pie from CXX_FLAGS and add it as a target link option. (84d2a71f) * .build.yml: Add -DENABLE_WERROR=ON build option (for cmake based builds). (81325279) 2021-08-03 Robert Tari * Add ENABLE_WERROR CMake option (994baa43) 2021-07-27 Ács Zoltán * Translated using Weblate (Hungarian) (8386de05) 2021-07-26 Milo Ivir * Translated using Weblate (Croatian) (66ab069d) 2021-07-23 Oğuz Ersen * Translated using Weblate (Turkish) (18d24510) 2021-07-18 Kristjan Räts * Translated using Weblate (Estonian) (d00e33f4) 2021-07-15 Boyuan Yang * Translated using Weblate (Chinese (Simplified)) (1a69d7ab) 2021-07-15 Anders Jonsson * Translated using Weblate (Swedish) (4bf4ecc2) 2021-07-16 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (f3eedb98) 2021-07-16 Gediminas Murauskas * Translated using Weblate (Lithuanian) (fc746a91) 2021-07-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (3f900c6e) 2021-07-16 J. Lavoie * Translated using Weblate (French) (a1cac4a3) 2021-07-15 Milan Korecky * Translated using Weblate (Czech) (b5b242a4) 2021-07-14 Robert Tari * Test (40f4c3e4) * Test (68ca6a14) 2021-06-27 Mike Gabriel * README.md: Add missing parenthesis close. (4610e5be) 2021-06-24 Mike Gabriel * Pre-release upstream version bump (0.9.2 -> 0.9.3). (6a5f9254) * Merge branch 'tari01-pr/fix-spelling' (e1af9b35) 2021-06-17 Mike Gabriel * debian/control: Add B-D: dh-exec (for d/ayatana-indicator-common.install). (fb0975eb) * debian/control: Add B-D: intltool. (03f777f4) 2021-06-21 Robert Tari * Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsize (07a34255) 2021-06-16 Robert Tari * Skip elipsizing if max characters are 0 (33cd95e6) 2021-06-17 Mike Gabriel * debian/control: Add B-D: dh-exec (for d/ayatana-indicator-common.install). (1e475a33) * debian/control: Add B-D: intltool. (4a0b24bf) 2021-06-16 Robert Tari * Merge branch 'sunweaver-pr/systemd-earlier-than-247' (4b6ef9d6) 2021-06-16 Mike Gabriel * data/CMakeLists.txt: Provide a hacky-whacky approach for finding the system unit dir for systemd less than 247. (85e6e455) * Merge branch 'tari01-pr/update-install-doc' (10381c0b) 2021-06-16 Robert Tari * INSTALL.md: Add gio-2.0 dependency (a7bc5681) 2021-06-16 Mike Gabriel * Merge branch 'tari01-pr/add-ayatana-indicators-target' (822f3a32) 2021-06-15 Robert Tari * debian/: Add bin:pkg ayatana-indicator-common (moved from src:pkg libayatana-indicator). (02200d28) * .build.yml: Add systemd dependency (67301a94) * data/: Add ayatana-indicators.target (moved from libayatana-indicator). (5a26b016) 2021-06-16 Mike Gabriel * Merge branch 'tari01-pr/add-menu-item-lengths' (8b63acd4) 2021-06-14 Robert Tari * Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSettings schema. (a30fd632) * Add ability to ellipsize dynamic menu item lengths. (9be11d94) 2021-06-09 Mike Gabriel * Merge branch 'tari01-pr/cmake-install-full' (db18ded6) 2021-06-08 Robert Tari * src/CMakeLists.txt: Use CMAKE_INSTALL_FULL_*DIR locations (84322ea9) * src/libayatana-common.pc.in: Use CMAKE_INSTALL_FULL_*DIR locations (4f0c0643) 2021-05-25 Mike Gabriel * release 0.9.2 (d4d621c9) (tag: 0.9.2) 2021-05-25 Robert Tari * Merge branch 'sunweaver-pr/provide-have-desktopenv-program-functions' (43bbe9bc) 2021-05-25 Mike Gabriel * src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in session indicator. (9fc7eaad) 2021-05-23 Mike Gabriel * Merge branch 'tari01-pr/update-docs' (3989df8c) 2021-05-17 Robert Tari * Update documentation files (ffd9c2c3) 2021-05-12 Mike Gabriel * Merge branch 'tari01-pr/prefix-symbols' (622d1152) 2021-05-12 Robert Tari * Prefix functions in utils with ayatana_common_utils_ (68f98ee4) 2021-05-11 Robert Tari * Merge branch 'sunweaver-pr/add-coverage-support' (75dd432a) 2021-05-04 Mike Gabriel * .travis.yml: Don't try running autotools based CI build. (ae23acc2) * .travis.yml: Don't try running autotools based CI build. (c55c46fe) * CMakeLists.txt: Add coverage report support. (fbf20bdf) 2021-05-03 Mike Gabriel * Prepare for next release (v0.9.2). (f8fb7f27) 2021-05-01 Mike Gabriel * README.md: Pull in CI build status icon from travis-ci.com, not travis-ci.org. (00f47296) * Merge branch 'tari01-pr/add-install' (e90249e7) 2021-04-29 Robert Tari * INSTALL.md: Add build/installation instructions (17f5d8f5) 2021-05-01 Mike Gabriel * Merge branch 'tari01-pr/standardise-makefile' (ddaf9295) 2021-04-29 Robert Tari * CMakeLists.txt: Use our standardised CMake bits (155b2f1a) * Merge branch 'sunweaver-pr/travis-ci' (0d153a37) 2021-04-29 Mike Gabriel * CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10). (298f4b37) * .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I series is not ready yet as docker container. (e8634132) * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG. (2484d58f) * README.md: Add file, show Travis CI status. (6781806d) * debian/rules: Explicitly enable unit tests during package build. (2a3e4e99) * CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, defaulting to OFF). Add ENABLE_COVERAGE build option. (82d87393) * Travis CI: Initial draft for CI builds. (e29071a5) 2021-04-12 Robert Tari * Attributes GH PR #11: https://github.com/AyatanaIndicators/libayatana-common/pull/11 (9929648b) 2021-04-12 Mike Gabriel * src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid utils.h in . (17c78efa) * release 0.9.1 (e264045f) (tag: 0.9.1) * Merge branch 'tari01-pr/add-zenity-warning' (94b8cfc9) 2021-04-02 Robert Tari * Add the Zenity warning function (9f6064b4) 2021-03-30 Mike Gabriel * release 0.9.0 (8acbd3a7) (tag: 0.9.0) * Merge branch 'tari01-pr/add-budgie' (8b8c30fc) 2021-03-22 Robert Tari * Add us to the copyright headers (18179a11) * Add Budgie desktop support (cd6d7b26) * Whitespace fix (27d8dca6) 2021-03-30 Mike Gabriel * Merge branch 'tari01-pr/fix-required-cmake-version' (73bd95fd) 2021-02-08 Robert Tari * Fix minimum required CMake version warning (5bf1dcb9) 2021-03-30 Mike Gabriel * Merge branch 'revert-1-pr/no-lomiri-tests-without-url-dispatcher' (4cba4714) 2021-02-03 Marius Gripsgard * Revert "tests/: Don't run Lomiri related unit test, if library hasn't been bu…" (bc3517bb) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/port-to-lomiri-url-dispatcher' (e3cb90d2) 2021-02-03 Mike Gabriel * Port from URL Dispatcher to Lomiri URL Dispatcher. (7d1d251b) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/deb-packaging' (e6797118) * Merge branch 'sunweaver-pr/add-copying-file' (e436dffe) 2021-01-15 Mike Gabriel * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (0954c9d5) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (d16f5df4) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (e4bbb7d8) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/set-api-abi-version' (00d165cf) 2021-01-15 Mike Gabriel * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (f4699d4a) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (792fe77e) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/gmock-must-be-in-link-libraries' (1756ee86) 2021-01-15 Mike Gabriel * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (1206219c) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/no-lomiri-tests-without-url-dispatcher' (d8691254) 2021-01-15 Mike Gabriel * debian/: Initial packaging draft. (2e291cb0) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (b462fd7e) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (f730ff45) * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (470a6533) * COPYING: Add file. (b6670f0f) * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (dc7ae44a) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (1d64ee4b) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (b68ebfc0) 2021-01-12 Marius Gripsgard * Inital commit (3cc2c952) libayatana-common-0.9.11/cmake/FindGObjectIntrospection.cmake0000644000000000000000000000376514760424137021067 0ustar # - try to find gobject-introspection # # Once done this will define # # INTROSPECTION_FOUND - system has gobject-introspection # INTROSPECTION_SCANNER - the gobject-introspection scanner, g-ir-scanner # INTROSPECTION_COMPILER - the gobject-introspection compiler, g-ir-compiler # INTROSPECTION_GENERATE - the gobject-introspection generate, g-ir-generate # INTROSPECTION_GIRDIR # INTROSPECTION_TYPELIBDIR # INTROSPECTION_CFLAGS # INTROSPECTION_LIBS # # Copyright (C) 2010, Pino Toscano, # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. macro(_GIR_GET_PKGCONFIG_VAR _outvar _varname) execute_process( COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=${_varname} gobject-introspection-1.0 OUTPUT_VARIABLE _result RESULT_VARIABLE _null ) if (_null) else() string(REGEX REPLACE "[\r\n]" " " _result "${_result}") string(REGEX REPLACE " +$" "" _result "${_result}") separate_arguments(_result) set(${_outvar} ${_result} CACHE INTERNAL "") endif() endmacro(_GIR_GET_PKGCONFIG_VAR) find_package(PkgConfig) if(PKG_CONFIG_FOUND) if(PACKAGE_FIND_VERSION_COUNT GREATER 0) set(_gir_version_cmp ">=${PACKAGE_FIND_VERSION}") endif() pkg_check_modules(_pc_gir gobject-introspection-1.0${_gir_version_cmp}) if(_pc_gir_FOUND) set(INTROSPECTION_FOUND TRUE) _gir_get_pkgconfig_var(INTROSPECTION_SCANNER "g_ir_scanner") _gir_get_pkgconfig_var(INTROSPECTION_COMPILER "g_ir_compiler") _gir_get_pkgconfig_var(INTROSPECTION_GENERATE "g_ir_generate") _gir_get_pkgconfig_var(INTROSPECTION_GIRDIR "girdir") _gir_get_pkgconfig_var(INTROSPECTION_TYPELIBDIR "typelibdir") set(INTROSPECTION_CFLAGS "${_pc_gir_CFLAGS}") set(INTROSPECTION_LIBS "${_pc_gir_LIBS}") endif() endif() mark_as_advanced( INTROSPECTION_SCANNER INTROSPECTION_COMPILER INTROSPECTION_GENERATE INTROSPECTION_GIRDIR INTROSPECTION_TYPELIBDIR INTROSPECTION_CFLAGS INTROSPECTION_LIBS ) libayatana-common-0.9.11/cmake/FindVala.cmake0000644000000000000000000000442214760424137015643 0ustar # - Find Vala # This module looks for valac. # This module defines the following values: # VALA_FOUND # VALA_COMPILER # VALA_VERSION # VAPI_GEN # VAPI_GEN_VERSION #============================================================================= # Copyright Přemysl Janouch 2011 # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY # OF SUCH DAMAGE. #============================================================================= find_program (VALA_COMPILER "valac") if (VALA_COMPILER) execute_process (COMMAND ${VALA_COMPILER} --version OUTPUT_VARIABLE VALA_VERSION) string (REGEX MATCH "[.0-9]+" VALA_VERSION "${VALA_VERSION}") endif (VALA_COMPILER) find_program (VAPI_GEN "vapigen") if (VAPI_GEN) execute_process (COMMAND ${VAPI_GEN} --version OUTPUT_VARIABLE VAPI_GEN_VERSION) string (REGEX MATCH "[.0-9]+" VAPI_GEN_VERSION "${VAPI_GEN_VERSION}") endif (VAPI_GEN) include (FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS (Vala REQUIRED_VARS VALA_COMPILER VERSION_VAR VALA_VERSION) mark_as_advanced (VALA_COMPILER VALA_VERSION VAPI_GEN) libayatana-common-0.9.11/CMakeLists.txt0000644000000000000000000000473114760424137014640 0ustar cmake_minimum_required (VERSION 3.13) project (libayatana-common VERSION "0.9.11" LANGUAGES C CXX) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(GETTEXT_PACKAGE "ayatana-common") set(API_VERSION 0) set(ABI_VERSION 0) # 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) option(ENABLE_LOMIRI_FEATURES "Build with Lomiri-specific libraries, schemas and media" 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) # Check for prerequisites find_package (PkgConfig REQUIRED) include (FindPkgConfig) set ( DEPS glib-2.0>=2.36 gio-2.0>=2.36 ) if (ENABLE_LOMIRI_FEATURES) list ( APPEND DEPS lomiri-url-dispatcher>=0 ) endif () pkg_check_modules (DEPS REQUIRED ${DEPS}) include_directories (${DEPS_INCLUDE_DIRS}) # for GIR and Vala bindings find_package (GObjectIntrospection QUIET) find_package (Vala QUIET) add_subdirectory(src) add_subdirectory(data) add_subdirectory(po) if (ENABLE_TESTS) include(CTest) enable_testing() add_subdirectory(tests) if (ENABLE_COVERAGE) find_package(CoverageReport) ENABLE_COVERAGE_REPORT( TARGETS "ayatana-common" TESTS "tst_utils" "tst_utils_vala" FILTER /usr/include ${CMAKE_BINARY_DIR}/* ) 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}") if (INTROSPECTION_FOUND) message(STATUS "Build GObjectIntrospection: YES") if (VALA_COMPILER) message(STATUS "Build Vala bindings: YES") else() message(STATUS "Build Vala bindings: NO") endif() else() message(STATUS "Build GObjectIntrospection: NO") endif() message(STATUS "Build with Lomiri features: ${ENABLE_LOMIRI_FEATURES}") libayatana-common-0.9.11/COPYING0000644000000000000000000010451314760424137013132 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 . libayatana-common-0.9.11/data/ayatana-indicators.target0000644000000000000000000000026514760424137017772 0ustar [Unit] Description=Target representing the lifecycle of the Ayatana Indicators. Each indicator should be bound to it in its individual service file. PartOf=graphical-session.target libayatana-common-0.9.11/data/CMakeLists.txt0000644000000000000000000000231214760424137015542 0ustar # org.ayatana.common.gschema.xml find_package(GSettings REQUIRED) add_schema("org.ayatana.common.gschema.xml") # ayatana-indicators.target pkg_check_modules(SYSTEMD systemd) if (${SYSTEMD_FOUND}) if (${SYSTEMD_VERSION} VERSION_LESS 247) # This bit now becomes really hacky-whacky... # As systemd is a build-requirement, there should be the # systemd unit directory available on the build host, so # let's look for that... if (EXISTS "/usr/lib/systemd/user") # Let's try /usr/lib/ ... set(SYSTEMD_USER_UNIT_DIR "/usr/lib/systemd/user") elseif (EXISTS "/usr/lib64/systemd/user") # Let's try /usr/lib64/ ... set(SYSTEMD_USER_UNIT_DIR "/usr/lib64/systemd/user") else() # Fallback to something that fails on Debian and Ubuntu # but might work on other distributions... set(SYSTEMD_USER_UNIT_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/systemd/user") endif() else() pkg_get_variable(SYSTEMD_USER_UNIT_DIR systemd systemd_user_unit_dir) endif() install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/ayatana-indicators.target" DESTINATION "${SYSTEMD_USER_UNIT_DIR}") endif() libayatana-common-0.9.11/data/org.ayatana.common.gschema.xml0000644000000000000000000000074714760424137020637 0ustar 50 Maximum menu text length The number of characters to show in dynamic menu items before the text is ellipsized. Set to 0 to leave unchanged. libayatana-common-0.9.11/INSTALL.md0000644000000000000000000000147314760424137013530 0ustar # Build and installation instructions ## Compile-time build dependencies - glib-2.0 (>= 2.36) - gio-2.0 (>=2.36) - cmake (>= 3.13) - cmake-extras - vala - intltool - gobject-introspection - gtest (>= 1.6.0) - **For testing** - gcovr (>= 2.4) - **For coverage** - lcov (>= 1.9) - **For coverage** ## For end-users and packagers ``` cd libayatana-common-X.Y.Z mkdir build cd build cmake .. make sudo make install ``` ## For testers - unit tests only ``` cd libayatana-common-X.Y.Z mkdir build cd build cmake .. -DENABLE_TESTS=ON make make test ``` ## For testers - both unit tests and code coverage ``` cd libayatana-common-X.Y.Z mkdir build cd build cmake .. -DENABLE_COVERAGE=ON make make test make coverage-html ``` **The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`** libayatana-common-0.9.11/NEWS0000644000000000000000000000762114760424137012600 0ustar Overview of changes in libayatana-common 0.9.11 - src/utils.(c|h): Add ayatana_common_utils_is_ubuntutouch() function. - src/utils.h: On Linux Desktop, if Lomiri is running, but not Ubuntu Touch, then DESKTOP_SESSION is set to 'lomiri'. - src/CMakeLists.txt: Bump SOVERSION_MINOR (due to added symbol 'ayatana_common_utils_is_ubuntutouch'). - src/utils.c: Prefer XDG_SESSION_DESKTOP over DESKTOP_SESSION. - Translation updates. Overview of changes in libayatana-common 0.9.10 - Translation updates. Overview of changes in libayatana-common 0.9.9 - Add a Zenity question function. - Add an execute_command with warning. - CMakeLists.txt: Some build warning fixes. - Translation updates. Overview of changes in libayatana-common 0.9.8 - Simplify .gschema.xml translation. - Translation updates. Overview of changes in libayatana-common 0.9.7 - CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR. - CMakeLists.txt: Clean up compilation flags. - src/utils.h: Fix build warnings. - Translation updates. Overview of changes in libayatana-common 0.9.6 - src/CMakeLists.txt: Build .gir and .typelib when Vala is not present. - Add ENABLE_LOMIRI_FEATURES switch. - src/utils.c: Fix cppcheck warnings. - Translation updates. Overview of changes in libayatana-common 0.9.5 - data/CMakeLists.txt: Use intltool_merge_translations instead of execute_process. - Also check DESKTOP_SESSION when detecting DE. - Manage DESKTOP_SESSION in unit tests. - src/utils.c: Replace deprecated g_spawn_check_exit_status. - INSTALL.md: Update dependencies. - Fix tests to work when current desktop is the same as the one tested. - Travis CI fixes. - Translation updates. Overview of changes in libayatana-common 0.9.4 - GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and disable GIR and Vala if not found. - src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for this). - Fix missing ayatana-common library during GIR scanning. - Translation updates. Overview of changes in libayatana-common 0.9.3 - Fix missing ayatana-common library during GIR scanning. - tests/CMakeLists.txt: Add missing ${URL_DISPATCHER_LIBRARIES} to target_link_libraries(). - tests/tst_utils.vala: Use older GLib.assert() API to make tests work correctly when building against GLib 2.58. - Add Vala Bindings. - Fix is_lomiri function. - tests/CMakeLists.txt: Drop -no-pie from CXX_FLAGS and add it as a target link option. - Add ENABLE_WERROR CMake option. - Add ability to ellipsize dynamic menu item lengths. - Skip elipsizing if max characters are 0. - Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsize. - data/CMakeLists.txt: Provide a hacky-whacky approach for finding the system unit dir for systemd less than 247. - Drop systemd target alias. - INSTALL.md: Add gio-2.0 dependency. - data/: Add ayatana-indicators.target (moved from libayatana-indicator). - Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSettings schema. - Travis CI: Add CI builds. - Translation updates. Overview of changes in libayatana-common 0.9.2 - src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in session indicator. - Update documentation files. - Prefix functions in utils with ayatana_common_utils. - CMakeLists.txt: Add coverage report support. - INSTALL.md: Add build/installation instruction. - CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, defaulting to OFF). Add ENABLE_COVERAGE build option. - tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG. - Travis CI: Add CI builds. Overview of changes in libayatana-common 0.9.1 - Add the Zenity warning function. Overview of changes in libayatana-common 0.9.0 - Initial release. Move functions common to all system indicators into this new library. libayatana-common-0.9.11/po/aa.po0000644000000000000000000000147714760424137013443 0ustar # Afar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: aa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/af.po0000644000000000000000000000150414760424137013437 0ustar # Afrikaans translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/am.po0000644000000000000000000000150214760424137013444 0ustar # Amharic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/an.po0000644000000000000000000000150414760424137013447 0ustar # Aragonese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: an\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ar.po0000644000000000000000000000150114760424137013450 0ustar # Arabic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/as.po0000644000000000000000000000150314760424137013453 0ustar # Assamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ast.po0000644000000000000000000000150414760424137013640 0ustar # Asturian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ayatana-common.pot0000644000000000000000000000152014760424137016137 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: 2022-09-11 15:03+0200\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/az.po0000644000000000000000000000150614760424137013465 0ustar # Azerbaijani translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/bem.po0000644000000000000000000000150114760424137013611 0ustar # Bemba translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bem\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/be.po0000644000000000000000000000170114760424137013436 0ustar # Belarusian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/bg.po0000644000000000000000000000156314760424137013446 0ustar # Bulgarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/bn.po0000644000000000000000000000150214760424137013446 0ustar # Bengali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/bo.po0000644000000000000000000000150214760424137013447 0ustar # Tibetan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/br.po0000644000000000000000000000150114760424137013451 0ustar # Breton translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/bs.po0000644000000000000000000000150214760424137013453 0ustar # Bosnian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ca.po0000644000000000000000000000225014760424137013433 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-11-11 06:50+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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Llargada màxima del text del menú" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "El nombre de caràcters a mostrar en elements de menú dinàmics abans que el " "text s'el·lipsi. Definiu-ho com 0 per deixar sense canvis." libayatana-common-0.9.11/po/ca@valencia.po0000644000000000000000000000151314760424137015237 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ce.po0000644000000000000000000000150214760424137013436 0ustar # Chechen translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ce\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ckb.po0000644000000000000000000000151014760424137013605 0ustar # Language ckb translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ckb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/CMakeLists.txt0000644000000000000000000000016114760424137015247 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) libayatana-common-0.9.11/po/co.po0000644000000000000000000000150314760424137013451 0ustar # Corsican translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: co\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/crh.po0000644000000000000000000000151114760424137013623 0ustar # Crimean Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: crh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/csb.po0000644000000000000000000000150514760424137013621 0ustar # Kashubian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: csb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/cs.po0000644000000000000000000000230214760424137013453 0ustar # Czech translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14:33+0000\n" "Last-Translator: Milan Korecky \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.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximální délka textu nabídky" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Počet znaků, které se mají zobrazit v položkách dynamické nabídky před " "zkrácením textu. Nastavením na 0 ponecháte beze změny." libayatana-common-0.9.11/po/cv.po0000644000000000000000000000150214760424137013457 0ustar # Chuvash translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/cy.po0000644000000000000000000000150014760424137013460 0ustar # Welsh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/da.po0000644000000000000000000000156014760424137013437 0ustar # Danish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/de.po0000644000000000000000000000230314760424137013437 0ustar # German translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-08-29 21:33+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.8.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximale Textlänge in Menüs" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Die Anzahl an Zeichen, die in dynamischen Menüeinträgen angezeigt werden " "sollen, bevor der Text gekürzt wird. Den Wert auf 0 setzen um Text nicht zu " "kürzen." libayatana-common-0.9.11/po/dv.po0000644000000000000000000000150114760424137013457 0ustar # Divehi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: dv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/el.po0000644000000000000000000000155714760424137013461 0ustar # Greek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/en_AU.po0000644000000000000000000000176014760424137014044 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximum menu text length" #: data/org.ayatana.common.gschema.xml:2 #, fuzzy msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "The number of characters to show in dynamic menu items before the text is " "ellipsized." libayatana-common-0.9.11/po/en_CA.po0000644000000000000000000000176014760424137014022 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximum menu text length" #: data/org.ayatana.common.gschema.xml:2 #, fuzzy msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "The number of characters to show in dynamic menu items before the text is " "ellipsized." libayatana-common-0.9.11/po/en_GB.po0000644000000000000000000000156414760424137014031 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:05+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\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" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/eo.po0000644000000000000000000000225714760424137013462 0ustar # Esperanto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-11-19 02:50+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.9.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maksimuma longo de menua teksto" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "La maksimuma nombro da skribsignoj montrotaj en dinamikaj menueroj, preter " "kiu la teksto estos elipsigita. Agordu al 0 por lasi neŝanĝita." libayatana-common-0.9.11/po/es.po0000644000000000000000000000230114760424137013454 0ustar # Spanish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-08-28 05:32+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.8.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Longitud máxima del texto del menú" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "El número de caracteres que mostrar en elementos de menú dinámicos antes de " "que se trunque con puntos suspensivos. Establezca 0 para dejarlo sin cambios." libayatana-common-0.9.11/po/et.po0000644000000000000000000000225114760424137013461 0ustar # Estonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-19 06:34+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Teksti maksimaalne pikkus" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Menüüde dünaamiliste kirjete kuvamisel kasutatav tähemärkide arv; selle " "ületamisel kasutatakse kolme punkti. Sisesta 0, et jätta muutmata." libayatana-common-0.9.11/po/eu.po0000644000000000000000000000150114760424137013457 0ustar # Basque translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fa.po0000644000000000000000000000150214760424137013435 0ustar # Persian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fil.po0000644000000000000000000000150414760424137013623 0ustar # Filipino translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fi.po0000644000000000000000000000225214760424137013450 0ustar # Finnish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-12-18 11:00+0000\n" "Last-Translator: Ricky Tigg \n" "Language-Team: Finnish \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" "X-Generator: Weblate 5.9.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Valikkotekstin enimmäispituus" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Dynaamisissa valikon vaihtoehdoissa näytettävien merkkien määrä ennen kuin " "teksti ellipsoidaan. Aseta arvoksi 0, jos haluat jättää ennalleen." libayatana-common-0.9.11/po/fo.po0000644000000000000000000000156114760424137013460 0ustar # Faroese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fr_CA.po0000644000000000000000000000156214760424137014027 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fr.po0000644000000000000000000000225714760424137013466 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14:33+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Longueur maximale du texte du menu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Le nombre de caractères à afficher dans les éléments de menu dynamique avant " "que le texte soit elliptique. Définissez-le à 0 pour le laisser inchangé." libayatana-common-0.9.11/po/frp.po0000644000000000000000000000151014760424137013635 0ustar # Language frp translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: frp\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fur.po0000644000000000000000000000150414760424137013645 0ustar # Friulian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/fy.po0000644000000000000000000000151214760424137013466 0ustar # Western Frisian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ga.po0000644000000000000000000000157614760424137013451 0ustar # Irish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/gd.po0000644000000000000000000000151214760424137013442 0ustar # Scottish Gaelic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/gl.po0000644000000000000000000000150314760424137013452 0ustar # Galician translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/gu.po0000644000000000000000000000150314760424137013463 0ustar # Gujarati translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/gv.po0000644000000000000000000000147714760424137013476 0ustar # Manx translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/he.po0000644000000000000000000000225214760424137013446 0ustar # Hebrew translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14: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=2; plural=(n != 1);\n" "X-Generator: Weblate 4.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "אורך מרבי לטקסט בתפריט" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "מספר התווים להצגה עבור פריטים דינמיים בתפריט בטרם קיצור הטקסט. 0 - ללא שינוי." libayatana-common-0.9.11/po/hi.po0000644000000000000000000000150014760424137013445 0ustar # Hindi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/hr.po0000644000000000000000000000237614760424137013472 0ustar # Croatian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-27 13:46+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maksimalna duljina teksta u izborniku" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Broj znakova koji će se prikazati u stavkama dinamičkog izbornika prije nego " "što se tekst skrati s trotočkom. Postavi na 0 da ostane nepromijenjeno." libayatana-common-0.9.11/po/ht.po0000644000000000000000000000150214760424137013462 0ustar # Haitian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/hu.po0000644000000000000000000000223714760424137013471 0ustar # Hungarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2022-01-08 13:56+0000\n" "Last-Translator: wigy \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.10.1\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximális menü szöveghossz" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "A megjelenített karakterek száma a dinamikus menükben mielőtt a szöveg " "hármasponttal lenne csonkítva. Állítsa 0-ra, hogy változatlanul hagyja." libayatana-common-0.9.11/po/hy.po0000644000000000000000000000150314760424137013470 0ustar # Armenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ia.po0000644000000000000000000000150614760424137013444 0ustar # Interlingua translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/id.po0000644000000000000000000000217514760424137013452 0ustar # Indonesian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-11-11 06:50+0000\n" "Last-Translator: mamuiz \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.9.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maksimum panjang teks menu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Jumlah karakter yang ditampilkan dalam item menu dinamis sebelum teks di " "'ellipsized'. Set ke 0 untuk tak diubah." libayatana-common-0.9.11/po/is.po0000644000000000000000000000150414760424137013464 0ustar # Icelandic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/it_CARES.po0000644000000000000000000000156714760424137014413 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: it_CARES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/it.po0000644000000000000000000000217514760424137013472 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-11-05 20:34+0000\n" "Last-Translator: Michele \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.9-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Lunghezza massima testo menu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Numero di caratteri mostrati nelle voci del menu prima di essere tagliato. " "Imposta a 0 per lasciare invariato." libayatana-common-0.9.11/po/ja.po0000644000000000000000000000225614760424137013450 0ustar # Japanese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-08-14 08:09+0000\n" "Last-Translator: umesaburo sagawa \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 5.7-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "メニューテキストの最大長" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "テキストが省略される前に動的メニュー項目に表示する文字数。変更しない場合は 0 " "に設定します。" libayatana-common-0.9.11/po/ka.po0000644000000000000000000000270514760424137013450 0ustar # Georgian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2025-02-17 04:59+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian \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=2; plural=n != 1;\n" "X-Generator: Weblate 5.10\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "მაქსიმალური მენიუს ტექსტის სიგრძე" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "სიმბოლოების რაოდენობა, რომელიც გამოჩნდება დინამიკური მენიუს პუნქტებში, სანამ " "ტექსტი შემოკლდება. დააყენეთ 0-ზე, თუ ცვლილება არ გნებავთ." libayatana-common-0.9.11/po/kk.po0000644000000000000000000000150114760424137013453 0ustar # Kazakh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/kl.po0000644000000000000000000000150614760424137013461 0ustar # Kalaallisut translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/km.po0000644000000000000000000000151014760424137013455 0ustar # Central Khmer translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/kmr.po0000644000000000000000000000150214760424137013640 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: 2021-06-17 14:12+0200\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.common.gschema.xml.in:1 msgid "Maximum menu text length" msgstr "" #: ../data/org.ayatana.common.gschema.xml.in:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/kn.po0000644000000000000000000000150214760424137013457 0ustar # Kannada translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ko.po0000644000000000000000000000224414760424137013464 0ustar # Korean translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2022-02-28 14:59+0000\n" "Last-Translator: 이정희 \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.11.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "최대 메뉴 텍스트 길이" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "텍스트가 생략되기 전에 동적 메뉴 항목에 표시할 문자 수입니다. 변경되지 않은 " "상태로 두려면 0으로 설정합니다." libayatana-common-0.9.11/po/ku.po0000644000000000000000000000150214760424137013466 0ustar # Kurdish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/kw.po0000644000000000000000000000150214760424137013470 0ustar # Cornish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ky.po0000644000000000000000000000150214760424137013472 0ustar # Kirghiz translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ky\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/la.po0000644000000000000000000000150014760424137013441 0ustar # Latin translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: la\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/lb.po0000644000000000000000000000151014760424137013443 0ustar # Letzeburgesch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/LINGUAS0000644000000000000000000000071414760424137013540 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 libayatana-common-0.9.11/po/lo.po0000644000000000000000000000150214760424137013461 0ustar # Laotian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/lt.po0000644000000000000000000000240714760424137013473 0ustar # Lithuanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14:33+0000\n" "Last-Translator: Gediminas Murauskas \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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Didžiausias meniu teksto ilgis" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Ženklų skaičius, kuris turi būti rodomas dinaminio meniu elementuose, kol " "tekstas bus elipsės formos. Nustatykite į 0, jei norite palikti nepakeistą." libayatana-common-0.9.11/po/lv.po0000644000000000000000000000162714760424137013500 0ustar # Latvian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/mg.po0000644000000000000000000000150314760424137013453 0ustar # Malagasy translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/mhr.po0000644000000000000000000000151014760424137013634 0ustar # Language mhr translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mhr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/mi.po0000644000000000000000000000150014760424137013452 0ustar # Maori translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/mk.po0000644000000000000000000000150514760424137013461 0ustar # Macedonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ml.po0000644000000000000000000000150414760424137013461 0ustar # Malayalam translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/mr.po0000644000000000000000000000150214760424137013465 0ustar # Marathi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ms.po0000644000000000000000000000150014760424137013464 0ustar # Malay translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/my.po0000644000000000000000000000150214760424137013474 0ustar # Burmese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: my\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/nb.po0000644000000000000000000000225314760424137013452 0ustar # Norwegian Bokmal translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14:33+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maksimal menytekstlengde" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Antall tegn å vise i dynamiske menyoppføringer før teksten erstattes av " "utelatelsestegn. Sett til 0 for å unngå forkorting." libayatana-common-0.9.11/po/ne.po0000644000000000000000000000150114760424137013450 0ustar # Nepali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/nl.po0000644000000000000000000000221714760424137013464 0ustar # Dutch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2023-10-12 08:05+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 5.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximale lengte van menutekst" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Het aantal te tonen tekens op dynamische menu-items voordat de tekst wordt " "ingekort. Stel in op 0 om ongewijzigd te laten." libayatana-common-0.9.11/po/nn.po0000644000000000000000000000157314760424137013472 0ustar # Norwegian Nynorsk translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ny.po0000644000000000000000000000150114760424137013474 0ustar # Nyanja translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ny\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/oc.po0000644000000000000000000000223414760424137013453 0ustar # Occitan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-08-11 16:34+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.8-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Longor maximala del tèxt menú" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Lo nombre de caractèrs d’afichar pels elements de menú dinamics abans de " "copar lo tèxt. Definir a 0 per daissar pas modificat." libayatana-common-0.9.11/po/os.po0000644000000000000000000000150314760424137013471 0ustar # Ossetian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: os\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/pa.po0000644000000000000000000000150214760424137013447 0ustar # Punjabi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/pl.po0000644000000000000000000000165514760424137013473 0ustar # Polish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/POTFILES.in0000644000000000000000000000004414760424137014264 0ustar data/org.ayatana.common.gschema.xml libayatana-common-0.9.11/po/ps.po0000644000000000000000000000150114760424137013470 0ustar # Pashto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ps\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/pt_BR.po0000644000000000000000000000234214760424137014060 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-09-24 14:40+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.9-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Comprimento máximo do texto do menu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "A quantidade dos caracteres que serão mostrados nos itens do menu dinâmico " "antes de se aplicar reticências no texto . Defina como 0 para deixar como " "está." libayatana-common-0.9.11/po/pt.po0000644000000000000000000000226514760424137013501 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2022-01-03 09:54+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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Comprimento máximo do texto do menu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "A quantidade dos caracteres que serão mostrados nos itens do menu dinâmico " "antes de se aplicar reticências no texto. Defina como 0 para deixar como " "está." libayatana-common-0.9.11/po/ro.po0000644000000000000000000000242714760424137013476 0ustar # Romanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-09-29 00:16+0000\n" "Last-Translator: Remus-Gabriel Chelu \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 5.8-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Lungimea maximă a textului meniului" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Numărul de caractere care trebuie afișate în elementele de meniu dinamic " "înainte ca textul să fie trunchiat cu puncte de suspensie. Puneți la 0 " "pentru a rămâne neschimbat." libayatana-common-0.9.11/po/ru.po0000644000000000000000000000263414760424137013504 0ustar # Russian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2022-04-23 12:18+0000\n" "Last-Translator: Sergii Horichenko \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.12.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Максимальная длина текста в меню" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Количество символов, которое должно отображаться в пунктах динамического " "меню, прежде чем текст будет сокращён. Установите 0, чтобы оставить без " "изменений." libayatana-common-0.9.11/po/sa.po0000644000000000000000000000150314760424137013453 0ustar # Sanskrit translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sc.po0000644000000000000000000000150414760424137013456 0ustar # Sardinian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sdh.po0000644000000000000000000000150214760424137013625 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: 2021-06-17 14:12+0200\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.common.gschema.xml.in:1 msgid "Maximum menu text length" msgstr "" #: ../data/org.ayatana.common.gschema.xml.in:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sd.po0000644000000000000000000000150114760424137013454 0ustar # Sindhi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/se.po0000644000000000000000000000151014760424137013455 0ustar # Northern Sami translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/shn.po0000644000000000000000000000150014760424137013635 0ustar # Shan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: shn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/si.po0000644000000000000000000000150214760424137013462 0ustar # Sinhala translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sk.po0000644000000000000000000000161314760424137013467 0ustar # Slovak translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sl.po0000644000000000000000000000165214760424137013473 0ustar # Slovenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sq.po0000644000000000000000000000150314760424137013473 0ustar # Albanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sr.po0000644000000000000000000000167614760424137013507 0ustar # Serbian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\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.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/sv.po0000644000000000000000000000222514760424137013502 0ustar # Swedish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-17 14:33+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Maximal längd för menytext" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Antalet tecken att visa i dynamiska menyobjekt innan texten elliptiseras. " "Sätt till 0 för att lämna oförändrad." libayatana-common-0.9.11/po/sw.po0000644000000000000000000000150214760424137013500 0ustar # Swahili translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/szl.po0000644000000000000000000000151014760424137013656 0ustar # Language szl translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: szl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ta_LK.po0000644000000000000000000000150314760424137014042 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ta_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ta.po0000644000000000000000000000266714760424137013470 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-11-09 14:00+0000\n" "Last-Translator: தமிழ்நேரம் \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 5.8.2\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "அதிகபட்ச பட்டியல் உரை நீளம்" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "உரையை நீள்வாங்குவதற்கு முன் மாறும் பட்டியல் உருப்படிகளில் காண்பிக்க வேண்டிய எழுத்துகளின் எண்ணிக்கை. மாறாமல் இருக்க 0 என " "அமைக்கவும்." libayatana-common-0.9.11/po/te.po0000644000000000000000000000150114760424137013456 0ustar # Telugu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/tg.po0000644000000000000000000000150014760424137013457 0ustar # Tajik translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/th.po0000644000000000000000000000147714760424137013475 0ustar # Thai translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ti.po0000644000000000000000000000150314760424137013464 0ustar # Tigrinya translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ti\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/tr.po0000644000000000000000000000225414760424137013501 0ustar # Turkish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-07-24 08:33+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.7.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "En fazla menü metin uzunluğu" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Metin üç nokta ile kesilmeden önce dinamik menü ögelerinde gösterilecek " "karakter sayısı. Değişmeden bırakmak için 0 olarak ayarlayın." libayatana-common-0.9.11/po/tt.po0000644000000000000000000000150014760424137013474 0ustar # Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/ug.po0000644000000000000000000000150114760424137013461 0ustar # Uighur translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/uk.po0000644000000000000000000000251214760424137013470 0ustar # Ukrainian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2022-04-23 09:58+0000\n" "Last-Translator: sgg \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.12.1-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "Максимальна довжина тексту в меню" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" "Кількість літер, які відображаються у динамічному меню перед тим, як текст " "буде скорочений. Якщо 0 - залишити без змін." libayatana-common-0.9.11/po/ur.po0000644000000000000000000000147714760424137013510 0ustar # Urdu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/uz.po0000644000000000000000000000150014760424137013503 0ustar # Uzbek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/vec.po0000644000000000000000000000151014760424137013623 0ustar # Language vec translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vec\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/vi.po0000644000000000000000000000155514760424137013475 0ustar # Vietnamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/wae.po0000644000000000000000000000151014760424137013622 0ustar # Language wae translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wae\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/wo.po0000644000000000000000000000150014760424137013472 0ustar # Wolof translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/zh_CN.po0000644000000000000000000000216314760424137014054 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-04-01 02:24+0000\n" "Last-Translator: 复予 \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 5.5-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "最大菜单文本长度" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "在文本被缩略前,显示在动态菜单条目上的字符长度。设置为0则不作修改。" libayatana-common-0.9.11/po/zh_HK.po0000644000000000000000000000150514760424137014055 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/zh_LATN@pinyin.po0000644000000000000000000000151614760424137015642 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2021-06-12 01:32+0200\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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "" libayatana-common-0.9.11/po/zh_TW.po0000644000000000000000000000223114760424137014102 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 07:41+0200\n" "PO-Revision-Date: 2024-10-31 03:08+0000\n" "Last-Translator: hugoalh \n" "Language-Team: Chinese (Traditional Han script) \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 5.8.2-dev\n" #: data/org.ayatana.common.gschema.xml:1 msgid "Maximum menu text length" msgstr "最大選單文字長度" #: data/org.ayatana.common.gschema.xml:2 msgid "" "The number of characters to show in dynamic menu items before the text is " "ellipsized. Set to 0 to leave unchanged." msgstr "在文字被省略之前在動態選單項目中顯示的字元數。設定為 0 以保持不變。" libayatana-common-0.9.11/README.md0000644000000000000000000000363714760424137013363 0ustar # libayatana-common - Common functions for Ayatana System Indicators [![Build Status](https://api.travis-ci.com/AyatanaIndicators/libayatana-common.svg)](https://travis-ci.com/github/AyatanaIndicators/libayatana-common) ## About Ayatana Indicators The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. Application Indicators are a GTK implementation of the StatusNotifierItem Specification (SNI) that was originally submitted to freedesktop.org by KDE. System Indicators are an extensions to the Application Indicators idea. System Indicators allow for far more widgets to be displayed in the indicator's menu. The Ayatana Indicators project is the new upstream for application indicators, system indicators and associated projects with a focus on making Ayatana Indicators a desktop agnostic technology. On GNU/Linux, Ayatana Indicators are currently available for desktop envinronments like MATE (used by default in [Ubuntu MATE](https://ubuntu-mate.com)), XFCE (used by default in [Xubuntu](https://bluesabre.org/2021/02/25/xubuntu-21-04-progress-update/), LXDE, and the Budgie Desktop). The Lomiri Operating Environment (UI of the Ubuntu Touch OS, formerly known as Unity8) uses Ayatana Indicators for rendering its notification area and the [UBports](https://ubports.com) project is a core contributor to the Ayatana Indicators project. For further info, please visit: https://ayatana-indicators.org ## About this Software Component This shared library contains functions that two or more system indicator components share. This shared library was originally created to reduce code duplication across various system indicator components. ## License and Copyright See COPYING and AUTHORS file in this project. ## Building and Testing For instructions on building and running built-in tests, see the INSTALL.md file. libayatana-common-0.9.11/src/CMakeLists.txt0000644000000000000000000000565614760424137015436 0ustar add_library(ayatana-common SHARED utils.c ) target_link_libraries(ayatana-common ${DEPS_LIBRARIES} ) target_compile_definitions (ayatana-common PUBLIC GETTEXT_PACKAGE="${GETTEXT_PACKAGE}" LOCALEDIR="${CMAKE_INSTALL_FULL_LOCALEDIR}") if(ENABLE_LOMIRI_FEATURES) add_definitions( -DLOMIRI_FEATURES_ENABLED ) endif() set(PUBLIC_HEADERS utils.h ) set_target_properties(ayatana-common PROPERTIES VERSION ${API_VERSION}.1.0 SOVERSION ${ABI_VERSION} ) configure_file(libayatana-common.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig) install(FILES ${PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/ayatana/common) install(TARGETS ayatana-common DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}) # AyatanaCommon.gir if (INTROSPECTION_FOUND) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" DEPENDS "ayatana-common" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ${INTROSPECTION_SCANNER} utils.c utils.h --no-libtool --namespace=AyatanaCommon --nsversion=0.1 --c-include=ayatana/common/utils.h --quiet --warn-all --include=GLib-2.0 --library="ayatana-common" --library-path=${CMAKE_CURRENT_BINARY_DIR} --output "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/gir-1.0") # AyatanaCommon.typelib add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${INTROSPECTION_COMPILER} --includedir=${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir -o "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/girepository-1.0") # AyatanaCommon.vapi if (VALA_COMPILER) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon.vapi" DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${VAPI_GEN} --library=AyatanaCommon AyatanaCommon-0.1.gir ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon.vapi" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/vala/vapi") add_custom_target("src" ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon.vapi") else() add_custom_target("src" ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib") endif() endif() libayatana-common-0.9.11/src/libayatana-common.pc.in0000644000000000000000000000044014760424137017204 0ustar prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=@CMAKE_INSTALL_FULL_LIBDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/ayatana Name: Ayatana common Description: Ayatana common library Version: @CMAKE_PROJECT_VERSION@ Libs: -L${libdir} -layatana-common Cflags: -I${includedir} libayatana-common-0.9.11/src/utils.c0000644000000000000000000002275614760424137014202 0ustar /* * Copyright 2021 Marius Gripsgard * Copyright 2021-2023 Robert Tari * * 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 "utils.h" #include #include #ifdef LOMIRI_FEATURES_ENABLED # include #endif static gboolean bI18nInit = FALSE; static void initI18n () { if (!bI18nInit) { bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bI18nInit = TRUE; } } // TODO: make case insensitive gboolean is_xdg_current_desktop (const gchar* desktop, const gchar* session) { const gchar *xdg_current_desktop; xdg_current_desktop = g_getenv ("XDG_CURRENT_DESKTOP"); if (xdg_current_desktop != NULL) { gchar **desktop_names = g_strsplit (xdg_current_desktop, ":", 0); for (int i = 0; desktop_names[i]; ++i) { if (!g_strcmp0 (desktop_names[i], desktop)) { g_strfreev (desktop_names); return TRUE; } } g_strfreev (desktop_names); } if (session != NULL) { const gchar *xdg_session_desktop = g_getenv ("XDG_SESSION_DESKTOP"); if (xdg_session_desktop != NULL && g_str_equal(xdg_session_desktop, session)) { return TRUE; } const gchar *desktop_session = g_getenv ("DESKTOP_SESSION"); if (desktop_session != NULL && g_str_equal(desktop_session, session)) { return TRUE; } } return FALSE; } gboolean ayatana_common_utils_is_lomiri () { return is_xdg_current_desktop(DESKTOP_LOMIRI, SESSION_LOMIRI); } gboolean ayatana_common_utils_is_ubuntutouch () { return is_xdg_current_desktop(DESKTOP_UBUNTUTOUCH, SESSION_UBUNTUTOUCH); } gboolean ayatana_common_utils_is_gnome () { return is_xdg_current_desktop(DESKTOP_GNOME, SESSION_GNOME); } gboolean ayatana_common_utils_is_unity () { return is_xdg_current_desktop(DESKTOP_UNITY, SESSION_UNITY); } gboolean ayatana_common_utils_is_mate () { return is_xdg_current_desktop(DESKTOP_MATE, SESSION_MATE); } gboolean ayatana_common_utils_is_xfce () { return is_xdg_current_desktop(DESKTOP_XFCE, SESSION_XFCE); } gboolean ayatana_common_utils_is_pantheon () { return is_xdg_current_desktop(DESKTOP_PANTHEON, SESSION_PANTHEON); } gboolean ayatana_common_utils_is_budgie () { return is_xdg_current_desktop(DESKTOP_BUDGIE, SESSION_BUDGIE); } gboolean ayatana_common_utils_have_unity_program (const gchar *program) { if (!ayatana_common_utils_is_unity()) return FALSE; return ayatana_common_utils_have_program(program); } gboolean ayatana_common_utils_have_gnome_program (const gchar *program) { if (!ayatana_common_utils_is_gnome()) return FALSE; return ayatana_common_utils_have_program(program); } gboolean ayatana_common_utils_have_mate_program (const gchar *program) { if (!ayatana_common_utils_is_mate()) return FALSE; return ayatana_common_utils_have_program(program); } gboolean ayatana_common_utils_have_xfce_program (const gchar *program) { if (!ayatana_common_utils_is_xfce()) return FALSE; return ayatana_common_utils_have_program(program); } gboolean ayatana_common_utils_have_pantheon_program (const gchar *program) { if (!ayatana_common_utils_is_pantheon()) return FALSE; return ayatana_common_utils_have_program(program); } gboolean ayatana_common_utils_have_budgie_program (const gchar *program) { if (!ayatana_common_utils_is_budgie()) return FALSE; return ayatana_common_utils_have_program(program); } // Bit of a hacky way? should use xdg open char * find_browser () { static char * browser_path = NULL; if (browser_path == NULL) { gchar **browser_names = g_strsplit ("x-www-browser,google-chrome,firefox,chromium", ",", 0); for (int i = 0; browser_names[i]; ++i) { char* tmp_browser_path = g_find_program_in_path (browser_names[i]); if (tmp_browser_path) { browser_path = g_strdup (tmp_browser_path); g_free (tmp_browser_path); g_strfreev (browser_names); break; } } } return browser_path; } gboolean ayatana_common_utils_execute_command (const gchar * cmd) { GError * err = NULL; g_debug ("Issuing command '%s'", cmd); if (!g_spawn_command_line_async (cmd, &err)) { g_warning ("Unable to start %s: %s", cmd, err->message); g_error_free (err); return FALSE; } return TRUE; } gboolean ayatana_common_utils_open_url (const gchar * url) { if (ayatana_common_utils_is_lomiri()) { #ifdef LOMIRI_FEATURES_ENABLED lomiri_url_dispatch_send(url, NULL, NULL); return TRUE; #else g_warning("Built without url-dispatcher, not able to open URL '%s'", url); #endif } char * browser = find_browser(); if (browser != NULL) return ayatana_common_utils_execute_command(g_strdup_printf("%s '%s'", browser, url)); else return FALSE; } gboolean ayatana_common_utils_have_program (const gchar * program) { gchar *path; gboolean have; path = g_find_program_in_path(program); have = path != NULL; g_free(path); return have; } gboolean ayatana_common_utils_zenity_warning (const char * icon_name, const char * title, const char * text) { char * command_line; int exit_status; GError * error; gboolean confirmed; char * zenity; confirmed = FALSE; zenity = g_find_program_in_path ("zenity"); if (zenity) { command_line = g_strdup_printf ("%s" " --warning" " --icon-name=\"%s\"" " --title=\"%s\"" " --text=\"%s\"" " --no-wrap", zenity, icon_name, title, text); /* Treat errors as user confirmation. Otherwise how will the user ever log out? */ exit_status = -1; error = NULL; if (!g_spawn_command_line_sync (command_line, NULL, NULL, &exit_status, &error)) { confirmed = TRUE; } else { #if GLIB_CHECK_VERSION(2, 70, 0) confirmed = g_spawn_check_wait_status (exit_status, &error); #else confirmed = g_spawn_check_exit_status (exit_status, &error); #endif } g_free (command_line); } g_free (zenity); return confirmed; } void ayatana_common_utils_ellipsize(char *sText) { guint nMaxLetters = 50; glong nLetters = g_utf8_strlen(sText, -1); GSettingsSchemaSource *pSource = g_settings_schema_source_get_default(); if (pSource != NULL) { GSettingsSchema *pSchema = g_settings_schema_source_lookup(pSource, "org.ayatana.common", FALSE); if (pSchema != NULL) { g_settings_schema_unref(pSchema); GSettings *pSettings = g_settings_new("org.ayatana.common"); nMaxLetters = g_settings_get_uint(pSettings, "max-menu-text-length"); g_object_unref(pSettings); } } if (nMaxLetters > 0 && nLetters > nMaxLetters + 4) { gchar *pLastChar = g_utf8_offset_to_pointer(sText, nMaxLetters); memcpy(pLastChar, "...\0", 4); } } gboolean ayatana_common_utils_execute_command_warn (const gchar *sProgram, const gchar *sArgs) { gboolean bHasProgram = ayatana_common_utils_have_program (sProgram); if (!bHasProgram) { initI18n (); gchar *sMessage = g_strdup_printf (_("The %s program is required for this action, but it was not found."), sProgram); ayatana_common_utils_zenity_warning ("dialog-warning", _("Warning"), sMessage); g_free (sMessage); return FALSE; } gchar *sCommand = g_strdup_printf ("%s %s", sProgram, sArgs); gboolean bSuccess = ayatana_common_utils_execute_command (sCommand); g_free (sCommand); return bSuccess; } gboolean ayatana_common_utils_zenity_question (const gchar *sIcon, const gchar *sTitle, const gchar *sText, const gchar *sOk, const gchar *sCancel) { gchar *sZenity = g_find_program_in_path ("zenity"); gchar *sCommand = g_strdup_printf ("%s --question --icon-name=\"%s\" --title=\"%s\" --text=\"%s\" --ok-label=\"%s\" --cancel-label=\"%s\" --no-wrap", sZenity, sIcon, sTitle, sText, sOk, sCancel); g_free (sZenity); int nStatus = -1; GError *pError = NULL; gboolean bConfirmed = FALSE; if (!g_spawn_command_line_sync (sCommand, NULL, NULL, &nStatus, &pError)) { bConfirmed = TRUE; } else { #if GLIB_CHECK_VERSION(2, 70, 0) bConfirmed = g_spawn_check_wait_status (nStatus, &pError); #else bConfirmed = g_spawn_check_exit_status (nStatus, &pError); #endif } if (pError) { if (!g_error_matches (pError, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { g_warning ("%s %s: %s", G_STRLOC, G_STRFUNC, pError->message); } g_clear_error (&pError); } g_free (sCommand); return bConfirmed; } libayatana-common-0.9.11/src/utils.h0000644000000000000000000000572614760424137014205 0ustar /* * Copyright 2021 Marius Gripsgard * Copyright 2021-2023 Robert Tari * * 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 . */ #pragma once #include #include #include static const char * const DESKTOP_LOMIRI = "Lomiri"; static const char * const DESKTOP_UBUNTUTOUCH = NULL; static const char * const DESKTOP_UNITY = "Unity"; static const char * const DESKTOP_MATE = "MATE"; static const char * const DESKTOP_GNOME = "GNOME"; static const char * const DESKTOP_XFCE = "XFCE"; static const char * const DESKTOP_PANTHEON = "PANTHEON"; static const char * const DESKTOP_BUDGIE = "Budgie"; static const char * const SESSION_LOMIRI = "lomiri"; static const char * const SESSION_UBUNTUTOUCH = "ubuntu-touch"; static const char * const SESSION_UNITY = NULL; static const char * const SESSION_MATE = "mate"; static const char * const SESSION_GNOME = "gnome"; static const char * const SESSION_XFCE = "xfce"; static const char * const SESSION_PANTHEON = NULL; static const char * const SESSION_BUDGIE = "budgie-desktop"; gboolean ayatana_common_utils_is_lomiri(); gboolean ayatana_common_utils_is_ubuntutouch(); gboolean ayatana_common_utils_is_unity(); gboolean ayatana_common_utils_is_gnome(); gboolean ayatana_common_utils_is_mate(); gboolean ayatana_common_utils_is_xfce(); gboolean ayatana_common_utils_is_pantheon(); gboolean ayatana_common_utils_is_budgie(); gboolean ayatana_common_utils_have_unity_program (const gchar *program); gboolean ayatana_common_utils_have_gnome_program (const gchar *program); gboolean ayatana_common_utils_have_mate_program (const gchar *program); gboolean ayatana_common_utils_have_xfce_program (const gchar *program); gboolean ayatana_common_utils_have_pantheon_program (const gchar *program); gboolean ayatana_common_utils_have_budgie_program (const gchar *program); gboolean ayatana_common_utils_execute_command(const gchar * cmd); gboolean ayatana_common_utils_open_url(const gchar * url); gboolean ayatana_common_utils_have_program(const gchar * program); gboolean ayatana_common_utils_zenity_warning(const char *icon_name, const char *title, const char *text); void ayatana_common_utils_ellipsize(char *sText); gboolean ayatana_common_utils_execute_command_warn (const gchar *sProgram, const gchar *sArgs); gboolean ayatana_common_utils_zenity_question (const gchar *sIcon, const gchar *sTitle, const gchar *sText, const gchar *sOk, const gchar *sCancel); libayatana-common-0.9.11/tests/CMakeLists.txt0000644000000000000000000000434114760424137015777 0ustar find_package(GMock) # gschemas.compiled set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "gschemas.compiled") set_source_files_properties("gschemas.compiled" GENERATED) execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compile_schemas OUTPUT_VARIABLE COMPILE_SCHEMA_EXECUTABLE OUTPUT_STRIP_TRAILING_WHITESPACE) add_custom_command( OUTPUT "gschemas.compiled" DEPENDS "${CMAKE_BINARY_DIR}/data/org.ayatana.common.gschema.xml" COMMAND cp -f "${CMAKE_BINARY_DIR}/data/org.ayatana.common.gschema.xml" "${CMAKE_CURRENT_BINARY_DIR}" COMMAND ${COMPILE_SCHEMA_EXECUTABLE} "${CMAKE_CURRENT_BINARY_DIR}" ) add_custom_target("gschemas-compiled" ALL DEPENDS "gschemas.compiled") # tst_utils add_executable(tst_utils tst_utils.cpp) target_compile_definitions(tst_utils PUBLIC SCHEMA_DIR="${CMAKE_CURRENT_BINARY_DIR}") target_link_options(tst_utils PRIVATE -no-pie) add_dependencies(tst_utils "gschemas-compiled") target_include_directories(tst_utils PUBLIC "${CMAKE_SOURCE_DIR}/src") target_link_libraries(tst_utils ayatana-common ${DEPS_LIBRARIES} ${GTEST_LIBRARIES} ${GTEST_BOTH_LIBRARIES} ${GMOCK_LIBRARIES} ) add_test(TstUtils tst_utils) # utils.h file(COPY "${CMAKE_SOURCE_DIR}/src/utils.h" DESTINATION "${CMAKE_BINARY_DIR}/src/ayatana/common") # tst_utils.c add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/tst_utils.c" DEPENDS "src" DEPENDS "gschemas-compiled" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ${VALA_COMPILER} --pkg AyatanaCommon --pkg gio-2.0 --vapidir=${CMAKE_BINARY_DIR}/src --ccode tst_utils.vala --directory=${CMAKE_CURRENT_BINARY_DIR} ) # tst_utils_vala if (VALA_COMPILER) add_executable("tst_utils_vala" "${CMAKE_CURRENT_BINARY_DIR}/tst_utils.c") target_include_directories("tst_utils_vala" PUBLIC "${DEPS_INCLUDE_DIRS};${CMAKE_BINARY_DIR}/src") target_link_libraries("tst_utils_vala" "${DEPS_LIBRARIES} -layatana-common -L${CMAKE_BINARY_DIR}/src") target_link_directories("tst_utils_vala" PUBLIC "${CMAKE_BINARY_DIR}/src") add_dependencies("tst_utils_vala" "src") add_test(NAME "TstUtilsVala" COMMAND "${CMAKE_CURRENT_BINARY_DIR}/tst_utils_vala" "${CMAKE_CURRENT_BINARY_DIR}") endif() libayatana-common-0.9.11/tests/tst_utils.cpp0000644000000000000000000001424714760424137016003 0ustar /* * Copyright 2021 Marius Gripsgard * Copyright 2021 Robert Tari * * 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 extern "C" { #include "utils.h" } class XdgCurrentDesktopUtilsTest : public ::testing::Test { public: XdgCurrentDesktopUtilsTest() {} void SetUp() { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("DESKTOP_SESSION"); } void TearDown() { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("DESKTOP_SESSION"); } }; TEST_F(XdgCurrentDesktopUtilsTest, isLomiri) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_lomiri()); setenv("DESKTOP_SESSION", "lomiri", 1); EXPECT_TRUE(ayatana_common_utils_is_lomiri()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "lomiri", 1); EXPECT_TRUE(ayatana_common_utils_is_lomiri()); setenv("XDG_CURRENT_DESKTOP", "Lomiri", 1); EXPECT_TRUE(ayatana_common_utils_is_lomiri()); } TEST_F(XdgCurrentDesktopUtilsTest, isUbuntuTouch) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_ubuntutouch()); setenv("XDG_CURRENT_DESKTOP", "Lomiri", 1); EXPECT_FALSE(ayatana_common_utils_is_ubuntutouch()); setenv("DESKTOP_SESSION", "ubuntu-touch", 1); EXPECT_TRUE(ayatana_common_utils_is_ubuntutouch()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "ubuntu-touch", 1); EXPECT_TRUE(ayatana_common_utils_is_ubuntutouch()); } TEST_F(XdgCurrentDesktopUtilsTest, isGnome) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_gnome()); setenv("DESKTOP_SESSION", "gnome", 1); EXPECT_TRUE(ayatana_common_utils_is_gnome()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "gnome", 1); EXPECT_TRUE(ayatana_common_utils_is_gnome()); setenv("XDG_CURRENT_DESKTOP", "GNOME", 1); EXPECT_TRUE(ayatana_common_utils_is_gnome()); } TEST_F(XdgCurrentDesktopUtilsTest, isUnity) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_unity()); setenv("DESKTOP_SESSION", "gnome-fallback", 1); EXPECT_FALSE(ayatana_common_utils_is_unity()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "gnome-fallback", 1); EXPECT_FALSE(ayatana_common_utils_is_unity()); setenv("XDG_CURRENT_DESKTOP", "Unity", 1); EXPECT_TRUE(ayatana_common_utils_is_unity()); } TEST_F(XdgCurrentDesktopUtilsTest, isMate) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_mate()); setenv("DESKTOP_SESSION", "mate", 1); EXPECT_TRUE(ayatana_common_utils_is_mate()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "mate", 1); EXPECT_TRUE(ayatana_common_utils_is_mate()); setenv("XDG_CURRENT_DESKTOP", "MATE", 1); EXPECT_TRUE(ayatana_common_utils_is_mate()); } TEST_F(XdgCurrentDesktopUtilsTest, isXfce) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_xfce()); setenv("DESKTOP_SESSION", "xfce", 1); EXPECT_TRUE(ayatana_common_utils_is_xfce()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "xfce", 1); EXPECT_TRUE(ayatana_common_utils_is_xfce()); setenv("XDG_CURRENT_DESKTOP", "XFCE", 1); EXPECT_TRUE(ayatana_common_utils_is_xfce()); } TEST_F(XdgCurrentDesktopUtilsTest, isPantheon) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("DESKTOP_SESSION"); unsetenv("XDG_SESSION_DESKTOP"); EXPECT_FALSE(ayatana_common_utils_is_pantheon()); setenv("XDG_CURRENT_DESKTOP", "PANTHEON", 1); EXPECT_TRUE(ayatana_common_utils_is_pantheon()); } TEST_F(XdgCurrentDesktopUtilsTest, isBudgie) { unsetenv("XDG_CURRENT_DESKTOP"); unsetenv("XDG_SESSION_DESKTOP"); unsetenv("DESKTOP_SESSION"); EXPECT_FALSE(ayatana_common_utils_is_budgie()); setenv("DESKTOP_SESSION", "budgie-desktop", 1); EXPECT_TRUE(ayatana_common_utils_is_budgie()); unsetenv("DESKTOP_SESSION"); setenv("XDG_SESSION_DESKTOP", "budgie-desktop", 1); EXPECT_TRUE(ayatana_common_utils_is_budgie()); setenv("XDG_CURRENT_DESKTOP", "Budgie:GNOME", 1); EXPECT_TRUE(ayatana_common_utils_is_budgie()); } class StringFunctionsTest : public ::testing::Test { public: StringFunctionsTest() { } void SetUp() { g_setenv("GSETTINGS_SCHEMA_DIR", SCHEMA_DIR, TRUE); g_setenv("GSETTINGS_BACKEND", "memory", TRUE); } void TearDown() { } }; TEST_F(StringFunctionsTest, ellipsize) { GSettings *pSettings = g_settings_new("org.ayatana.common"); gchar *sTest = g_strdup("123456789012345678901234567890123456789012345öüóőúéáűšđß"); g_settings_set_uint(pSettings, "max-menu-text-length", 0); ayatana_common_utils_ellipsize(sTest); EXPECT_STREQ(sTest, "123456789012345678901234567890123456789012345öüóőúéáűšđß"); g_settings_set_uint(pSettings, "max-menu-text-length", 100); ayatana_common_utils_ellipsize(sTest); EXPECT_STREQ(sTest, "123456789012345678901234567890123456789012345öüóőúéáűšđß"); g_settings_set_uint(pSettings, "max-menu-text-length", 50); ayatana_common_utils_ellipsize(sTest); EXPECT_STREQ(sTest, "123456789012345678901234567890123456789012345öüóőú..."); g_free(sTest); g_object_unref(pSettings); } libayatana-common-0.9.11/tests/tst_utils.vala0000644000000000000000000001065714760424137016145 0ustar using AyatanaCommon; using Environment; using GLib; static int main(string[] args) { assert(args.length == 2); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_lomiri()); set_variable("DESKTOP_SESSION", "lomiri", true); assert(utils_is_lomiri()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "lomiri", true); assert(utils_is_lomiri()); set_variable("XDG_CURRENT_DESKTOP", "Lomiri", true); assert(utils_is_lomiri()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_ubuntutouch()); set_variable("XDG_CURRENT_DESKTOP", "Lomiri", true); assert(! utils_is_ubuntutouch()); set_variable("DESKTOP_SESSION", "ubuntu-touch", true); assert(utils_is_ubuntutouch()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "ubuntu-touch", true); assert(utils_is_ubuntutouch()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_gnome()); set_variable("DESKTOP_SESSION", "gnome", true); assert(utils_is_gnome()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "gnome", true); assert(utils_is_gnome()); set_variable("XDG_CURRENT_DESKTOP", "GNOME", true); assert(utils_is_gnome()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_unity()); set_variable("DESKTOP_SESSION", "gnome-fallback", true); assert(! utils_is_unity()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "gnome-fallback", true); assert(! utils_is_unity()); set_variable("XDG_CURRENT_DESKTOP", "Unity", true); assert(utils_is_unity()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_mate()); set_variable("DESKTOP_SESSION", "mate", true); assert(utils_is_mate()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "mate", true); assert(utils_is_mate()); set_variable("XDG_CURRENT_DESKTOP", "MATE", true); assert(utils_is_mate()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_xfce()); set_variable("DESKTOP_SESSION", "xfce", true); assert(utils_is_xfce()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "xfce", true); assert(utils_is_xfce()); set_variable("XDG_CURRENT_DESKTOP", "XFCE", true); assert(utils_is_xfce()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_pantheon()); set_variable("XDG_CURRENT_DESKTOP", "PANTHEON", true); assert(utils_is_pantheon()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); assert(! utils_is_budgie()); set_variable("DESKTOP_SESSION", "budgie-desktop", true); assert(utils_is_budgie()); unset_variable("DESKTOP_SESSION"); set_variable("XDG_SESSION_DESKTOP", "budgie-desktop", true); assert(utils_is_budgie()); set_variable("XDG_CURRENT_DESKTOP", "Budgie:GNOME", true); assert(utils_is_budgie()); unset_variable("XDG_CURRENT_DESKTOP"); unset_variable("DESKTOP_SESSION"); unset_variable("XDG_SESSION_DESKTOP"); set_variable("GSETTINGS_SCHEMA_DIR", args[1], true); set_variable("GSETTINGS_BACKEND", "memory", true); Settings pSettings = new Settings("org.ayatana.common"); string sTest = "123456789012345678901234567890123456789012345öüóőúéáűšđß"; pSettings.set_uint("max-menu-text-length", 0); utils_ellipsize(sTest); assert(sTest == "123456789012345678901234567890123456789012345öüóőúéáűšđß"); pSettings.set_uint("max-menu-text-length", 100); utils_ellipsize(sTest); assert(sTest == "123456789012345678901234567890123456789012345öüóőúéáűšđß"); pSettings.set_uint("max-menu-text-length", 50); utils_ellipsize(sTest); assert(sTest == "123456789012345678901234567890123456789012345öüóőú..."); return 0; } libayatana-common-0.9.11/.travis.yml0000644000000000000000000000170614760424137014210 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 libayatana-common-0.9.11/update-po.sh0000755000000000000000000000262514760424137014335 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 \ -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' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i ${lingua}.po done cd - 1>/dev/null mv po/${GETTEXT_DOMAIN}.pot~ po/${GETTEXT_DOMAIN}.pot libayatana-common-0.9.11/update-pot.sh0000755000000000000000000000213614760424137014516 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 \ -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' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i po/${GETTEXT_DOMAIN}.pot