ayatana-indicator-a11y-25.4.0/AUTHORS 0000644 0000000 0000000 00000000753 14775147754 013733 0 ustar 이정희
Bittin1ddc447d824349b2
Cleverson Cândido
Dex Girl
Eryk Michalak
Gallegonovato
Heimen Stoffels
Hugoalh
Joan CiberSheep
Jozef Mlich
Luna Jernberg
Manba
Mike Gabriel
Milan Korecky
Milo Ivir
Moo
Oğuz Ersen
Phlostically
Quentin PAGÈS
Remus-Gabriel Chelu
Robert Tari
Sergii Horichenko
Serhii Horichenko
Sivakumar
Spnux
Ssantos
Steve
Sylke Vicious
Tabby
Temuri Doghonadze
Umesaburo Sagawa
Weblate
Wellington Terumi Uemura
Weshall
Yaron Shahrabani
தமிழ்நேரம்
复予
ayatana-indicator-a11y-25.4.0/.build.yml 0000644 0000000 0000000 00000006617 14775147754 014570 0 ustar #########################################################
# 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
- accountsservice
- libx11
- libxrandr
# - libayatana-common
debian:
# Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido
- clang
- clang-tools
- g++
- cppcheck
- git
- cmake
- cmake-extras
- intltool
- libglib2.0-dev
- systemd
- libaccountsservice-dev
# - libayatana-common-dev
# For building libayatana-common:
- liblomiri-url-dispatcher-dev
- libx11-dev
- libxrandr-dev
ubuntu:
- clang
- clang-tools
- g++
- git
- cmake
- cmake-extras
- intltool
- libglib2.0-dev
- systemd
- libaccountsservice-dev
# - libayatana-common-dev
- libx11-dev
- libxrandr-dev
variables:
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
-enable-checker alpha.core.CastSize
-enable-checker alpha.core.CastToStruct
-enable-checker alpha.core.IdenticalExpr
-enable-checker alpha.core.SizeofPtr
-enable-checker alpha.security.ArrayBoundV2
-enable-checker alpha.security.MallocOverflow
-enable-checker alpha.security.ReturnPtrRange
-enable-checker alpha.unix.SimpleStream
-enable-checker alpha.unix.cstring.BufferOverlap
-enable-checker alpha.unix.cstring.NotNullTerminated
-enable-checker alpha.unix.cstring.OutOfBounds
-enable-checker alpha.core.FixedAddr
-enable-checker security.insecureAPI.strcpy"'
before_scripts:
- cd ${START_DIR}
- if [ ! -d libayatana-common-build ]; then
- git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build
- fi
- cd libayatana-common-build
- if [ ${DISTRO_NAME} == "debian" ]; then
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_LOMIRI_FEATURES=ON
- else
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- fi
- make
- make install
- cd -
- rm -Rf libayatana-common-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
-
- if [ -e ./CMakeLists.txt ]; then
- if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then
- scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=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
ayatana-indicator-a11y-25.4.0/ChangeLog 0000644 0000000 0000000 00000027433 14775147754 014441 0 ustar 2025-04-08 Mike Gabriel
* Release 25.4.0 (HEAD -> main, tag: 25.4.0)
* Merge branch 'tari01-pr/greeter-accelerators' (21713c3)
2025-04-06 Sivakumar
* Translated using Weblate (Tamil (Sri Lanka)) (f421373)
* Translated using Weblate (Tamil (Sri Lanka)) (8bc2874)
2025-04-03 Robert Tari
* src/service.c: Add accelerators for the greeter (e1bece1)
2025-03-12 Mike Gabriel
* release 24.4.2 (361dc95) (tag: 24.4.2)
* Merge branch 'tari01-pr/drop-magnifier-close' (060fb35)
2024-08-01 Robert Tari
* src/service.c: Drop MagnifierClosed signal handler: Since we have
undecorated the magnifier window, Arctica Greeter no
longer sends the MagnifierClosed signal, so this code is
now orphaned. (ae8c17e)
2025-02-17 Temuri Doghonadze
* Translated using Weblate (Georgian) (f59066d)
2025-01-18 weshall
* Translated using Weblate (Hindi) (73127af)
2024-12-27 dex girl
* Translated using Weblate (English (Canada)) (eb14e3c)
2024-11-13 Cleverson Cândido
* Translated using Weblate (Portuguese) (f6a7f06)
2024-11-11 Yaron Shahrabani
* Translated using Weblate (Hebrew) (61c3bb1)
2024-11-08 தமிழ்நேரம்
* Translated using Weblate (Tamil) (4ba743c)
2024-10-29 Serhii Horichenko
* Translated using Weblate (Ukrainian) (c760ae0)
* Translated using Weblate (Russian) (3a037c9)
2024-09-27 Remus-Gabriel Chelu
* Translated using Weblate (Romanian) (a5c1256)
2024-09-02 Moo
* Translated using Weblate (Lithuanian) (8417838)
2024-08-22 Mike Gabriel
* Merge branch 'tari01-pr/no-high-contrast-last-theme' (bc75a16)
2024-08-10 Robert Tari
* src/service.c: Do not save high contrast themes as last used theme
(ad6af1a)
2024-08-22 Mike Gabriel
* Merge branch 'tari01-pr/value-change-close' (57327e8)
2024-08-13 umesaburo sagawa
* Translated using Weblate (Japanese) (ba5ce24)
2024-08-04 Steve
* Translated using Weblate (French) (db1db5f)
2024-07-16 Quentin PAGÈS
* Translated using Weblate (Occitan) (4213356)
2024-08-13 umesaburo sagawa
* Translated using Weblate (Japanese) (e862873)
2024-08-04 Steve
* Translated using Weblate (French) (e80737e)
2024-07-16 Quentin PAGÈS
* Translated using Weblate (Occitan) (675cbf9)
2024-07-17 Robert Tari
* src/service.c: Close the menu when the scaling changes (2cef0ac)
2024-07-16 Mike Gabriel
* Merge branch 'tari01-pr/panic-warning' (248b52e)
2024-07-16 Robert Tari
* src/service.c: Disable scaling for Wayland (914e1cf)
* src/service.c: If possible, replace errors with more descriptive
warnings when facing a panic (2db92c1)
2024-07-15 Mike Gabriel
* Merge branch 'tari01-pr/scale-virtual-env' (15c1c63)
2024-07-11 Robert Tari
* src/service.c: Disable scaling in virtual environments (3e12312)
2024-07-10 Mike Gabriel
* Merge branch 'tari01-pr/switch-accelerators' (8701d38)
2024-07-09 Robert Tari
* src/service.c: Connect accelerators to menu actions (f1605eb)
2024-07-08 Mike Gabriel
* Merge branch 'tari01-pr/scale-tracking' (3be8058)
2024-07-07 Robert Tari
* src/service.c: Implement scale tracking (fa73671)
2024-07-03 Mike Gabriel
* Merge branch 'tari01-pr/inverse-high-contrast' (d82abc7)
2024-07-03 Robert Tari
* Allow using inverse high contrast mode (bc3f342)
2024-07-01 Mike Gabriel
* Merge branch 'tari01-pr/high-contrast-background' (14b5c7a)
2024-06-23 manba
* Translated using Weblate (Chinese (Simplified)) (0da6b36)
* Translated using Weblate (Chinese (Simplified)) (f34cfd2)
2024-06-21 Robert Tari
* Disable background image when high contrast is enabled (73d2ffa)
2024-06-01 bittin1ddc447d824349b2
* Translated using Weblate (Swedish) (2a84fb3)
2024-05-31 hugoalh
* Translated using Weblate (Chinese (Traditional)) (926339f)
2024-05-05 phlostically
* Translated using Weblate (Esperanto) (60e1481)
2024-05-03 tabby
* Translated using Weblate (Korean) (74fe4b8)
2024-04-28 Jozef Mlich
* Translated using Weblate (Czech) (086608f)
2024-04-27 Wellington Terumi Uemura
* Translated using Weblate (Portuguese (Brazil)) (51e1303)
2024-04-24 Heimen Stoffels
* Translated using Weblate (Dutch) (24e1bf5)
2024-04-25 Mike Gabriel
* release 24.4.1 (2dc5f6b) (tag: 24.4.1)
* Merge branch 'tari01-pr/fix-translation' (60e7640)
2024-04-23 Oğuz Ersen
* Translated using Weblate (Turkish) (5ea17cd)
2024-04-24 gallegonovato
* Translated using Weblate (Spanish) (eb0b40f)
2024-04-23 Oğuz Ersen
* Translated using Weblate (Turkish) (010ca36)
2024-04-24 gallegonovato
* Translated using Weblate (Spanish) (0b20349)
2024-04-24 Robert Tari
* Translation fix (a00943c)
2024-04-23 Mike Gabriel
* Translated using Weblate (German) (0c94204)
* Update translation files. (ec6fb27)
2024-04-08 Mike Gabriel
* release 24.4.0 (a6fbf2a) (tag: 24.4.0)
* Merge branch 'tari01-pr/add-screen-scaling' (3c1338b)
2024-04-04 Robert Tari
* .build.yml: Add new build dependencies (6469e4e)
* debian/control: Add new build dependencies (333e85b)
* Add screen scaling resources and code (ff9c0fe)
2024-04-01 复予
* Translated using Weblate (Chinese (Simplified)) (383e765)
2024-03-14 이정희
* Translated using Weblate (Korean) (d50ab57)
2024-03-12 Robert Tari
* Merge branch 'sunweaver-pr/hide-in-lomiri' (fb9d7c7)
2024-03-12 Mike Gabriel
* src/service.c: Hide a11y indicator when running under Lomiri.
(520e092)
2024-02-24 Mike Gabriel
* Merge branch 'tari01-pr/policy-message' (06a5df9)
2024-02-23 Robert Tari
* data/org.ayatana.indicator.a11y.AccountsService.policy: Fix policy
message text (1146f10)
2023-12-26 Mike Gabriel
* release 23.10.3 (3954056) (tag: 23.10.3)
2023-12-06 Mike Gabriel
* Merge branch 'tari01-pr/sync-magnifier-with-greeter' (1a14d6b)
2023-12-06 Robert Tari
* src/service.c: Synchronise magnifier logic with changes to Arctica
Greeter (407c097)
2023-12-05 Mike Gabriel
* Merge branch 'tari01-pr/add-magnifier' (b16607d)
2023-12-04 Mike Gabriel
* release 23.10.2 (a02d92e)
2023-12-05 Robert Tari
* INSTALL.md: Update dependencies (c9cb5a7)
* debian/common: Add dependencies (472f607)
* .build.yml: Build libayatana-common dependency (984edf8)
* src/service.c: Add magnifier toggling logic (c85190d)
* CMakeLists.txt: Add libayatana-common dependency (dc92708)
* data/*: Store screen magnifier application name and state (4d7e446)
2023-12-04 Mike Gabriel
* release 23.10.2 (5e59037) (tag: 23.10.2)
* Merge branch 'tari01-pr/two-way-accountsservice' (844374b)
2023-12-04 Robert Tari
* src/service.c: Set AccounsService properties in both directions
(7a9fb4f)
* Store last used Gtk and icon themes (4c6cafb)
* data/org.ayatana.indicator.a11y.AccountsService.xml: Rename
properties to match action names (d5e6b9c)
2023-11-06 Mike Gabriel
* release 23.10.1 (33ecd67) (tag: 23.10.1)
2023-11-02 Mike Gabriel
* Merge branch 'tari01-pr/screensaver-onboard' (8687af1)
2023-11-02 Robert Tari
* src/service.c: Sync screensaver and session state of OnBoard
(1fc14fb)
2023-10-24 Moo
* Translated using Weblate (Lithuanian) (19d5e3b)
2023-10-22 Weblate
* Added translation using Weblate (Kurdish) (370d5b9)
2023-10-15 Mike Gabriel
* debian/control: Typo fix in LONG_DESCRIPTION. Thanks to Ionic for
spotting this. (cd03e40)
2023-10-12 Mike Gabriel
* d/changelog: post-release update to 23.10.0-0 (c696bf6)
* release 23.10.0 (c12afc0) (tag: 23.10.0)
* Merge branch 'tari01-pr/polkit-rules' (929fb47)
2023-10-11 Robert Tari
* Add PolicyKit .rules file (9034372)
2023-10-10 Mike Gabriel
* po/: Update translation files. (3b14bd4)
* Merge branch 'tari01-pr/add-accountsservice' (2a2957b)
2023-10-10 Robert Tari
* src/service.c: Rename greeter D-Bus name and path (4c296c7)
2023-10-06 Robert Tari
* debian/control: Add libaccountsservice-dev dependency (c04e2e9)
* .build.yml: Add libaccountsservice-dev dependency (414532c)
2023-10-07 Robert Tari
* src/service.c: Simplify GSettings code (c0aee6d)
2023-10-06 Robert Tari
* Synchronise greeter states to session (43cbc2b)
* Add AccountsService data files (0d551e2)
* src/service.c: Bind Orca settings only when not in Greeter
(3ff2798)
2023-10-02 Robert Tari
* Merge branch 'sunweaver-pr/greeter-initialize-toggle-switches'
(b73b037)
* src/service.c: Fix multiple GSettingsSchema unreferencing (3078fae)
2023-09-21 Mike Gabriel
* greeter: Initialize screen reader and OSK correctly when run in
greeter mode. (03c7116)
2023-09-16 Mike Gabriel
* release 23.9.0 (eec852a) (tag: 23.9.0)
* Merge branch 'tari01-pr/hicontrast-dbus' (c232082)
2023-09-16 Robert Tari
* src/service.c: Toggle greeter high contrast via D-Bus (a7ae531)
2023-09-15 Robert Tari
* Merge branch 'sunweaver-pr/greeter-pos-of-a11y-indicator' (d600a5c)
2023-09-15 Mike Gabriel
* data/org.ayatana.indicator.a11y: In Arctica Greeter the a11y
indicator shall be placed on the very left, i.e. left of
appindicator items (mainly nm-applet). (2d39c92)
* release 0.0.2 (cc96ce5) (tag: 0.0.2)
* Merge branch 'tari01-pr/icon-and-position-fix' (240eb7c)
2023-09-15 Robert Tari
* data/org.ayatana.indicator.a11y: Send indicator to the opposite end
(9faf768)
2023-09-11 Mike Gabriel
* release 0.0.1 (25002d9) (tag: 0.0.1)
2023-08-07 Mike Gabriel
* Merge branch 'tari01-pr/arctica-d-bus' (7627117)
2023-07-04 Robert Tari
* src/service.c: Rewrite/add OnBoard/Orca D-Bus code for Arctica
(8814b3d)
2023-07-30 Eryk Michalak
* Translated using Weblate (Polish) (f872ba2)
2023-07-01 Luna Jernberg
* Translated using Weblate (Swedish) (02eb9f4)
2023-07-01 spnux
* Translated using Weblate (French) (2063fbc)
2023-06-27 Sylke Vicious
* Translated using Weblate (Italian) (38c3728)
2023-06-25 ssantos
* Translated using Weblate (Portuguese) (c8d6f64)
2023-06-22 Milan Korecky
* Translated using Weblate (Czech) (46a5e1e)
2023-06-22 Joan CiberSheep
* Translated using Weblate (Catalan) (ddc6cc7)
2023-06-22 Jozef Mlich
* Translated using Weblate (Czech) (873ff83)
2023-06-14 Sergii Horichenko
* Translated using Weblate (Ukrainian) (a0a7e56)
* Translated using Weblate (Russian) (4c85672)
2023-05-20 Milo Ivir
* Translated using Weblate (Croatian) (83ae5c2)
2023-05-11 Oğuz Ersen
* Translated using Weblate (Turkish) (89e0428)
2023-05-10 gallegonovato
* Translated using Weblate (Spanish) (aa32a91)
2023-05-08 Wellington Terumi Uemura
* Translated using Weblate (Portuguese (Brazil)) (0962b98)
2023-05-09 Quentin PAGÈS
* Translated using Weblate (Occitan) (15d59bf)
2023-05-09 Yaron Shahrabani
* Translated using Weblate (Hebrew) (d14970a)
2023-05-08 Heimen Stoffels
* Translated using Weblate (Dutch) (c125459)
2023-05-08 Mike Gabriel
* Translated using Weblate (German) (24c75d1)
* po/: Drop ku translatio file. (0c1b09b)
2023-04-27 Mike Gabriel
* Merge branch 'tari01-pr/initial-commit' (e1a6427)
2023-04-10 Robert Tari
* Initial commit (9701ddc)
2023-04-06 Robert Tari
* Initial commit (4264e2d)
ayatana-indicator-a11y-25.4.0/CMakeLists.txt 0000644 0000000 0000000 00000002565 14775147754 015426 0 ustar cmake_minimum_required (VERSION 3.13)
project (ayatana-indicator-a11y C CXX)
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET (CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)
endif (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set (PROJECT_VERSION "24.4.2")
set (PACKAGE ${CMAKE_PROJECT_NAME})
# Options
option (ENABLE_WERROR "Treat all build warnings as errors" OFF)
set(CMAKE_BUILD_TYPE "Release")
if (ENABLE_WERROR)
add_definitions ("-Werror")
endif ()
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
add_definitions ("-Weverything")
else ()
add_definitions ("-Wall")
endif ()
# Prerequisites
include (GNUInstallDirs)
find_package (PkgConfig REQUIRED)
include (CheckIncludeFile)
include (FindPkgConfig)
pkg_check_modules (SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 accountsservice libayatana-common x11 xrandr)
include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS})
# Translation
set (GETTEXT_PACKAGE "ayatana-indicator-a11y")
add_definitions (-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" -DLOCALEDIR="${CMAKE_INSTALL_FULL_LOCALEDIR}")
# Build
include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include)
include_directories (${CMAKE_CURRENT_BINARY_DIR}/include)
add_subdirectory (src)
add_subdirectory (data)
add_subdirectory (po)
# Info
message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}")
message(STATUS "Build with -Werror: ${ENABLE_WERROR}")
ayatana-indicator-a11y-25.4.0/COPYING 0000644 0000000 0000000 00000104513 14775147754 013715 0 ustar GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
ayatana-indicator-a11y-25.4.0/data/50-org.ayatana.indicator.a11y.AccountsService.pkla 0000644 0000000 0000000 00000000273 14775147754 024714 0 ustar [Allow LightDM to set AccountsService fields]
Identity=unix-user:lightdm
Action=org.ayatana.indicator.a11y.AccountsService.ModifyAnyUser
ResultActive=yes
ResultInactive=yes
ResultAny=yes
ayatana-indicator-a11y-25.4.0/data/50-org.ayatana.indicator.a11y.AccountsService.rules 0000644 0000000 0000000 00000000374 14775147754 025121 0 ustar // Allow LightDM to set AccountsService fields
polkit.addRule (function (action, subject) {
if (action.id == "org.ayatana.indicator.a11y.AccountsService.ModifyAnyUser" && subject.user == "lightdm")
{
return polkit.Result.YES;
}
});
ayatana-indicator-a11y-25.4.0/data/ayatana-indicator-a11y.desktop.in 0000644 0000000 0000000 00000000357 14775147754 021735 0 ustar [Desktop Entry]
Type=Application
Name=Ayatana Indicator Accessibility
Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-a11y/ayatana-indicator-a11y-service
OnlyShowIn=Unity;MATE;XFCE;
NoDisplay=true
StartupNotify=false
Terminal=false
ayatana-indicator-a11y-25.4.0/data/ayatana-indicator-a11y.service.in 0000644 0000000 0000000 00000000440 14775147754 021715 0 ustar [Unit]
Description=Ayatana Indicator Accessibility
PartOf=graphical-session.target
PartOf=ayatana-indicators.target
[Service]
ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-a11y/ayatana-indicator-a11y-service
Restart=on-failure
[Install]
WantedBy=ayatana-indicators.target
ayatana-indicator-a11y-25.4.0/data/CMakeLists.txt 0000644 0000000 0000000 00000004710 14775147754 016331 0 ustar
# ayatana-indicator-a11y.service
pkg_check_modules (SYSTEMD systemd)
if (${SYSTEMD_FOUND})
pkg_get_variable (SYSTEMD_USER_DIR systemd systemduserunitdir)
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.service.in" "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.service")
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.service" DESTINATION "${SYSTEMD_USER_DIR}")
endif()
# ayatana-indicator-a11y.desktop
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.desktop")
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.desktop" DESTINATION "/etc/xdg/autostart")
# org.ayatana.indicator.a11y
install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/org.ayatana.indicator.a11y" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/ayatana/indicators")
# org.ayatana.indicator.a11y.AccountsService.xml
install (FILES org.ayatana.indicator.a11y.AccountsService.xml DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces")
install (DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/")
install (CODE "message(STATUS \"Symlinking: \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.a11y.AccountsService.xml\")")
install (CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../dbus-1/interfaces/org.ayatana.indicator.a11y.AccountsService.xml \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.a11y.AccountsService.xml)")
# org.ayatana.indicator.a11y.AccountsService.policy
install (FILES org.ayatana.indicator.a11y.AccountsService.policy DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/actions")
# 50-org.ayatana.indicator.a11y.AccountsService.pkla
install (FILES 50-org.ayatana.indicator.a11y.AccountsService.pkla DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1/localauthority/10-vendor.d")
# 50-org.ayatana.indicator.a11y.AccountsService.rules
install (FILES 50-org.ayatana.indicator.a11y.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d")
# org.ayatana.indicator.a11y.gschema.xml
find_package (GSettings REQUIRED)
add_schema ("org.ayatana.indicator.a11y.gschema.xml")
# ayatana-indicator-a11y-scale-down.svg
# ayatana-indicator-a11y-scale-up.svg
install (DIRECTORY "icons/" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor/scalable/status" FILES_MATCHING PATTERN "*.svg")
ayatana-indicator-a11y-25.4.0/data/icons/ayatana-indicator-a11y-scale-down.svg 0000644 0000000 0000000 00000031510 14775147754 023616 0 ustar
ayatana-indicator-a11y-25.4.0/data/icons/ayatana-indicator-a11y-scale-up.svg 0000644 0000000 0000000 00000035572 14775147754 023307 0 ustar
ayatana-indicator-a11y-25.4.0/data/org.ayatana.indicator.a11y 0000644 0000000 0000000 00000000356 14775147754 020447 0 ustar [Indicator Service]
Name=ayatana-indicator-a11y
ObjectPath=/org/ayatana/indicator/a11y
Position=-20
[desktop]
ObjectPath=/org/ayatana/indicator/a11y/desktop
[desktop_greeter]
ObjectPath=/org/ayatana/indicator/a11y/desktop
Position=1100
ayatana-indicator-a11y-25.4.0/data/org.ayatana.indicator.a11y.AccountsService.policy 0000644 0000000 0000000 00000001626 14775147754 025045 0 ustar
Set properties of own userAuthentication is not required to set one's own indicator a11y properties.yesyesyesSet properties of any userAuthentication is required to set another user's indicator a11y properties.nonono
ayatana-indicator-a11y-25.4.0/data/org.ayatana.indicator.a11y.AccountsService.xml 0000644 0000000 0000000 00000002377 14775147754 024352 0 ustar
ayatana-indicator-a11y-25.4.0/data/org.ayatana.indicator.a11y.gschema.xml 0000644 0000000 0000000 00000004314 14775147754 022652 0 ustar ''Previous Gtk themeThe Gtk theme used before high contrast mode was enabled.''Previous icon themeThe icon theme used before high contrast mode was enabled.''Previous color shading typeThe color shading type used before high contrast mode was enabled.''Previous picture filenameThe picture filename used before high contrast mode was enabled.''Previous picture optionsThe picture options used before high contrast mode was enabled.''Previous primary colorThe primary color used before high contrast mode was enabled.'magnus'Screen magnifierThe screen magnifier application the indicator should use.1.0User interface scaleThe scale of the user interface.'ContrastHigh'High contrast themeThe High contrast theme to use.
ayatana-indicator-a11y-25.4.0/INSTALL.md 0000644 0000000 0000000 00000000641 14775147754 014307 0 ustar # Build and installation instructions
## Build dependencies
- cmake (>= 3.13)
- cmake-extras
- glib-2.0 (>= 2.36)
- gio-2.0 (>=2.36)
- intltool
- systemd
- libayatana-common
- accountsservice
## For end-users and packagers
```
cd ayatana-indicator-a11y
mkdir build
cd build
cmake ..
make
sudo make install
```
**The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`**
ayatana-indicator-a11y-25.4.0/NEWS 0000644 0000000 0000000 00000005236 14775147754 013363 0 ustar Overview of changes in ayatana-indicator-a11y 25.4.0
- src/service.c: Add accelerators for the greeter.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
Overview of changes in ayatana-indicator-a11y 24.4.2
- Disable background image when high contrast is enabled
- Allow using inverse high contrast mode
- src/service.c: Implement scale tracking
- src/service.c: Connect accelerators to menu actions
- src/service.c: Disable scaling in virtual environments
- src/service.c: If possible, replace errors with more descriptive
warnings when facing a panic
- src/service.c: Disable scaling for Wayland
- src/service.c: Close the menu when the scaling changes
- src/service.c: Do not save high contrast themes as last used theme
sends the MagnifierClosed signal, so this code is now orphaned.
undecorated the magnifier window, Arctica Greeter no longer
- src/service.c: Drop MagnifierClosed signal handler: Since we have
- Translation updates.
Overview of changes in ayatana-indicator-a11y 24.4.1
- Translation fix. (UI was always in English).
- Translation updates.
- Update translation files.
Overview of changes in ayatana-indicator-a11y 24.4.0
- data/org.ayatana.indicator.a11y.AccountsService.policy: Fix policy
message text.
- src/service.c: Hide a11y indicator when running under Lomiri.
- Add screen scaling resources and code.
- Translation updates
Overview of changes in ayatana-indicator-a11y 23.10.3
- Add magnifier toggling logic.
- src/service.c: Synchronise magnifier logic with changes to Arctica
Greeter.
Overview of changes in ayatana-indicator-a11y 23.10.2
- data/org.ayatana.indicator.a11y.AccountsService.xml: Rename
properties to match action names
- Store last used Gtk and icon themes.
- src/service.c: Set AccounsService properties in both directions.
Overview of changes in ayatana-indicator-a11y 23.10.1
- Sync screensaver and session state of OnBoard.
- Translation updates.
Overview of changes in ayatana-indicator-a11y 23.10.0
- Initialize screen reader and OSK correctly when run in
greeter mode.
- Bind Orca settings only when not in Greeter.
- Synchronise greeter states to session.
- Rename greeter D-Bus name and path.
- Add PolicyKit .rules file.
Overview of changes in ayatana-indicator-a11y 23.9.0
- Adjust position for desktop_greeter mode.
- Use DBus to notify Arctica Greeter about high contrast toggle switch
changes.
Overview of changes in ayatana-indicator-a11y 0.0.2
- Move a11y Indicator nearly to the very left of the indicator area on
the panel.
Overview of changes in ayatana-indicator-a11y 0.0.1
- Initial release.
ayatana-indicator-a11y-25.4.0/po/aa.po 0000644 0000000 0000000 00000002255 14775147754 014221 0 ustar # Afar translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/af.po 0000644 0000000 0000000 00000002262 14775147754 014224 0 ustar # Afrikaans translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/am.po 0000644 0000000 0000000 00000002260 14775147754 014231 0 ustar # Amharic translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/an.po 0000644 0000000 0000000 00000002262 14775147754 014234 0 ustar # Aragonese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ar.po 0000644 0000000 0000000 00000002257 14775147754 014244 0 ustar # Arabic translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/as.po 0000644 0000000 0000000 00000002261 14775147754 014240 0 ustar # Assamese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ast.po 0000644 0000000 0000000 00000002262 14775147754 014425 0 ustar # Asturian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ayatana-indicator-a11y.pot 0000644 0000000 0000000 00000002222 14775147754 020157 0 ustar # 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: 2024-04-23 13:36+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/az.po 0000644 0000000 0000000 00000002264 14775147754 014252 0 ustar # Azerbaijani translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/bem.po 0000644 0000000 0000000 00000002257 14775147754 014405 0 ustar # Bemba translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/be.po 0000644 0000000 0000000 00000002457 14775147754 014232 0 ustar # Belarusian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/bg.po 0000644 0000000 0000000 00000002341 14775147754 014224 0 ustar # Bulgarian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/bn.po 0000644 0000000 0000000 00000002260 14775147754 014233 0 ustar # Bengali translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/bo.po 0000644 0000000 0000000 00000002260 14775147754 014234 0 ustar # Tibetan translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/br.po 0000644 0000000 0000000 00000002257 14775147754 014245 0 ustar # Breton translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/bs.po 0000644 0000000 0000000 00000002260 14775147754 014240 0 ustar # Bosnian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ca.po 0000644 0000000 0000000 00000002722 14775147754 014222 0 ustar # Catalan translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-06-23 20:34+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.18.1\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibilitat"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Configuració d'accessibilitat"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "Alt contrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Teclat en pantalla"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Lector de pantalla"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Lector de pantalla"
ayatana-indicator-a11y-25.4.0/po/ca@valencia.po 0000644 0000000 0000000 00000002271 14775147754 016024 0 ustar # Catalan translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ce.po 0000644 0000000 0000000 00000002260 14775147754 014223 0 ustar # Chechen translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ckb.po 0000644 0000000 0000000 00000002266 14775147754 014401 0 ustar # Language ckb translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/CMakeLists.txt 0000644 0000000 0000000 00000000150 14775147754 016030 0 ustar find_package(Intltool REQUIRED)
intltool_install_translations (ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
ayatana-indicator-a11y-25.4.0/po/co.po 0000644 0000000 0000000 00000002261 14775147754 014236 0 ustar # Corsican translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/crh.po 0000644 0000000 0000000 00000002267 14775147754 014417 0 ustar # Crimean Tatar translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/csb.po 0000644 0000000 0000000 00000002263 14775147754 014406 0 ustar # Kashubian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/cs.po 0000644 0000000 0000000 00000003072 14775147754 014243 0 ustar # Czech translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-29 12:07+0000\n"
"Last-Translator: Jozef Mlich \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 5.5.2\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Dostupnost"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Nastavení dostupnosti"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Program %s potřebný pro tuto akci nebyl nalezen."
#: src/service.c:503
msgid "Warning"
msgstr "Varování"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Měřítko uživatelského rozhraní"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Vysoký kontrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Klávesnice na obrazovce"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Čtečka obrazovky"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Lupa na obrazovce"
ayatana-indicator-a11y-25.4.0/po/cv.po 0000644 0000000 0000000 00000002260 14775147754 014244 0 ustar # Chuvash translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/cy.po 0000644 0000000 0000000 00000002256 14775147754 014254 0 ustar # Welsh translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/da.po 0000644 0000000 0000000 00000002336 14775147754 014224 0 ustar # Danish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/de.po 0000644 0000000 0000000 00000003131 14775147754 014222 0 ustar # German translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-23 11:39+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 5.5-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Barrierefreiheit"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Einstellungen für Barrierefreiheit"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
"Für diese Aktion wird das Programm %s benötigt, aber es konnte nicht "
"gefunden werden."
#: src/service.c:503
msgid "Warning"
msgstr "Warnung"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Skalierung der Benutzeroberfläche"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Hoher Kontrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Bildschirmtastatur"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Bildschirmleser"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Bildschirmlupe"
ayatana-indicator-a11y-25.4.0/po/dv.po 0000644 0000000 0000000 00000002257 14775147754 014253 0 ustar # Divehi translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/el.po 0000644 0000000 0000000 00000002335 14775147754 014237 0 ustar # Greek translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/en_AU.po 0000644 0000000 0000000 00000002507 14775147754 014627 0 ustar # English translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibility"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Accessibility settings"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "High Contrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "On-Screen Keyboard"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Screen Reader"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Screen Reader"
ayatana-indicator-a11y-25.4.0/po/en_CA.po 0000644 0000000 0000000 00000003045 14775147754 014603 0 ustar # English translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-12-28 19:00+0000\n"
"Last-Translator: dex girl \n"
"Language-Team: English (Canada) \n"
"Language: en_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.10-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibility"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Accessibility settings"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "The%sprogram is required for this action, but it was not found."
#: src/service.c:503
msgid "Warning"
msgstr "Warning"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "User Interface Scale"
#: src/service.c:1128
msgid "High Contrast"
msgstr "High Contrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "On-Screen Keyboard"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Screen Reader"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Screen Reader"
ayatana-indicator-a11y-25.4.0/po/en_GB.po 0000644 0000000 0000000 00000002507 14775147754 014612 0 ustar # English translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_GB\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"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibility"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Accessibility settings"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "High Contrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "On-Screen Keyboard"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Screen Reader"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Screen Reader"
ayatana-indicator-a11y-25.4.0/po/eo.po 0000644 0000000 0000000 00000002605 14775147754 014242 0 ustar # Esperanto translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-05-06 08:07+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 5.5.3\n"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr "Averto"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Klavaro sur ekrano"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Ekranlegilo"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/es.po 0000644 0000000 0000000 00000003106 14775147754 014243 0 ustar # Spanish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-24 12:07+0000\n"
"Last-Translator: gallegonovato \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 5.5.1-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accesibilidad"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Configuración de accesibilidad"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "El programa %s es necesario para esta acción, pero no se ha encontrado."
#: src/service.c:503
msgid "Warning"
msgstr "Advertencia"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Escala de la interfaz de usuario"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Alto contraste"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Teclado en pantalla"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Lector de pantalla"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Ampliación de pantalla"
ayatana-indicator-a11y-25.4.0/po/et.po 0000644 0000000 0000000 00000002340 14775147754 014243 0 ustar # Estonian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: et\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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/eu.po 0000644 0000000 0000000 00000002257 14775147754 014253 0 ustar # Basque translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fa.po 0000644 0000000 0000000 00000002260 14775147754 014222 0 ustar # Persian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fil.po 0000644 0000000 0000000 00000002262 14775147754 014410 0 ustar # Filipino translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fi.po 0000644 0000000 0000000 00000002337 14775147754 014237 0 ustar # Finnish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fo.po 0000644 0000000 0000000 00000002337 14775147754 014245 0 ustar # Faroese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fr_CA.po 0000644 0000000 0000000 00000002340 14775147754 014605 0 ustar # French translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fr.po 0000644 0000000 0000000 00000003067 14775147754 014251 0 ustar # French translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-08-05 15:09+0000\n"
"Last-Translator: Steve \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 5.7-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibilité"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Paramètres d'accessibilité"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
"Le %s de ce programme et requis pour cette action, mais n'a pas été trouvé."
#: src/service.c:503
msgid "Warning"
msgstr "Alerte"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Échelle de l'interface utilisateur"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Contraste élevé"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Clavier virtuel"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Lecteur d'écran"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Loupe d'écran"
ayatana-indicator-a11y-25.4.0/po/frp.po 0000644 0000000 0000000 00000002266 14775147754 014431 0 ustar # Language frp translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fur.po 0000644 0000000 0000000 00000002262 14775147754 014432 0 ustar # Friulian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/fy.po 0000644 0000000 0000000 00000002270 14775147754 014253 0 ustar # Western Frisian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ga.po 0000644 0000000 0000000 00000002354 14775147754 014227 0 ustar # Irish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/gd.po 0000644 0000000 0000000 00000002270 14775147754 014227 0 ustar # Scottish Gaelic translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/gl.po 0000644 0000000 0000000 00000002261 14775147754 014237 0 ustar # Galician translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/gu.po 0000644 0000000 0000000 00000002261 14775147754 014250 0 ustar # Gujarati translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/gv.po 0000644 0000000 0000000 00000002255 14775147754 014254 0 ustar # Manx translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/he.po 0000644 0000000 0000000 00000003141 14775147754 014227 0 ustar # Hebrew translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-11-12 13:00+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 5.8.2\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "נגישות"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "הגדרות נגישות"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "התוכנית %s נחוצה לטובת הפעולה הזאת אבל היא לא נמצאה."
#: src/service.c:503
msgid "Warning"
msgstr "אזהרה"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "קנה מידה של ממשק משתמש"
#: src/service.c:1128
msgid "High Contrast"
msgstr "ניגודיות גבוהה"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "מקלדת על המסך"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "מקריא מסך"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "מגדיל מסך"
ayatana-indicator-a11y-25.4.0/po/hi.po 0000644 0000000 0000000 00000003556 14775147754 014245 0 ustar # Hindi translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2025-01-19 18:00+0000\n"
"Last-Translator: weshall \n"
"Language-Team: Hindi \n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.10-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "सुलभता"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "सुलभता स्थापित"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "इस क्रिया के लिए %s प्रोग्राम आवश्यक है, लेकिन यह नहीं मिला।"
#: src/service.c:503
msgid "Warning"
msgstr "चेतावनी"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "उपभोक्ता अंतरफलक पैमाना"
#: src/service.c:1128
msgid "High Contrast"
msgstr "उच्च कंट्रास्ट"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "ऑन स्क्रीन कीबोर्ड ( सामने दिखाई देने वाला फलक )"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "डिस्प्ले वाचक"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "डिस्प्ले आवर्धक"
ayatana-indicator-a11y-25.4.0/po/hr.po 0000644 0000000 0000000 00000003017 14775147754 014246 0 ustar # Croatian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-05-21 13:53+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.18-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Pristupačnost"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Postavke pristupačnosti"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "Visoki kontrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Ekranska tipkovnica"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Čitač ekrana"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Čitač ekrana"
ayatana-indicator-a11y-25.4.0/po/ht.po 0000644 0000000 0000000 00000002260 14775147754 014247 0 ustar # Haitian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/hu.po 0000644 0000000 0000000 00000002341 14775147754 014250 0 ustar # Hungarian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: hu\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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/hy.po 0000644 0000000 0000000 00000002261 14775147754 014255 0 ustar # Armenian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ia.po 0000644 0000000 0000000 00000002264 14775147754 014231 0 ustar # Interlingua translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/id.po 0000644 0000000 0000000 00000002263 14775147754 014233 0 ustar # Indonesian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/is.po 0000644 0000000 0000000 00000002262 14775147754 014251 0 ustar # Icelandic translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/it_CARES.po 0000644 0000000 0000000 00000002345 14775147754 015171 0 ustar # Italian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/it.po 0000644 0000000 0000000 00000002731 14775147754 014253 0 ustar # Italian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-06-28 10:47+0000\n"
"Last-Translator: Sylke Vicious \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.18.1\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibilità"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Impostazioni di accessibilità"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "Contrasto elevato"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Tastiera sullo schermo"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Lettore di schermo"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Lettore di schermo"
ayatana-indicator-a11y-25.4.0/po/ja.po 0000644 0000000 0000000 00000003235 14775147754 014231 0 ustar # Japanese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+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"
#: src/service.c:77
msgid "Accessibility"
msgstr "アクセシビリティ"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "アクセシビリティ設定"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "プログラムにはこのアクションが必要ですが、見つかりませんでした。"
#: src/service.c:503
msgid "Warning"
msgstr "警告"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "ユーザーインターフェイスのスケール"
#: src/service.c:1128
msgid "High Contrast"
msgstr "ハイコントラスト"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "オンスクリーンキーボード"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "スクリーンリーダー"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "画面拡大鏡"
ayatana-indicator-a11y-25.4.0/po/ka.po 0000644 0000000 0000000 00000003656 14775147754 014241 0 ustar # Georgian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+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"
#: src/service.c:77
msgid "Accessibility"
msgstr "წვდომადობა"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "წვდომადობის მორგება"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "ამ ქმედებისთვის საჭიროა პროგრამა %s, მაგრამ ის აღმოჩენილი არაა."
#: src/service.c:503
msgid "Warning"
msgstr "გაფრთხილება"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "მომხმარებლის ინტერფეისის მასშტაბი"
#: src/service.c:1128
msgid "High Contrast"
msgstr "მაღალი კონტრასტი"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "კლავიატურა ეკრანზე"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "ეკრანის წამკითხავი"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "ეკრანის გამადიდებელი"
ayatana-indicator-a11y-25.4.0/po/kk.po 0000644 0000000 0000000 00000002257 14775147754 014247 0 ustar # Kazakh translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/kl.po 0000644 0000000 0000000 00000002264 14775147754 014246 0 ustar # Kalaallisut translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/km.po 0000644 0000000 0000000 00000002266 14775147754 014251 0 ustar # Central Khmer translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/kmr.po 0000644 0000000 0000000 00000002266 14775147754 014433 0 ustar # Language kmr translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: kmr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/kn.po 0000644 0000000 0000000 00000002260 14775147754 014244 0 ustar # Kannada translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ko.po 0000644 0000000 0000000 00000003014 14775147754 014243 0 ustar # Korean translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-05-04 04:07+0000\n"
"Last-Translator: tabby \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 5.5.3\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "접근성"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "접근성 설정"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "이 작업에는 %s 프로그램이 필요하지만 찾을 수 없습니다."
#: src/service.c:503
msgid "Warning"
msgstr "경고"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "사용자 인터페이스 규모"
#: src/service.c:1128
msgid "High Contrast"
msgstr "고대비"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "화상 키보드"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "스크린 리더"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "화면 확대기"
ayatana-indicator-a11y-25.4.0/po/ku.po 0000644 0000000 0000000 00000001526 14775147754 014257 0 ustar # 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: 2023-10-10 23:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ku\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/service.c:64
msgid "Accessibility"
msgstr ""
#: src/service.c:65 src/service.c:67
msgid "Accessibility settings"
msgstr ""
#: src/service.c:645
msgid "High Contrast"
msgstr ""
#: src/service.c:650
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:655
msgid "Screen Reader"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/kw.po 0000644 0000000 0000000 00000002260 14775147754 014255 0 ustar # Cornish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ky.po 0000644 0000000 0000000 00000002260 14775147754 014257 0 ustar # Kirghiz translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/la.po 0000644 0000000 0000000 00000002256 14775147754 014235 0 ustar # Latin translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/lb.po 0000644 0000000 0000000 00000002266 14775147754 014237 0 ustar # Letzeburgesch translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/LINGUAS 0000644 0000000 0000000 00000000721 14775147754 014321 0 ustar 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
kw
ky
la
lb
lo
lt
lv
mg
mhr
mi
ml
mr
ms
my
nb
ne
nl
nn
oc
os
pa
pl
ps
pt_BR
pt
ro
ru
sa
sc
sd
se
shn
si
sk
sl
sq
sr
sv
sw
szl
ta
te
tg
th
ti
tr
ug
uk
ur
uz
vi
wae
zh_CN
zh_HK
zh_TW
ny
aa
as
wo
gv
fur
it_CARES
dv
mk
vec
csb
tt
ta_LK
zh_LATN@pinyin
kmr
sdh
ayatana-indicator-a11y-25.4.0/po/lo.po 0000644 0000000 0000000 00000002260 14775147754 014246 0 ustar # Laotian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/lt.po 0000644 0000000 0000000 00000003141 14775147754 014252 0 ustar # Lithuanian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-09-02 23:30+0000\n"
"Last-Translator: Moo \n"
"Language-Team: Lithuanian \n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && ("
"n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.8-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Prieinamumas"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Prieinamumo nustatymai"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Šiam veiksmui atlikti reikia %s programos, bet ji nerasta."
#: src/service.c:503
msgid "Warning"
msgstr "Įspėjimas"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Naudotojo sąsajos mastelis"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Didelis kontrastas"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Ekraninė klaviatūra"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Ekrano skaitlys"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Ekrano didintuvas"
ayatana-indicator-a11y-25.4.0/po/lv.po 0000644 0000000 0000000 00000002405 14775147754 014256 0 ustar # Latvian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/mg.po 0000644 0000000 0000000 00000002261 14775147754 014240 0 ustar # Malagasy translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/mhr.po 0000644 0000000 0000000 00000002266 14775147754 014430 0 ustar # Language mhr translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/mi.po 0000644 0000000 0000000 00000002256 14775147754 014246 0 ustar # Maori translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/mk.po 0000644 0000000 0000000 00000002263 14775147754 014246 0 ustar # Macedonian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ml.po 0000644 0000000 0000000 00000002262 14775147754 014246 0 ustar # Malayalam translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/mr.po 0000644 0000000 0000000 00000002260 14775147754 014252 0 ustar # Marathi translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ms.po 0000644 0000000 0000000 00000002256 14775147754 014260 0 ustar # Malay translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/my.po 0000644 0000000 0000000 00000002260 14775147754 014261 0 ustar # Burmese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/nb.po 0000644 0000000 0000000 00000002350 14775147754 014233 0 ustar # Norwegian Bokmal translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: nb\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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ne.po 0000644 0000000 0000000 00000002257 14775147754 014244 0 ustar # Nepali translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/nl.po 0000644 0000000 0000000 00000003053 14775147754 014246 0 ustar # Dutch translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-25 17:07+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.5.1-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Toegankelijkheid"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Toegankelijkheidsinstellingen"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "‘%s’ is vereist om deze actie uit te voeren, maar is niet aangetroffen."
#: src/service.c:503
msgid "Warning"
msgstr "Waarschuwing"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Grootte van vormgeving"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Hoog contrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Schermtoetsenbord"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Schermlezer"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Vergrootglas"
ayatana-indicator-a11y-25.4.0/po/nn.po 0000644 0000000 0000000 00000002351 14775147754 014250 0 ustar # Norwegian Nynorsk translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ny.po 0000644 0000000 0000000 00000002257 14775147754 014270 0 ustar # Nyanja translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/oc.po 0000644 0000000 0000000 00000003071 14775147754 014236 0 ustar # Occitan translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-07-17 12:09+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 5.7-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accessibilitat"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Paramètres d’accessibilitat"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Lo programa %s es necessari per aquesta accion, mas a pas estat trobat."
#: src/service.c:503
msgid "Warning"
msgstr "Avertiment"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Escala de l’interfàcia utilizaire"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Contraste fòrt"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Clavièr visual"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Lector d’ecran"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Lópia d'ecran"
ayatana-indicator-a11y-25.4.0/po/os.po 0000644 0000000 0000000 00000002261 14775147754 014256 0 ustar # Ossetian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/pa.po 0000644 0000000 0000000 00000002260 14775147754 014234 0 ustar # Punjabi translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/pl.po 0000644 0000000 0000000 00000003003 14775147754 014243 0 ustar # Polish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-07-31 16:08+0000\n"
"Last-Translator: Eryk Michalak \n"
"Language-Team: Polish \n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.0-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Dostępność"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Ustawienia dostępności"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr "Wysoki kontrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Klawiatura ekranowa"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Czytnik ekranu"
#: src/service.c:1143
#, fuzzy
msgid "Screen Magnifier"
msgstr "Czytnik ekranu"
ayatana-indicator-a11y-25.4.0/po/POTFILES.in 0000644 0000000 0000000 00000000072 14775147754 015050 0 ustar src/service.c
data/org.ayatana.indicator.a11y.gschema.xml
ayatana-indicator-a11y-25.4.0/po/POTFILES.skip 0000644 0000000 0000000 00000000000 14775147754 015377 0 ustar ayatana-indicator-a11y-25.4.0/po/ps.po 0000644 0000000 0000000 00000002257 14775147754 014264 0 ustar # Pashto translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/pt_BR.po 0000644 0000000 0000000 00000003127 14775147754 014645 0 ustar # Portuguese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-28 09:07+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 5.5.1\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Acessibilidade"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Configurações de acessibilidade"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "O programa %s é necessário para esta ação, mas ele não foi encontrado."
#: src/service.c:503
msgid "Warning"
msgstr "Aviso"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Escala da interface do usuário"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Alto contraste"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Teclado na tela"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Leitor de tela"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Ampliador de tela"
ayatana-indicator-a11y-25.4.0/po/pt.po 0000644 0000000 0000000 00000003073 14775147754 014262 0 ustar # Portuguese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-11-14 18:00+0000\n"
"Last-Translator: Cleverson Cândido \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 5.9-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Acessibilidade"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Configurações de acessibilidade"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "O programa %s é necessário para esta ação, mas não foi encontrado."
#: src/service.c:503
msgid "Warning"
msgstr "Aviso"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Escala de Interface do Usuário"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Alto contraste"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Teclado no ecrã"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Leitor de ecrã"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Lupa de tela"
ayatana-indicator-a11y-25.4.0/po/ro.po 0000644 0000000 0000000 00000003200 14775147754 014247 0 ustar # Romanian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+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"
#: src/service.c:77
msgid "Accessibility"
msgstr "Accesibilitate"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Opțiuni de accesibilitate"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Programul %s este necesar pentru această acțiune, dar nu a fost găsit."
#: src/service.c:503
msgid "Warning"
msgstr "Avertisment"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Scalarea interfeței cu utilizatorul"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Contrast ridicat"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Tastatură pe ecran"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Cititor de ecran"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Lupă de ecran"
ayatana-indicator-a11y-25.4.0/po/ru.po 0000644 0000000 0000000 00000003417 14775147754 014267 0 ustar # Russian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-10-30 15:05+0000\n"
"Last-Translator: Serhii 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 5.8.2-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Доступность"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Настройка доступности"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Для этого действия нужна программа %s, но она не найдена."
#: src/service.c:503
msgid "Warning"
msgstr "Предупреждение"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Масштаб интерфейса"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Высокий контраст"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Экранная клавиатура"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Чтение с экрана"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Увеличительное стекло"
ayatana-indicator-a11y-25.4.0/po/sa.po 0000644 0000000 0000000 00000002261 14775147754 014240 0 ustar # Sanskrit translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sc.po 0000644 0000000 0000000 00000002262 14775147754 014243 0 ustar # Sardinian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sdh.po 0000644 0000000 0000000 00000002266 14775147754 014420 0 ustar # Language sdh translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: sdh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sd.po 0000644 0000000 0000000 00000002257 14775147754 014250 0 ustar # Sindhi translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/se.po 0000644 0000000 0000000 00000002266 14775147754 014251 0 ustar # Northern Sami translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/shn.po 0000644 0000000 0000000 00000002256 14775147754 014431 0 ustar # Shan translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/si.po 0000644 0000000 0000000 00000002260 14775147754 014247 0 ustar # Sinhala translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sk.po 0000644 0000000 0000000 00000002371 14775147754 014254 0 ustar # Slovak translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sl.po 0000644 0000000 0000000 00000002430 14775147754 014251 0 ustar # Slovenian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sq.po 0000644 0000000 0000000 00000002261 14775147754 014260 0 ustar # Albanian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sr.po 0000644 0000000 0000000 00000002454 14775147754 014265 0 ustar # Serbian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/sv.po 0000644 0000000 0000000 00000003056 14775147754 014270 0 ustar # Swedish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-06-01 10:21+0000\n"
"Last-Translator: bittin1ddc447d824349b2 \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 5.6-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Tillgänglighet"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Tillgänglighets inställningar"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Programmet %s krävs för denna åtgärd, men det hittades inte."
#: src/service.c:503
msgid "Warning"
msgstr "Varning"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Användargränssnittsskala"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Hög kontrast"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Skärmtangentbord"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Skärmläsare"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Skärmförstoringsglas"
ayatana-indicator-a11y-25.4.0/po/sw.po 0000644 0000000 0000000 00000002260 14775147754 014265 0 ustar # Swahili translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/szl.po 0000644 0000000 0000000 00000002266 14775147754 014452 0 ustar # Language szl translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ta_LK.po 0000644 0000000 0000000 00000002647 14775147754 014637 0 ustar # Tamil translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2025-04-06 17:18+0000\n"
"Last-Translator: Sivakumar \n"
"Language-Team: Tamil (Sri Lanka) \n"
"Language: ta_LK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.11-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "நெருங்குதல்"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr "எச்சரிக்கை"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ta.po 0000644 0000000 0000000 00000003535 14775147754 014246 0 ustar # Tamil translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-11-09 09: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"
#: src/service.c:77
msgid "Accessibility"
msgstr "அணுகல்"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "அணுகல் அமைப்புகள்"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "இந்த செயலுக்கு %s திட்டம் தேவைப்படுகிறது, ஆனால் அது காணப்படவில்லை."
#: src/service.c:503
msgid "Warning"
msgstr "எச்சரிக்கை"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "பயனர் இடைமுக அளவு"
#: src/service.c:1128
msgid "High Contrast"
msgstr "உயர் வேறுபாடு"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "ஆன்-ச்கிரீன் விசைப்பலகை"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "திரை ரீடர்"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "திரை உருப்பெருக்கி"
ayatana-indicator-a11y-25.4.0/po/te.po 0000644 0000000 0000000 00000002257 14775147754 014252 0 ustar # Telugu translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/tg.po 0000644 0000000 0000000 00000002256 14775147754 014253 0 ustar # Tajik translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/th.po 0000644 0000000 0000000 00000002255 14775147754 014253 0 ustar # Thai translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ti.po 0000644 0000000 0000000 00000002261 14775147754 014251 0 ustar # Tigrinya translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/tr.po 0000644 0000000 0000000 00000003031 14775147754 014256 0 ustar # Turkish translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-04-24 12:07+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 5.5.1-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Erişilebilirlik"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Erişilebilirlik ayarları"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Bu eylem için %s programı gerekli, ancak bulunamadı."
#: src/service.c:503
msgid "Warning"
msgstr "Uyarı"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Kullanıcı Arayüzü Ölçeği"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Yüksek Karşıtlık"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Ekran Klavyesi"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Ekran Okuyucu"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Ekran Büyüteci"
ayatana-indicator-a11y-25.4.0/po/tt.po 0000644 0000000 0000000 00000002256 14775147754 014270 0 ustar # Tatar translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/ug.po 0000644 0000000 0000000 00000002257 14775147754 014255 0 ustar # Uighur translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/uk.po 0000644 0000000 0000000 00000003402 14775147754 014252 0 ustar # Ukrainian translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-10-30 15:05+0000\n"
"Last-Translator: Serhii Horichenko \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 5.8.2-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "Доступність"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "Налаштування доступності"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr "Для цієї дії потрібна програма %s, але вона відсутня."
#: src/service.c:503
msgid "Warning"
msgstr "Попередження"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "Масштаб інтерфейсу"
#: src/service.c:1128
msgid "High Contrast"
msgstr "Високий контраст"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "Екранна клавіатура"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "Читач з екрану"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "Збільшувач екрана"
ayatana-indicator-a11y-25.4.0/po/ur.po 0000644 0000000 0000000 00000002255 14775147754 014266 0 ustar # Urdu translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/uz.po 0000644 0000000 0000000 00000002256 14775147754 014277 0 ustar # Uzbek translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/vec.po 0000644 0000000 0000000 00000002266 14775147754 014417 0 ustar # Language vec translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/vi.po 0000644 0000000 0000000 00000002333 14775147754 014253 0 ustar # Vietnamese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/wae.po 0000644 0000000 0000000 00000002266 14775147754 014416 0 ustar # Language wae translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/wo.po 0000644 0000000 0000000 00000002256 14775147754 014266 0 ustar # Wolof translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/zh_CN.po 0000644 0000000 0000000 00000002714 14775147754 014641 0 ustar # Chinese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-06-24 04:09+0000\n"
"Last-Translator: manba <13532740590@163.com>\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.6-rc\n"
#: src/service.c:77
msgid "Accessibility"
msgstr "可访问性"
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr "可访问性设置"
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr "警告"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr "用户界面比例"
#: src/service.c:1128
msgid "High Contrast"
msgstr "高对比度"
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr "屏幕键盘"
#: src/service.c:1138
msgid "Screen Reader"
msgstr "屏幕阅读器"
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr "屏幕放大镜"
ayatana-indicator-a11y-25.4.0/po/zh_HK.po 0000644 0000000 0000000 00000002263 14775147754 014642 0 ustar # Chinese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/zh_LATN@pinyin.po 0000644 0000000 0000000 00000002274 14775147754 016427 0 ustar # Chinese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2023-04-10 23:13+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"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr ""
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/po/zh_TW.po 0000644 0000000 0000000 00000002577 14775147754 014702 0 ustar # Chinese translations for ayatana-indicator-a package.
# Copyright (C) 2023 THE ayatana-indicator-a'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ayatana-indicator-a package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: ayatana-indicator-a 11y\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 13:37+0200\n"
"PO-Revision-Date: 2024-05-31 17:48+0000\n"
"Last-Translator: hugoalh \n"
"Language-Team: Chinese (Traditional) \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.6-dev\n"
#: src/service.c:77
msgid "Accessibility"
msgstr ""
#: src/service.c:78 src/service.c:87
msgid "Accessibility settings"
msgstr ""
#: src/service.c:502
#, c-format
msgid "The %s program is required for this action, but it was not found."
msgstr ""
#: src/service.c:503
msgid "Warning"
msgstr "警告"
#: src/service.c:1111
msgid "User Interface Scale"
msgstr ""
#: src/service.c:1128
msgid "High Contrast"
msgstr ""
#: src/service.c:1133
msgid "On-Screen Keyboard"
msgstr ""
#: src/service.c:1138
msgid "Screen Reader"
msgstr ""
#: src/service.c:1143
msgid "Screen Magnifier"
msgstr ""
ayatana-indicator-a11y-25.4.0/README.md 0000644 0000000 0000000 00000003702 14775147754 014137 0 ustar # Ayatana System Indicator — Accessibility [](https://travis-ci.com/github/AyatanaIndicators/ayatana-indicator-a11y)
## 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
## The Accessibility Ayatana System Indicator
The -a11y Ayatana System Indicator is the accessibility menu indicator for
Unity7, MATE and Lomiri (optionally for others, e.g. XFCE, LXDE). Its
behavior and features are listed at
https://wiki.ayatana-indicators.org/AyatanaIndicatorA11y
## 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.
ayatana-indicator-a11y-25.4.0/src/CMakeLists.txt 0000644 0000000 0000000 00000001115 14775147754 016203 0 ustar # libayatanaindicatora11yservice.a
add_definitions (-DG_LOG_DOMAIN="ayatana-indicator-a11y")
add_library ("ayatanaindicatora11yservice" STATIC service.c)
include_directories (${CMAKE_SOURCE_DIR})
link_directories (${SERVICE_DEPS_LIBRARY_DIRS})
# ayatana-indicator-a11y-service
add_executable ("ayatana-indicator-a11y-service" main.c)
target_link_libraries ("ayatana-indicator-a11y-service" "ayatanaindicatora11yservice" "${SERVICE_DEPS_LIBRARIES} -ldl -lm")
install (TARGETS "ayatana-indicator-a11y-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
ayatana-indicator-a11y-25.4.0/src/main.c 0000644 0000000 0000000 00000003167 14775147754 014544 0 ustar /*
* Copyright 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
#include
#include
#include
#include "service.h"
static void onNameLost (gpointer instance G_GNUC_UNUSED, gpointer pLoop)
{
g_message ("Exiting: service couldn't acquire or lost ownership of busname");
g_main_loop_quit ((GMainLoop*) pLoop);
}
static gboolean onQuit (gpointer pData)
{
GMainLoop *pLoop = (GMainLoop*) pData;
g_main_loop_quit (pLoop);
return G_SOURCE_REMOVE;
}
int main (int argc G_GNUC_UNUSED, char **argv G_GNUC_UNUSED)
{
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
textdomain (GETTEXT_PACKAGE);
IndicatorA11yService *pService = indicator_a11y_service_new ();
GMainLoop *pLoop = g_main_loop_new (NULL, FALSE);
g_signal_connect (pService, "name-lost", G_CALLBACK (onNameLost), pLoop);
g_unix_signal_add (SIGINT, onQuit, pLoop);
g_main_loop_run (pLoop);
g_main_loop_unref (pLoop);
g_clear_object (&pService);
return 0;
}
ayatana-indicator-a11y-25.4.0/src/service.c 0000644 0000000 0000000 00000164110 14775147754 015254 0 ustar /*
* Copyright 2023-2025 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
#include
#include
#include
#include
#include
#include
#include "service.h"
#define BUS_NAME "org.ayatana.indicator.a11y"
#define BUS_PATH "/org/ayatana/indicator/a11y"
#define GREETER_BUS_NAME "org.ayatana.greeter"
#define GREETER_BUS_PATH "/org/ayatana/greeter"
#define GREETER_SETTINGS "org.ArcticaProject.arctica-greeter"
static guint m_nSignal = 0;
struct _IndicatorA11yServicePrivate
{
guint nOwnId;
guint nActionsId;
GDBusConnection *pConnection;
GSimpleActionGroup *pActionGroup;
GMenu *pMenu;
GMenu *pSubmenu;
guint nExportId;
GSimpleAction *pHeaderAction;
guint nOnboardSubscription;
gboolean bOnboardActive;
GSettings *pOrcaSettings;
guint nOrcaSubscription;
gboolean bOrcaActive;
gboolean bHighContrast;
GSettings *pHighContrastSettings;
gboolean bIgnoreSettings;
gchar *sThemeGtk;
gchar *sThemeIcon;
gboolean bGreeter;
GSList *lUsers;
gchar *sUser;
guint nUserSubscription;
gboolean bReadingAccountsService;
GDBusConnection *pAccountsServiceConnection;
GSettings *pSettings;
gboolean bMagnifierActive;
gchar *sMagnifier;
GPid nMagnifier;
gdouble fScale;
GSettings *pBackgroundSettings;
gchar *sHighContrast;
GSettings *pKeybindingSettings;
GSettings *pApplicationsSettings;
gboolean bScalingUnsupported;
};
typedef IndicatorA11yServicePrivate priv_t;
G_DEFINE_TYPE_WITH_PRIVATE (IndicatorA11yService, indicator_a11y_service, G_TYPE_OBJECT)
static GVariant* createHeaderState (IndicatorA11yService *self)
{
GVariantBuilder cBuilder;
g_variant_builder_init (&cBuilder, G_VARIANT_TYPE ("a{sv}"));
g_variant_builder_add (&cBuilder, "{sv}", "title", g_variant_new_string (_("Accessibility")));
g_variant_builder_add (&cBuilder, "{sv}", "tooltip", g_variant_new_string (_("Accessibility settings")));
/* a11y indicator is not usable in Lomiri, so let's hide it when running in Lomiri */
if (ayatana_common_utils_is_lomiri()) {
g_variant_builder_add (&cBuilder, "{sv}", "visible", g_variant_new_boolean (FALSE));
}
else
{
g_variant_builder_add (&cBuilder, "{sv}", "visible", g_variant_new_boolean (TRUE));
}
g_variant_builder_add (&cBuilder, "{sv}", "accessible-desc", g_variant_new_string (_("Accessibility settings")));
GIcon *pIcon = g_themed_icon_new_with_default_fallbacks ("preferences-desktop-accessibility-panel");
GVariant *pSerialized = g_icon_serialize (pIcon);
if (pSerialized != NULL)
{
g_variant_builder_add (&cBuilder, "{sv}", "icon", pSerialized);
g_variant_unref (pSerialized);
}
g_object_unref (pIcon);
return g_variant_builder_end (&cBuilder);
}
static void toggleScreensaverOnboard (gboolean bActive)
{
GSettingsSchemaSource *pSource = g_settings_schema_source_get_default ();
if (pSource)
{
GSettingsSchema *pSchema = g_settings_schema_source_lookup (pSource, "org.mate.screensaver", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
GSettings *pSettings = g_settings_new ("org.mate.screensaver");
g_settings_set_boolean (pSettings, "embedded-keyboard-enabled", bActive);
g_clear_object (&pSettings);
}
else
{
g_warning ("Panic: No org.mate.screensaver schema found");
}
}
}
static void onOnboardBus (GDBusConnection *pConnection, const gchar *sSender, const gchar *sPath, const gchar *sInterface, const gchar *sSignal, GVariant *pParameters, gpointer pUserData)
{
GVariant *pDict = g_variant_get_child_value (pParameters, 1);
GVariant* pValue = g_variant_lookup_value (pDict, "Visible", G_VARIANT_TYPE_BOOLEAN);
g_variant_unref (pDict);
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
gboolean bActive = g_variant_get_boolean (pValue);
if (bActive != self->pPrivate->bOnboardActive)
{
toggleScreensaverOnboard (bActive);
self->pPrivate->bOnboardActive = bActive;
GAction *pAction = g_action_map_lookup_action (G_ACTION_MAP (self->pPrivate->pActionGroup), "onboard");
g_action_change_state (pAction, pValue);
}
g_variant_unref (pValue);
}
static void getAccountsService (IndicatorA11yService *self, gint nUid, gboolean bUpdateActions)
{
self->pPrivate->bReadingAccountsService = TRUE;
gchar *sPath = g_strdup_printf ("/org/freedesktop/Accounts/User%i", nUid);
GDBusProxy *pProxy = g_dbus_proxy_new_sync (self->pPrivate->pAccountsServiceConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL);
g_free (sPath);
if (pProxy)
{
const gchar *lProperties[] = {"orca", "onboard", "contrast", "magnifier"};
for (gint nIndex = 0; nIndex < 4; nIndex++)
{
GVariant *pParams = g_variant_new ("(ss)", "org.ayatana.indicator.a11y.AccountsService", lProperties[nIndex]);
GVariant *pValue = g_dbus_proxy_call_sync (pProxy, "Get", pParams, G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL);
if (pValue)
{
GVariant *pChild0 = g_variant_get_child_value (pValue, 0);
g_variant_unref (pValue);
GVariant *pChild1 = g_variant_get_child_value (pChild0, 0);
g_variant_unref (pChild0);
if (bUpdateActions)
{
GAction *pAction = g_action_map_lookup_action (G_ACTION_MAP (self->pPrivate->pActionGroup), lProperties[nIndex]);
g_action_change_state (pAction, pChild1);
}
else
{
switch (nIndex)
{
case 0:
{
self->pPrivate->bOrcaActive = g_variant_get_boolean (pChild1);
break;
}
case 1:
{
self->pPrivate->bOnboardActive = g_variant_get_boolean (pChild1);
break;
}
case 2:
{
self->pPrivate->bHighContrast = g_variant_get_boolean (pChild1);
break;
}
case 3:
{
self->pPrivate->bMagnifierActive = g_variant_get_boolean (pChild1);
break;
}
}
}
g_variant_unref (pChild1);
}
}
}
self->pPrivate->bReadingAccountsService = FALSE;
}
static void onUserLoaded (IndicatorA11yService *self, ActUser *pUser)
{
g_signal_handlers_disconnect_by_func (G_OBJECT (pUser), G_CALLBACK (onUserLoaded), self);
if (!self->pPrivate->sUser)
{
GError *pError = NULL;
GVariant *pUser = g_dbus_connection_call_sync (self->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "GetUser", NULL, G_VARIANT_TYPE ("(s)"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
if (pError)
{
g_debug ("Failed calling GetUser: %s", pError->message);
g_error_free (pError);
return;
}
g_variant_get (pUser, "(s)", &self->pPrivate->sUser);
}
gboolean bPrefix = g_str_has_prefix (self->pPrivate->sUser, "*");
if (!bPrefix)
{
const gchar *sUser = act_user_get_user_name (pUser);
gboolean bSame = g_str_equal (self->pPrivate->sUser, sUser);
if (bSame)
{
gint nUid = act_user_get_uid (pUser);
getAccountsService (self, nUid, TRUE);
}
}
}
static void onManagerLoaded (IndicatorA11yService *self)
{
ActUserManager *pManager = act_user_manager_get_default ();
if (!self->pPrivate->lUsers)
{
self->pPrivate->lUsers = act_user_manager_list_users (pManager);
}
for (GSList *lUser = self->pPrivate->lUsers; lUser; lUser = lUser->next)
{
ActUser *pUser = lUser->data;
gboolean bLoaded = act_user_is_loaded (pUser);
if (bLoaded)
{
onUserLoaded (self, pUser);
}
else
{
g_signal_connect_swapped (pUser, "notify::is-loaded", G_CALLBACK (onUserLoaded), self);
}
}
}
static void loadManager (IndicatorA11yService *self)
{
ActUserManager *pManager = act_user_manager_get_default ();
gboolean bLoaded = FALSE;
g_object_get (pManager, "is-loaded", &bLoaded, NULL);
if (bLoaded)
{
onManagerLoaded (self);
}
else
{
g_signal_connect_object (pManager, "notify::is-loaded", G_CALLBACK (onManagerLoaded), self, G_CONNECT_SWAPPED);
}
}
static void onUserChanged (GDBusConnection *pConnection, const gchar *sSender, const gchar *sPath, const gchar *sInterface, const gchar *sSignal, GVariant *pParameters, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
g_variant_get (pParameters, "(s)", &self->pPrivate->sUser);
loadManager (self);
}
static void onBusAcquired (GDBusConnection *pConnection, const gchar *sName, gpointer pData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pData);
g_debug ("bus acquired: %s", sName);
GError *pError = NULL;
self->pPrivate->nActionsId = g_dbus_connection_export_action_group (pConnection, BUS_PATH, G_ACTION_GROUP (self->pPrivate->pActionGroup), &pError);
// Export the actions
if (!self->pPrivate->nActionsId)
{
g_warning ("Cannot export action group: %s", pError->message);
g_clear_error(&pError);
}
// Export the menu
gchar *sPath = g_strdup_printf ("%s/desktop", BUS_PATH);
self->pPrivate->nExportId = g_dbus_connection_export_menu_model (pConnection, sPath, G_MENU_MODEL (self->pPrivate->pMenu), &pError);
if (!self->pPrivate->nExportId)
{
g_warning ("Cannot export %s menu: %s", sPath, pError->message);
g_clear_error (&pError);
}
g_free (sPath);
}
static void unexport (IndicatorA11yService *self)
{
// Unexport the menu
if (self->pPrivate->nExportId)
{
g_dbus_connection_unexport_menu_model (self->pPrivate->pConnection, self->pPrivate->nExportId);
self->pPrivate->nExportId = 0;
}
// Unexport the actions
if (self->pPrivate->nActionsId)
{
g_dbus_connection_unexport_action_group (self->pPrivate->pConnection, self->pPrivate->nActionsId);
self->pPrivate->nActionsId = 0;
}
}
static void onNameLost (GDBusConnection *pConnection, const gchar *sName, gpointer pData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pData);
g_debug ("%s %s name lost %s", G_STRLOC, G_STRFUNC, sName);
unexport (self);
}
static void onDispose (GObject *pObject)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pObject);
if (self->pPrivate->nOnboardSubscription)
{
g_dbus_connection_signal_unsubscribe (self->pPrivate->pConnection, self->pPrivate->nOnboardSubscription);
}
g_clear_object (&self->pPrivate->pHighContrastSettings);
g_clear_object (&self->pPrivate->pBackgroundSettings);
if (self->pPrivate->sThemeGtk)
{
g_free (self->pPrivate->sThemeGtk);
}
if (self->pPrivate->sThemeIcon)
{
g_free (self->pPrivate->sThemeIcon);
}
if (self->pPrivate->sHighContrast)
{
g_free (self->pPrivate->sHighContrast);
}
if (self->pPrivate->sMagnifier)
{
g_free (self->pPrivate->sMagnifier);
}
if (self->pPrivate->nUserSubscription)
{
g_dbus_connection_signal_unsubscribe (self->pPrivate->pConnection, self->pPrivate->nUserSubscription);
}
if (self->pPrivate->lUsers)
{
g_slist_free (self->pPrivate->lUsers);
}
g_clear_object (&self->pPrivate->pOrcaSettings);
if (self->pPrivate->nOwnId)
{
g_bus_unown_name (self->pPrivate->nOwnId);
self->pPrivate->nOwnId = 0;
}
unexport (self);
g_clear_object (&self->pPrivate->pApplicationsSettings);
g_clear_object (&self->pPrivate->pKeybindingSettings);
g_clear_object (&self->pPrivate->pSettings);
g_clear_object (&self->pPrivate->pHeaderAction);
g_clear_object (&self->pPrivate->pActionGroup);
g_clear_object (&self->pPrivate->pConnection);
g_clear_object (&self->pPrivate->pAccountsServiceConnection);
G_OBJECT_CLASS (indicator_a11y_service_parent_class)->dispose (pObject);
}
static void setAccountsService (IndicatorA11yService *self, gchar *sProperty, GVariant *pValue)
{
if (self->pPrivate->pAccountsServiceConnection)
{
gint nUid = 0;
if (!self->pPrivate->bGreeter)
{
nUid = geteuid ();
}
else if (self->pPrivate->sUser)
{
const struct passwd *pPasswd = getpwnam (self->pPrivate->sUser);
if (pPasswd)
{
nUid = pPasswd->pw_uid;
}
}
if (nUid)
{
gchar *sPath = g_strdup_printf ("/org/freedesktop/Accounts/User%i", nUid);
GDBusProxy *pProxy = g_dbus_proxy_new_sync (self->pPrivate->pAccountsServiceConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL);
g_free (sPath);
GVariant *pParams = g_variant_new ("(ssv)", "org.ayatana.indicator.a11y.AccountsService", sProperty, pValue);
GVariant *pRet = g_dbus_proxy_call_sync (pProxy, "Set", pParams, G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL);
g_variant_unref (pRet);
}
}
}
static void onOnboardState (GSimpleAction *pAction, GVariant* pValue, gpointer pUserData)
{
g_simple_action_set_state (pAction, pValue);
gboolean bActive = g_variant_get_boolean (pValue);
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (bActive != self->pPrivate->bOnboardActive)
{
gchar *sFunction = NULL;
if (bActive)
{
sFunction = "Show";
}
else
{
sFunction = "Hide";
}
GError *pError = NULL;
if (!self->pPrivate->bGreeter)
{
g_dbus_connection_call_sync (self->pPrivate->pConnection, "org.onboard.Onboard", "/org/onboard/Onboard/Keyboard", "org.onboard.Onboard.Keyboard", sFunction, NULL, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
toggleScreensaverOnboard (bActive);
}
else
{
GVariant *pParam = g_variant_new ("(b)", bActive);
g_dbus_connection_call_sync (self->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "ToggleOnBoard", pParam, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
}
if (pError)
{
g_warning ("Panic: Failed to toggle Onboard: %s", pError->message);
g_error_free (pError);
return;
}
self->pPrivate->bOnboardActive = bActive;
if (!self->pPrivate->bReadingAccountsService)
{
GVariant *pValue = g_variant_new ("b", bActive);
setAccountsService (self, "onboard", pValue);
}
}
}
static void onMagnifierExit (GPid nPid, gint nStatus, gpointer pData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pData);
self->pPrivate->bMagnifierActive = FALSE;
self->pPrivate->nMagnifier = 0;
GVariant *pActionValue = g_variant_new ("b", FALSE);
GAction *pAction = g_action_map_lookup_action (G_ACTION_MAP (self->pPrivate->pActionGroup), "magnifier");
g_simple_action_set_state (G_SIMPLE_ACTION (pAction), pActionValue);
if (!self->pPrivate->bReadingAccountsService)
{
GVariant *pValue = g_variant_new ("b", FALSE);
setAccountsService (self, "magnifier", pValue);
}
}
static void onMagnifierState (GSimpleAction *pAction, GVariant* pValue, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (!self->pPrivate->bGreeter && !self->pPrivate->sMagnifier)
{
return;
}
g_simple_action_set_state (pAction, pValue);
gboolean bActive = g_variant_get_boolean (pValue);
if (bActive != self->pPrivate->bMagnifierActive)
{
GError *pError = NULL;
if (!self->pPrivate->bGreeter)
{
if (bActive)
{
gboolean bFound = ayatana_common_utils_have_program (self->pPrivate->sMagnifier);
if (!bFound)
{
gchar *sMessage = g_strdup_printf (_("The %s program is required for this action, but it was not found."), self->pPrivate->sMagnifier);
ayatana_common_utils_zenity_warning ("dialog-warning", _("Warning"), sMessage);
g_free (sMessage);
return;
}
else
{
gchar *lParams[] = {self->pPrivate->sMagnifier, NULL};
g_spawn_async (NULL, lParams, NULL, G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &self->pPrivate->nMagnifier, &pError);
g_child_watch_add (self->pPrivate->nMagnifier, onMagnifierExit, self);
}
}
else if (self->pPrivate->nMagnifier)
{
kill (self->pPrivate->nMagnifier, SIGTERM);
}
}
else
{
GVariant *pParam = g_variant_new ("(b)", bActive);
g_dbus_connection_call_sync (self->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "ToggleMagnifier", pParam, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
}
if (pError)
{
g_warning ("Panic: Failed to toggle magnifier: %s", pError->message);
g_error_free (pError);
return;
}
self->pPrivate->bMagnifierActive = bActive;
if (!self->pPrivate->bReadingAccountsService)
{
setAccountsService (self, "magnifier", pValue);
}
}
}
static void onScaleState (gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (self->pPrivate->pSettings)
{
gdouble fScale = g_settings_get_double (self->pPrivate->pSettings, "scale");
if (fScale != self->pPrivate->fScale)
{
Display *pDisplay = XOpenDisplay (NULL);
if (!pDisplay)
{
g_warning ("Panic: Failed to open X display while setting display scale");
return;
}
XGrabServer (pDisplay);
guint nScreen = DefaultScreen (pDisplay);
Window pWindow = RootWindow (pDisplay, nScreen);
XRRScreenResources *pResources = XRRGetScreenResources (pDisplay, pWindow);
if (!pResources)
{
g_warning ("Panic: Failed to get screen resources while setting display scale");
XCloseDisplay (pDisplay);
return;
}
guint nScreenWidth = 0;
guint nScreenHeight = 0;
// Get the Dpi
gint nDisplayHeight = DisplayHeight (pDisplay, nScreen);
gint nDisplayHeightMetric = DisplayHeightMM (pDisplay, nScreen);
gdouble fDpi = (25.4 * nDisplayHeight) / nDisplayHeightMetric;
// Scale the primary display
guint nPrimaryWidth = 0;
guint nPrimaryHeight = 0;
RROutput nOutputPrimary = XRRGetOutputPrimary (pDisplay, pWindow);
XRROutputInfo *pOutputInfo = XRRGetOutputInfo (pDisplay, pResources, nOutputPrimary);
if (pOutputInfo->connection == RR_Connected && pOutputInfo->crtc)
{
XRRCrtcInfo *pCrtcInfo = XRRGetCrtcInfo (pDisplay, pResources, pOutputInfo->crtc);
if (!pCrtcInfo)
{
g_warning ("Panic: Failed to get CRTC info for primary display");
XRRFreeOutputInfo (pOutputInfo);
XRRFreeScreenResources (pResources);
XCloseDisplay (pDisplay);
return;
}
XTransform cTransform;
memset (&cTransform, 0, sizeof (cTransform));
cTransform.matrix[0][0] = XDoubleToFixed (fScale);
cTransform.matrix[1][1] = XDoubleToFixed (fScale);
cTransform.matrix[2][2] = XDoubleToFixed (1.0);
gchar *sFilter = NULL;
if (fScale == 0.5 || fScale == 1.0 || fScale == 2.0)
{
sFilter = "nearest";
}
else
{
sFilter = "bilinear";
}
for (gint nMode = 0; nMode < pResources->nmode; nMode++)
{
if (pCrtcInfo->mode == pResources->modes[nMode].id)
{
if (fScale > 1.0)
{
nPrimaryWidth = ceil (pResources->modes[nMode].width * fScale);
nPrimaryHeight = ceil (pResources->modes[nMode].height * fScale);
}
else
{
nPrimaryWidth = pResources->modes[nMode].width;
nPrimaryHeight = pResources->modes[nMode].height;
}
nScreenWidth = nPrimaryWidth;
nScreenHeight = nPrimaryHeight;
break;
}
}
XRRSetCrtcTransform (pDisplay, pOutputInfo->crtc, &cTransform, sFilter, NULL, 0);
Status nStatus = XRRSetCrtcConfig (pDisplay, pResources, pOutputInfo->crtc, CurrentTime, pCrtcInfo->x, pCrtcInfo->y, pCrtcInfo->mode, pCrtcInfo->rotation, pCrtcInfo->outputs, pCrtcInfo->noutput);
if (nStatus != RRSetConfigSuccess)
{
g_warning ("Panic: Failed to set CRTC info for primary display");
XRRFreeCrtcInfo(pCrtcInfo);
return;
}
XRRFreeCrtcInfo(pCrtcInfo);
}
XRRFreeOutputInfo (pOutputInfo);
for (gint nOutput = 0; nOutput < pResources->noutput; nOutput++)
{
XRROutputInfo *pOutputInfo = XRRGetOutputInfo (pDisplay, pResources, pResources->outputs[nOutput]);
if (pOutputInfo->connection == RR_Connected && pOutputInfo->crtc)
{
XRRCrtcInfo *pCrtcInfo = XRRGetCrtcInfo (pDisplay, pResources, pOutputInfo->crtc);
if (!pCrtcInfo)
{
g_warning ("Panic: Failed to get CRTC info while iterating displays");
XRRFreeOutputInfo (pOutputInfo);
XRRFreeScreenResources (pResources);
XCloseDisplay (pDisplay);
return;
}
if (pResources->outputs[nOutput] != nOutputPrimary)
{
gboolean bReposition = FALSE;
if (pCrtcInfo->x)
{
pCrtcInfo->x = nPrimaryWidth;
bReposition = TRUE;
}
if (pCrtcInfo->y)
{
pCrtcInfo->y = nPrimaryHeight;
bReposition = TRUE;
}
if (bReposition)
{
Status nStatus = XRRSetCrtcConfig (pDisplay, pResources, pOutputInfo->crtc, CurrentTime, pCrtcInfo->x, pCrtcInfo->y, pCrtcInfo->mode, pCrtcInfo->rotation, pCrtcInfo->outputs, pCrtcInfo->noutput);
if (nStatus != RRSetConfigSuccess)
{
g_warning ("Panic: Failed to set CRTC info for auxiliary display");
return;
}
}
}
nScreenWidth = MAX (nScreenWidth, pCrtcInfo->x + pCrtcInfo->width);
nScreenHeight = MAX (nScreenHeight, pCrtcInfo->y + pCrtcInfo->height);
XRRFreeCrtcInfo(pCrtcInfo);
}
XRRFreeOutputInfo (pOutputInfo);
}
g_debug ("Resizing screen to: %ix%i", nScreenWidth, nScreenHeight);
XRRSetScreenSize (pDisplay, pWindow, nScreenWidth, nScreenHeight, (gint) ceil ((25.4 * nScreenWidth) / fDpi), (gint) ceil ((25.4 * nScreenHeight) / fDpi));
XRRFreeScreenResources (pResources);
XUngrabServer (pDisplay);
XCloseDisplay (pDisplay);
self->pPrivate->fScale = fScale;
}
}
}
static void onOrcaState (GSimpleAction *pAction, GVariant* pValue, gpointer pUserData)
{
g_simple_action_set_state (pAction, pValue);
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (self->pPrivate->bGreeter)
{
self->pPrivate->bOrcaActive = g_variant_get_boolean (pValue);
GError *pError = NULL;
GVariant *pParam = g_variant_new ("(b)", self->pPrivate->bOrcaActive);
g_dbus_connection_call_sync (self->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "ToggleOrca", pParam, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
if (pError)
{
g_warning ("Panic: Failed to toggle Orca: %s", pError->message);
g_error_free (pError);
return;
}
if (!self->pPrivate->bReadingAccountsService)
{
setAccountsService (self, "orca", pValue);
}
}
}
static void setLastTheme (gchar *sKey, gboolean bFallback, gboolean bSet, IndicatorA11yService *self)
{
gchar **pProperty = NULL;
gboolean bGtkTheme = g_str_equal (sKey, "gtk-theme");
if (bGtkTheme)
{
pProperty = &self->pPrivate->sThemeGtk;
}
else
{
pProperty = &self->pPrivate->sThemeIcon;
}
gchar *sValue = g_settings_get_string (self->pPrivate->pHighContrastSettings, sKey);
gboolean bContrastHigh = g_str_equal (sValue, "ContrastHigh");
gboolean bHighContrastInverse = g_str_equal (sValue, "HighContrastInverse");
if (!bContrastHigh && !bHighContrastInverse)
{
if (*pProperty)
{
g_free (*pProperty);
}
*pProperty = sValue;
if (bSet)
{
g_settings_set_string (self->pPrivate->pSettings, sKey, *pProperty);
}
}
else
{
g_free (sValue);
if (bFallback)
{
GVariant *pValue = g_settings_get_default_value (self->pPrivate->pHighContrastSettings, sKey);
const gchar *sConstValue = g_variant_get_string (pValue, NULL);
*pProperty = g_strdup (sConstValue);
g_variant_unref (pValue);
}
}
}
static void onContrastState (GSimpleAction *pAction, GVariant* pValue, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (!self->pPrivate->bGreeter && (!self->pPrivate->pHighContrastSettings || !self->pPrivate->pBackgroundSettings || !self->pPrivate->pSettings || !self->pPrivate->sHighContrast || !self->pPrivate->sThemeIcon || !self->pPrivate->sThemeGtk))
{
return;
}
g_simple_action_set_state (pAction, pValue);
self->pPrivate->bHighContrast = g_variant_get_boolean (pValue);
if (!self->pPrivate->bGreeter)
{
self->pPrivate->bIgnoreSettings = TRUE;
if (self->pPrivate->bHighContrast)
{
setLastTheme ("gtk-theme", FALSE, TRUE, self);
setLastTheme ("icon-theme", FALSE, TRUE, self);
g_settings_set_string (self->pPrivate->pSettings, "icon-theme", self->pPrivate->sThemeIcon);
g_settings_set_string (self->pPrivate->pHighContrastSettings, "gtk-theme", self->pPrivate->sHighContrast);
g_settings_set_string (self->pPrivate->pHighContrastSettings, "icon-theme", "ContrastHigh");
g_settings_set_string (self->pPrivate->pBackgroundSettings, "color-shading-type", "solid");
g_settings_set_string (self->pPrivate->pBackgroundSettings, "picture-filename", "");
g_settings_set_string (self->pPrivate->pBackgroundSettings, "picture-options", "wallpaper");
gboolean bInverse = g_str_equal (self->pPrivate->sHighContrast, "HighContrastInverse");
if (bInverse)
{
g_settings_set_string (self->pPrivate->pBackgroundSettings, "primary-color", "rgb(0,0,0)");
}
else
{
g_settings_set_string (self->pPrivate->pBackgroundSettings, "primary-color", "rgb(255,255,255)");
}
}
else
{
g_settings_set_string (self->pPrivate->pHighContrastSettings, "gtk-theme", self->pPrivate->sThemeGtk);
g_settings_set_string (self->pPrivate->pHighContrastSettings, "icon-theme", self->pPrivate->sThemeIcon);
const gchar *lProperties[] = {"color-shading-type", "picture-filename", "picture-options", "primary-color"};
for (guint nProperty = 0; nProperty < 4; nProperty++)
{
gchar *sValue = g_settings_get_string (self->pPrivate->pSettings, lProperties[nProperty]);
g_settings_set_string (self->pPrivate->pBackgroundSettings, lProperties[nProperty], sValue);
g_free (sValue);
}
}
self->pPrivate->bIgnoreSettings = FALSE;
}
else
{
GError *pError = NULL;
GVariant *pParam = g_variant_new ("(b)", self->pPrivate->bHighContrast);
g_dbus_connection_call_sync (self->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "ToggleHighContrast", pParam, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError);
if (pError)
{
g_warning ("Panic: Failed to toggle high contrast: %s", pError->message);
g_error_free (pError);
return;
}
}
if (!self->pPrivate->bReadingAccountsService)
{
setAccountsService (self, "contrast", pValue);
}
}
static void onBackgroundSettings (GSettings *pSettings, const gchar *sKey, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (self->pPrivate->pBackgroundSettings && self->pPrivate->pSettings && self->pPrivate->pHighContrastSettings)
{
gchar *sGtkTheme = g_settings_get_string (self->pPrivate->pHighContrastSettings, "gtk-theme");
gchar *sIconTheme = g_settings_get_string (self->pPrivate->pHighContrastSettings, "icon-theme");
gchar *sHighContrast = g_settings_get_string (self->pPrivate->pSettings, "high-contrast");
gboolean bHighContrastGtk = g_str_equal (sGtkTheme, sHighContrast);
g_free (sHighContrast);
gboolean bHighContrastIcon = g_str_equal (sIconTheme, "ContrastHigh");
g_free (sGtkTheme);
g_free (sIconTheme);
if (!bHighContrastGtk && !bHighContrastIcon)
{
gchar *sValue = g_settings_get_string (self->pPrivate->pBackgroundSettings, sKey);
g_settings_set_string (self->pPrivate->pSettings, sKey, sValue);
g_free (sValue);
}
}
}
static void onContrastThemeSettings (GSettings *pSettings, const gchar *sKey, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (self->pPrivate->pHighContrastSettings && self->pPrivate->pBackgroundSettings && self->pPrivate->pSettings && self->pPrivate->sHighContrast)
{
if (self->pPrivate->sHighContrast)
{
g_free (self->pPrivate->sHighContrast);
}
self->pPrivate->sHighContrast = g_settings_get_string (self->pPrivate->pSettings, "high-contrast");
if (self->pPrivate->bHighContrast)
{
self->pPrivate->bIgnoreSettings = TRUE;
g_settings_set_string (self->pPrivate->pHighContrastSettings, "gtk-theme", self->pPrivate->sHighContrast);
gboolean bInverse = g_str_equal (self->pPrivate->sHighContrast, "HighContrastInverse");
if (bInverse)
{
g_settings_set_string (self->pPrivate->pBackgroundSettings, "primary-color", "rgb(0,0,0)");
}
else
{
g_settings_set_string (self->pPrivate->pBackgroundSettings, "primary-color", "rgb(255,255,255)");
}
self->pPrivate->bIgnoreSettings = FALSE;
}
}
}
static void onContrastSettings (GSettings *pSettings, const gchar *sKey, gpointer pUserData)
{
IndicatorA11yService *self = INDICATOR_A11Y_SERVICE (pUserData);
if (self->pPrivate->pHighContrastSettings && self->pPrivate->pSettings && self->pPrivate->sThemeIcon && self->pPrivate->sThemeGtk)
{
if (self->pPrivate->bIgnoreSettings)
{
return;
}
gboolean bThemeGtk = g_str_equal (sKey, "gtk-theme");
gboolean bThemeIcon = g_str_equal (sKey, "icon-theme");
if (bThemeGtk)
{
setLastTheme ("gtk-theme", FALSE, TRUE, self);
}
else if (bThemeIcon)
{
setLastTheme ("icon-theme", FALSE, TRUE, self);
}
}
}
static gboolean valueFromVariant (GValue *pValue, GVariant *pVariant, gpointer pUserData)
{
g_value_set_variant (pValue, pVariant);
return TRUE;
}
static GVariant* valueToVariant (const GValue *pValue, const GVariantType *pType, gpointer pUserData)
{
GVariant *pVariant = g_value_dup_variant (pValue);
return pVariant;
}
static void setAccelerator (GMenuItem *pItem, gchar *sKey, IndicatorA11yService *self)
{
if (self->pPrivate->pKeybindingSettings)
{
if (!self->pPrivate->bGreeter)
{
gboolean bContrast = g_str_equal (sKey, "contrast");
if (!bContrast)
{
gchar *sAccelerator = NULL;
gboolean bMate = ayatana_common_utils_is_mate ();
if (bMate)
{
sAccelerator = g_settings_get_string (self->pPrivate->pKeybindingSettings, sKey);
if (sAccelerator)
{
g_menu_item_set_attribute (pItem, "accel", "s", sAccelerator);
g_free (sAccelerator);
}
}
else
{
gchar **lAccelerators = g_settings_get_strv (self->pPrivate->pKeybindingSettings, sKey);
if (lAccelerators)
{
g_menu_item_set_attribute (pItem, "accel", "s", lAccelerators[0]);
g_strfreev (lAccelerators);
}
}
}
}
}
else
{
gboolean bKeyboard = g_str_equal (sKey, "on-screen-keyboard");
gboolean bReader = g_str_equal (sKey, "screenreader");
gboolean bMagnifier = g_str_equal (sKey, "magnifier");
gboolean bContrast = g_str_equal (sKey, "contrast");
gchar *sAccelerator = NULL;
if (bKeyboard)
{
sAccelerator = "K";
}
else if (bReader)
{
sAccelerator = "S";
}
else if (bContrast)
{
sAccelerator = "H";
}
else if (bMagnifier)
{
sAccelerator = "M";
}
g_menu_item_set_attribute (pItem, "accel", "s", sAccelerator);
}
}
static void indicator_a11y_service_init (IndicatorA11yService *self)
{
self->pPrivate = indicator_a11y_service_get_instance_private (self);
const char *sUser = g_get_user_name();
self->pPrivate->bGreeter = g_str_equal (sUser, "lightdm");
self->pPrivate->sUser = NULL;
self->pPrivate->bOnboardActive = FALSE;
self->pPrivate->bOrcaActive = FALSE;
self->pPrivate->bMagnifierActive = FALSE;
self->pPrivate->bHighContrast = FALSE;
self->pPrivate->fScale = 0;
self->pPrivate->sMagnifier = NULL;
self->pPrivate->nMagnifier = 0;
self->pPrivate->sThemeGtk = NULL;
self->pPrivate->sThemeIcon = NULL;
self->pPrivate->bIgnoreSettings = FALSE;
self->pPrivate->lUsers = NULL;
self->pPrivate->sUser = NULL;
self->pPrivate->bReadingAccountsService = FALSE;
self->pPrivate->sHighContrast = NULL;
self->pPrivate->bScalingUnsupported = FALSE;
GError *pError = NULL;
// Check if we are on Wayland
const gchar *sWayland = g_getenv ("WAYLAND_DISPLAY");
self->pPrivate->bScalingUnsupported = (sWayland != NULL);
//~Check if we are on Wayland
// Check if we are in a virtual environment
if (!self->pPrivate->bScalingUnsupported)
{
Display *pDisplay = XOpenDisplay (NULL);
if (!pDisplay)
{
g_warning ("Panic: Failed to open X display while checking for virtual environment");
}
else
{
guint nScreen = DefaultScreen (pDisplay);
Window pWindow = RootWindow (pDisplay, nScreen);
XRRScreenResources *pResources = XRRGetScreenResources (pDisplay, pWindow);
if (!pResources)
{
g_warning ("Panic: Failed to get screen resources while checking for virtual environment");
XCloseDisplay (pDisplay);
}
else
{
RROutput nOutputPrimary = XRRGetOutputPrimary (pDisplay, pWindow);
XRROutputInfo *pOutputInfo = XRRGetOutputInfo (pDisplay, pResources, nOutputPrimary);
GRegex *pRegex = NULL;
#if GLIB_CHECK_VERSION(2, 73, 0)
pRegex = g_regex_new (".*virtual.*", G_REGEX_CASELESS, G_REGEX_MATCH_DEFAULT, &pError);
#else
pRegex = g_regex_new (".*virtual.*", G_REGEX_CASELESS, (GRegexMatchFlags) 0, &pError);
#endif
if (!pError)
{
#if GLIB_CHECK_VERSION(2, 73, 0)
gboolean bMatch = g_regex_match (pRegex, pOutputInfo->name, G_REGEX_MATCH_DEFAULT, NULL);
#else
gboolean bMatch = g_regex_match (pRegex, pOutputInfo->name, (GRegexMatchFlags) 0, NULL);
#endif
if (bMatch)
{
self->pPrivate->bScalingUnsupported = TRUE;
}
g_regex_unref (pRegex);
}
else
{
g_warning ("Panic: Failed to compile regex: %s", pError->message);
g_error_free (pError);
}
XRRFreeOutputInfo (pOutputInfo);
XRRFreeScreenResources (pResources);
XCloseDisplay (pDisplay);
}
}
}
//~Check if we are in a virtual environment
self->pPrivate->pAccountsServiceConnection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &pError);
if (pError)
{
g_warning ("Panic: Failed connecting to the system bus: %s", pError->message);
g_error_free (pError);
}
self->pPrivate->pConnection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &pError);
if (pError)
{
g_error ("Panic: Failed connecting to the session bus: %s", pError->message);
g_error_free (pError);
return;
}
GSettingsSchemaSource *pSource = g_settings_schema_source_get_default ();
GSettingsSchema *pSchema = NULL;
if (!self->pPrivate->bGreeter)
{
// Get the settings
if (pSource)
{
pSchema = g_settings_schema_source_lookup (pSource, "org.ayatana.indicator.a11y", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pSettings = g_settings_new ("org.ayatana.indicator.a11y");
pSchema = g_settings_schema_source_lookup (pSource, "org.gnome.desktop.a11y.applications", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pOrcaSettings = g_settings_new ("org.gnome.desktop.a11y.applications");
}
else
{
g_warning ("Panic: No org.gnome.desktop.a11y.applications schema found");
}
/* This is what we should use, but not all applications react to "high-contrast" setting (yet)
pSchema = g_settings_schema_source_lookup (pSource, "org.gnome.desktop.a11y.interface", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pHighContrastSettings = g_settings_new ("org.gnome.desktop.a11y.interface");
self->pPrivate->bHighContrast = g_settings_get_boolean (self->pPrivate->pHighContrastSettings, "high-contrast");
}
else
{
g_warning ("Panic: No org.gnome.desktop.a11y.interface schema found");
}*/
gboolean bMate = ayatana_common_utils_is_mate ();
gchar *sInterface = NULL;
if (bMate)
{
sInterface = "org.mate.SettingsDaemon.plugins.media-keys";
}
else
{
sInterface = "org.gnome.settings-daemon.plugins.media-keys";
}
pSchema = g_settings_schema_source_lookup (pSource, sInterface, FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pKeybindingSettings = g_settings_new (sInterface);
}
else
{
g_warning ("Panic: No %s schema found", sInterface);
}
pSchema = g_settings_schema_source_lookup (pSource, "org.gnome.desktop.a11y.applications", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pApplicationsSettings = g_settings_new ("org.gnome.desktop.a11y.applications");
}
else
{
g_warning ("Panic: No org.gnome.desktop.a11y.applications schema found");
}
pSchema = g_settings_schema_source_lookup (pSource, "org.mate.interface", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pHighContrastSettings = g_settings_new ("org.mate.interface");
self->pPrivate->sThemeGtk = g_settings_get_string (self->pPrivate->pSettings, "gtk-theme");
glong nLength = g_utf8_strlen (self->pPrivate->sThemeGtk, -1);
if (!nLength)
{
setLastTheme ("gtk-theme", TRUE, FALSE, self);
}
self->pPrivate->sThemeIcon = g_settings_get_string (self->pPrivate->pSettings, "icon-theme");
nLength = g_utf8_strlen (self->pPrivate->sThemeIcon, -1);
if (!nLength)
{
setLastTheme ("icon-theme", TRUE, FALSE, self);
}
self->pPrivate->sHighContrast = g_settings_get_string (self->pPrivate->pSettings, "high-contrast");
self->pPrivate->sMagnifier = g_settings_get_string (self->pPrivate->pSettings, "magnifier");
}
else
{
g_warning ("Panic: No org.mate.interface schema found");
}
pSchema = g_settings_schema_source_lookup (pSource, "org.mate.background", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
self->pPrivate->pBackgroundSettings = g_settings_new ("org.mate.background");
const gchar *lProperties[] = {"color-shading-type", "picture-filename", "picture-options", "primary-color"};
for (guint nProperty = 0; nProperty < 4; nProperty++)
{
onBackgroundSettings (self->pPrivate->pBackgroundSettings, lProperties[nProperty], self);
}
}
else
{
g_warning ("Panic: No org.mate.background schema found");
}
pSchema = g_settings_schema_source_lookup (pSource, "org.mate.screensaver", FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
GSettings *pSettings = g_settings_new ("org.mate.screensaver");
gchar *sCommand = g_settings_get_string (pSettings, "embedded-keyboard-command");
gboolean bSetCommand = FALSE;
if (!sCommand)
{
bSetCommand = TRUE;
}
else
{
glong nLength = g_utf8_strlen (sCommand, -1);
g_free (sCommand);
if (!nLength)
{
bSetCommand = TRUE;
}
}
if (bSetCommand)
{
g_settings_set_string (pSettings, "embedded-keyboard-command", "onboard --xid");
}
g_clear_object (&pSettings);
}
else
{
g_warning ("Panic: No org.mate.screensaver schema found");
}
}
else
{
g_warning ("Panic: No org.ayatana.indicator.a11y schema found");
}
}
self->pPrivate->nOnboardSubscription = g_dbus_connection_signal_subscribe (self->pPrivate->pConnection, NULL, "org.freedesktop.DBus.Properties", "PropertiesChanged", "/org/onboard/Onboard/Keyboard", "org.onboard.Onboard.Keyboard", G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE, onOnboardBus, self, NULL);
gint nUid = geteuid ();
getAccountsService (self, nUid, FALSE);
}
else
{
// Get greeter settings
if (pSource)
{
pSchema = g_settings_schema_source_lookup (pSource, GREETER_SETTINGS, FALSE);
if (pSchema)
{
g_settings_schema_unref (pSchema);
GSettings *pOnboardSettings = g_settings_new (GREETER_SETTINGS);
self->pPrivate->bOnboardActive = g_settings_get_boolean (pOnboardSettings, "onscreen-keyboard");
g_clear_object (&pOnboardSettings);
self->pPrivate->pOrcaSettings = g_settings_new (GREETER_SETTINGS);
self->pPrivate->bOrcaActive = g_settings_get_boolean (self->pPrivate->pOrcaSettings, "screen-reader");
self->pPrivate->pHighContrastSettings = g_settings_new (GREETER_SETTINGS);
self->pPrivate->bHighContrast = g_settings_get_boolean (self->pPrivate->pHighContrastSettings, "high-contrast");
}
else
{
g_warning ("Panic: No greeter schema found");
}
}
self->pPrivate->nUserSubscription = g_dbus_connection_signal_subscribe (self->pPrivate->pConnection, NULL, GREETER_BUS_NAME, "UserChanged", GREETER_BUS_PATH, NULL, G_DBUS_SIGNAL_FLAGS_NONE, onUserChanged, self, NULL);
loadManager (self);
}
// Create actions
self->pPrivate->pActionGroup = g_simple_action_group_new ();
GSimpleAction *pSimpleAction = g_simple_action_new_stateful ("_header-desktop", NULL, createHeaderState (self));
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
self->pPrivate->pHeaderAction = pSimpleAction;
GVariant *pContrast = g_variant_new_boolean (self->pPrivate->bHighContrast);
pSimpleAction = g_simple_action_new_stateful ("contrast", G_VARIANT_TYPE_BOOLEAN, pContrast);
if (!self->pPrivate->bGreeter)
{
/* This is what we should use, but not all applications react to "high-contrast" setting (yet)
if (self->pPrivate->pHighContrastSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pHighContrastSettings, "high-contrast", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}*/
// Workaround for applications that do not react to "high-contrast" setting
if (self->pPrivate->pHighContrastSettings)
{
g_signal_connect (self->pPrivate->pHighContrastSettings, "changed::gtk-theme", G_CALLBACK (onContrastSettings), self);
g_signal_connect (self->pPrivate->pHighContrastSettings, "changed::icon-theme", G_CALLBACK (onContrastSettings), self);
}
if (self->pPrivate->pBackgroundSettings)
{
g_signal_connect (self->pPrivate->pBackgroundSettings, "changed::color-shading-type", G_CALLBACK (onBackgroundSettings), self);
g_signal_connect (self->pPrivate->pBackgroundSettings, "changed::picture-filename", G_CALLBACK (onBackgroundSettings), self);
g_signal_connect (self->pPrivate->pBackgroundSettings, "changed::picture-options", G_CALLBACK (onBackgroundSettings), self);
g_signal_connect (self->pPrivate->pBackgroundSettings, "changed::primary-color", G_CALLBACK (onBackgroundSettings), self);
}
if (self->pPrivate->pSettings)
{
g_signal_connect (self->pPrivate->pSettings, "changed::high-contrast", G_CALLBACK (onContrastThemeSettings), self);
}
}
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
g_signal_connect (pSimpleAction, "change-state", G_CALLBACK (onContrastState), self);
g_object_unref (G_OBJECT (pSimpleAction));
GVariant *pOnboard = g_variant_new_boolean (self->pPrivate->bOnboardActive);
pSimpleAction = g_simple_action_new_stateful ("onboard", G_VARIANT_TYPE_BOOLEAN, pOnboard);
if (!self->pPrivate->bGreeter)
{
if (self->pPrivate->pApplicationsSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pApplicationsSettings, "screen-keyboard-enabled", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}
}
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
g_signal_connect (pSimpleAction, "change-state", G_CALLBACK (onOnboardState), self);
g_object_unref (G_OBJECT (pSimpleAction));
GVariant *pOrca = g_variant_new_boolean (self->pPrivate->bOrcaActive);
pSimpleAction = g_simple_action_new_stateful ("orca", G_VARIANT_TYPE_BOOLEAN, pOrca);
if (!self->pPrivate->bGreeter)
{
if (self->pPrivate->pOrcaSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pOrcaSettings, "screen-reader-enabled", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}
if (self->pPrivate->pApplicationsSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pApplicationsSettings, "screen-reader-enabled", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}
}
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
g_signal_connect (pSimpleAction, "change-state", G_CALLBACK (onOrcaState), self);
g_object_unref (G_OBJECT (pSimpleAction));
GVariant *pMagnifier = g_variant_new_boolean (self->pPrivate->bMagnifierActive);
pSimpleAction = g_simple_action_new_stateful ("magnifier", G_VARIANT_TYPE_BOOLEAN, pMagnifier);
if (!self->pPrivate->bGreeter)
{
if (self->pPrivate->pApplicationsSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pApplicationsSettings, "screen-magnifier-enabled", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}
}
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
g_signal_connect (pSimpleAction, "change-state", G_CALLBACK (onMagnifierState), self);
g_object_unref (G_OBJECT (pSimpleAction));
if (!self->pPrivate->bGreeter && !self->pPrivate->bScalingUnsupported)
{
GVariant *pScale = g_variant_new_double (1.0);
pSimpleAction = g_simple_action_new_stateful ("scale", G_VARIANT_TYPE_DOUBLE, pScale);
if (self->pPrivate->pSettings)
{
g_settings_bind_with_mapping (self->pPrivate->pSettings, "scale", pSimpleAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL);
}
g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pSimpleAction));
g_object_unref (G_OBJECT (pSimpleAction));
if (self->pPrivate->pSettings)
{
g_signal_connect_swapped (self->pPrivate->pSettings, "changed::scale", G_CALLBACK (onScaleState), self);
}
}
// Add sections to the submenu
self->pPrivate->pSubmenu = g_menu_new();
GMenu *pSection = g_menu_new();
GMenuItem *pItem = NULL;
if (!self->pPrivate->bGreeter && !self->pPrivate->bScalingUnsupported)
{
GIcon *pIconMin = g_themed_icon_new_with_default_fallbacks ("ayatana-indicator-a11y-scale-down");
GIcon *pIconMax = g_themed_icon_new_with_default_fallbacks ("ayatana-indicator-a11y-scale-up");
GVariant *pIconMinSerialised = g_icon_serialize (pIconMin);
GVariant *pIconMaxSerialised = g_icon_serialize (pIconMax);
pItem = g_menu_item_new (_("User Interface Scale"), "indicator.scale");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.slider");
g_menu_item_set_attribute_value (pItem, "min-icon", pIconMinSerialised);
g_menu_item_set_attribute_value (pItem, "max-icon", pIconMaxSerialised);
g_menu_item_set_attribute (pItem, "min-value", "d", 0.5);
g_menu_item_set_attribute (pItem, "max-value", "d", 1.5);
g_menu_item_set_attribute (pItem, "step", "d", 0.1);
g_menu_item_set_attribute (pItem, "digits", "y", 1);
g_menu_item_set_attribute (pItem, "marks", "b", TRUE);
g_menu_item_set_attribute (pItem, "close-on-change", "b", TRUE);
g_menu_append_item (pSection, pItem);
g_object_unref (pIconMin);
g_object_unref (pIconMax);
g_variant_unref (pIconMinSerialised);
g_variant_unref (pIconMaxSerialised);
g_object_unref (pItem);
}
pItem = g_menu_item_new (_("High Contrast"), "indicator.contrast");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.switch");
setAccelerator (pItem, "contrast", self);
g_menu_append_item (pSection, pItem);
g_object_unref (pItem);
pItem = g_menu_item_new (_("On-Screen Keyboard"), "indicator.onboard");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.switch");
setAccelerator (pItem, "on-screen-keyboard", self);
g_menu_append_item (pSection, pItem);
g_object_unref (pItem);
pItem = g_menu_item_new (_("Screen Reader"), "indicator.orca");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.switch");
setAccelerator (pItem, "screenreader", self);
g_menu_append_item (pSection, pItem);
g_object_unref (pItem);
pItem = g_menu_item_new (_("Screen Magnifier"), "indicator.magnifier");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.switch");
setAccelerator (pItem, "magnifier", self);
g_menu_append_item (pSection, pItem);
g_object_unref (pItem);
g_menu_append_section (self->pPrivate->pSubmenu, NULL, G_MENU_MODEL (pSection));
g_object_unref (pSection);
// Add submenu to the header
pItem = g_menu_item_new (NULL, "indicator._header-desktop");
g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.root");
g_menu_item_set_submenu (pItem, G_MENU_MODEL (self->pPrivate->pSubmenu));
g_object_unref (self->pPrivate->pSubmenu);
// Add header to the menu
self->pPrivate->pMenu = g_menu_new ();
g_menu_append_item (self->pPrivate->pMenu, pItem);
g_object_unref (pItem);
self->pPrivate->nOwnId = g_bus_own_name (G_BUS_TYPE_SESSION, BUS_NAME, G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, onBusAcquired, NULL, onNameLost, self, NULL);
if (!self->pPrivate->bGreeter)
{
if (self->pPrivate->pSettings && !self->pPrivate->bScalingUnsupported)
{
GAction *pAction = g_action_map_lookup_action (G_ACTION_MAP (self->pPrivate->pActionGroup), "scale");
GVariant *pScale = g_settings_get_value (self->pPrivate->pSettings, "scale");
g_action_change_state (pAction, pScale);
}
gint nUid = geteuid ();
getAccountsService (self, nUid, TRUE);
}
}
static void indicator_a11y_service_class_init (IndicatorA11yServiceClass *klass)
{
GObjectClass *pClass = G_OBJECT_CLASS(klass);
pClass->dispose = onDispose;
m_nSignal = g_signal_new ("name-lost", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (IndicatorA11yServiceClass, pNameLost), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
}
IndicatorA11yService *indicator_a11y_service_new ()
{
GObject *pObject = g_object_new (INDICATOR_TYPE_A11Y_SERVICE, NULL);
return INDICATOR_A11Y_SERVICE (pObject);
}
ayatana-indicator-a11y-25.4.0/src/service.h 0000644 0000000 0000000 00000003137 14775147754 015262 0 ustar /*
* Copyright 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 .
*/
#ifndef __INDICATOR_A11Y_SERVICE_H__
#define __INDICATOR_A11Y_SERVICE_H__
#include
#include
G_BEGIN_DECLS
#define INDICATOR_A11Y_SERVICE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), INDICATOR_TYPE_A11Y_SERVICE, IndicatorA11yService))
#define INDICATOR_TYPE_A11Y_SERVICE (indicator_a11y_service_get_type())
#define INDICATOR_IS_A11Y_SERVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), INDICATOR_TYPE_A11Y_SERVICE))
typedef struct _IndicatorA11yService IndicatorA11yService;
typedef struct _IndicatorA11yServiceClass IndicatorA11yServiceClass;
typedef struct _IndicatorA11yServicePrivate IndicatorA11yServicePrivate;
struct _IndicatorA11yService
{
GObject parent;
IndicatorA11yServicePrivate *pPrivate;
};
struct _IndicatorA11yServiceClass
{
GObjectClass parent_class;
void (*pNameLost)(IndicatorA11yService *self);
};
GType indicator_a11y_service_get_type(void);
IndicatorA11yService* indicator_a11y_service_new();
G_END_DECLS
#endif
ayatana-indicator-a11y-25.4.0/.travis.yml 0000644 0000000 0000000 00000001671 14775147754 014774 0 ustar # vim: set ts=2 sts=2 sw=2 expandtab :
dist: focal
language: shell
os: linux
arch:
- amd64
services:
- docker
addons:
apt:
packages:
- python3-pip
- python3-setuptools
before_install:
# let's use the MATE project's docker build script...
- curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/main/travis/docker-build
- chmod +x docker-build
install:
- pip3 install wheel
- pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
env:
# temp disable of archlinux builds, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56
# - DISTRO="archlinux:latest"
- DISTRO="debian:testing"
- DISTRO="debian:stable"
# - DISTRO="ubuntu:rolling"
- DISTRO="ubuntu:focal"
jobs:
exclude:
- env: DISTRO="archlinux:latest"
arch: ppc64le
ayatana-indicator-a11y-25.4.0/update-po.sh 0000755 0000000 0000000 00000002711 14775147754 015114 0 ustar #!/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\.in\.h:/.xml.in.in:/g' \
-e 's/\.xml\.in\.h:/.xml.in:/g' \
-e 's/\.ini\.in\.h:/.ini.in:/g' \
-e 's/\.xml\.h:/.xml:/g' \
-e 's/\.ini\.h:/.ini:/g' \
-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
ayatana-indicator-a11y-25.4.0/update-pot.sh 0000755 0000000 0000000 00000002222 14775147754 015275 0 ustar #!/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\.in.\h:/.xml.in.in:/g' \
-e 's/\.xml\.in\.h:/.xml.in:/g' \
-e 's/\.ini\.in\.h:/.ini.in:/g' \
-e 's/\.xml\.h:/.xml:/g' \
-e 's/\.ini\.h:/.ini:/g' \
-e 's@^#: \.\./@#: @g' \
-e 's@(:[0-9]+) \.\./@\1 @g' \
-i po/${GETTEXT_DOMAIN}.pot