ayatana-indicator-keyboard-24.7.2/AUTHORS0000644000000000000000000000553514761105657014756 0ustar Ács Zoltán Adolfo Jayme Barrientos Adrià Martín Allan LeSage Allan Nordhøy Anders Jonsson Andy Chiang bittin1ddc447d824349b2 ButterflyOfFire CI Train Bot 이정희 Dmitrijs Ledkovs Eric gallegonovato Gediminas Murauskas Heimen Stoffels Hosted Weblate hugoalh Iain Lane Ivo Xavier Jeannette L Jeremy Bicha J. Lavoie Joan CiberSheep Jozef Mlich Kevin Zhou Kristjan Räts Kristoffer Grundström Lars Uebernickel Launchpad Translations on behalf of indicator-applet-developers Luca Weiss Luna Jernberg Mathieu Trudel-Lapierre Matthieu Baerts Michal Čihař Mihai Moldovan Mike Gabriel Milan Korecky Milo Ivir Mohsin Ali Moo Oğuz Ersen Oğuz Ersen Oleg O Andreev Pavel Borecki phlostically Prachi Joshi Quentin PAGÈS Remus-Gabriel Chelu Reza Almanda Robert Tari Sebastien Bacher Sergii Horichenko Serhii Horichenko Sithu Aung spnux ssantos Steve Sveinn í Felli Sylke Vicious Ted Gould Teitei Tim Lunn Tomáš Marný Viktar Vauchkevich WaldiS Weblate Wellington Terumi Uemura William Hua WWWesten xiao0yy Yaron Shahrabani Yota321 Мира Странная தமிழ்நேரம் 复予 ayatana-indicator-keyboard-24.7.2/.build.yml0000644000000000000000000001057314761105657015604 0ustar ######################################################### # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: archlinux: # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ayatana-indicator-keyboard - clang - gcc - git - make - startup-notification - which - cmake - cmake-extras - intltool - glib2 - libx11 - libxklavier - libxkbcommon - accountsservice # - 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 - libx11-dev - libxklavier-dev - libxkbcommon-dev - libxkbregistry-dev - libaccountsservice-dev - systemd # - libayatana-common-dev # For building libayatana-common: - liblomiri-url-dispatcher-dev ubuntu: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - libx11-dev - libxklavier-dev - libaccountsservice-dev - systemd # - libayatana-common-dev # - libxkbcommon-dev # - libxkbregistry-dev # For building libxkbcommon: - meson - pkg-config - bison - libxcb-xkb-dev - libxml2-dev - wayland-protocols - libwayland-dev - doxygen - x11proto-dev - xvfb - flex - graphviz 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/ - - if [ ${DISTRO_NAME} == "ubuntu" ]; then - cd ${START_DIR} - if [ ! -d libxkbcommon-build ]; then - git clone --depth 1 https://github.com/xkbcommon/libxkbcommon.git libxkbcommon-build - fi - cd libxkbcommon-build - meson setup build -Dprefix=/usr -Dlibdir=/usr/lib/x86_64-linux-gnu - ninja -C build - ninja -C build install - cd - - rm -Rf libxkbcommon-build/ - fi 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 # - XVFB_RUN="$(which xvfb-run || true)" # - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then # - if [ -e ./CMakeLists.txt ]; then # - ${XVFB_RUN} make test # - fi # - fi ayatana-indicator-keyboard-24.7.2/ChangeLog0000644000000000000000000047225514761105657015467 0ustar 2025-03-02 Mike Gabriel * release 24.7.2 (HEAD -> main, tag: 24.7.2) * debian/control: Bump versioned B-D: on libayatana-common to (>= 0.9.11). (371fbc2b) 2025-02-28 Robert Tari * Merge branch 'sunweaver-pr/hide-osk-toggle-on-ubuntutouch' (2870762e) 2025-02-28 Mike Gabriel * src/service.c: Don't show 'always-show-osk' toggle switch when on Ubuntu Touch. (cfa3db55) * CMakeLists.txt: Require libayatana-common (>= 0.9.11). (c2bc6d02) * Translated using Weblate (German) (fc481b15) 2025-02-24 Heimen Stoffels * Translated using Weblate (Dutch) (892166cf) 2025-02-23 Remus-Gabriel Chelu * Translated using Weblate (Romanian) (7a0303ee) 2025-02-24 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (6ae6432f) 2025-02-23 Mike Gabriel * po/: Update translation files. (2fca7abb) * release 24.7.1 (beb2f01c) (tag: 24.7.1) * Merge branch 'tari01-pr/osk-switch' (df9de377) 2025-02-20 Robert Tari * src/service.c: Add Always show OSK switch (35c5c001) 2025-02-23 Mike Gabriel * Merge branch 'tari01-pr/drop-pkla' (bbdd2b6d) 2025-01-15 Robert Tari * Drop the deprecated PolicyKit *.pkla file (20507c3d)fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093061 2025-02-23 Mike Gabriel * Merge branch 'tari01-pr/system-layouts' (95e94abd) 2024-07-18 Robert Tari * Never crash when getting system layouts (95eb5965) 2024-11-08 தமிழ்நேரம் * Translated using Weblate (Tamil) (270798fb) 2024-10-30 hugoalh * Translated using Weblate (Chinese (Traditional Han script)) (4e821b0d) 2024-09-27 Remus-Gabriel Chelu * Translated using Weblate (Romanian) (617bde70) 2024-07-15 Mike Gabriel * Merge branch 'tari01-pr/multiple-system-layouts' (2da4c6e9) 2024-07-11 Robert Tari * Support multiple system layouts (907c32c0) 2024-07-10 Mike Gabriel * release 24.7.0 (b5eecfc6) (tag: 24.7.0) 2024-07-08 Mike Gabriel * Merge branch 'tari01-pr/lomiri-session' (340ef997) 2024-07-05 Robert Tari * debian/rules: Build with ENABLE_UBUNTU_ACCOUNTSSERVICE on Ubuntu and derivatives (6357866d) 2024-06-17 Robert Tari * Fix integration with Lomiri session (a7045072) 2024-06-13 Robert Tari * Merge branch 'sunweaver-pr/support-more-characters-in-Xkb-parameters' (a630e4bb) 2024-05-28 Mike Gabriel * src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for XkbLayout. (b18f267f) * src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for XkbVariant. (5bb69d76) * src/keyboard-x11.c: Amend file permissions (a-x). (fa22c11a) 2024-05-22 Mike Gabriel * release 24.5.0 (a5c5b784) (tag: 24.5.0) 2024-05-21 Robert Tari * Merge branch 'sunweaver-pr/lomiri-indicators-target' (3ac072f9) 2024-05-21 Mike Gabriel * data/ayatana-indicator-keyboard.service.in: Become part of lomiri-indicators.target. (5b375573) 2024-04-01 复予 * Translated using Weblate (Chinese (Simplified)) (e8137d87) 2024-03-22 Steve * Translated using Weblate (French) (a1345f6f) 2024-03-14 이정희 * Translated using Weblate (Korean) (f552ce7d) 2024-02-24 Mike Gabriel * release 24.2.0 (a2e81e96) (tag: 24.2.0) * Merge branch 'tari01-pr/improved-icons' (0abb75dd) 2024-02-16 Robert Tari * contrib/ayatana-indicator-keyboard-icon-generator.py: Update and improve the script (bbf0a26a) * Create a set of hicolor icons with improved visibility (2a238439) 2024-02-24 Mike Gabriel * Merge branch 'tari01-pr/policy-message' (a584d9d3) 2024-02-23 Robert Tari * data/org.ayatana.indicator.keyboard.AccountsService.policy: Fix policy message text (2b8f77e2) 2023-12-26 Mike Gabriel * release 23.10.2 (f0d04781) (tag: 23.10.2) 2023-12-06 Mike Gabriel * Merge branch 'tari01-pr/update-languages' (eaa1b53f) 2023-11-19 Robert Tari * src/languages.h: Update language list (1c25eb1b) * Add missing icons (ed32932d) 2023-12-05 Mike Gabriel * Merge branch 'tari01-pr/fix-system-layout-parser' (526d70f5) 2023-11-29 bittin1ddc447d824349b2 * Translated using Weblate (Swedish) (5e086630) * Translated using Weblate (Swedish) (ae555134) 2023-11-19 Robert Tari * src/keyboard-x11.c: Also parse /etc/X11/xorg.conf.d/00-keyboard.conf for system layout (93c068eb) 2023-11-08 bittin1ddc447d824349b2 * Translated using Weblate (Swedish) (1586aae7) 2023-11-08 Ivo Xavier * Translated using Weblate (Portuguese) (1864eccd) 2023-11-06 Mike Gabriel * release 23.10.1 (2b96145b) (tag: 23.10.1) 2023-11-02 Mike Gabriel * Merge branch 'tari01-pr/drop-test-options' (c76913a3) 2023-11-01 Robert Tari * debian/rules: Drop testing and coverage flags (6b1a64e4) * .build.yml: Drop testing flag (9e8713de) 2023-11-02 Mike Gabriel * Merge branch 'tari01-pr/accoutsservice-prefixed' (982a0e9d) 2023-11-01 Robert Tari * Check if layout array is null before iterating it (76e4d65d) * src/keyboard-x11.c: Skip AccountsService operations for all prefixed users (465d686a) 2023-10-24 Moo * Translated using Weblate (Lithuanian) (d1091356) 2023-10-14 Quentin PAGÈS * Translated using Weblate (Occitan) (9ccbd06e) 2023-10-13 Mike Gabriel * release 23.10.0 (bd80cf8b) (tag: 23.10.0) 2023-10-11 Serhii Horichenko * Translated using Weblate (Ukrainian) (d9015c87) 2023-10-12 Serhii Horichenko * Translated using Weblate (Russian) (cdf2aee9) 2023-10-12 Mike Gabriel * Merge branch 'tari01-pr/polkit-rules' (933deec8) 2023-10-11 Robert Tari * Add PolicyKit .rules file (ffd995cd) 2023-10-10 Mike Gabriel * po/: Update translation files. (a6e13834) * Merge branch 'tari01-pr/drop-tests' (20db87cc) 2023-10-07 Robert Tari * src/keyboard-x11.c: Define new D-Bus name and path for greeter (44483ffe) 2023-10-10 Mike Gabriel * Merge branch 'tari01-pr/define-greeter' (dce3e336) 2023-10-06 Mike Gabriel * CMakeLists.txt: Require libayatana-common >= 0.9.9. (a8867cf9) * d/control: Bump B-D libayatana-common-dev to (>= 0.9.9). (2666f465) 2023-10-10 Robert Tari * CMakeLists.txt: Drop test options (a92d37c1) 2023-10-07 Robert Tari * src/keyboard-x11.c: Define new D-Bus name and path for greeter (56311efd) * Merge branch 'sunweaver-pr/depend-on-libayatana-common-0.9.9' (f7afd417) 2023-10-06 Mike Gabriel * CMakeLists.txt: Require libayatana-common >= 0.9.9. (d9de2119) * d/control: Bump B-D libayatana-common-dev to (>= 0.9.9). (e4978aee) 2023-10-03 Robert Tari * debian/control: Drop zenity dependency (1f2a0d20) * src/service.c: Switch to execute_command_warn (d3c4ad8b) * src/main.c: Do not pass NULL to functions without a prototype (7be65c76) 2023-09-20 Jozef Mlich * Translated using Weblate (Czech) (a3792d52) 2023-09-15 Oğuz Ersen * Translated using Weblate (Turkish) (82b77132) 2023-09-16 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (d38d8d0c) 2023-09-15 Heimen Stoffels * Translated using Weblate (Dutch) (5748ad84) 2023-09-16 Yaron Shahrabani * Translated using Weblate (Hebrew) (3f1fcb17) 2023-09-15 gallegonovato * Translated using Weblate (Spanish) (f16bc021) 2023-09-15 Robert Tari * Merge branch 'sunweaver-mr/greeter-pos-of-keyboard-indicator' (60e41a1e) 2023-09-15 Mike Gabriel * Translated using Weblate (German) (da76f9b7) * data/org.ayatana.indicator.keyboard: In greeter mode, move the keyboard indicator between a11y indicator and network indicator (so second from the left). (1706ca68) * Translated using Weblate (German) (4a2137cd) * po/: Translation template update. (0365c0ca) * Merge branch 'tari01-pr/show-layout' (76141928) 2023-09-06 Robert Tari * debian/control: Add new dependencies (6cd61d67) * Add layout display section (832d5f46) 2023-09-05 Robert Tari * Update language list and icons (b134dd7b) 2023-08-07 Mike Gabriel * Merge branch 'tari01-pr/greeter-keyboard-layout' (ecf5e442) 2023-04-03 Robert Tari * src/keyboard-x11.c: Set up D-Bus connection with Arctica Greeter (6b67808c) 2023-08-07 Mike Gabriel * Merge branch 'tari01-pr/high-contrast-icons' (59057dfe) 2023-08-02 Robert Tari * Add high contrast icons (a5cb3f92) * Fix build warnings + cleanup (794ebd1d) 2023-07-01 spnux * Translated using Weblate (French) (8a1b9c35) 2023-06-27 Sylke Vicious * Translated using Weblate (Italian) (3124f2d6) 2023-06-22 Joan CiberSheep * Translated using Weblate (Catalan) (fb5bb114) 2023-05-20 Milo Ivir * Translated using Weblate (Croatian) (ca102def) 2023-04-25 Kristjan Räts * Translated using Weblate (Estonian) (b34f6b85) 2023-04-06 ssantos * Translated using Weblate (Portuguese) (3a47ab60) 2023-03-15 Heimen Stoffels * Translated using Weblate (Dutch) (e7b11764) 2023-03-03 gallegonovato * Translated using Weblate (Spanish) (d6e9d3bb) 2023-02-10 Luna Jernberg * Translated using Weblate (Swedish) (4c8da09a) 2023-01-06 Andy Chiang * Translated using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (3cf860e8) 2022-12-30 Milo Ivir * Translated using Weblate (Croatian) (b93871ff) 2022-12-15 Mike Gabriel * release 22.9.1 (74a11f92) (tag: 22.9.1) 2022-12-03 Kevin Zhou * Translated using Weblate (Chinese (Simplified)) (7f18b9f4) 2022-11-10 Mike Gabriel * Merge branch 'tari01-pr/update-languages' (32f76b32) 2022-11-08 Robert Tari * src/languages.h: Update the layout list + rewrite the code to use a struct instead of two lists (c16bded3) 2022-10-17 Gediminas Murauskas * Translated using Weblate (Lithuanian) (e9e02ded) 2022-09-29 이정희 * Translated using Weblate (Korean) (6f809923) 2022-09-25 Oğuz Ersen * Translated using Weblate (Turkish) (c25f3287) 2022-09-22 Yaron Shahrabani * Translated using Weblate (Hebrew) (c8d30464) 2022-09-14 Sergii Horichenko * Translated using Weblate (Ukrainian) (1ede2c04) 2022-09-14 Quentin PAGÈS * Translated using Weblate (Occitan) (175c9641) 2022-09-14 Sergii Horichenko * Translated using Weblate (Russian) (42df6165) 2022-09-14 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (62caace0) 2022-09-14 Mike Gabriel * release 22.9.0 (48c42153) (tag: 22.9.0) * Translated using Weblate (German) (4663447e) 2022-09-14 Milan Korecky * Translated using Weblate (Czech) (062568a7) 2022-09-14 Mike Gabriel * po/*.po{,t}: Translation strings update. (0ad52347) * update-po{,t}.sh: Also catch multi-file source file references. (4d0bdb06) 2022-09-13 Robert Tari * Merge branch 'sunweaver-pr/fix-and-update-translation-template' (5191b1fc) 2022-09-11 Mike Gabriel * po/ayatana-indicator-keyboard.pot: Update translation template file. (800c3ef6) * update-po{,t}.sh: Omit ../ at beginning of file names in .pot file. (1768f497) * update-po.sh: White-space fix. (b31f62c1) * Fix translating the indicator's .gschema.xml file. (8818b2d6) 2022-09-09 Quentin PAGÈS * Translated using Weblate (Occitan) (1f668a5d) 2022-09-08 Mike Gabriel * Merge branch 'tari01-pr/language-icon-gsettings' (e6f63b65) 2022-09-07 Moo * Translated using Weblate (Lithuanian) (5ad5e033) * Translated using Weblate (Lithuanian) (a4fd7cb1) 2022-09-07 Robert Tari * Add GSettings options for indicator icon (c5d48625) * src/service.c: Create separate header profiles (1136552d) 2022-09-06 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (cf59345a) 2022-09-05 Yaron Shahrabani * Translated using Weblate (Hebrew) (a81d0326) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (0ab29024) * po/*.po{,t}: Translation strings update. (ef217bb3) 2022-09-01 Mike Gabriel * Merge branch 'sunweaver-pr/tooltip-support' (4174027f) 2022-07-22 Mike Gabriel * src/service.c: Add tooltip. (2bca91c2) 2022-08-15 Mike Gabriel * Merge branch 'tari01-pr/translate-layout-names' (dd3bb865) 2022-08-03 Robert Tari * Translate layout names (d06286ca) 2022-08-06 Quentin PAGÈS * Translated using Weblate (Occitan) (8c6e2b03) 2022-07-27 Sergii Horichenko * Translated using Weblate (Ukrainian) (3ebcb219) * Translated using Weblate (Russian) (3cd6a7ad) 2022-07-19 ssantos * Translated using Weblate (Portuguese) (0a24b978) 2022-07-15 Mike Gabriel * release 22.2.3 (bcbfe01c) (tag: 22.2.3) 2022-07-14 Teitei * Translated using Weblate (Burmese) (d2676988) 2022-07-06 Robert Tari * Merge branch 'sunweaver-pr/input-keyboard-icon' (9873f1f7) 2022-06-25 Kristjan Räts * Translated using Weblate (Estonian) (1221d55f) 2022-07-05 Mike Gabriel * src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri. (54be1fe4) 2022-06-25 Kristjan Räts * Translated using Weblate (Estonian) (97fb737a) 2022-06-25 Mike Gabriel * release 22.2.2 (99562d29) (tag: 22.2.2) 2022-06-24 Mike Gabriel * Merge branch 'Ionic-bugfix/create-dir-before-symlink' (b8d388fe) 2022-06-22 Mihai Moldovan * data/CMakeLists.txt: create dbus-1/interfaces datadir subdirectory before trying to create a symlink into it. (c307d59e) 2022-06-22 Milo Ivir * Translated using Weblate (Croatian) (e66631bf) 2022-06-21 Mike Gabriel * release 22.2.1 (523b881d) (tag: 22.2.1) 2022-06-14 Eric * Translated using Weblate (Chinese (Simplified)) (81c2d27f) 2022-06-15 Oğuz Ersen * Translated using Weblate (Turkish) (ea5fe293) 2022-06-16 Kristoffer Grundström * Translated using Weblate (Swedish) (225c0198) 2022-06-15 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (48bc243d) 2022-06-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (1e7de82d) 2022-06-14 Mike Gabriel * Translated using Weblate (German) (ab24438a) 2022-06-15 Mike Gabriel * Update translation files. (94787243) * po/POTFILES.in: Update list of files to check for translation strings. (7456be7c) 2022-06-12 Robert Tari * Merge branch 'sunweaver-pr/relax-x11-build-requirements' (cca8a803) 2022-06-11 Mike Gabriel * CMakeLists.txt: Relax build-requirements of libX11 to 1.6.5 and libxklavier to 5.3. (6d89352b) 2022-04-23 Sergii Horichenko * Translated using Weblate (Ukrainian) (fb2f014e) * Translated using Weblate (Russian) (37988396) * Translated using Weblate (Ukrainian) (0ebf9cb8) 2022-03-26 ButterflyOfFire * Translated using Weblate (Arabic) (0a482a3b) 2022-03-02 Mike Gabriel * Merge branch 'tari01-pr/add-features-to-lomiri' (7455bfd3) 2022-03-01 Robert Tari * src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possible (94e368f5) 2022-03-02 Mike Gabriel * Merge branch 'tari01-pr/add-accoutsservice' (85d85d46) 2022-03-01 Robert Tari * .buil.yml: Add AccountsService build dependency (f4c6f017) * debian/control: Add AccountsService build dependency (d93c53d0) * Add AccountsService support (52d9983d) 2022-03-01 Mike Gabriel * Merge branch 'tari01-pr/use-libxkbcommon' (4a74e3ef) 2022-03-01 Robert Tari * .build.yml: Add libxkbcommon build dependency (801486c2) * debian/control: Add libxkbcommon build dependency (aed21256) * Read layout information using libxkbcommon (eb957b75) 2022-02-27 이정희 * Translated using Weblate (Korean) (9a730357) 2022-02-17 Mike Gabriel * release 22.2.0 (167b6299) (tag: 22.2.0) * Merge branch 'tari01-pr/add-new-layouts' (3c62b070) 2022-02-16 Robert Tari * src/languages.h: Add additional layouts (2d1eefa6) 2022-02-16 Mike Gabriel * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' (d813ce96) 2022-02-14 Robert Tari * Drop pkglibexecdir and use native CMake file configuration (53da9925) 2022-02-08 Robert Tari * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system (c92041d7) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/merge-icon-generators' (6d1a75ee) 2022-01-26 Robert Tari * Merge icon generators + add some tweakability (2f4a12a0) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/cleanup-compile-flags' (cba5f9cb) 2022-01-11 Robert Tari * .build.yml: Drop extra compilation flags and build with -Werror (57a14957) * Clean up compilation flags (a9b2be7a) 2022-01-27 Mike Gabriel * Merge branch 'z3ntu-dlopen-soname' (c4846f09) 2022-01-09 Luca Weiss * Try to dlopen .so.0 instead of .so (191d5aea) 2022-01-02 ssantos * Translated using Weblate (Portuguese) (fb9defb0) 2021-12-15 Mike Gabriel * Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' (e4f88bd5) 2021-12-06 Robert Tari * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES (c62643a7) 2021-11-18 phlostically * Translated using Weblate (Esperanto) (dc72c3c2) 2021-11-18 Mike Gabriel * release 0.9.0 (9c9a9d80) (tag: 0.9.0) 2021-10-25 Robert Tari * Merge branch 'sunweaver-pr/travis-cleanup' (bc77d667) 2021-10-25 Mike Gabriel * .build.yml: Remove source code of locally built dependency after it has been installed. (dab97205) * .build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target. (98412439) * .build.yml: Drop autogen.sh support. (a3c1ba48) 2021-10-20 Robert Tari * .travis.yml: Temporarily disable ppc64le builds (bc2bd700) 2021-10-20 Mike Gabriel * Merge branch 'tari01-pr/correct-icon-generator-location' (1117825d) 2021-10-20 Robert Tari * README.md: Correct icon generator location (ab5b21bf) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/lomiri-settings-handler' (7a041f29) 2021-09-21 Robert Tari * Add settings handler for Lomiri (b00f48be) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/fix-lomiri-detection' (93b533bc) 2021-09-20 Robert Tari * src/service.c: Fix Lomiri detection (e0089c42) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/add-new-language-variants' (bc1f16f8) 2021-09-17 Robert Tari * Add new languages/variants (392b4061) 2021-09-23 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (108d1fa9) 2021-09-14 Mike Gabriel * contrib/ayatana-indicator-keyboard-icon-generator-lomiri.py: Set x-bit on script. (d33d3d3d) * Merge branch 'tari01-pr/add-lomiri-icon-generator' (b325d460) 2021-09-09 Robert Tari * Add Lomiri icon generator and move both generators to /contrib (1483c259) 2021-09-14 Mike Gabriel * Merge branch 'tari01-pr/add-lomiri-backend' (4a0e63a4) 2021-09-07 Robert Tari * Split X11 and Lomiri backends (d2758a87) 2021-09-09 Mike Gabriel * Merge branch 'tari01-pr/use-libayatana-common' (4e27c337) 2021-09-03 Robert Tari * .build.yml: Install libayatana-common dependency from GitHub (d42da412) * debian/control: add libayatana-common-dev build dependency (e81e7fa8) * Replace local code with libayatana-common (baa08a2e) * Fix Travis status image (ce72a2c9) 2021-08-30 Mike Gabriel * AUTHORS: Create file from Git history. Resolves DEB build. (6d20b6af) 2021-08-29 Hosted Weblate * Update translation files (c6b2b354) 2021-08-29 Mike Gabriel * debian/{control,compat}: Bump to level 10. (6b058085) * debian/: Drop stray files AUTHORS and ChangeLog. (0c01ca05) * debian/: Drop stray files AUTHORS and ChangeLog. (65642167) * debian/rules: Enable unit tests (if there were any). (0fbf19aa) 2021-08-28 Mike Gabriel * .travis.yml: Use Ayatana Indicators project's dev-scripts repo. (453403c1) 2021-08-28 Weblate * Added translation using Weblate (Kurdish (Southern)) (2e860476) * Added translation using Weblate (Kurdish (Northern)) (57a16d18) 2021-08-28 Mike Gabriel * .travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts. (1f9f086b) 2021-08-13 Luna Jernberg * Translated using Weblate (Swedish) (c9378693) 2021-08-10 Mike Gabriel * Merge branch 'tari01-pr/add-enable-werror-option' (5f909177) 2021-08-09 Robert Tari * Add ENABLE_WERROR option (7a57a70b) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/cmake-install-full' (11a61d41) 2021-08-04 Robert Tari * Use CMAKE_INSTALL_FULL_*DIR locations for installation (c37f453e) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-documentation-and-build-instructions' (39a3583e) 2021-07-29 Robert Tari * Add documentation and build instructions (6bf9165d) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-standard-ayatana-cmake-bits' (6dc8e402) 2021-07-29 Robert Tari * Add standard Ayatana CMake bits (c59cc974) 2021-07-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (f30807b9) 2021-05-22 Yaron Shahrabani * Translated using Weblate (Hebrew) (aae9e8a6) 2021-05-04 Mike Gabriel * .travis.yml: Don't try running autotools based CI build. (45110556) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (3c173677) 2021-04-28 Robert Tari * Merge branch 'sunweaver-pr/travis-ci' (7aed265c) 2021-04-26 Mike Gabriel * .travis.yml: Ubuntu rolling (I series) is currently in bootstrapping process, disabling for now. (bb73bf39) * Travis-CI: Initial draft for CI builds. (b134fa0a) 2021-04-16 Mike Gabriel * Merge branch 'tari01-pr/base-on-languages' (90235f32) 2021-04-16 Robert Tari * src/keyboard.c: Get languages via lookupLanguage() (39b1efc4) * src/languages.h: Use a predefined language lookup table (8f32270e) * data/icons/scalable/status: Use an improved icon set (b62c1fb1) * data/ayatana-indicator-keyboard-icon-generator: Use a predefined abbreviation list (3ff7d74a) 2021-04-12 Mike Gabriel * release 0.7.901 (cd616fd2) (tag: 0.7.901) * Merge branch 'tari01-pr/remove-gtk-update-icon-cache' (68b858e6) 2021-02-12 Robert Tari * Do not update icon cache from CMake (21264ea5) 2021-04-12 Mike Gabriel * po/ayatana-indicator-keyboard.pot: Update translation template. (64f8dcc1) * Merge branch 'comradekingu-patch-1' (d2843ad2) 2021-02-22 Allan Nordhøy * Tripledot (...) → ellipsis (…) (1e3e227a) 2021-04-12 Mike Gabriel * Merge branch 'tari01-pr/test-null-pointer' (0788459e) 2021-03-31 Robert Tari * src/keyboard.c: Test if layout variant is null before checking length (c942c531) 2021-03-30 Hosted Weblate * Update translation files (9baaba32) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (50a64c49) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (37d88aaf) 2021-03-15 xiao0yy * Translated using Weblate (Chinese (Simplified)) (3225f2c8) 2021-02-22 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (e54ca0aa) 2021-02-19 J. Lavoie * Translated using Weblate (French (Canada)) (6e298495) * Translated using Weblate (Italian) (d1921853) * Translated using Weblate (French) (c1b64551) * Translated using Weblate (Finnish) (9e82ba61) * Translated using Weblate (German) (e7eddd44) 2021-02-07 Kristjan Räts * Translated using Weblate (Estonian) (f038b210) 2021-02-07 Ács Zoltán * Translated using Weblate (Hungarian) (f1a1b803) 2021-02-04 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (8c0d8312) * Translated using Weblate (Spanish) (bd70247e) 2021-01-30 Quentin PAGÈS * Translated using Weblate (Occitan) (783a56ff) 2021-01-29 Moo * Translated using Weblate (Lithuanian) (4e3264b7) 2021-01-27 Oğuz Ersen * Translated using Weblate (Turkish) (1cb486b2) 2021-01-28 Milo Ivir * Translated using Weblate (Croatian) (2262de85) 2021-01-28 Mike Gabriel * release 0.7.900 (be3cfc38) (tag: 0.7.900) * CMakeLists.txt: Relax build requirement for libx11 (from 1.7.0 to 1.6.7). (eb17f239) 2021-01-27 Mike Gabriel * debian/control: Make B-D on dh-systemd optional (fixes FTBFS in Debian bullseye). (b7c52d4e) * debian/control: Add B-D: cmake-extras (>= 0.10). (8827f6e2) * Downgrade upstream version (to 0.7.900). (8cd20d8a) * debian/control: Move myself to Maintainer: field. (51a85740) * debian/control: Add B-D dh-systemd. (0e694f89) * debian/control: Bump Standards-Version: to 4.5.1. (80205f0b) * debian/control: Add LONG_DESCRIPTION. (4c30de17) * debian/docs: Adapt to new docu files in upstream sources. (4d3f10ea) * NEWS: Add (empty) file. (ad7e9f02) * AUTHORS: Add file. (6f1218e9) * README.md: Make .md file more readable if viewed in a text editor. (eb796992) * src/*: Add license headers. (8b7a2a2b) 2021-01-24 Robert Tari * Fix crash after Bluetooth pairing (1ff94fac) * Send a layout-changed signal after manual selection (7186ce77) * 100% re-write of the keyboard indicator in plain C. (b85daf94) 2020-11-01 Hosted Weblate * Update translation files (9b8fb049) 2020-10-31 Weblate * Added translation using Weblate (Italian) (50f5d80f) * Added translation using Weblate (Tamil (Sri Lanka)) (22305b88) * Added translation using Weblate (Dhivehi) (f7c99f97) * Added translation using Weblate (Venetian) (800d6e83) * Added translation using Weblate (Kashubian) (dc7d15d2) * Added translation using Weblate (Macedonian) (e732d7b9) * Added translation using Weblate (Friulian) (2a794508) * Added translation using Weblate (Tatar) (df266b5a) 2020-10-26 Adrià Martín * Translated using Weblate (Sardinian) (62082950) 2020-10-16 Yota321 * Translated using Weblate (Bengali) (0278e98e) 2020-09-25 Quentin PAGÈS * Translated using Weblate (Occitan) (7d4ca8aa) 2020-07-30 Sithu Aung * Translated using Weblate (Burmese) (a0b01ffa) 2020-04-27 Jeannette L * Translated using Weblate (French (Canada)) (d3586d02) 2020-03-17 Prachi Joshi * Translated using Weblate (Marathi) (3f5e0db4) 2020-02-15 Hosted Weblate * Update translation files (edbca8ef) 2019-12-26 Mohsin Ali * Translated using Weblate (Assamese) (fd8c3608) 2019-02-23 WWWesten * Translated using Weblate (Kazakh) (04fbe3f1) 2018-11-18 ssantos * Translated using Weblate (Portuguese) (e0e03a24) 2018-10-23 Iván Seoane * Translated using Weblate (Galician) (f6520c3a) 2018-08-23 WaldiS * Translated using Weblate (Polish) (d926b3e8) 2018-04-03 Pavel Borecki * Translated using Weblate (Czech) (95c7ce72) 2018-03-29 Anders Jonsson * Translated using Weblate (Swedish) (754d320c) 2018-02-28 Мира Странная * Translated using Weblate (Armenian) (10629952) 2018-01-02 Sveinn í Felli * Translated using Weblate (Icelandic) (cf229836) 2017-11-29 Mike Gabriel * update-po.sh: Preserve .pot file when updating *.po files. (41fc263c) 2017-10-16 Michal Čihař * Translated using Weblate (Malay) (765b17cd) 2017-10-12 Viktar Vauchkevich * Translated using Weblate (Belarusian) (3d2dd956) 2017-11-29 Mike Gabriel * update-po.sh: Fix filenames of .ini(.in) and .xml(.in) files in po files. (d9b8327d) * update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po template file. (67e1ac5a) 2017-10-26 Mike Gabriel * Fork from Ubuntu's indicator-keyboard. (d5277646) 2017-10-24 Mike Gabriel * update-po*.sh: Add license header. (bca2db6d) 2017-10-12 Mike Gabriel * po/: Remove build cruft files. (34316fe5) * po/: Already provide translation files for hosted Weblate. (ca233ad0) * update-po(|t).sh: Add gettext update scripts. (0d590092) 2015-11-12 Mike Gabriel * Fork from Ubuntu's indicator-keyboard. (e3f31de1) 2015-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (840d9666) 2015-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (25e66bac) 2015-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e89552a) 2015-11-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00b4bc07) 2015-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (23be7955) 2015-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (36dc1e15) 2015-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8813b5a5) 2015-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (654b8485) 2015-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eabb9d24) 2015-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b1285ee8) 2015-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b3e08302) 2015-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e771b053) 2015-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2e1747d) 2015-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20cfbfa2) 2015-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (06f9c0a6) 2015-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a2d98174) 2015-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ab0e65bd) 2015-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f65dd068) 2015-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3086c252) 2015-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a48e1d49) 2015-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96f4789a) 2015-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (480295e4) 2015-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf665588) 2015-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f145738) 2015-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88630704) 2015-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18d86713) 2015-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e086c9ac) 2015-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc88f8e8) 2015-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9e4c1ce6) 2015-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71229ab9) 2015-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (012e010c) 2015-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f2e3f393) 2015-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5b41c67) 2015-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1c9eb2b) 2015-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (07e1ecf2) 2015-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a74c5b37) 2015-10-06 CI Train Bot * Releasing 0.0.0+15.10.20151006-0ubuntu1 (6f7d2c1d) 2015-10-06 William Hua * Manually set XDG_RUNTIME_DIR to fix the tests. (506e0e90) * Manually set GDK_BACKEND=x11. (b5bb009d) 2015-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33ea309a) 2015-10-05 William Hua * Manually set XDG_RUNTIME_DIR. (568a977e) 2015-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (db904de9) 2015-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99ca1ad4) 2015-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (60acd858) 2015-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12c9b30e) 2015-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5adad4d) 2015-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d446164d) 2015-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ad78634) 2015-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b5e0f50) 2015-09-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a6e7d898) 2015-09-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8f75ba2) 2015-09-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (917da32f) 2015-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1fcd3fb2) 2015-09-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1d138efa) 2015-09-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7603c68) 2015-09-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ac9a7e82) 2015-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (abd5570b) 2015-09-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eaa4e73d) 2015-09-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc2ce00e) 2015-09-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a27f244a) 2015-09-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7af1e10) 2015-09-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1014887) 2015-09-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1ac96c0) 2015-09-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc02690e) 2015-09-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bbec3411) 2015-09-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ef35674) 2015-09-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a4a7665a) 2015-09-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1cf557f4) 2015-09-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96f617d6) 2015-09-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b15bc848) 2015-09-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bb5da5b) 2015-09-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43671d4f) 2015-09-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03cc0db3) 2015-09-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8e17031) 2015-09-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3b347199) 2015-08-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ca5743e4) 2015-08-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (da59ebeb) 2015-08-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6c810e80) 2015-08-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4f4a6dd8) 2015-08-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (496a67c2) 2015-08-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9bd9a84) 2015-08-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4eb18f53) 2015-08-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f3d495de) 2015-08-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0fc11a08) 2015-08-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (597353e7) 2015-08-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2a21d72) 2015-08-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (46c9ca02) 2015-08-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d8e1b518) 2015-08-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ebc1caa9) 2015-08-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df1000b0) 2015-08-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (afd6354e) 2015-08-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (93301bc5) 2015-08-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a9ea3bf) 2015-08-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bb18b47) 2015-08-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (26333af7) 2015-08-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ecb62ea) 2015-08-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4d2b5162) 2015-08-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (db3f6cdc) 2015-08-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (85590c67) 2015-08-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32828ee7) 2015-08-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99f1d32a) 2015-08-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f52a641) 2015-08-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (caf7594a) 2015-08-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b24a8c6b) 2015-08-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (151dba53) 2015-08-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f00bfab4) 2015-07-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20eba19d) 2015-07-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (77d38929) 2015-07-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (695b85f8) 2015-07-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9b2f525) 2015-07-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (39a43ac8) 2015-07-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5ed18cbb) 2015-07-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4bd175c) 2015-07-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7b226fc9) 2015-07-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2e3dc8e9) 2015-07-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce1da8c6) 2015-07-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d7fbb20a) 2015-07-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (971832ac) 2015-07-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e259052f) 2015-07-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a8c3d475) 2015-07-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (182768b8) 2015-07-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d68383e3) 2015-07-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dcb4d277) 2015-07-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7555ae82) 2015-07-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fca267c3) 2015-07-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (08cd4a4d) 2015-07-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (05fc689a) 2015-07-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (648f13fa) 2015-07-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a36c891) 2015-07-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (41bb2c39) 2015-07-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e4c85c55) 2015-07-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b7cc3580) 2015-07-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (79471e02) 2015-07-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88fef9b3) 2015-07-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1bde9501) 2015-06-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e4658168) 2015-06-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (193ecb81) 2015-06-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2546239f) 2015-06-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dda5a1b) 2015-06-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fc938fff) 2015-06-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (201c419f) 2015-06-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (23e2527f) 2015-06-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2cc970b) 2015-06-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47409a82) 2015-06-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91f0ab4f) 2015-06-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4ac150aa) 2015-06-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c63969d0) 2015-06-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29fe2545) 2015-06-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f4aeed3) 2015-06-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (30ab9ce8) 2015-06-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (01efac61) 2015-06-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8cbf0ea8) 2015-06-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17b22ee0) 2015-06-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f6b453da) 2015-06-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (75bb4907) 2015-06-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9587f84f) 2015-06-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (273453aa) 2015-06-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6fd73c4d) 2015-06-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78863690) 2015-06-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5dbcb4f) 2015-06-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e6a4c78) 2015-06-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (22b1aaf7) 2015-06-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7278088) 2015-06-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc201372) 2015-06-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (21e61536) 2015-05-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (16d6aef9) 2015-05-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b6bec9c) 2015-05-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (deebb3aa) 2015-05-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b799be1d) 2015-05-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3ff7cea3) 2015-05-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (62ae09c2) 2015-05-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f674a3d5) 2015-05-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89b9108e) 2015-05-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2868e579) 2015-05-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9e5b6e91) 2015-05-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (aee67e48) 2015-05-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96e0dbfb) 2015-05-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (40940599) 2015-05-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b7414af) 2015-05-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f2acd2ed) 2015-05-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (672aa1fd) 2015-05-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (60b61533) 2015-05-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e10d6d42) 2015-05-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c0a35625) 2015-05-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (319d3641) 2015-05-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (899b61c9) 2015-05-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bd619c81) 2015-05-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3bf79191) 2015-05-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4eb142f2) 2015-05-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8cc6c30) 2015-05-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8651e988) 2015-05-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b357e3e8) 2015-05-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df64bb52) 2015-05-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89d3c50d) 2015-05-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7ba31360) 2015-04-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc478c3b) 2015-04-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a86431d) 2015-04-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c792d433) 2015-04-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5e4eac7b) 2015-04-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bd6e966a) 2015-04-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (789cad76) 2015-04-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5e8c3db1) 2015-04-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1d62bbb3) 2015-04-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9aa1001a) 2015-04-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6f5b749) 2015-04-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ffa7b867) 2015-04-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7767d777) 2015-04-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dec32825) 2015-04-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c37748a1) 2015-04-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61b6971a) 2015-04-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (70ea3030) 2015-04-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (204ddfcc) 2015-04-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f57bbf0d) 2015-04-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7860421d) 2015-04-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (36e559b5) 2015-04-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0429d68) 2015-04-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7dbfd1c8) 2015-04-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1f9dd25) 2015-04-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f9f838de) 2015-04-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4fb613bb) 2015-04-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c32b2035) 2015-04-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (969bf44f) 2015-04-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (aa94513e) 2015-04-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (04390f3c) 2015-04-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a4dc0df) 2015-03-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47d2967c) 2015-03-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d7d2ab6) 2015-03-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20d83953) 2015-03-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0dc92225) 2015-03-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (62a0fccd) 2015-03-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b37894c7) 2015-03-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0faf6d25) 2015-03-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ed12234e) 2015-03-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (85bd97fe) 2015-03-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (58ef82f6) 2015-03-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0be0e2ad) 2015-03-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (24310498) 2015-03-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6af35ae3) 2015-03-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e3566ae9) 2015-03-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (588c0d5c) 2015-03-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f44ae3eb) 2015-03-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c84bc45a) 2015-03-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00fb658b) 2015-03-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5bf7541) 2015-03-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e5a9fd27) 2015-03-11 CI Train Bot * Resync trunk. (d286d5e5) 2015-03-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (82df47d0) 2015-03-10 CI Train Bot * Releasing 0.0.0+15.04.20150310-0ubuntu1 (bc54f95b) 2015-03-10 William Hua * Basic support for Fcitx input sources. Fixes: #1363150 Approved by: Ted Gould, PS Jenkins bot, Ryan Lortie, Sebastien Bacher (1573d710) 2015-03-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2738506) 2015-03-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bc2acd3) 2015-03-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0e2af93c) 2015-03-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a681229e) 2015-03-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (114945ea) 2015-03-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0c0e47d) 2015-03-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0468372c) 2015-03-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3238447) 2015-03-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2fd28c61) 2015-02-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e47719a9) 2015-02-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b38fccdd) 2015-02-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (10d8fe2e) 2015-02-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d9142f68) 2015-02-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91c5c6fa) 2015-02-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9fac43e2) 2015-02-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d96ad675) 2015-02-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5b5fdf0) 2015-02-19 William Hua * Explain input source cycling logic. (ec6c3109) * Simplify input source cycling. (9cdbb03c) * Don't handle activate signal when the default behaviour will do. (c34cf40e) 2015-02-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ceb7e749) 2015-02-18 William Hua * Build depend on gir1.2-fcitx-1.0. (8b470a48) * Remove unnecessary flag. (c9a8ec00) * Remove vapi. (775f8b26) * Use foreach when possible. (d63326c3) * Remove (!) when possible. (a8721bcb) 2015-02-17 William Hua * Only try initializing Fcitx once. (603fdf81) * Check flags better. (c38ced78) * Use shift operator. (b3c420d1) * Remove unnecessary AC_SUBST. (18a15d14) 2015-02-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e10fb6a8) 2015-02-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5293157d) 2015-02-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29aef96c) 2015-02-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2619981) 2015-02-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a34c9afa) 2015-02-12 William Hua * Fix type signature of GLib.MenuModel.get_item_links (). (548bcac9) * Merge trunk. (f865cabb) 2015-02-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6f2ba22f) 2015-02-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17d02551) 2015-02-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2a048e41) 2015-02-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0029c0c9) 2015-02-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dde70c9) 2015-02-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f573b994) 2015-02-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4ca3f6d) 2015-02-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bce57d14) 2015-02-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43d037d8) 2015-02-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6c57e28) 2015-02-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (94b0472b) 2015-01-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78b14d7f) 2015-01-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6d62858) 2015-01-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ac9ef92) 2015-01-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fa43f706) 2015-01-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (530b22ba) 2015-01-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (481be148) 2015-01-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd126192) 2015-01-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c6ed130d) 2015-01-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bab67793) 2015-01-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cfc6af4f) 2015-01-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7ef3392) 2015-01-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (541c6afa) 2015-01-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (76231ae5) 2015-01-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b84ac857) 2015-01-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (798f5140) 2015-01-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (013a3759) 2015-01-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1edc5c6f) 2015-01-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (63ee1937) 2015-01-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0766cca8) 2015-01-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b180630) 2015-01-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0f056514) 2015-01-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (246a5eed) 2015-01-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27f2b016) 2015-01-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f6f77727) 2015-01-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e12a25ea) 2015-01-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (231f9b81) 2015-01-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1294975a) 2015-01-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9cafacd9) 2015-01-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (77417043) 2015-01-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3f12b56) 2015-01-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3419d095) 2014-12-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (65297732) 2014-12-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb6d2957) 2014-12-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8fd0cfcd) 2014-12-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9c8faef1) 2014-12-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (69d66ab5) 2014-12-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3b8b388) 2014-12-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (37867f84) 2014-12-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (97ff50df) 2014-12-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9498507) 2014-12-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7aa1d33f) 2014-12-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88062e77) 2014-12-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9f8f1296) 2014-12-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a3bf5841) 2014-12-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df4c5e5d) 2014-12-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2df0463a) 2014-12-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4bc815a8) 2014-12-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bca97bfa) 2014-12-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc6b8d95) 2014-12-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9412aca4) 2014-12-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9ca611e3) 2014-12-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (50b0348a) 2014-12-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a45ac56b) 2014-12-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3d80afa6) 2014-12-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (214e7521) 2014-12-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a102526) 2014-12-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd624068) 2014-12-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7d92c69) 2014-12-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ca4d82e) 2014-12-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f63441c) 2014-12-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7c795c8) 2014-12-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1ddf4da) 2014-11-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47892c1c) 2014-11-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0e683dc8) 2014-11-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4896342) 2014-11-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (67895dd1) 2014-11-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ab9cd103) 2014-11-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af131b72) 2014-11-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (92593b59) 2014-11-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2d347865) 2014-11-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (171c02af) 2014-11-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b8537b97) 2014-11-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7f51f76) 2014-11-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03adbd94) 2014-11-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad273ca0) 2014-11-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a83810c3) 2014-11-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86f11d6c) 2014-11-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (65837a70) 2014-11-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4852ab5) 2014-11-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12ed3367) 2014-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (438d720c) 2014-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (467cdc44) 2014-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f67a57a7) 2014-11-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (398c9ced) 2014-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d4f9e18) 2014-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b3e2e5e4) 2014-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8b60599) 2014-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7860f276) 2014-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b29b387) 2014-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33454121) 2014-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7e72597) 2014-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f9d644c) 2014-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17e22172) 2014-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61a6460f) 2014-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d76703dd) 2014-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d83b36e1) 2014-10-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18580990) 2014-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4fad1300) 2014-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3fd32fca) 2014-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (159a1228) 2014-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ad6b819) 2014-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71a752d6) 2014-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4060ff61) 2014-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (16d8acca) 2014-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (28f7d721) 2014-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fe52633b) 2014-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (349536f5) 2014-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f143a0dd) 2014-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0d6d2b4e) 2014-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ceaef511) 2014-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6506ecc3) 2014-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ee34685) 2014-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ecc07f48) 2014-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9c44b4e0) 2014-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b94eb2f4) 2014-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (66ceb02b) 2014-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (371a6a49) 2014-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adbb58c8) 2014-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b689d01) 2014-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5186d48a) 2014-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6a808e06) 2014-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b06b9de6) 2014-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5209937) 2014-09-30 Iain Lane * Merge lp:~darkxst/indicator-keyboard/lp1372346 - no change rebuild (e3810047) 2014-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2120ec19) 2014-09-29 Tim Lunn * No change rebuild for gnome-desktop 3.12 (76d985b9) 2014-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b64878d4) 2014-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6332919c) 2014-09-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1187ee82) 2014-09-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fba86bdf) 2014-09-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9a196d70) 2014-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b94b8c2c) 2014-09-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad27d87f) 2014-09-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a2f47ee4) 2014-09-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e934a7e4) 2014-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e83fd7c) 2014-09-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32aa3818) 2014-09-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e9e23cfa) 2014-09-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a735a584) 2014-09-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c61dbe1e) 2014-09-15 William Hua * Hide indicator when menu is empty. (9ec7c8f8) * Hide indicator menu in desktop session when Fcitx is active. (cd8ecdbc) * Use Fcitx current IM when active. (4d9387c5) 2014-09-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e505119) 2014-09-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0ac6838b) 2014-09-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5bc8d585) 2014-09-12 William Hua * Fcitx proxy. (96eb59ce) * Remove unnecessary namespace. (506ff05f) * Use iterator () method. (449e1ab7) 2014-09-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9bcf5430) 2014-09-11 William Hua * Update fcitx.vapi. (79042408) 2014-09-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ddd816c3) 2014-09-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1be16aeb) 2014-09-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (72d6f8fe) 2014-09-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3d2b9c0) 2014-09-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00742048) 2014-09-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc9d62a) 2014-09-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cfe790af) 2014-09-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (172c7170) 2014-09-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0159bda8) 2014-09-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee6e9cd4) 2014-09-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2c9ab3ef) 2014-08-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c92a2578) 2014-08-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27ef67f7) 2014-08-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f0157306) 2014-08-27 William Hua * Forget window source when destroyed. (c698f447) 2014-08-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1938e46) 2014-08-26 William Hua * Carefully ignore IBus sources when Fcitx is active and vice versa. (3b90f374) 2014-08-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2f0817ee) 2014-08-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1f6d403c) 2014-08-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0a245099) 2014-08-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ca6c7846) 2014-08-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0257cd24) 2014-08-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb45c22b) 2014-08-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c6e7797d) 2014-08-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d376193c) 2014-08-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (54aa64bf) 2014-08-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (51e04b22) 2014-08-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4f950e9c) 2014-08-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1793311) 2014-08-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99e01f7c) 2014-08-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bde857cc) 2014-08-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (06b55420) 2014-08-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ea4a44a) 2014-08-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a908d2c) 2014-08-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e98ccab2) 2014-08-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eb3c66cc) 2014-08-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ec52a978) 2014-08-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5b75a037) 2014-08-06 William Hua * Update .bzrignore. (3cd01879) * Re-enable experimental non-null. (98e2925f) * Merge trunk. (a45ebee1) 2014-08-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3eb683b8) 2014-08-04 William Hua * Merge trunk. (09b491d4) 2014-08-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (25b7063a) 2014-08-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44bd6edb) 2014-08-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1e51fe4f) 2014-08-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8558ae3f) 2014-07-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6021092d) 2014-07-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8ed0567b) 2014-07-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (abf963fb) 2014-07-28 William Hua * Merge trunk. (204761f0) 2014-07-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5821cf88) 2014-07-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d8b3a707) 2014-07-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5603bfcd) 2014-07-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e2ad0d8) 2014-07-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9e9018e) 2014-07-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2576c51e) 2014-07-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2c2c328c) 2014-07-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e00b825c) 2014-07-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5801391a) 2014-07-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61a3a756) 2014-07-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3b98fa16) 2014-07-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f15bff6b) 2014-07-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5c951316) 2014-07-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8ee52b7a) 2014-07-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (07412e63) 2014-07-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b3f3350) 2014-07-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (319e4734) 2014-07-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (81597e49) 2014-07-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86a3f1e0) 2014-07-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a5b2ce69) 2014-07-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (83dc2ebf) 2014-07-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1af7d10) 2014-07-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (648ab078) 2014-07-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (13bc7af5) 2014-07-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cb045736) 2014-07-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f70ad991) 2014-07-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9ed7cec) 2014-07-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee32845a) 2014-06-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2d5e1129) 2014-06-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c286c39e) 2014-06-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a5a76183) 2014-06-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ce800c7) 2014-06-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4654a7a4) 2014-06-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4541865e) 2014-06-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b9f03913) 2014-06-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e76ba54e) 2014-06-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc97ce9) 2014-06-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (959ca95f) 2014-06-20 CI bot * Releasing 0.0.0+14.10.20140620.1-0ubuntu1 (87766bec) 2014-06-20 William Hua * Use get_state () on GLib.Action instead of the state member. Fixes FTBFS. (422aa823) 2014-06-20 Ted Gould * Synchronize process management across indicators (867013a6) 2014-06-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (910a4108) 2014-06-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a6e96920) 2014-06-18 William Hua * Use get_state () instead of state. Fixes FTBFS. (be3e3e38) 2014-06-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ad69804) 2014-06-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fced12d5) 2014-06-17 William Hua * Disable experimental non-null. (66693b52) * Merge trunk. (d6026b45) 2014-06-16 William Hua * Fix tests. (bbd52577) 2014-06-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (84956ac5) 2014-06-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb360c3e) 2014-06-13 William Hua * Pick IBus or Fcitx. (8800a05d) * Basic Fcitx support. (e12eb4be) 2014-06-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b59ba844) 2014-06-12 William Hua * deps/README. (2114459e) 2014-06-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad7b8500) 2014-06-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (35278a2d) 2014-06-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fe304686) 2014-06-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d29b56b8) 2014-06-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0eeb1d8c) 2014-06-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c5e20a3e) 2014-06-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5041653) 2014-06-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88f072d2) 2014-06-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e3286fdc) 2014-06-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9349eaf1) 2014-06-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cae340a7) 2014-06-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cedc559e) 2014-05-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce9be362) 2014-05-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dfc461c7) 2014-05-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45e172cb) 2014-05-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cee6fe2c) 2014-05-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6a199e4) 2014-05-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a7d00f4) 2014-05-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0fe83b5) 2014-05-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27e2c45a) 2014-05-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b6809ad) 2014-05-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44a4a60a) 2014-05-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d18206b5) 2014-05-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3d71680) 2014-05-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7346d67c) 2014-05-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7afb0bd8) 2014-05-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (845fc508) 2014-05-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18f6ea77) 2014-05-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df54b043) 2014-05-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89d62b66) 2014-05-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5eed80e1) 2014-05-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eb6d463c) 2014-05-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (672f66b2) 2014-05-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (53aaaf0c) 2014-05-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b5a6abe) 2014-05-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (14a6fc74) 2014-05-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (932dedb2) 2014-05-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d87cde1e) 2014-05-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (95d6f851) 2014-05-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dda3feeb) 2014-04-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e32e5953) 2014-04-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b52e5fb) 2014-04-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (56b4dbd9) 2014-04-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (219f5d8c) 2014-04-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1acdbabb) 2014-04-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a930118f) 2014-04-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6fab7f6a) 2014-04-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a507db28) 2014-04-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (692eec07) 2014-04-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e63561b8) 2014-04-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1b18f9f) 2014-04-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f46b8860) 2014-04-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86c7eeae) 2014-04-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (90265311) 2014-04-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (588feb16) 2014-04-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a73496de) 2014-04-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c47a9c4b) 2014-04-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4a276864) 2014-04-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4c89fd41) 2014-04-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7d9e9ecc) 2014-04-10 CI bot * Releasing 0.0.0+14.04.20140410.1-0ubuntu1 (15f595ff) 2014-04-10 William Hua * If an IBus input source is active when the session is locked, switch to another non-IBus one instead. Fixes: 1301860 (eda58d24) 2014-04-10 CI bot * Releasing 0.0.0+14.04.20140410-0ubuntu1 (17a525f6) 2014-04-10 William Hua * Export separate menus for desktop and greeter. Fixes: 1291962 (e5bfff5b) 2014-04-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0bb44b32) 2014-04-10 William Hua * Use different mouse actions when locked. (d4868dde) 2014-04-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee25b52f) 2014-04-09 William Hua * Merge 1291962-2 and resolve conflicts. (f442bede) * Merge trunk fixing conflicts. (0e4cbba1) 2014-04-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8c1f8e8) 2014-04-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (93aa868a) 2014-04-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dbc38ad) 2014-04-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (69dfdc92) 2014-04-05 William Hua * Update pot file. (3aae8264) * Merge trunk. (5db32b0e) * Remember to reset the indicator icon on unlock too. (969e5b55) * Remember to update indicator action with active input source. (ef122381) 2014-04-04 William Hua * Don't change input source setting on lock/unlock. (3b4b8a34) 2014-04-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a42d079c) 2014-04-04 William Hua * Add 'active' action that allows setting the current input source without persisting it on disk. (32a98fda) * Separate lock screen menu. (dc64a538) * Add u-s-d keyboard plugin private interface. (202d1631) * Merge 1291962-2. (ddb87c4d) * Revert '...' to '…'. (26afec3a) 2014-04-03 CI bot * Releasing 0.0.0+14.04.20140403.1-0ubuntu1 (79321e95) 2014-04-03 William Hua * Refresh the menu and indicator when IBus is connected. Fixes: 1246537 (d23c82e0) * Document how to refresh indicator-keyboard's icons for the ubuntu-mono themes. (d64234b6) 2014-04-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9bb37e5) 2014-04-03 William Hua * Change '...' to '…'. (96de8733) 2014-04-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91e8b226) 2014-04-02 William Hua * Document the icon generator. (501dea35) * Update sources and indicator when IBus is ready. (93ed04c2) * Switch to non-IBus input source when screen is locked. (414d5d9f) 2014-04-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8c6fd2e9) 2014-03-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f79fd94) 2014-03-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45d2fad0) 2014-03-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb291b6c) 2014-03-29 William Hua * Export separate menus for desktop and greeter. (b014d570) 2014-03-28 CI bot * Releasing 0.0.0+14.04.20140328.1-0ubuntu1 (5ece9050) 2014-03-28 William Hua * Use Ubuntu-specific IBus D-Bus API so that we don't have to replace the old IBus panel service in order to inspect and activate IBus engine properties. Fixes: 1290881 (a452e71a) 2014-03-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc698d1e) 2014-03-27 William Hua * Merge 1290881. (f49c94ed) 2014-03-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7219a58e) 2014-03-27 William Hua * Update pot file. (c6cd63ba) * Filter out IBus IMs if we don't specify Options.IBUS. (6bef373a) * Export separate menus for desktop and greeter. (809760cd) 2014-03-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1c2c5479) 2014-03-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3eb5c712) 2014-03-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ce183b6) 2014-03-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c1cb9744) 2014-03-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4643b214) 2014-03-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4479c8a7) 2014-03-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e4a24be) 2014-03-20 William Hua * IBus panel is only available while IBus is running. (a08ab0c4) 2014-03-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2a4db27) 2014-03-19 William Hua * Check if IBus is connected before checking engine properties. (be945fee) * Breaks IBus << 1.5.5-1ubuntu3. (e5772b00) * Use private IBus implementation. (1cb9d1cc) 2014-03-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a8356a78) 2014-03-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (28bcbe9e) 2014-03-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2eb3e698) 2014-03-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ad7295b) 2014-03-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (927ab5bf) 2014-03-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd8e79a2) 2014-03-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (35714f10) 2014-03-11 CI bot * Releasing 0.0.0+14.04.20140311-0ubuntu1 (406929f8) 2014-03-11 Lars Uebernickel * Add desktop_lockscreen profile (30ce6a13) * Add desktop_lockscreen profile (028bb578) 2014-03-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (95fd4ae8) 2014-03-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (502fc51e) 2014-03-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cdb58ecf) 2014-03-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5f2631c0) 2014-03-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f52de240) 2014-03-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c7eb7fe4) 2014-03-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (871d133a) 2014-03-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dcf6278d) 2014-03-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b1f34046) 2014-03-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (136511c4) 2014-03-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e55f7fa6) 2014-02-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7de85a4a) 2014-02-27 CI bot * Releasing 0.0.0+14.04.20140227.3-0ubuntu1 (9f894431) 2014-02-27 Sebastien Bacher * Drop unity8 test description, that indicator is used on desktop only (25594f3c) 2014-02-27 William Hua * Update icons when icon theme changes. Fixes: 1237749 (89d447d2) * Do not set org.gnome.desktop.input-sources.current when unchanged (LP: #1256559). Fixes: 1256559 (7b3c032f) 2014-02-27 Sebastien Bacher * Drop unity8 test description, that indicator is used on desktop only (11e7a940) 2014-02-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61c218ff) 2014-02-26 William Hua * Update icons when icon theme changes. (c68445a2) 2014-02-26 Ted Gould * Update for gnome-fallback (e17991a2) 2014-02-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d65d9294) 2014-02-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3588891e) 2014-02-24 Oleg O Andreev * Do not set org.gnome.desktop.input-sources.current when unchanged (LP: #1256559). (46580029) 2014-02-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a4dcdb10) 2014-02-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (204079e3) 2014-02-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8a6024e7) 2014-02-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dfd77420) 2014-02-20 CI bot * Releasing 0.0.0+14.04.20140220-0ubuntu1 (ba586858) 2014-02-20 William Hua * Implement the IBus panel within the indicator. (bbd49ff9) 2014-02-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (42303ce5) 2014-02-19 Ted Gould * Forgot one (dfcdd975) * Switch to pkglibexecdir (76ab6be0) * Grab the makefile config too (8741f59a) * Add in the upstart xdg override (20ef67d7) * Adding an Upstart job configuration (c9d231df) * Dropping the registration as a DBus service (b6b73be5) 2014-02-19 William Hua * Break reference cycle which caused some inconsistent action handling. (b17eaf69) 2014-02-19 CI bot * Releasing 0.0.0+14.04.20140219.1-0ubuntu1 (2de946de) 2014-02-19 Sebastien Bacher * use unity-control-center instead of gnome-control-center (88be23f0) 2014-02-19 William Hua * Implement IBus panel. (0daf660f) 2014-02-19 Sebastien Bacher * use unity-control-center instead of gnome-control-center (a53bb57f) 2014-02-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f4bfd876) 2014-02-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc872e9f) 2014-02-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43df1682) 2014-02-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (033e2cb1) 2014-02-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0fc71c5e) 2014-02-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1135139c) 2014-02-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1986348f) 2014-02-12 CI bot * Resync trunk (5e18e1f9) 2014-02-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4815b4c6) 2014-02-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8541761) 2014-02-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7b53c483) 2014-02-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3273527) 2014-02-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6ecc010) 2014-02-07 CI bot * Releasing 0.0.0+14.04.20140207-0ubuntu1 (6e590ab4) * Adding acceptance tests and merge review policies (c52f10b8) 2014-02-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18946570) 2014-02-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4c74c145) 2014-02-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (37c072de) 2014-02-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (efa63424) 2014-02-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e92560ca) 2014-02-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (de5e4449) 2014-01-31 Ted Gould * Adding acceptance tests and merge review policies. (2ce1ecaf) * Adding merge review policy (2d34dda2) * Adding basic acceptance tests (7d44ce45) 2014-01-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2b4b257) 2014-01-30 William Hua * Replace BAMF with Unity window stack API calls. (30cc82bc) 2014-01-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (51e6bbed) 2014-01-29 William Hua * Merge trunk. (36b1e9f9) * Fix tests by restoring DISPLAY's value. (0828bc2d) * Use fixture class. (393bc450) 2014-01-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1d2cc4c) 2014-01-28 William Hua * Add fixture class from libunity. (f402be78) 2014-01-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b0c0a825) 2014-01-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bf39fa7a) 2014-01-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (52075d6b) 2014-01-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d7e6a587) 2014-01-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c340fc6b) 2014-01-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a8a1ad0) 2014-01-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d9989b32) 2014-01-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5c31a1cc) 2014-01-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dd971c49) 2014-01-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ebbf0449) 2014-01-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5d64f232) 2014-01-17 William Hua * Save and restore DISPLAY. (335ff379) 2014-01-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d76bcb7a) 2014-01-16 William Hua * Prevent double removal of timeout sources. (f7128240) 2014-01-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03897a50) 2014-01-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (98e6f992) 2014-01-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce371ff8) 2014-01-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e33dac3d) 2014-01-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (579e0422) 2014-01-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17f59f0e) 2014-01-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc375a3) 2014-01-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1295207e) 2014-01-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (09774b2a) 2014-01-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ba82a022) 2014-01-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (15763d30) 2014-01-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a415a5c2) 2014-01-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b878a588) 2014-01-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5ab51b13) 2014-01-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (57b81fce) 2014-01-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (72ca532b) 2013-12-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d458b26) 2013-12-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af972b99) 2013-12-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (81857997) 2013-12-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12c22d1e) 2013-12-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf518780) 2013-12-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b597c5d) 2013-12-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (227fa3e8) 2013-12-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (74bbef4c) 2013-12-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2861ffeb) 2013-12-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9f6522bd) 2013-12-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b212589) 2013-12-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (990c46da) 2013-12-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb0fb8dc) 2013-12-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03ec8f8b) 2013-12-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7f1c938b) 2013-12-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2e0a862d) 2013-12-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7421285) 2013-12-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6846921c) 2013-12-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (763873ac) 2013-12-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (582588d8) 2013-12-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b0497f5) 2013-12-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1a814fa2) 2013-12-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a304c29) 2013-12-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (50b5e561) 2013-12-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb6e0ab7) 2013-12-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0c33d929) 2013-12-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (84b8c22e) 2013-12-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (80236de3) 2013-12-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bc879f39) 2013-11-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c36e8a7b) 2013-11-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c05c5b1c) 2013-11-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5de231f6) 2013-11-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (34456e3b) 2013-11-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e967fa4) 2013-11-25 Automatic PS uploader * Releasing 0.0.0+14.04.20131125-0ubuntu1 (revision 185 from lp:indicator-keyboard). (9d665fe4) 2013-11-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (90ae2c10) 2013-11-25 Automatic PS uploader * Releasing 0.0.0+14.04.20131125-0ubuntu1, based on r185 (c6aad610) 2013-11-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cccd65d8) 2013-11-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7980b7dd) 2013-11-22 William Hua * Update window sources when window stack is available. (cca1f055) * Replace BAMF with Unity window stack API calls. (74050490) * Move greeter.vala to unity-greeter.vala. (2fe7f0a9) 2013-11-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6ec0422) 2013-11-21 Allan LeSage * Add gcov coverage tooling; use ./autogen.sh --enable-gcov and then make coverage-html to see a report of what's covered. You can read about the rationale in this old blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . (875ee4d7) * Merge trunk, resolving Makefile conflict. (bf2aab36) 2013-11-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f90c7c21) 2013-11-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (697b56a6) 2013-11-19 William Hua * Add accountsservice.vapi (accountsservice no long ships it). (088743d6) * Add deps/accountsservice.vapi. (0a0b6bff) 2013-11-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (241912d3) 2013-11-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (09c396e5) 2013-11-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ae0f076a) 2013-11-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3fd1f2ac) 2013-11-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f0378ca0) 2013-11-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fac0255e) 2013-11-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8e43dc9d) 2013-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eee33735) 2013-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d765798d) 2013-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (98d89e99) 2013-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (624ce307) 2013-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e0a08f7) 2013-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (82cce286) 2013-11-05 William Hua * Enable middle click and mouse wheel scrolling. Fixes: https://bugs.launchpad.net/bugs/887139. (b50ff233) 2013-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7bba3d50) 2013-11-04 William Hua * Be careful around large scrolling offsets. (c01d6f3f) 2013-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf8eccd1) 2013-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ed6f73df) 2013-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c2a3c54d) 2013-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e2eee88) 2013-10-31 Lars Uebernickel * Set the indicator's position according to http://wiki.ubuntu.com/SystemComponents. (3269a7e3) 2013-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32b4a3a0) 2013-10-30 William Hua * Enable middle click and mouse wheel scrolling. (84fafd7a) 2013-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8e234c7) 2013-10-29 Automatic PS uploader * Releasing 0.0.0+14.04.20131029.1-0ubuntu1 (revision 155 from lp:indicator-keyboard). (bb3466b3) * Releasing 0.0.0+14.04.20131029.1-0ubuntu1, based on r155 (d3b18692) 2013-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4bd754e4) 2013-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (39bf9bbb) 2013-10-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (374b821e) 2013-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b46382ae) 2013-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (21c06f6a) 2013-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78e36eb9) 2013-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e9c1ab79) 2013-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (79748d0a) 2013-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af440d5d) 2013-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29eaa0e8) 2013-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0a3979e5) 2013-10-18 Dmitrijs Ledkovs * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539. (07f0db79) * Fixup (3e640cc9) * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539) (7a1286d4) 2013-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d52f559) 2013-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (94224e64) 2013-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cbd8ef1a) 2013-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bdf25277) 2013-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bdd47de4) 2013-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf69e369) 2013-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a58666c) 2013-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0812dee1) 2013-10-10 Automatic PS uploader * Releasing 0.0.0+13.10.20131010.1-0ubuntu1 (revision 134 from lp:indicator-keyboard). (7fedfc74) * Releasing 0.0.0+13.10.20131010.1-0ubuntu1, based on r134 (a036a81d) 2013-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d41d0306) 2013-10-09 William Hua * Don't set LightDM's layout if we're in a session. (LP: 1226962). Fixes: https://bugs.launchpad.net/bugs/1226962. (1c82c8c2) * Don't set LightDM's layout if we're in a session. (LP: 1226962) (96ba3bfe) 2013-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45f0066c) 2013-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44c5f2b5) 2013-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71cf4e86) 2013-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (296319f2) 2013-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7dedd72b) 2013-10-04 Automatic PS uploader * Releasing 0.0.0+13.10.20131004-0ubuntu1 (revision 125 from lp:indicator-keyboard). (83bdc93b) 2013-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bfd39294) 2013-10-04 Automatic PS uploader * Releasing 0.0.0+13.10.20131004-0ubuntu1, based on r125 (5b2dff04) 2013-10-03 William Hua * Set the selected user's first keyboard layout whenever it changes under unity-greeter. (LP #1233945). Fixes: https://bugs.launchpad.net/bugs/1233945. (dbc0fe12) 2013-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3aa725b9) 2013-10-02 William Hua * Switch to default layout for non-users in unity-greeter. (62e536eb) * Get greeter unique bus name from environment. (d5dab6b8) 2013-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0c711f04) 2013-10-01 William Hua * ocd (673d3cc0) * Connect properly and handle edge cases. (3e10c675) 2013-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1959bd03) 2013-09-30 William Hua * Set initial layout whenever user is switched in unity-greeter. (292ca060) 2013-09-30 Sebastien Bacher * There was a manual upload for translation, get it back in trunk . (9dfed0f3) 2013-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33ccbca6) 2013-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e081bed5) 2013-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (143fd7ee) 2013-09-27 Sebastien Bacher * There was a manual upload for translation, get it back in trunk (164677a6) 2013-09-24 Automatic PS uploader * Releasing 0.0.0+13.10.20130924.2-0ubuntu1 (revision 116 from lp:indicator-keyboard). (4ee93cb1) * Releasing 0.0.0+13.10.20130924.2-0ubuntu1, based on r116 (9afbb4af) 2013-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e325240f) 2013-09-23 Lars Uebernickel * Add missing semicolon (916788fa) * Set position of the indicator (5e9c82fa) 2013-09-23 William Hua * Fall-back on old unity-greeter keyboard layouts in case migration hasn't occurred. Fixes: https://bugs.launchpad.net/bugs/1228489. (2748d18f) 2013-09-21 William Hua * Prevent index out of bounds. (4c4d3fe6) * Always add the default layout. (caa8187d) * Don't waste space. (04f6c6c8) 2013-09-20 William Hua * Use old user layouts if they haven't migrated yet. (b4546f5c) * Fallback to LightDM default. (f485f874) * Only use XKeyboardLayouts if InputSources is empty. (474217ef) * Infer variable type. (8031d683) 2013-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ea0b2801) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829.1-0ubuntu1 (revision 112 from lp:indicator-keyboard). (ae40f671) * Releasing 0.0.0+13.10.20130829.1-0ubuntu1, based on r112 (aa26dff8) 2013-08-29 William Hua * Append input source suffix to accessible-desc as described in design spec. (b0f10378) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829-0ubuntu1 (revision 110 from lp:indicator-keyboard). (ee3f00b7) 2013-08-29 William Hua * Use printf-style format string instead. (807c6d87) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829-0ubuntu1, based on r110 (c768673d) 2013-08-28 William Hua * Append input source suffix to accessible-desc. (f1416ee3) 2013-08-28 Matthieu Baerts * Added an 'accessible description' (e3220580) * Added an 'accessible description' (09910321) 2013-08-22 Automatic PS uploader * Releasing 0.0.0+13.10.20130822.4-0ubuntu1 (revision 108 from lp:indicator-keyboard). (5324c504) * Releasing 0.0.0+13.10.20130822.4-0ubuntu1, based on r108 (f55e94c6) 2013-08-22 Jeremy Bicha * Don't build-depend on quilt and drop debian/README.source, thanks Michael Terry!. (0004f984) * Drop debian/README.source and build-depends on quilt (85051b72) 2013-08-22 William Hua * Proper shutdown on SIGTERM. (05cd692f) * Use accountsservice and make work under unity-greeter. (e974f427) * Merge trunk. (3d0529fa) * Kill running gvfs instance after tests finish. (39fd9bd8) * Kill running gvfs instance after tests finish. (30ca305b) * Proper shutdown on SIGTERM. (201e48e1) 2013-08-21 Automatic PS uploader * Releasing 0.0.0+13.10.20130821-0ubuntu1 (revision 103 from lp:indicator-keyboard). (e7ef3f36) * Releasing 0.0.0+13.10.20130821-0ubuntu1, based on r103 (95387da2) 2013-08-21 Mathieu Trudel-Lapierre * Bootstrap commit. (746e8d2d) * Automatic snapshot from revision 102 (bootstrap) (06194a66) * Packaging review. (cda79750) 2013-08-21 William Hua * Use long delays in places when they may be killed prematurely. (c7f79452) * Use long delays in places when they may be killed prematurely. (100ba684) 2013-08-20 William Hua * Change XDG_RUNTIME_DIR to point in-tree. The tests don't run properly because the default XDG_RUNTIME_DIR doesn't exist in a schroot. (df3cf3ed) * Change XDG_RUNTIME_DIR to point in-tree. (fb33dc66) 2013-08-13 Mathieu Trudel-Lapierre * Remove dh_auto_test override. (e89fa16b) * Merge packaging (81097693) 2013-08-12 William Hua * Resolve flaky test by always forcing the delay. (b95b1793) * Fix out-of-bounds error. (5c12e10b) 2013-08-09 Mathieu Trudel-Lapierre * debian/control: - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing.; debian/compat: bump to compat level 9.; debian/source/format: make sure we're using format 1.0. (624b1149) 2013-08-08 Allan LeSage * Add gcov.m4, adjust .bzrignore for m4 files, add coverage Makefile. (f10353bc) * Add gcov coverage tooling. (28c5156a) 2013-08-08 William Hua * Split useful code into separate Source object. (61af9c29) * Switch to serial test harness. (4f411bb4) * Fix a couple more potential races. (170596ad) 2013-08-07 William Hua * Work under lightdm/unity-greeter. (4451d840) * Split useful code into separate Source object. (0e3bb465) 2013-08-07 Mathieu Trudel-Lapierre * Re-add the missing comments (9d2aacb9) 2013-08-07 William Hua * Resolve flaky test by forcing a delay. (49783d70) 2013-08-06 William Hua * Add debugging information for tests. (6d780dde) 2013-08-05 Mathieu Trudel-Lapierre * Fix identation for (Build-)Depends (2b586790) * Add another missing comma (6fd14a94) * debian/control: - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing.; debian/compat: bump to compat level 9.; debian/source/format: make sure we're using format 1.0. (a8d98f5d) 2013-07-31 William Hua * Remove a lot of unnecessary files in the deps directory. (1677a55c) * Update license headers. (2be6aabc) 2013-07-30 William Hua * Remove unneeded README. (ed143368) * Remove libbamf3.vapi, libgnomekbd.vapi, and libxklavier.vapi. (6c62ed4e) * Remove unneeded valadocs. (f4a3c189) * Delete the valadocs that are not needed for build. (c1d2bb9c) * Add COPYING.LESSER back. (c9898682) * Update license headers. (4e97f9df) 2013-07-30 Jeremy Bicha * drop .pc/ and debian/patches/ directories (fa9b85fc) 2013-07-30 William Hua * Quilt clean up. (a3be6f0f) 2013-07-23 William Hua * Initial autopilot work. (6958eda8) 2013-07-18 William Hua * Fix tests in pbuilder. (7b0816b6) 2013-07-18 Jeremy Bicha * debian/control: - Don't build-depend on vala-0.20-vapi - Build-depend on dbus for tests (c87bcc61) 2013-07-17 William Hua * Relax test that fails when IBus runs headless. (53777140) * Use Xvfb for headless tests. (08943a80) * Add test script. (97501805) * Add --use-bamf option. (c33096c8) * Fallback to ThemedIcon without --use-gtk. (60e32811) * Add --use-gtk flag. (4d097b8e) 2013-07-15 Jeremy Bicha * debian/control: - Don't build-depend on valac-0.20-vapi - Build-depend on dbus for tests (5f3664cc) 2013-07-04 William Hua * Disable experimental non-null for tests. (6061e1de) * Wrap up tests. (7507be3c) 2013-07-03 William Hua * Update source test. (e33f980e) * Fix broken tests. (ad1aa443) 2013-07-02 William Hua * Set input source test. (573bb692) * Repair test fixtures. (607a5dee) 2013-07-01 William Hua * Add indicator schema. (db0ebaa3) 2013-06-28 William Hua * Fix quilt patching. (40fb7635) * Remove local install option. (1d9713e6) 2013-06-27 William Hua * Minor fixes. (af2cd91d) * Continued tests work-in-progress. (ae6ef44d) 2013-06-26 William Hua * Rename directory. (b68e1b1c) 2013-06-25 William Hua * Tests work-in-progress. (a8b6bb97) 2013-06-24 William Hua * Remove autopilot support. (900fadf5) * Check if at least one IBus engine. (0a4f042f) 2013-06-22 William Hua * Fix lintian warnings. (8212d680) * Experimental non-null support. (932273ca) * Change return type of get_icon_string (). (f0a27935) * Fix segfault due to https://bugzilla.gnome.org/show_bug.cgi?id=702846. (904a7a40) * Don't initialize out variables. (f786b1fc) * Don't set menu item if null. (3dd243d0) 2013-06-21 William Hua * Keyboard indicator experimental non-null. (b4660d9b) * Icon generator enable experimental non-null. (bba9546d) * Simplify abbreviations. (b7c785a8) 2013-06-20 William Hua * Update debian/copyright. (9d174c31) * Update maintainer. (da087f3b) * Update indicator service manifest. (07d1ec2d) * Minor fixes to migration. (ebce729f) * Fix lintian error. (18bd275b) * Migrate old keyboard layouts and IM engines. (06e0f0bc) 2013-06-19 William Hua * Remove indicator-keyboard-schema. (d7406e9b) * Per-window fixes. (682d07f5) 2013-06-17 William Hua * Bare setup autopilot testing. (92787839) 2013-06-14 William Hua * Build depend on dh-translations. (a11146af) 2013-06-13 William Hua * dh --with translations. (8709e3db) 2013-06-10 William Hua * Build depend on libgee-dev. (24911f70) * Update debian/changelog. (ecf63106) * Fix i18n in packaging. (a16bbbbe) 2013-06-07 William Hua * Prefix icon names with indicator-keyboard. (3c4988ba) * Lookup icon in theme first. (d02c2794) 2013-06-05 William Hua * Optimize svg size. (5bdd35af) * Align text within icons properly. (91ddc799) * Add subscript to icon-1.svg.in. (97e94283) 2013-06-04 William Hua * Icon generator. (97c38e4e) * Factor out common code. (7f9e0c6f) * Update gnome-desktop-3.0.vapi. (aabf5155) 2013-05-31 William Hua * Add portable object template. (7ad8e2e1) * i18n for indicator. (10b47cca) 2013-05-30 William Hua * Use intltoolize instead. (3392de27) * GLib gettext support. (5871583b) 2013-05-15 William Hua * Require vala 0.20. (ebcc1f94) 2013-05-08 William Hua * Fix icon rendering. (cf460ebb) 2013-05-07 William Hua * Fix keyboard layout display names. (c121830a) * Packaging changes. (aa4b1300) 2013-04-29 William Hua * Indicator visible setting. (0d409ee7) 2013-04-26 William Hua * Use dictionary action state. (2351bfaa) 2013-04-16 William Hua * GBytesIcon support. (b22f1719) * Remove extra menu item. (aabb3c2e) 2013-04-15 William Hua * Fix segfault. (b01af54b) * Set icon on menu item. (84d7f8a8) 2013-04-09 William Hua * Depend on IBus 1.5. (a5caf702) * Update build dependencies. (11011758) 2013-04-08 William Hua * Watch changes to input sources. (0011efc6) * Watch for changes to current source. (25336a06) 2013-04-05 William Hua * Rounded corners. (c651a970) * Generate icons. (125fbd0a) 2013-04-03 William Hua * Don't check for null settings. (0aa2d2eb) * Update .bzrignore. (7c1581a1) * Autogen indicator-keyboard.{indicator,service}. (9b460b32) * Add debian. (bf9cd00d) * Add missing. (1fe18683) 2013-04-02 William Hua * Fix display name of IBus engines. (0817b1fa) * Use long name of engine in menu. (9d04807f) * Guess correct keyboard layout. (961446ae) 2013-04-01 William Hua * Character map, layout chart, input settings. (17b5871e) 2013-03-25 William Hua * Fiddle with GSettings. (500d2d52) 2013-03-22 William Hua * Add libxklavier.vapi and docs. (c81a7085) * Proper linking. (9499e5aa) * Fix header file names in deps/libgnomekbd.vapi. (bd8935d6) * Use .metadata files instead. (db995f3e) 2013-03-21 William Hua * Integrate IBus and libgnomekbd. (bb5d7364) 2013-03-18 William Hua * Add .bzrignore. (1eba4ec7) 2013-03-15 William Hua * Initial commit. (3846f9eb) ayatana-indicator-keyboard-24.7.2/CMakeLists.txt0000644000000000000000000000423214761105657016437 0ustar cmake_minimum_required (VERSION 3.13) project (ayatana-indicator-keyboard VERSION "24.7.2" LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) # Options option(ENABLE_WERROR "Treat all build warnings as errors" OFF) option(ENABLE_UBUNTU_ACCOUNTSSERVICE "Build with Ubuntu's fork of accountsservice" OFF) set(CMAKE_BUILD_TYPE "Release") if(ENABLE_WERROR) add_definitions("-Werror") endif() if(ENABLE_UBUNTU_ACCOUNTSSERVICE) add_compile_definitions(ENABLE_UBUNTU_ACCOUNTSSERVICE) endif() if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") add_definitions("-Weverything") else() add_definitions("-Wall") endif() # GNU standard installation directories include (GNUInstallDirs) # Gettext set(GETTEXT_PACKAGE "ayatana-indicator-keyboard") add_definitions (-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" -DLOCALEDIR="${CMAKE_INSTALL_FULL_LOCALEDIR}") # Check for prerequisites find_package (PkgConfig REQUIRED) include (CheckIncludeFile) include (FindPkgConfig) pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 libayatana-common>=0.9.11 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3) pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.5 libxklavier>=5.3) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) # custom targets set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) add_custom_target (dist COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.gz WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) add_custom_target (cppcheck COMMAND cppcheck --enable=all -q --error-exitcode=2 --inline-suppr ${CMAKE_SOURCE_DIR}/src) # Actual building include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include) include_directories (${CMAKE_CURRENT_BINARY_DIR}/include) add_subdirectory(src) add_subdirectory(data) add_subdirectory(po) # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") message(STATUS "Build with Ubuntu's fork of accountsservice: ${ENABLE_UBUNTU_ACCOUNTSSERVICE}") message(STATUS "Build with -Werror: ${ENABLE_WERROR}") ayatana-indicator-keyboard-24.7.2/contrib/ayatana-indicator-keyboard-icon-generator.py0000644000000000000000000001413414761105657026013 0ustar #!/usr/bin/env python3 # -*- coding: utf-8 -*- import gi gi.require_version('PangoFT2', '1.0') from gi.repository import PangoFT2, Pango from pathlib import Path import sys import getopt #import subprocess m_lLanguages = [ '00', 'Ae', 'Ak', 'Am', 'An', 'Ap', 'Ar', 'As', 'At', 'Av', 'Az', 'Ba', 'Bb', 'Be', 'Bg', 'Bi', 'Bl', 'Bm', 'Bn', 'Bo', 'Bs', 'By', 'Ca', 'Ck', 'Cl', 'Cm', 'Cn', 'Cp', 'Cs', 'Cu', 'custom', 'Cv', 'Da', 'De', 'Dl', 'Dv', 'Dz', 'Ed', 'Ee', 'Ek', 'emoji', 'En', 'Eo', 'Es', 'Et', 'Fa', 'Ff', 'Fi', 'Fo', 'Fr', 'Fu', 'Ga', 'Gh', 'Go', 'Gr', 'Gu', 'Ha', 'He', 'Hi', 'Hp', 'Hr', 'Hs', 'Hu', 'Hw', 'Hy', 'Id', 'Ig', 'Il', 'Ip', 'Iq', 'Is', 'It', 'Iu', 'Ix', 'Ja', 'Ka', 'Kb', 'Ki', 'Kk', 'Km', 'Kn', 'Ko', 'Kp', 'Kt', 'Ku', 'Kv', 'Kx', 'Ky', 'Lo', 'Ls', 'Lt', 'Lv', 'Ma', 'Mb', 'Md', 'Me', 'Mi', 'Mk', 'Ml', 'Mn', 'Mr', 'Ms', 'Mt', 'Mu', 'Mx', 'Ne', 'Nk', 'No', 'Ns', 'Oc', 'Og', 'Ol', 'Or', 'Os', 'Pa', 'Ph', 'Pl', 'Ps', 'Pt', 'Ro', 'Rs', 'Ru', 'Sa', 'Sb', 'Sd', 'Sf', 'Si', 'Sj', 'Sk', 'Sl', 'Sp', 'Sq', 'Sr', 'Sv', 'Sw', 'Sx', 'Sy', 'Sz', 'Ta', 'Te', 'Tg', 'Th', 'Tk', 'Tn', 'Tr', 'Tt', 'Tw', 'Ua', 'Ud', 'Ug', 'Uk', 'Ur', 'Uz', 'Vi', 'Wo', 'Ya', 'Yo', 'Zg', 'Zh' ] def printHelp(): print('') print('Usage:') print('') print('ayatana-indicator-keyboard-icon-generator -p -c -f -n -x -o ') print('') print(' The padding between the fill and the edges of the image') print(' Defaults to 0.8') print(' The colour of the fill') print(' Defaults to "#ffffff"') print(' The font family') print(' Defaults to "Sans Regular"') print('-n Do not fill the icon, draw the border only') print(' Not used by default') print('-x Generate high colour icons') print(' Overrides all other options') print(' The output directory') print(' Defaults to the current directory') print('') if __name__ == '__main__': fBorder = 0.8 sColour = '#ffffff' sFont = "Sans Regular" pOutDir = Path.cwd() nFont = 15 nWeight = 500 bNoFill = False bHighColour = False lOpts = [] try: lOpts = getopt.getopt(sys.argv[1:], 'hp:c:f:nxo:')[0] except getopt.GetoptError: printHelp() sys.exit(1) for sOpt, sArg in lOpts: if sOpt == '-h': printHelp() sys.exit(0) elif sOpt == '-p': fBorder = float(sArg) elif sOpt == '-c': sColour = sArg elif sOpt == '-f': sFont = sArg elif sOpt == '-n': bNoFill = True elif sOpt == '-x': bHighColour = True fBorder = 0.0 elif sOpt == '-o': pOutDir = Path(sArg) pOutDir.mkdir(parents=True, exist_ok=True) fRx = 2.4 fSize = 24.0 - (fBorder * 2) fIconX = (24.0 - fSize) / 2 fIconY = (24.0 - fSize) / 2 if bNoFill: nWeight = 300 nFont = 13 fSize -= 0.8 fIconX = fBorder + 0.4 fIconY = fBorder + 0.4 if bHighColour: nWeight = 500 nFont = 13 fSize -= 0.8 fIconX = fBorder + 0.4 fIconY = fBorder + 0.4 pFontMap = PangoFT2.FontMap.new() pContext = Pango.FontMap.create_context(pFontMap) pFontDescription = Pango.FontDescription.new() pFontDescription.set_family(sFont) pFontDescription.set_weight(nWeight) pFontDescription.set_size(nFont * Pango.SCALE) pLayout = Pango.Layout.new(pContext) pLayout.set_font_description(pFontDescription) for sLanguage in m_lLanguages: sOutPath = pOutDir.joinpath('ayatana-indicator-keyboard-' + sLanguage + '.svg') with open(sOutPath, 'w') as pFile: if sLanguage == '00': sLanguage = '?' elif sLanguage == 'emoji': sLanguage = '😐' elif sLanguage == 'custom': sLanguage = '#' pLayout.set_text(sLanguage, -1) nLayoutWidth, nLayoutHeight = pLayout.get_size() nBaseline = pLayout.get_baseline() fLayoutX = (24.0 - (nLayoutWidth / Pango.SCALE)) / 2 + (fBorder * 0.1) fLayoutY = (24.0 - (nLayoutHeight / Pango.SCALE)) / 2 + (nBaseline / Pango.SCALE) + (fBorder * 0.1) if bHighColour: pFile.write('' + sLanguage + '') elif bNoFill: pFile.write('' + sLanguage + '') else: pFile.write('' + sLanguage + '') #subprocess.run('inkscape "' + str(sOutPath) + '" --export-text-to-path --export-plain-svg --export-filename="' + str(sOutPath) + '"', shell=True, check=True); sys.exit(0) ayatana-indicator-keyboard-24.7.2/COPYING0000644000000000000000000010451314761105657014735 0ustar GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ayatana-indicator-keyboard-24.7.2/data/50-org.ayatana.indicator.keyboard.AccountsService.rules0000644000000000000000000000040014761105657027154 0ustar // Allow LightDM to set AccountsService fields polkit.addRule (function (action, subject) { if (action.id == "org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser" && subject.user == "lightdm") { return polkit.Result.YES; } }); ayatana-indicator-keyboard-24.7.2/data/ayatana-indicator-keyboard.desktop.in0000644000000000000000000000036214761105657023776 0ustar [Desktop Entry] Type=Application Name=Ayatana Indicator Keyboard Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-keyboard/ayatana-indicator-keyboard-service OnlyShowIn=Unity;MATE;XFCE; NoDisplay=true StartupNotify=false Terminal=false ayatana-indicator-keyboard-24.7.2/data/ayatana-indicator-keyboard.service.in0000644000000000000000000000052514761105657023766 0ustar [Unit] Description=Ayatana Indicator Keyboard PartOf=graphical-session.target PartOf=ayatana-indicators.target lomiri-indicators.target [Service] ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-keyboard/ayatana-indicator-keyboard-service Restart=on-failure [Install] WantedBy=ayatana-indicators.target lomiri-indicators.target ayatana-indicator-keyboard-24.7.2/data/CMakeLists.txt0000644000000000000000000000545614761105657017361 0ustar # Systemd Unit File pkg_check_modules(SYSTEMD systemd) if (${SYSTEMD_FOUND}) pkg_get_variable(SYSTEMD_USER_DIR systemd systemduserunitdir) message (STATUS "${SYSTEMD_USER_DIR} is the systemd user unit file install dir") set (SYSTEMD_USER_NAME "${CMAKE_PROJECT_NAME}.service") set (SYSTEMD_USER_FILE "${CMAKE_CURRENT_BINARY_DIR}/${SYSTEMD_USER_NAME}") set (SYSTEMD_USER_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${SYSTEMD_USER_NAME}.in") configure_file ("${SYSTEMD_USER_FILE_IN}" "${SYSTEMD_USER_FILE}") install (FILES "${SYSTEMD_USER_FILE}" DESTINATION "${SYSTEMD_USER_DIR}") endif() # XDG Autostart File set (XDG_AUTOSTART_DIR "/etc/xdg/autostart") message (STATUS "${XDG_AUTOSTART_DIR} is the DBus Service File install dir") set (XDG_AUTOSTART_NAME "${CMAKE_PROJECT_NAME}.desktop") set (XDG_AUTOSTART_FILE "${CMAKE_CURRENT_BINARY_DIR}/${XDG_AUTOSTART_NAME}") set (XDG_AUTOSTART_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${XDG_AUTOSTART_NAME}.in") configure_file ("${XDG_AUTOSTART_FILE_IN}" "${XDG_AUTOSTART_FILE}") install (FILES "${XDG_AUTOSTART_FILE}" DESTINATION "${XDG_AUTOSTART_DIR}") # Ayatana Indicators File set (AYATANA_INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATADIR}/ayatana/indicators") message (STATUS "${AYATANA_INDICATOR_DIR} is the Ayatana Indicators install dir") set (AYATANA_INDICATOR_NAME "org.ayatana.indicator.keyboard") set (AYATANA_INDICATOR_FILE "${CMAKE_CURRENT_SOURCE_DIR}/${AYATANA_INDICATOR_NAME}") install (FILES "${AYATANA_INDICATOR_FILE}" DESTINATION "${AYATANA_INDICATOR_DIR}") # Icons install (DIRECTORY "icons/" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/icons") # org.ayatana.indicator.keyboard.AccountsService.xml install(FILES org.ayatana.indicator.keyboard.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.keyboard.AccountsService.xml\")") install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../dbus-1/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml)") # org.ayatana.indicator.keyboard.AccountsService.policy install(FILES org.ayatana.indicator.keyboard.AccountsService.policy DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/actions") # 50-org.ayatana.indicator.keyboard.AccountsService.rules install (FILES 50-org.ayatana.indicator.keyboard.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d") # org.ayatana.indicator.keyboard.gschema.xml find_package (GSettings REQUIRED) add_schema ("org.ayatana.indicator.keyboard.gschema.xml") ././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-00.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046414761105657030525 0ustar ?././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ae.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ae././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ak.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ak././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Am.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Am././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-An.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046614761105657030527 0ustar An ././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ap.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ap././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ar.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ar././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-As.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar As././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-At.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar At././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Av.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Av././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Az.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Az././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ba.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ba././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bb.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bb././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Be.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Be././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bg.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bg././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bi.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bi././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bl.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bl././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bm.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bm././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bn.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bn././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Bs.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Bs././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-By.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar By././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ca.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ca././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ck.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ck././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cl.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cl././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cm.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cm././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cn.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cn././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cp.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cp././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cs.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cs././@LongLink0000644000000000000000000000016000000000000007770 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-custom.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046414761105657030525 0ustar #././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Cv.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Cv././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Da.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Da././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-De.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar De././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Dl.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Dl././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Dv.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Dv././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Dz.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Dz././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ed.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ed././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ee.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ee././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ek.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ek././@LongLink0000644000000000000000000000015700000000000007776 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-emoji.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046614761105657030527 0ustar 😐././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-En.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar En././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Eo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Eo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Es.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Es././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Et.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Et././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Fa.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Fa././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ff.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ff././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Fi.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Fi././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Fo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Fo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Fr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Fr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Fu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Fu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ga.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ga././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Gh.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Gh././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Go.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046614761105657030527 0ustar Go ././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Gr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Gr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Gu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Gu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ha.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ha././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-He.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar He././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hi.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hi././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hp.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hp././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hs.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hs././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hw.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hw././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Hy.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Hy././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Id.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Id././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ig.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ig././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Il.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Il././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ip.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ip././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Iq.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Iq././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Is.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Is././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-It.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar It././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Iu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Iu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ix.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ix././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ja.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ja././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ka.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ka././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kb.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kb././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ki.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ki././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Km.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Km././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kn.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kn././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ko.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ko././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kp.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kp././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kt.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kt././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ku.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ku././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kv.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kv././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Kx.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Kx././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ky.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ky././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Lo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Lo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ls.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ls././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Lt.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Lt././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Lv.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Lv././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ma.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ma././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mb.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mb././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Md.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Md././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Me.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Me././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mi.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mi././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ml.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ml././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mn.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mn././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ms.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ms././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mt.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mt././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mu.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mu././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Mx.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Mx././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ne.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ne././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Nk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Nk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-No.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar No././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ns.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ns././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Oc.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Oc././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Og.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Og././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ol.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ol././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Or.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Or././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Os.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Os././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Pa.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Pa././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ph.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ph././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Pl.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Pl././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ps.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ps././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Pt.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Pt././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ro.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ro././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Rs.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Rs././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ru.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ru././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sa.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sa././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sb.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sb././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sd.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sd././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sf.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sf././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Si.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Si././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sj.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sj././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sl.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sl././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sp.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sp././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sq.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sq././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sv.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sv././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sw.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sw././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sx.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sx././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sy.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Sy././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Sz.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046614761105657030527 0ustar Sz ././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ta.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ta././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Te.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Te././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tg.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tg././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Th.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Th././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tn.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tn././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tr.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tr././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tt.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tt././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Tw.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Tw././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ua.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ua././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ud.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ud././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ug.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ug././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Uk.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Uk././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ur.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ur././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Uz.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Uz././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Vi.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Vi././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Wo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Wo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Ya.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Ya././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Yo.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Yo././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Zg.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Zg././@LongLink0000644000000000000000000000015400000000000007773 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard-Zh.svgayatana-indicator-keyboard-24.7.2/data/icons/ContrastHigh/scalable/status/ayatana-indicator-keyboard0000644000000000000000000000046514761105657030526 0ustar Zh././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-00.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-00.s0000644000000000000000000000046414761105657030245 0ustar ?././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ae.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ae.s0000644000000000000000000000046514761105657030354 0ustar Ae././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ak.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ak.s0000644000000000000000000000046514761105657030362 0ustar Ak././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Am.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Am.s0000644000000000000000000000046514761105657030364 0ustar Am././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-An.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-An.s0000644000000000000000000000046514761105657030365 0ustar An././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ap.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ap.s0000644000000000000000000000046514761105657030367 0ustar Ap././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ar.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ar.s0000644000000000000000000000046514761105657030371 0ustar Ar././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-As.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-As.s0000644000000000000000000000046514761105657030372 0ustar As././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-At.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-At.s0000644000000000000000000000046514761105657030373 0ustar At././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Av.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Av.s0000644000000000000000000000046514761105657030375 0ustar Av././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Az.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Az.s0000644000000000000000000000046514761105657030401 0ustar Az././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ba.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ba.s0000644000000000000000000000046514761105657030351 0ustar Ba././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bb.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bb.s0000644000000000000000000000046514761105657030352 0ustar Bb././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Be.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Be.s0000644000000000000000000000046514761105657030355 0ustar Be././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bg.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bg.s0000644000000000000000000000046514761105657030357 0ustar Bg././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bi.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bi.s0000644000000000000000000000046514761105657030361 0ustar Bi././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bl.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bl.s0000644000000000000000000000046514761105657030364 0ustar Bl././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bm.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bm.s0000644000000000000000000000046514761105657030365 0ustar Bm././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bn.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bn.s0000644000000000000000000000046514761105657030366 0ustar Bn././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bo.s0000644000000000000000000000046514761105657030367 0ustar Bo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bs.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Bs.s0000644000000000000000000000046514761105657030373 0ustar Bs././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-By.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-By.s0000644000000000000000000000046514761105657030401 0ustar By././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ca.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ca.s0000644000000000000000000000046514761105657030352 0ustar Ca././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ck.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ck.s0000644000000000000000000000046514761105657030364 0ustar Ck././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cl.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cl.s0000644000000000000000000000046514761105657030365 0ustar Cl././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cm.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cm.s0000644000000000000000000000046514761105657030366 0ustar Cm././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cn.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cn.s0000644000000000000000000000046514761105657030367 0ustar Cn././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cp.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cp.s0000644000000000000000000000046514761105657030371 0ustar Cp././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cs.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cs.s0000644000000000000000000000046514761105657030374 0ustar Cs././@LongLink0000644000000000000000000000015300000000000007772 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-custom.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-cust0000644000000000000000000000046414761105657030543 0ustar #././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cu.s0000644000000000000000000000046514761105657030376 0ustar Cu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cv.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Cv.s0000644000000000000000000000046514761105657030377 0ustar Cv././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Da.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Da.s0000644000000000000000000000046514761105657030353 0ustar Da././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-De.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-De.s0000644000000000000000000000046514761105657030357 0ustar De././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dl.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dl.s0000644000000000000000000000046514761105657030366 0ustar Dl././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dv.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dv.s0000644000000000000000000000046514761105657030400 0ustar Dv././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dz.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Dz.s0000644000000000000000000000046514761105657030404 0ustar Dz././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ed.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ed.s0000644000000000000000000000046514761105657030357 0ustar Ed././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ee.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ee.s0000644000000000000000000000046514761105657030360 0ustar Ee././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ek.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ek.s0000644000000000000000000000046514761105657030366 0ustar Ek././@LongLink0000644000000000000000000000015200000000000007771 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-emoji.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-emoj0000644000000000000000000000046614761105657030521 0ustar 😐././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-En.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-En.s0000644000000000000000000000046514761105657030371 0ustar En././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Eo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Eo.s0000644000000000000000000000046514761105657030372 0ustar Eo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Es.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Es.s0000644000000000000000000000046514761105657030376 0ustar Es././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Et.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Et.s0000644000000000000000000000046514761105657030377 0ustar Et././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fa.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fa.s0000644000000000000000000000046514761105657030355 0ustar Fa././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ff.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ff.s0000644000000000000000000000046514761105657030362 0ustar Ff././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fi.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fi.s0000644000000000000000000000046514761105657030365 0ustar Fi././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fo.s0000644000000000000000000000046514761105657030373 0ustar Fo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fr.s0000644000000000000000000000046514761105657030376 0ustar Fr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Fu.s0000644000000000000000000000046514761105657030401 0ustar Fu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ga.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ga.s0000644000000000000000000000046514761105657030356 0ustar Ga././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gh.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gh.s0000644000000000000000000000046514761105657030365 0ustar Gh././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Go.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Go.s0000644000000000000000000000046514761105657030374 0ustar Go././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gr.s0000644000000000000000000000046514761105657030377 0ustar Gr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Gu.s0000644000000000000000000000046514761105657030402 0ustar Gu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ha.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ha.s0000644000000000000000000000046514761105657030357 0ustar Ha././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-He.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-He.s0000644000000000000000000000046514761105657030363 0ustar He././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hi.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hi.s0000644000000000000000000000046514761105657030367 0ustar Hi././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hp.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hp.s0000644000000000000000000000046514761105657030376 0ustar Hp././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hr.s0000644000000000000000000000046514761105657030400 0ustar Hr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hs.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hs.s0000644000000000000000000000046514761105657030401 0ustar Hs././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hu.s0000644000000000000000000000046514761105657030403 0ustar Hu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hw.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hw.s0000644000000000000000000000046514761105657030405 0ustar Hw././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hy.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Hy.s0000644000000000000000000000046514761105657030407 0ustar Hy././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Id.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Id.s0000644000000000000000000000046514761105657030363 0ustar Id././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ig.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ig.s0000644000000000000000000000046514761105657030366 0ustar Ig././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Il.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Il.s0000644000000000000000000000046514761105657030373 0ustar Il././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ip.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ip.s0000644000000000000000000000046514761105657030377 0ustar Ip././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Iq.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Iq.s0000644000000000000000000000046514761105657030400 0ustar Iq././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Is.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Is.s0000644000000000000000000000046514761105657030402 0ustar Is././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-It.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-It.s0000644000000000000000000000046514761105657030403 0ustar It././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Iu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Iu.s0000644000000000000000000000046514761105657030404 0ustar Iu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ix.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ix.s0000644000000000000000000000046514761105657030407 0ustar Ix././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ja.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ja.s0000644000000000000000000000046514761105657030361 0ustar Ja././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ka.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ka.s0000644000000000000000000000046514761105657030362 0ustar Ka././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kb.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kb.s0000644000000000000000000000046514761105657030363 0ustar Kb././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ki.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ki.s0000644000000000000000000000046514761105657030372 0ustar Ki././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kk.s0000644000000000000000000000046514761105657030374 0ustar Kk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Km.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Km.s0000644000000000000000000000046514761105657030376 0ustar Km././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kn.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kn.s0000644000000000000000000000046514761105657030377 0ustar Kn././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ko.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ko.s0000644000000000000000000000046514761105657030400 0ustar Ko././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kp.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kp.s0000644000000000000000000000046514761105657030401 0ustar Kp././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kt.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kt.s0000644000000000000000000000046514761105657030405 0ustar Kt././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ku.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ku.s0000644000000000000000000000046514761105657030406 0ustar Ku././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kv.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kv.s0000644000000000000000000000046514761105657030407 0ustar Kv././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kx.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Kx.s0000644000000000000000000000046514761105657030411 0ustar Kx././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ky.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ky.s0000644000000000000000000000046514761105657030412 0ustar Ky././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lo.s0000644000000000000000000000046514761105657030401 0ustar Lo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ls.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ls.s0000644000000000000000000000046514761105657030405 0ustar Ls././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lt.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lt.s0000644000000000000000000000046514761105657030406 0ustar Lt././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lv.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Lv.s0000644000000000000000000000046514761105657030410 0ustar Lv././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ma.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ma.s0000644000000000000000000000046514761105657030364 0ustar Ma././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mb.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mb.s0000644000000000000000000000046514761105657030365 0ustar Mb././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Md.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Md.s0000644000000000000000000000046514761105657030367 0ustar Md././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Me.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Me.s0000644000000000000000000000046514761105657030370 0ustar Me././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mi.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mi.s0000644000000000000000000000046514761105657030374 0ustar Mi././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mk.s0000644000000000000000000000046514761105657030376 0ustar Mk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ml.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ml.s0000644000000000000000000000046514761105657030377 0ustar Ml././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mn.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mn.s0000644000000000000000000000046514761105657030401 0ustar Mn././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mr.s0000644000000000000000000000046514761105657030405 0ustar Mr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ms.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ms.s0000644000000000000000000000046514761105657030406 0ustar Ms././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mt.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mt.s0000644000000000000000000000046514761105657030407 0ustar Mt././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mu.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mu.s0000644000000000000000000000046514761105657030410 0ustar Mu././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mx.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Mx.s0000644000000000000000000000046514761105657030413 0ustar Mx././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ne.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ne.s0000644000000000000000000000046514761105657030371 0ustar Ne././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Nk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Nk.s0000644000000000000000000000046514761105657030377 0ustar Nk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-No.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-No.s0000644000000000000000000000046514761105657030403 0ustar No././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ns.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ns.s0000644000000000000000000000046514761105657030407 0ustar Ns././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Oc.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Oc.s0000644000000000000000000000046514761105657030370 0ustar Oc././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Og.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Og.s0000644000000000000000000000046514761105657030374 0ustar Og././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ol.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ol.s0000644000000000000000000000046514761105657030401 0ustar Ol././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Or.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Or.s0000644000000000000000000000046514761105657030407 0ustar Or././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Os.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Os.s0000644000000000000000000000046514761105657030410 0ustar Os././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pa.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pa.s0000644000000000000000000000046514761105657030367 0ustar Pa././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ph.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ph.s0000644000000000000000000000046514761105657030376 0ustar Ph././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pl.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pl.s0000644000000000000000000000046514761105657030402 0ustar Pl././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ps.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ps.s0000644000000000000000000000046514761105657030411 0ustar Ps././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pt.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Pt.s0000644000000000000000000000046514761105657030412 0ustar Pt././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ro.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ro.s0000644000000000000000000000046514761105657030407 0ustar Ro././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Rs.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Rs.s0000644000000000000000000000046514761105657030413 0ustar Rs././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ru.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ru.s0000644000000000000000000000046514761105657030415 0ustar Ru././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sa.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sa.s0000644000000000000000000000046514761105657030372 0ustar Sa././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sb.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sb.s0000644000000000000000000000046514761105657030373 0ustar Sb././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sd.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sd.s0000644000000000000000000000046514761105657030375 0ustar Sd././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sf.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sf.s0000644000000000000000000000046514761105657030377 0ustar Sf././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Si.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Si.s0000644000000000000000000000046514761105657030402 0ustar Si././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sj.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sj.s0000644000000000000000000000046514761105657030403 0ustar Sj././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sk.s0000644000000000000000000000046514761105657030404 0ustar Sk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sl.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sl.s0000644000000000000000000000046514761105657030405 0ustar Sl././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sp.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sp.s0000644000000000000000000000046514761105657030411 0ustar Sp././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sq.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sq.s0000644000000000000000000000046514761105657030412 0ustar Sq././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sr.s0000644000000000000000000000046514761105657030413 0ustar Sr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sv.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sv.s0000644000000000000000000000046514761105657030417 0ustar Sv././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sw.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sw.s0000644000000000000000000000046514761105657030420 0ustar Sw././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sx.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sx.s0000644000000000000000000000046514761105657030421 0ustar Sx././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sy.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sy.s0000644000000000000000000000046514761105657030422 0ustar Sy././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sz.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Sz.s0000644000000000000000000000046514761105657030423 0ustar Sz././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ta.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ta.s0000644000000000000000000000046514761105657030373 0ustar Ta././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Te.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Te.s0000644000000000000000000000046514761105657030377 0ustar Te././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tg.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tg.s0000644000000000000000000000046514761105657030401 0ustar Tg././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Th.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Th.s0000644000000000000000000000046514761105657030402 0ustar Th././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tk.s0000644000000000000000000000046514761105657030405 0ustar Tk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tn.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tn.s0000644000000000000000000000046514761105657030410 0ustar Tn././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tr.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tr.s0000644000000000000000000000046514761105657030414 0ustar Tr././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tt.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tt.s0000644000000000000000000000046514761105657030416 0ustar Tt././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tw.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Tw.s0000644000000000000000000000046514761105657030421 0ustar Tw././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ua.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ua.s0000644000000000000000000000046514761105657030374 0ustar Ua././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ud.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ud.s0000644000000000000000000000046514761105657030377 0ustar Ud././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ug.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ug.s0000644000000000000000000000046514761105657030402 0ustar Ug././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Uk.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Uk.s0000644000000000000000000000046514761105657030406 0ustar Uk././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ur.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ur.s0000644000000000000000000000046514761105657030415 0ustar Ur././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Uz.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Uz.s0000644000000000000000000000046514761105657030425 0ustar Uz././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Vi.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Vi.s0000644000000000000000000000046514761105657030405 0ustar Vi././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Wo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Wo.s0000644000000000000000000000046514761105657030414 0ustar Wo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ya.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Ya.s0000644000000000000000000000046514761105657030400 0ustar Ya././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Yo.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Yo.s0000644000000000000000000000046514761105657030416 0ustar Yo././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Zg.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Zg.s0000644000000000000000000000046514761105657030407 0ustar Zg././@LongLink0000644000000000000000000000014700000000000007775 Lustar ayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Zh.svgayatana-indicator-keyboard-24.7.2/data/icons/hicolor/scalable/status/ayatana-indicator-keyboard-Zh.s0000644000000000000000000000046514761105657030410 0ustar Zhayatana-indicator-keyboard-24.7.2/data/org.ayatana.indicator.keyboard0000644000000000000000000000050614761105657022511 0ustar [Indicator Service] Name=ayatana-indicator-keyboard ObjectPath=/org/ayatana/indicator/keyboard Position=-10 [phone] ObjectPath=/org/ayatana/indicator/keyboard/phone Position=1000 [desktop] ObjectPath=/org/ayatana/indicator/keyboard/desktop [desktop_greeter] ObjectPath=/org/ayatana/indicator/keyboard/greeter Position=1050 ayatana-indicator-keyboard-24.7.2/data/org.ayatana.indicator.keyboard.AccountsService.policy0000644000000000000000000000164614761105657027114 0ustar Set properties of own user Authentication is not required to set one's own indicator keyboard properties. yes yes yes Set properties of any user Authentication is required to set another user's indicator keyboard properties. no no no ayatana-indicator-keyboard-24.7.2/data/org.ayatana.indicator.keyboard.AccountsService.xml0000644000000000000000000000143014761105657026404 0ustar ayatana-indicator-keyboard-24.7.2/data/org.ayatana.indicator.keyboard.gschema.xml0000644000000000000000000000214514761105657024717 0ustar true Show the language icon in desktop mode. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. false Show the language icon in phone mode. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. false Show the language icon in the greeter. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. ayatana-indicator-keyboard-24.7.2/INSTALL.md0000644000000000000000000000151114761105657015324 0ustar # Build and installation instructions ## Compile-time build dependencies - cmake (>= 3.13) - cmake-extras - glib-2.0 (>= 2.36) - gio-2.0 (>=2.36) - x11 (>=1.6.7) - libxklavier (>=5.4) - intltool - systemd - gcovr (>= 2.4) - lcov (>= 1.9) - gtest (>= 1.6.0) ## For end-users and packagers ``` cd ayatana-indicator-keyboard-X.Y.Z mkdir build cd build cmake .. make sudo make install ``` **The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`** ## For testers - unit tests only ``` cd ayatana-indicator-keyboard-X.Y.Z mkdir build cd build cmake .. -DENABLE_TESTS=ON make make test make cppcheck ``` ## For testers - both unit tests and code coverage ``` cd ayatana-indicator-keyboard-X.Y.Z mkdir build-coverage cd build-coverage cmake .. -DENABLE_COVERAGE=ON make make coverage-html ``` ayatana-indicator-keyboard-24.7.2/NEWS0000644000000000000000000001177114761105657014404 0ustar Overview of changes in ayatana-indicator-keyboard 24.7.2 - CMakeLists.txt: Require libayatana-common (>= 0.9.11). Ubuntu Touch. - src/service.c: Don't show 'always-show-osk' toggle switch when on 0.9.11). - Update translation files. Overview of changes in ayatana-indicator-keyboard 24.7.1 - Support multiple system keyboard layouts. - Never crash when getting system layouts. - Drop the deprecated PolicyKit *.pkla file. - src/service.c: Add Always show OSK switch. - Translation updates. Overview of changes in ayatana-indicator-keyboard 24.7.0 - src/keyboard-x11.c: Amend file permissions (a-x). - src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for XkbVariant. - src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for XkbLayout. - Fix integration with Lomiri session. Overview of changes in ayatana-indicator-keyboard 24.5.0 - data/ayatana-indicator-keyboard.service.in: Become part of lomiri-indicators.target. - Translation updates. Overview of changes in ayatana-indicator-keyboard 24.2.0 - data/org.ayatana.indicator.keyboard.AccountsService.policy: Fix policy message text - Create a set of hicolor icons with improved visibility - contrib/ayatana-indicator-keyboard-icon-generator.py: Update and improve the script Overview of changes in ayatana-indicator-keyboard 23.10.2 - src/keyboard-x11.c: Also parse /etc/X11/xorg.conf.d/00-keyboard.conf for system layout. - Add missing icons. - src/languages.h: Update language list. - Translation update. Overview of changes in ayatana-indicator-keyboard 23.10.1 - Skip AccountsService operations for all prefixed users. - Check if layout array is null before iterating it. - Translation updates. Overview of changes in ayatana-indicator-keyboard 23.10.0 - Add high contrast icons. - src/keyboard-x11.c: Set up D-Bus connection with Arctica Greeter. - Update language list and icons. - Add layout display section. - data/org.ayatana.indicator.keyboard: In greeter mode, move the keyboard indicator between a11y indicator and network indicator (so second from the left). - src/service.c: Switch to execute_command_warn. - CMakeLists.txt: Require libayatana-common >= 0.9.9. - src/keyboard-x11.c: Define new D-Bus name and path for greeter. - CMakeLists.txt: Drop test options. - Add PolicyKit .rules file - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.9.1 - src/languages.h: Update the layout list + rewrite the code to use a struct instead of two lists. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.9.0 - Add tooltip support. - Make it configurable whether to show the current layout's language icon, or whether to show a generic keyboard icon. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.3 - src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.2 - data/CMakeLists.txt: create accountsservice/interfaces datadir subdirectory before trying to create a symlink into it. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.1 - Add AccountsService support. - src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possible. - Read layout information using libxkbcommon. - Relax build-requirements of libX11 to 1.6.5 and libxklavier to 5.3. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.0 - Upstream version bump to new release versioning scheme: .., where . will be bumped in Ayatana Indicators bundle releases and gets incremented with minor changeset releases. - src/languages.h: Add additional layouts. - Drop pkglibexecdir and use native CMake file configuration. - Merge icon generators + add some tweakability. - Clean up compilation flags. - Try to dlopen .so.0 instead of .so. - Translation updates. Overview of changes in ayatana-indicator-keyboard 0.9.0 - Add settings handler for Lomiri. - Add Lomiri icon generator and move both generators to /contrib. - Split X11 and Lomiri backends. - Replace local code with libayatana-common. - Add documentation and build instructions. - Add Travis CI configuration. - src/keyboard.c: Get languages via lookupLanguage(). - data/icons/scalable/status: Use an improved icon set. - data/ayatana-indicator-keyboard-icon-generator: Use a predefined abbreviation list. - Translation updates. Overview of changes in ayatana-indicator-keyboard 0.7.901 - Do not update icon cache from CMake. - Tripledot (...) → ellipsis (…). - Translation updates. - src/keyboard.c: Test if layout variant is null before checking length. Overview of changes in ayatana-indicator-keyboard 0.7.900 - Rewrite of Ubuntu's original keyboard indicator in plan C. Dropping various features that need to be ported over. ayatana-indicator-keyboard-24.7.2/po/aa.po0000644000000000000000000000264714761105657015246 0ustar # Afar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: aa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/af.po0000644000000000000000000000265414761105657015251 0ustar # Afrikaans translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/am.po0000644000000000000000000000265214761105657015256 0ustar # Amharic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/an.po0000644000000000000000000000265414761105657015261 0ustar # Aragonese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: an\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ar.po0000644000000000000000000000330714761105657015261 0ustar # Arabic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2022-03-27 13:12+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.12-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "لوحة المفاتيح" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/as.po0000644000000000000000000000265314761105657015265 0ustar # Assamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ast.po0000644000000000000000000000265414761105657015452 0ustar # Asturian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ayatana-indicator-keyboard.pot0000644000000000000000000000266614761105657022240 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/az.po0000644000000000000000000000265614761105657015277 0ustar # Azerbaijani translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/bem.po0000644000000000000000000000265114761105657015423 0ustar # Bemba translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bem\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/be.po0000644000000000000000000000305114761105657015241 0ustar # Belarusian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/bg.po0000644000000000000000000000273314761105657015251 0ustar # Bulgarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/bn.po0000644000000000000000000000265214761105657015260 0ustar # Bengali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/bo.po0000644000000000000000000000265214761105657015261 0ustar # Tibetan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/br.po0000644000000000000000000000265114761105657015263 0ustar # Breton translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/bs.po0000644000000000000000000000265214761105657015265 0ustar # Bosnian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ca.po0000644000000000000000000000377114761105657015247 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-06-23 22:51+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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostra la icona d'idioma en mode escriptori." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Si està activat, l'indicador mostra la icona de la disposició actual. " "Altrament, mostra la icona genèrica de teclat." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostra la icona de llengua en mode telèfon" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Mostra la icona d'idioma a la pantalla d'inici." #: src/service.c:95 msgid "Keyboard" msgstr "Teclat" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Intercanviador de la disposició del teclat i configuració" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposició del teclat actual" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Paràmetres del teclat…" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Disposició del teclat actual" ayatana-indicator-keyboard-24.7.2/po/ca@valencia.po0000644000000000000000000000266314761105657017051 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ce.po0000644000000000000000000000265214761105657015250 0ustar # Chechen translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ce\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ckb.po0000644000000000000000000000266014761105657015417 0ustar # Language ckb translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ckb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/CMakeLists.txt0000644000000000000000000000016114761105657017052 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) ayatana-indicator-keyboard-24.7.2/po/co.po0000644000000000000000000000265314761105657015263 0ustar # Corsican translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: co\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/crh.po0000644000000000000000000000266114761105657015435 0ustar # Crimean Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: crh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/csb.po0000644000000000000000000000265514761105657015433 0ustar # Kashubian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: csb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/cs.po0000644000000000000000000000405114761105657015261 0ustar # Czech translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-09-21 11:59+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.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Zobrazit ikonu jazyka v desktopovém režimu." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Pokud je povoleno, indikátor zobrazuje ikonu aktuálního rozvržení. Jinak se " "zobrazí obecná ikona klávesnice." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Zobrazit ikonu jazyka v režimu telefonu." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Zobrazit ikonu jazyka v uvítacím pozdravu." #: src/service.c:95 msgid "Keyboard" msgstr "Klávesnice" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Přepínač rozložení klávesnice a nastavení" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Aktuální rozložení klávesnice" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Nastavení klávesnice…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Zobrazit aktuální rozložení" #~ msgid "Warning" #~ msgstr "Varování" ayatana-indicator-keyboard-24.7.2/po/cv.po0000644000000000000000000000265214761105657015271 0ustar # Chuvash translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/cy.po0000644000000000000000000000265014761105657015272 0ustar # Welsh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/da.po0000644000000000000000000000273014761105657015242 0ustar # Danish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/de.po0000644000000000000000000000413614761105657015250 0ustar # German translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2025-02-28 21:35+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.10.3-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Sprachlayoutsymbol anzeigen im Desktop-Modus." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Falls aktiviert, zeigt der Indikator ein Sprachsymbol des aktuellen " "Tastaturlayouts an. Andernfalls wird ein generisches Tastatur-Symbol " "angezeigt." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Sprachlayoutsymbol im Phone-Modus anzeigen." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Sprachlayoutsymbol im Greeter-Modus anzeigen." #: src/service.c:95 msgid "Keyboard" msgstr "Tastatur" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Tastaturbelegung umschalten und Tastatureinstellungen" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Aktuelle Tastaturbelegung" #: src/service.c:193 msgid "Always show OSK" msgstr "Bildschirmtastatur immer anzeigen" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Tastatureinstellungen…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Aktuelle Tastaturbelegung anzeigen" #~ msgid "Warning" #~ msgstr "Warnung" ayatana-indicator-keyboard-24.7.2/po/dv.po0000644000000000000000000000265114761105657015271 0ustar # Divehi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: dv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/el.po0000644000000000000000000000272714761105657015264 0ustar # Greek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/en_AU.po0000644000000000000000000000307014761105657015643 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Current keyboard layout" ayatana-indicator-keyboard-24.7.2/po/en_CA.po0000644000000000000000000000307014761105657015621 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Current keyboard layout" ayatana-indicator-keyboard-24.7.2/po/en_GB.po0000644000000000000000000000307014761105657015626 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Current keyboard layout" ayatana-indicator-keyboard-24.7.2/po/eo.po0000644000000000000000000000323214761105657015257 0ustar # Esperanto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-11-19 02:51+0000\n" "Last-Translator: phlostically \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Klavaro" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Aktuala klavaranĝo" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Aktuala klavaranĝo" ayatana-indicator-keyboard-24.7.2/po/es.po0000644000000000000000000000404414761105657015265 0ustar # Spanish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-09-16 20:12+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.0.2\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostrar el icono del idioma en modo escritorio." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Si está activado, el indicador muestra el icono de la distribución actual. " "De lo contrario, muestra un icono de teclado genérico." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostrar el icono de idioma en el modo teléfono." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Muestra el ícono de idioma en el saludo." #: src/service.c:95 msgid "Keyboard" msgstr "Teclado" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Conmutador y configuración de la distribución del teclado" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposición de teclado actual" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Ajustes del teclado…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Mostrar el diseño actual" #~ msgid "Warning" #~ msgstr "Advertencia" ayatana-indicator-keyboard-24.7.2/po/et.po0000644000000000000000000000366014761105657015271 0ustar # Estonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-04-26 02:47+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Kuva keele ikoon töölauarežiimis." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Sisselülitatult kuvatakse aktiivse klahvipaigutuse ikoon. Vastasel korral " "kuvatakse klaviatuuri üldine ikoon." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Kuva keele ikoon telefonirežiimis." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Kuva keele ikoon tervitajas." #: src/service.c:95 msgid "Keyboard" msgstr "Klaviatuur" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Klahvipaigutuse seaded ja vahetamine" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Praegune klahvipaigutus" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Klaviatuuri seaded…" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Praegune klahvipaigutus" ayatana-indicator-keyboard-24.7.2/po/eu.po0000644000000000000000000000265114761105657015271 0ustar # Basque translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fa.po0000644000000000000000000000265214761105657015247 0ustar # Persian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fil.po0000644000000000000000000000265414761105657015435 0ustar # Filipino translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fi.po0000644000000000000000000000330714761105657015255 0ustar # Finnish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Näppäimistö" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Nykyinen näppäimistöasettelu" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Näppäimistön asetukset…" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Nykyinen näppäimistöasettelu" ayatana-indicator-keyboard-24.7.2/po/fo.po0000644000000000000000000000273114761105657015263 0ustar # Faroese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fr_CA.po0000644000000000000000000000331114761105657015624 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French (Canada) \n" "Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Clavier" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Paramètres du clavier…" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Disposition actuelle du clavier" ayatana-indicator-keyboard-24.7.2/po/fr.po0000644000000000000000000000401614761105657015264 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2024-03-23 23:01+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.5-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Afficher l'icône de la langue en mode bureau." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Si cette option est activée, l'indicateur affiche l'icône de la disposition " "actuelle. Sinon, il affiche une icône de clavier générique." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Affiche l'icône de la langue en mode téléphone." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Afficher l'icône de la langue dans l'écran d’accueil." #: src/service.c:95 msgid "Keyboard" msgstr "Clavier" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Choix de la disposition du clavier et réglages" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Paramètres du clavier…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Afficher la présentation actuelle" ayatana-indicator-keyboard-24.7.2/po/frp.po0000644000000000000000000000266014761105657015447 0ustar # Language frp translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: frp\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fur.po0000644000000000000000000000265414761105657015457 0ustar # Friulian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/fy.po0000644000000000000000000000266214761105657015300 0ustar # Western Frisian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ga.po0000644000000000000000000000274614761105657015254 0ustar # Irish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/gd.po0000644000000000000000000000266214761105657015254 0ustar # Scottish Gaelic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/gl.po0000644000000000000000000000265314761105657015264 0ustar # Galician translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/gu.po0000644000000000000000000000265314761105657015275 0ustar # Gujarati translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/gv.po0000644000000000000000000000264714761105657015301 0ustar # Manx translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/he.po0000644000000000000000000000411714761105657015253 0ustar # Hebrew translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-09-16 20:12+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.0.2\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "הצגת סמל השפה במצב שולחן עבודה." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "אם האפשרות פעילה, המחוון מציג את סמל הפריסה הנוכחית. אחרת, הוא מציג סמל " "מקלדת כללי." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "הצגת סמל השפה במצב טלפון." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "הצגת סמל השפה במקבל הפנים." #: src/service.c:95 msgid "Keyboard" msgstr "מקלדת" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "מחליף פריסות והגדרות מקלדת" #: src/service.c:133 msgid "Current keyboard layout" msgstr "פריסת המקלדת הנוכחית" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "הגדרות מקלדת…" #: src/service.c:207 msgid "Show Current Layout" msgstr "הצגת הפריסה הנוכחית" #~ msgid "Warning" #~ msgstr "אזהרה" ayatana-indicator-keyboard-24.7.2/po/hi.po0000644000000000000000000000265014761105657015257 0ustar # Hindi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/hr.po0000644000000000000000000000405314761105657015267 0ustar # Croatian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Prikaži ikonu jezika u desktop modusu." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Ako je aktivirano, indikator prikazuje ikonu trenutačnog rasporeda. U " "suprotnom, prikazuje generičku ikonu tipkovnice." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Prikaži ikonu jezika u telefonskom modusu." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Prikaži ikonu jezika u početnom prozoru." #: src/service.c:95 msgid "Keyboard" msgstr "Tipkovnica" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Prekidač rasporeda tipkovnice i postavke" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Trenutačni raspored tipkovnice" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Postavke tipkovnice …" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Trenutačni raspored tipkovnice" ayatana-indicator-keyboard-24.7.2/po/ht.po0000644000000000000000000000265214761105657015274 0ustar # Haitian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/hu.po0000644000000000000000000000333214761105657015271 0ustar # Hungarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-02-08 21:50+0000\n" "Last-Translator: Ács Zoltán \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Billentyűzet" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Jelenlegi billentyűzetkiosztás" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Billentyűzetbeállítások..." #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Jelenlegi billentyűzetkiosztás" ayatana-indicator-keyboard-24.7.2/po/hy.po0000644000000000000000000000265314761105657015302 0ustar # Armenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ia.po0000644000000000000000000000265614761105657015256 0ustar # Interlingua translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/id.po0000644000000000000000000000331114761105657015246 0ustar # Indonesian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-03-18 17:29+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.5.2-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Papan tik" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Tata letak papan tik saat ini" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Pengaturan papan tik..." #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Tata letak papan tik saat ini" ayatana-indicator-keyboard-24.7.2/po/is.po0000644000000000000000000000265414761105657015276 0ustar # Icelandic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/it_CARES.po0000644000000000000000000000273714761105657016216 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: it_CARES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/it.po0000644000000000000000000000375314761105657015300 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-06-27 10:56+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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostra l'icona della lingua in modalità desktop." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Se abilitato, l'indicatore mostra l'icona del layout corrente. Altrimenti, " "visualizza un'icona della tastiera generica." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostra l'icona della lingua in modalità telefono." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Mostra l'icona della lingua nel saluto." #: src/service.c:95 msgid "Keyboard" msgstr "Tastiera" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Selettore layout tastiera e impostazioni" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Mappatura di tastiera corrente" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Impostazioni Tastiera…" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Mappatura di tastiera corrente" ayatana-indicator-keyboard-24.7.2/po/ja.po0000644000000000000000000000272314761105657015252 0ustar # Japanese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ka.po0000644000000000000000000000265314761105657015255 0ustar # Georgian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/kk.po0000644000000000000000000000265114761105657015265 0ustar # Kazakh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/kl.po0000644000000000000000000000265614761105657015273 0ustar # Kalaallisut translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/km.po0000644000000000000000000000266014761105657015267 0ustar # Central Khmer translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/kmr.po0000644000000000000000000000263614761105657015454 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kmr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/kn.po0000644000000000000000000000265214761105657015271 0ustar # Kannada translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ko.po0000644000000000000000000000400514761105657015264 0ustar # Korean translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2024-03-15 14:01+0000\n" "Last-Translator: 이정희 \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "데스크톱 모드에서 언어 아이콘을 표시합니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "활성화된 경우 표시도구에 현재 레이아웃 아이콘이 표시됩니다. 그렇지 않으면 일" "반 키보드 아이콘이 표시됩니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "전화 모드에서 언어 아이콘을 표시합니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "인사말에 언어 아이콘을 표시합니다." #: src/service.c:95 msgid "Keyboard" msgstr "키보드" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "자판 배열 전환기 및 설정" #: src/service.c:133 msgid "Current keyboard layout" msgstr "현재 키보드 레이아웃" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "키보드 설정…" #: src/service.c:207 msgid "Show Current Layout" msgstr "현재 자판 표시하기" ayatana-indicator-keyboard-24.7.2/po/ku.po0000644000000000000000000000265214761105657015300 0ustar # Kurdish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/kw.po0000644000000000000000000000265214761105657015302 0ustar # Cornish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ky.po0000644000000000000000000000265214761105657015304 0ustar # Kirghiz translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ky\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/la.po0000644000000000000000000000265014761105657015253 0ustar # Latin translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: la\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/lb.po0000644000000000000000000000266014761105657015255 0ustar # Letzeburgesch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/LINGUAS0000644000000000000000000000072414761105657015344 0ustar af am an ar ast az bem be bg bn bo br bs ca ca@valencia ce ckb co crh cs cv cy da de el en_AU en_CA en_GB eo es et eu fa fil fi fo fr_CA fr frp fy ga gd gl gu he hi hr ht hu hy ia id is it ja ka kk kl km kn ko ku kw ky la lb lo lt lv mg mhr mi ml mr ms my nb ne nl nn oc os pa pl ps pt_BR pt ro ru sa sc sd se shn si sk sl sq sr sv sw szl ta te tg th ti tr ug uk ur uz vi wae zh_CN zh_HK zh_TW ny aa as wo gv fur it_CARES dv mk vec csb tt ta_LK zh_LATN@pinyin kmr sdh ayatana-indicator-keyboard-24.7.2/po/lo.po0000644000000000000000000000265214761105657015273 0ustar # Laotian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/lt.po0000644000000000000000000000417214761105657015277 0ustar # Lithuanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-10-25 23:05+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 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" "X-Generator: Weblate 5.1.1\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Rodyti kalbos piktogramą darbalaukio režime." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Jei įjungta, indikatorius rodo dabartinio išdėstymo piktogramą. Priešingu " "atveju rodoma bendroji klaviatūros piktograma." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Rodyti kalbos piktogramą telefoniniame režime." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Rodyti kalbos piktogramą pasveikinimo langelyje." #: src/service.c:95 msgid "Keyboard" msgstr "Klaviatūra" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Klaviatūros nustatymai ir išdėstymo perjungiklis" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Dabartinis klaviatūros išdėstymas" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Klaviatūros nustatymai…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Rodyti dabartinį išdėstymą" ayatana-indicator-keyboard-24.7.2/po/lv.po0000644000000000000000000000277714761105657015312 0ustar # Latvian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/mg.po0000644000000000000000000000265314761105657015265 0ustar # Malagasy translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/mhr.po0000644000000000000000000000266014761105657015446 0ustar # Language mhr translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mhr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/mi.po0000644000000000000000000000265014761105657015264 0ustar # Maori translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/mk.po0000644000000000000000000000265514761105657015273 0ustar # Macedonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ml.po0000644000000000000000000000265414761105657015273 0ustar # Malayalam translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/mr.po0000644000000000000000000000265214761105657015277 0ustar # Marathi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ms.po0000644000000000000000000000265014761105657015276 0ustar # Malay translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/my.po0000644000000000000000000000321514761105657015302 0ustar # Burmese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2022-07-15 20:18+0000\n" "Last-Translator: Teitei \n" "Language-Team: Burmese \n" "Language: my\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.14-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "ကီးဘုတ်အပြင်အဆင်များ…" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/nb.po0000644000000000000000000000331214761105657015252 0ustar # Norwegian Bokmal translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-02-23 16:50+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "Tastatur" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Valgt tastaturoppsett" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 #, fuzzy msgid "Keyboard Settings…" msgstr "Tastaturinnstillinger …" #: src/service.c:207 #, fuzzy msgid "Show Current Layout" msgstr "Valgt tastaturoppsett" ayatana-indicator-keyboard-24.7.2/po/ne.po0000644000000000000000000000265114761105657015262 0ustar # Nepali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/nl.po0000644000000000000000000000405614761105657015272 0ustar # Dutch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2025-02-24 13:08+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.10.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Toon het taalpictogram in de computermodus." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Schakel in om het huidige toetsenbordindelingspictogram te tonen. Schakel " "uit om een algemeen toetsenbordpictogram te tonen." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Toon het taalpictogram in de telefoonmodus." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Toon het taalpictogram op het aanmeldscherm." #: src/service.c:95 msgid "Keyboard" msgstr "Toetsenbord" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Toetsenbordindelingschakelaar en -instellingen" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Huidige toetsenbordindeling" #: src/service.c:193 msgid "Always show OSK" msgstr "Schermtoetsenbord altijd tonen" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Toetsenbordinstellingen…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Huidige indeling tonen" #~ msgid "Warning" #~ msgstr "Waarschuwing" ayatana-indicator-keyboard-24.7.2/po/nn.po0000644000000000000000000000274314761105657015275 0ustar # Norwegian Nynorsk translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ny.po0000644000000000000000000000265114761105657015306 0ustar # Nyanja translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ny\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/oc.po0000644000000000000000000000401014761105657015250 0ustar # Occitan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-10-16 04:08+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.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Afichar l’icòna de la lenga dins lo mòde burèu." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Quand es activat, l’indicator mòstra l’icòna de la disposicion actuala. " "Autrament, mòstra una icòna generica de clavièr." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Afichar l’icòna de la lenga en mòde telefòn." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Afichar l’icòna de la lenga a l’acuelhença." #: src/service.c:95 msgid "Keyboard" msgstr "Clavièr" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Alternador de disposicions e paramètres clavièr" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Agençament actual del clavièr" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Paramètres del clavièr…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Afichar l’agençament actual" ayatana-indicator-keyboard-24.7.2/po/os.po0000644000000000000000000000265314761105657015303 0ustar # Ossetian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: os\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/pa.po0000644000000000000000000000265214761105657015261 0ustar # Punjabi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/pl.po0000644000000000000000000000302514761105657015267 0ustar # Polish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/POTFILES.in0000644000000000000000000000021714761105657016071 0ustar data/org.ayatana.indicator.keyboard.gschema.xml src/main.c src/keyboard-lomiri.c src/keyboard-x11.c src/keyboard.h src/service.c src/service.h ayatana-indicator-keyboard-24.7.2/po/POTFILES.skip0000644000000000000000000000000014761105657016417 0ustar ayatana-indicator-keyboard-24.7.2/po/ps.po0000644000000000000000000000265114761105657015302 0ustar # Pashto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ps\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/pt_BR.po0000644000000000000000000000407614761105657015671 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2025-02-24 06:31+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.10.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostre o ícone do idioma no modo desktop." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Se ativado, o indicador mostra o ícone do layout atual. Caso contrário, ele " "exibe um ícone genérico do teclado." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostre o ícone do idioma no modo telefone." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Mostre o ícone do idioma na saudação." #: src/service.c:95 msgid "Keyboard" msgstr "Teclado" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Comutador do layout do teclado e ajustes" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: src/service.c:193 msgid "Always show OSK" msgstr "Sempre mostrar OSK" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Mostrar a disposição atual do teclado" #~ msgid "Warning" #~ msgstr "Aviso" ayatana-indicator-keyboard-24.7.2/po/pt.po0000644000000000000000000000372614761105657015307 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-11-09 14:33+0000\n" "Last-Translator: Ivo Xavier \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.2-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostrar o ícone do idioma no modo desktop." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Quando ativado, o indicador mostra o ícone do layout atual. Caso contrário, " "exibe um ícone genérico do teclado." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostrae o ícone do idioma no modo telefone." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Mostrar o ícone do idioma na saudação." #: src/service.c:95 msgid "Keyboard" msgstr "Teclado" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Comutador do layout do teclado e ajustes" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Mostrar Esquema Atual" ayatana-indicator-keyboard-24.7.2/po/ro.po0000644000000000000000000000425014761105657015275 0ustar # Romanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2025-02-24 06:31+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.10.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Afișează pictograma limbii în modul de birou." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Dacă este activată, indicatorul afișează pictograma aranjamentului curent. " "În caz contrar, este afișată o pictogramă generică de tastatură." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Afișează pictograma limbii în modul de telefon." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Afișează pictograma de limbă în fereastra de întâmpinare." #: src/service.c:95 msgid "Keyboard" msgstr "Tastatură" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Comutator aranjament tastatură și configurarea acestuia" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Aranjamentul curent al tastaturii" #: src/service.c:193 msgid "Always show OSK" msgstr "Afișează întotdeauna OSK (tastatura pe ecran)" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Configurări tastatură…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Afișează aranjamentul curent" ayatana-indicator-keyboard-24.7.2/po/ru.po0000644000000000000000000000457714761105657015317 0ustar # Russian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-10-13 04:02+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.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Показывать значок языка в режиме рабочего стола." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Если индикатор включен, он отображает значок текущей раскладки. В противном " "случае отображается общий значок клавиатуры." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Показать значок языка в режиме телефона." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Показывать значок языка в приветствии." #: src/service.c:95 msgid "Keyboard" msgstr "Клавиатура" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Переключатель раскладки и настройки клавиатуры" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Текущая раскладка клавиатуры" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Настройки клавиатуры…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Показать текущую раскладку клавиатуры" ayatana-indicator-keyboard-24.7.2/po/sa.po0000644000000000000000000000265314761105657015265 0ustar # Sanskrit translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sc.po0000644000000000000000000000265414761105657015270 0ustar # Sardinian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sdh.po0000644000000000000000000000263614761105657015441 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sdh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sd.po0000644000000000000000000000265114761105657015266 0ustar # Sindhi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/se.po0000644000000000000000000000266014761105657015267 0ustar # Northern Sami translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/shn.po0000644000000000000000000000265014761105657015447 0ustar # Shan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: shn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/si.po0000644000000000000000000000265214761105657015274 0ustar # Sinhala translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sk.po0000644000000000000000000000276314761105657015301 0ustar # Slovak translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sl.po0000644000000000000000000000302214761105657015267 0ustar # Slovenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " "n%100==4 ? 2 : 3);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sq.po0000644000000000000000000000265314761105657015305 0ustar # Albanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sr.po0000644000000000000000000000304614761105657015303 0ustar # Serbian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/sv.po0000644000000000000000000000367614761105657015320 0ustar # Swedish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-11-30 10:04+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.3-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Visa språkikon i skrivbordsläge." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Om den är aktiverad visar indikatorn den aktuella layoutikonen. Annars visar " "den en generisk tangentbordsikon." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Visa språkikonen i telefonläge." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Visa språkikonen i hälsaren." #: src/service.c:95 msgid "Keyboard" msgstr "Tangentbord" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Växlare och inställningar för tangentbordslayout" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Nuvarande tangentbordslayout" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Tangentbordsinställningar…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Visa nuvarande layout" ayatana-indicator-keyboard-24.7.2/po/sw.po0000644000000000000000000000265214761105657015312 0ustar # Swahili translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/szl.po0000644000000000000000000000266014761105657015470 0ustar # Language szl translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: szl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ta_LK.po0000644000000000000000000000265314761105657015654 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ta_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ta.po0000644000000000000000000000525514761105657015267 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "டெச்க்டாப் பயன்முறையில் மொழி ஐகானைக் காட்டுங்கள்." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "இயக்கப்பட்டால், காட்டி தற்போதைய தளவமைப்பு ஐகானைக் காட்டுகிறது. இல்லையெனில், இது ஒரு " "பொதுவான விசைப்பலகை ஐகானைக் காட்டுகிறது." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "தொலைபேசி பயன்முறையில் மொழி ஐகானைக் காட்டு." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "வாழ்த்து நிறத்தில் மொழி ஐகானைக் காட்டு." #: src/service.c:95 msgid "Keyboard" msgstr "விசைப்பலகை" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "விசைப்பலகை தளவமைப்பு ச்விட்சர் மற்றும் அமைப்புகள்" #: src/service.c:133 msgid "Current keyboard layout" msgstr "தற்போதைய விசைப்பலகை தளவமைப்பு" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "விசைப்பலகை அமைப்புகள்…" #: src/service.c:207 msgid "Show Current Layout" msgstr "தற்போதைய தளவமைப்பைக் காட்டு" ayatana-indicator-keyboard-24.7.2/po/te.po0000644000000000000000000000265114761105657015270 0ustar # Telugu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/tg.po0000644000000000000000000000265014761105657015271 0ustar # Tajik translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/th.po0000644000000000000000000000264714761105657015300 0ustar # Thai translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ti.po0000644000000000000000000000265314761105657015276 0ustar # Tigrinya translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ti\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/tr.po0000644000000000000000000000372714761105657015312 0ustar # Turkish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-09-16 20:12+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.0.2\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Masaüstü modunda dil simgesini göster." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Etkinleştirilirse, gösterge geçerli düzen simgesini gösterir. Değilse, genel " "bir klavye simgesi görüntüler." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Telefon modunda dil simgesini göster." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Karşılayıcıda dil simgesini göster." #: src/service.c:95 msgid "Keyboard" msgstr "Klavye" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Klavye düzeni değiştirici ve ayarları" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Geçerli klavye düzeni" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Klavye Ayarları…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Geçerli Düzeni Göster" #~ msgid "Warning" #~ msgstr "Uyarı" ayatana-indicator-keyboard-24.7.2/po/tt.po0000644000000000000000000000265014761105657015306 0ustar # Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/ug.po0000644000000000000000000000265114761105657015273 0ustar # Uighur translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/uk.po0000644000000000000000000000466514761105657015306 0ustar # Ukrainian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-10-13 04:02+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.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Показувати значок мови в режимі робочого столу." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Якщо увімкнено, індикатор показує значок поточної розкладки клавіатури. В " "іншому випадку він відображає загальний значок клавіатури." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Показувати значок мови в режимі телефону." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Показувати значок мови у вітальному повідомленні." #: src/service.c:95 msgid "Keyboard" msgstr "Клавіатура" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "Перемикач розкладки та налаштування клавіатури" #: src/service.c:133 msgid "Current keyboard layout" msgstr "Поточна розкладка клавіатури" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "Налаштування клавіатури…" #: src/service.c:207 msgid "Show Current Layout" msgstr "Показати поточну розкладку клавіатури" ayatana-indicator-keyboard-24.7.2/po/ur.po0000644000000000000000000000264714761105657015313 0ustar # Urdu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/uz.po0000644000000000000000000000265014761105657015315 0ustar # Uzbek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/vec.po0000644000000000000000000000266014761105657015435 0ustar # Language vec translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vec\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/vi.po0000644000000000000000000000272514761105657015300 0ustar # Vietnamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/wae.po0000644000000000000000000000266014761105657015434 0ustar # Language wae translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wae\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/wo.po0000644000000000000000000000265014761105657015304 0ustar # Wolof translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/zh_CN.po0000644000000000000000000000360314761105657015657 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2024-04-01 22:37+0000\n" "Last-Translator: 复予 \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "在桌面模式中显示语言图标。" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "当启用时,指示器会显示当前布局的图标,否则会显示一般键盘图标。" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "在移动设备模式上显示语言图标。" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "新用户显示语言图标。" #: src/service.c:95 msgid "Keyboard" msgstr "键盘" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "键盘布局切换器和设置" #: src/service.c:133 msgid "Current keyboard layout" msgstr "当前键盘布局" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "键盘设置…" #: src/service.c:207 msgid "Show Current Layout" msgstr "显示当前布局" ayatana-indicator-keyboard-24.7.2/po/zh_HK.po0000644000000000000000000000265514761105657015667 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/zh_LATN@pinyin.po0000644000000000000000000000320414761105657017441 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2023-01-07 17:51+0000\n" "Last-Translator: Andy Chiang \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_LATN@pinyin\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.15.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:95 msgid "Keyboard" msgstr "" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:133 msgid "Current keyboard layout" msgstr "" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "键盘设置…" #: src/service.c:207 msgid "Show Current Layout" msgstr "" ayatana-indicator-keyboard-24.7.2/po/zh_TW.po0000644000000000000000000000365214761105657015715 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-23 19:05+0100\n" "PO-Revision-Date: 2024-10-31 03:08+0000\n" "Last-Translator: hugoalh \n" "Language-Team: Chinese (Traditional Han script) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.8.2-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "在桌面模式下顯示語言圖示。" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "如果啟用,指示器會顯示目前版面圖示,否則會顯示通用鍵盤圖示。" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "在電話模式下顯示語言圖示。" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "在問候介面中顯示語言圖示。" #: src/service.c:95 msgid "Keyboard" msgstr "鍵盤" #: src/service.c:96 msgid "Keyboard layout switcher and settings" msgstr "鍵盤版面切換器和設定" #: src/service.c:133 msgid "Current keyboard layout" msgstr "目前鍵盤版面" #: src/service.c:193 msgid "Always show OSK" msgstr "" #: src/service.c:199 msgid "Keyboard Settings…" msgstr "鍵盤設定…" #: src/service.c:207 msgid "Show Current Layout" msgstr "顯示目前版面" ayatana-indicator-keyboard-24.7.2/README.md0000644000000000000000000000413214761105657015155 0ustar # Ayatana System Indicator — Keyboard [![Build Status](https://api.travis-ci.com/AyatanaIndicators/ayatana-indicator-keyboard.svg)](https://travis-ci.com/github/AyatanaIndicators/ayatana-indicator-keyboard) ## 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 Keyboard Ayatana System Indicator The -keyboard Ayatana System Indicator is the keyboard 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/AyatanaIndicatorKeyboard ## Themed icons To generate icons for a theme, you can use the icon generator in the contrib directory. Run it with the -h switch for help on usage. ## 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-keyboard-24.7.2/src/CMakeLists.txt0000644000000000000000000000251214761105657017225 0ustar cmake_minimum_required(VERSION 3.13) # libayatana-keyboard-backend-x11.so add_library("ayatana-keyboard-x11" SHARED keyboard-x11.c) target_link_libraries("ayatana-keyboard-x11" ${SERVICE_DEPS_LIBRARIES} ${X11_DEPS_LIBRARIES}) set_target_properties("ayatana-keyboard-x11" PROPERTIES VERSION 0.0.0 SOVERSION 0) install(TARGETS "ayatana-keyboard-x11" DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}) # libayatana-keyboard-backend-lomiri.so add_library("ayatana-keyboard-lomiri" SHARED keyboard-lomiri.c) target_link_libraries("ayatana-keyboard-lomiri" ${SERVICE_DEPS_LIBRARIES}) set_target_properties("ayatana-keyboard-lomiri" PROPERTIES VERSION 0.0.0 SOVERSION 0) install(TARGETS "ayatana-keyboard-lomiri" DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}) # libayatanaindicatorkeyboardservice.a add_definitions(-DG_LOG_DOMAIN="ayatana-indicator-keyboard") add_library("ayatanaindicatorkeyboardservice" STATIC service.c) include_directories(${CMAKE_SOURCE_DIR}) link_directories(${SERVICE_DEPS_LIBRARY_DIRS}) # ayatana-indicator-keyboard-service add_executable("ayatana-indicator-keyboard-service" main.c) target_link_libraries("ayatana-indicator-keyboard-service" "ayatanaindicatorkeyboardservice" "${SERVICE_DEPS_LIBRARIES} -ldl") install(TARGETS "ayatana-indicator-keyboard-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") ayatana-indicator-keyboard-24.7.2/src/keyboard.h0000644000000000000000000000325414761105657016442 0ustar /* * Copyright 2021-2023 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #ifndef __KEYBOARD_H__ #define __KEYBOARD_H__ #include G_BEGIN_DECLS #define KEYBOARD_LAYOUT_CHANGED "layout-changed" #define KEYBOARD_CONFIG_CHANGED "config-changed" #define G_KEYBOARD(o) (G_TYPE_CHECK_INSTANCE_CAST((o), G_TYPE_KEYBOARD, Keyboard)) #define G_TYPE_KEYBOARD (keyboard_get_type()) #define G_IS_KEYBOARD(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), G_TYPE_KEYBOARD)) typedef struct _Keyboard Keyboard; typedef struct _KeyboardClass KeyboardClass; typedef struct _KeyboardPrivate KeyboardPrivate; struct _Keyboard { GObject parent; KeyboardPrivate *pPrivate; }; struct _KeyboardClass { GObjectClass parent_class; }; GType keyboard_get_type(void); Keyboard* keyboard_new(); void keyboard_AddSource(Keyboard *pKeyboard); guint keyboard_GetNumLayouts(Keyboard *pKeyboard); guint keyboard_GetLayoutIndex (Keyboard *pKeyboard); void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription); void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout); G_END_DECLS #endif ayatana-indicator-keyboard-24.7.2/src/keyboard-lomiri.c0000644000000000000000000003657314761105657017740 0ustar /* * Copyright 2021-2024 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 "languages.h" #include "keyboard.h" #include "system-layouts.h" enum { LAYOUT_CHANGED, CONFIG_CHANGED, LAST_SIGNAL }; static guint m_lSignals[LAST_SIGNAL]; struct _KeyboardPrivate { GHashTable *lLayouts; guint nLayout; GSList *lLayoutRec; GSList *lUsers; GSettings *pSettings; }; typedef KeyboardPrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(Keyboard, keyboard, G_TYPE_OBJECT) typedef struct _Layout { gchar *sId; gchar *sLanguage; gchar *sDescription; } Layout; static int emitDelayedSignal(Keyboard *pKeyboard) { g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); return G_SOURCE_REMOVE; } static gboolean isGreeter() { const char *sUser = g_get_user_name(); return g_str_equal(sUser, "lightdm"); } static void getAccountsService(Keyboard *pKeyboard) { gboolean bChanged = FALSE; for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { gint nUid = act_user_get_uid(pUser); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariant *pValue = g_dbus_proxy_call_sync(pProxy, "Get", g_variant_new("(ss)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); GVariant *pChild0 = g_variant_get_child_value(pValue, 0); GVariant *pChild1 = g_variant_get_child_value(pChild0, 0); GVariantIter *pIter; g_variant_get(pChild1, "as", &pIter); gchar *sLayout; while (g_variant_iter_loop(pIter, "s", &sLayout)) { if (g_slist_find_custom(pKeyboard->pPrivate->lLayoutRec, sLayout, (GCompareFunc)g_strcmp0) == NULL) { pKeyboard->pPrivate->lLayoutRec = g_slist_append(pKeyboard->pPrivate->lLayoutRec, g_strdup(sLayout)); bChanged = TRUE; } } g_variant_iter_free(pIter); g_variant_unref(pChild1); g_variant_unref(pChild0); g_variant_unref(pValue); g_object_unref(pConnection); g_free(sPath); } } if (bChanged == TRUE) { g_timeout_add(500, (GSourceFunc)emitDelayedSignal, pKeyboard); } } static void onUserLoaded(Keyboard *pKeyboard, ActUser *pUser) { gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); g_signal_handlers_disconnect_by_func(G_OBJECT(pUser), G_CALLBACK(onUserLoaded), pKeyboard); } } static void onManagerLoaded(Keyboard *pKeyboard) { ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { pKeyboard->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), pKeyboard); } } } } static void freeLayout(gpointer pData) { Layout *pLayout = pData; g_return_if_fail(pLayout != NULL); g_free(pLayout->sId); g_free(pLayout->sLanguage); g_free(pLayout->sDescription); g_slice_free(Layout, pLayout); } void keyboard_AddSource(Keyboard *pKeyboard) { return; } guint keyboard_GetNumLayouts(Keyboard *pKeyboard) { return g_slist_length (pKeyboard->pPrivate->lLayoutRec); } guint keyboard_GetLayoutIndex (Keyboard *pKeyboard) { return pKeyboard->pPrivate->nLayout; } void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription) { if (nLayout == -1) { nLayout = pKeyboard->pPrivate->nLayout; } gchar *sLayout = g_slist_nth_data (pKeyboard->pPrivate->lLayoutRec, nLayout); const Layout *pLayout; g_hash_table_lookup_extended(pKeyboard->pPrivate->lLayouts, sLayout, NULL, (gpointer*)&pLayout); if (pLanguage != NULL) { *pLanguage = g_strdup(pLayout->sLanguage); } if (pDescription != NULL) { *pDescription = g_strdup(pLayout->sDescription); } } void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout) { if (isGreeter() == FALSE) { gchar *sId = g_slist_nth_data (pKeyboard->pPrivate->lLayoutRec, nLayout); GVariantBuilder cSettingsBuilder; g_variant_builder_init (&cSettingsBuilder, G_VARIANT_TYPE ("a(ss)")); g_variant_builder_add (&cSettingsBuilder, "(ss)", "xkb", sId); GVariantBuilder cAccountsBuilder; g_variant_builder_init (&cAccountsBuilder, G_VARIANT_TYPE ("aa{ss}")); GVariantBuilder cDictBuilder; g_variant_builder_init (&cDictBuilder, G_VARIANT_TYPE ("a{ss}")); g_variant_builder_add (&cDictBuilder, "{ss}", "xkb", sId); GVariant *pDict = g_variant_builder_end (&cDictBuilder); g_variant_builder_add_value (&cAccountsBuilder, pDict); guint nSources = g_slist_length (pKeyboard->pPrivate->lLayoutRec); for (guint nSource = 0; nSource < nSources; nSource++) { if (nSource != nLayout) { gchar *sId = g_slist_nth_data (pKeyboard->pPrivate->lLayoutRec, nSource); g_variant_builder_add (&cSettingsBuilder, "(ss)", "xkb", sId); GVariantBuilder cDictBuilder; g_variant_builder_init (&cDictBuilder, G_VARIANT_TYPE ("a{ss}")); g_variant_builder_add (&cDictBuilder, "{ss}", "xkb", sId); GVariant *pDict = g_variant_builder_end (&cDictBuilder); g_variant_builder_add_value (&cAccountsBuilder, pDict); } } GVariant *pSettingsSources = g_variant_builder_end (&cSettingsBuilder); g_settings_set_value (pKeyboard->pPrivate->pSettings, "sources", pSettingsSources); GDBusConnection *pConnection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, NULL); gint nUid = geteuid (); gchar *sPath = g_strdup_printf ("/org/freedesktop/Accounts/User%i", nUid); GDBusProxy *pProxy = g_dbus_proxy_new_sync (pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); g_free (sPath); GVariant *pAccountsSources = g_variant_builder_end (&cAccountsBuilder); #ifdef ENABLE_UBUNTU_ACCOUNTSSERVICE gchar *sInterface = "org.freedesktop.Accounts.User"; #else gchar *sInterface = "com.lomiri.shell.AccountsService"; #endif GVariant *pRet = g_dbus_proxy_call_sync (pProxy, "Set", g_variant_new ("(ssv)", sInterface, "InputSources", pAccountsSources), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); g_variant_unref (pRet); g_object_unref (pConnection); } else { // TODO gchar *sCommand; gchar *sId = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); gchar **lParamas = g_strsplit(sId, "+", -1); guint nParams = g_strv_length(lParamas); if (nParams == 1) { sCommand = g_strdup_printf("setxkbmap -layout %s", lParamas[0]); } else { sCommand = g_strdup_printf("setxkbmap -layout %s -variant %s", lParamas[0], lParamas[1]); } g_strfreev(lParamas); gchar *sOutput = NULL; GError *pError = NULL; gboolean bResult = g_spawn_command_line_sync(sCommand, &sOutput, NULL, NULL, &pError); g_free(sCommand); if (bResult == FALSE) { g_message("COMMAND 01 %s: %s", sOutput, pError->message); return; } pKeyboard->pPrivate->nLayout = nLayout; g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } } static void onDispose(GObject *pObject) { Keyboard *self = G_KEYBOARD(pObject); g_signal_handlers_disconnect_by_data (self->pPrivate->pSettings, self); g_clear_object (&self->pPrivate->pSettings); if (self->pPrivate->lLayouts) { g_hash_table_destroy(self->pPrivate->lLayouts); } if (self->pPrivate->lLayoutRec) { g_slist_free_full(self->pPrivate->lLayoutRec, g_free); } if (self->pPrivate->lUsers) { g_slist_free(self->pPrivate->lUsers); } G_OBJECT_CLASS(keyboard_parent_class)->dispose(pObject); } static void keyboard_class_init(KeyboardClass *klass) { GObjectClass *pClass = G_OBJECT_CLASS(klass); pClass->dispose = onDispose; m_lSignals[LAYOUT_CHANGED] = g_signal_new(KEYBOARD_LAYOUT_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); m_lSignals[CONFIG_CHANGED] = g_signal_new(KEYBOARD_CONFIG_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); } Keyboard* keyboard_new() { GObject *pObject = g_object_new(G_TYPE_KEYBOARD, NULL); return G_KEYBOARD(pObject); } static void onSourcesChanged (GSettings *pSettings, const gchar *sKey, gpointer pData) { Keyboard *pKeyboard = G_KEYBOARD (pData); gboolean bsignal = FALSE; if (pKeyboard->pPrivate->lLayoutRec) { g_slist_free_full (g_steal_pointer (&pKeyboard->pPrivate->lLayoutRec), g_free); bsignal = TRUE; } GVariant *pList = g_settings_get_value (pSettings, "sources"); gsize nSources = g_variant_n_children (pList); if (nSources) { GVariantIter cIter; g_variant_iter_init (&cIter, pList); gchar *sLayout = NULL; while (g_variant_iter_loop (&cIter, "(ss)", NULL, &sLayout)) { pKeyboard->pPrivate->lLayoutRec = g_slist_append (pKeyboard->pPrivate->lLayoutRec, g_strdup (sLayout)); } } else { pKeyboard->pPrivate->lLayoutRec = g_slist_append (pKeyboard->pPrivate->lLayoutRec, g_strdup ("us")); } g_variant_unref (pList); if (bsignal) { g_signal_emit (pKeyboard, m_lSignals[CONFIG_CHANGED], 0); g_signal_emit (pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } } static void keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); self->pPrivate->lLayoutRec = NULL; self->pPrivate->lLayouts = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, freeLayout); // Read all available layouts struct rxkb_context *pContext = rxkb_context_new(RXKB_CONTEXT_LOAD_EXOTIC_RULES); g_assert(pContext); if (!rxkb_context_include_path_append_default(pContext)) { g_warning("Failed to include default paths"); } if (!rxkb_context_parse(pContext, "evdev")) { g_warning("Failed to parse XKB descriptions"); } struct rxkb_layout *pRxkbLayout = rxkb_layout_first(pContext); while (pRxkbLayout != NULL) { const gchar *sLayout = rxkb_layout_get_name(pRxkbLayout); const gchar *sVariant = rxkb_layout_get_variant(pRxkbLayout); const gchar *sDescription = rxkb_layout_get_description(pRxkbLayout); const gchar *sTranslated = g_dgettext("xkeyboard-config", sDescription); sDescription = sTranslated; Layout *pLayout = g_slice_new0(Layout); if (sVariant != NULL && strlen(sVariant) > 0) { pLayout->sId = g_strjoin("+", sLayout, sVariant, NULL); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } else { pLayout->sId = g_strdup(sLayout); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } g_hash_table_replace(self->pPrivate->lLayouts, pLayout->sId, pLayout); pRxkbLayout = rxkb_layout_next(pRxkbLayout); } rxkb_context_unref(pContext); if (isGreeter() == FALSE) { self->pPrivate->nLayout = 0; GSettingsSchemaSource *pSource = g_settings_schema_source_get_default (); GSettingsSchema *pSchema = NULL; if (pSource) { pSchema = g_settings_schema_source_lookup (pSource, "org.gnome.desktop.input-sources", FALSE); if (pSchema) { g_settings_schema_unref (pSchema); self->pPrivate->pSettings = g_settings_new ("org.gnome.desktop.input-sources"); g_signal_connect (self->pPrivate->pSettings, "changed::sources", G_CALLBACK (onSourcesChanged), self); onSourcesChanged (self->pPrivate->pSettings, "sources", self); } else { g_error ("Panic: no org.gnome.desktop.input-sources schema found"); } } } else { // Get system layouts getSystemLayouts ("/etc/default/keyboard", &self->pPrivate->lLayoutRec, NULL, FALSE); if (!self->pPrivate->lLayoutRec) { getSystemLayouts ("/etc/X11/xorg.conf.d/00-keyboard.conf", &self->pPrivate->lLayoutRec, NULL, FALSE); } if (!self->pPrivate->lLayoutRec) { gchar *sId = g_strdup ("us"); self->pPrivate->lLayoutRec = g_slist_append (self->pPrivate->lLayoutRec, sId); } self->pPrivate->nLayout = 0; //~ Get system layouts ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { self->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = self->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(self); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), self); } } } else { g_signal_connect_object(pManager, "notify::is-loaded", G_CALLBACK(onManagerLoaded), self, G_CONNECT_SWAPPED); } } } ayatana-indicator-keyboard-24.7.2/src/keyboard-x11.c0000644000000000000000000005355014761105657017050 0ustar /* * Copyright 2021-2024 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 "languages.h" #include "keyboard.h" #include "system-layouts.h" #define GREETER_BUS_NAME "org.ayatana.greeter" #define GREETER_BUS_PATH "/org/ayatana/greeter" enum { LAYOUT_CHANGED, CONFIG_CHANGED, LAST_SIGNAL }; static guint m_lSignals[LAST_SIGNAL]; struct _KeyboardPrivate { GPollFD cPollFD; GSourceFuncs cSourceFuncs; XklEngine *pEngine; GHashTable *lLayouts; Display *pDisplay; guint nLayout; gint nXkbEventType; XklConfigRec *pConfigRec; GSList *lLayoutRec; GSList *lUsers; GDBusConnection *pConnection; guint nSubscription; gchar *sUser; GStrv lSystemLayouts; }; typedef KeyboardPrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(Keyboard, keyboard, G_TYPE_OBJECT) typedef struct _Layout { gchar *sId; gchar *sLanguage; gchar *sDescription; } Layout; typedef struct _Source { GSource cSource; Keyboard *pKeyboard; } Source; static int emitDelayedSignal(Keyboard *pKeyboard) { g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); return G_SOURCE_REMOVE; } static gboolean isGreeter() { const char *sUser = g_get_user_name(); return g_str_equal(sUser, "lightdm"); } static void setAccountsService(Keyboard *pKeyboard) { gint nUid = geteuid(); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariantBuilder *pBuilder = g_variant_builder_new(G_VARIANT_TYPE("as")); guint nLayouts = g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sId = NULL; gchar *sLayout = pKeyboard->pPrivate->pConfigRec->layouts[nLayout]; gchar *sVariant = pKeyboard->pPrivate->pConfigRec->variants[nLayout]; if (sVariant && strlen(sVariant)) { sId = g_strconcat(sLayout, "+", sVariant, NULL); } else { sId = g_strdup(sLayout); } g_variant_builder_add(pBuilder, "s", sId); g_free(sId); } GVariant *pValue = g_variant_new("as", pBuilder); GVariant *pRet = g_dbus_proxy_call_sync(pProxy, "Set", g_variant_new("(ssv)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts", pValue), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); g_variant_builder_unref(pBuilder); g_variant_unref(pRet); g_object_unref(pConnection); g_free(sPath); } static void getAccountsService(Keyboard *pKeyboard, ActUser *pUser) { if (!pKeyboard->pPrivate->sUser) { GError *pError = NULL; GVariant *pUser = g_dbus_connection_call_sync (pKeyboard->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_warning ("Failed calling GetUser, the greeter may not be ready yet: %s", pError->message); g_error_free (pError); return; } g_variant_get (pUser, "(s)", &pKeyboard->pPrivate->sUser); } gboolean bPrefix = g_str_has_prefix (pKeyboard->pPrivate->sUser, "*"); if (bPrefix) { if (pKeyboard->pPrivate->lLayoutRec) { g_slist_free_full (g_steal_pointer (&pKeyboard->pPrivate->lLayoutRec), g_free); } guint nLayouts = g_strv_length (pKeyboard->pPrivate->lSystemLayouts); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { pKeyboard->pPrivate->lLayoutRec = g_slist_append (pKeyboard->pPrivate->lLayoutRec, g_strdup (pKeyboard->pPrivate->lSystemLayouts[nLayout])); } g_timeout_add(500, (GSourceFunc)emitDelayedSignal, pKeyboard); } else { const gchar *sUser = act_user_get_user_name (pUser); gboolean bSame = g_str_equal(pKeyboard->pPrivate->sUser, sUser); if (bSame) { if (pKeyboard->pPrivate->lLayoutRec) { g_slist_free_full (g_steal_pointer (&pKeyboard->pPrivate->lLayoutRec), g_free); } gint nUid = act_user_get_uid(pUser); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariant *pValue = g_dbus_proxy_call_sync(pProxy, "Get", g_variant_new("(ss)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); GVariant *pChild0 = g_variant_get_child_value(pValue, 0); GVariant *pChild1 = g_variant_get_child_value(pChild0, 0); GVariantIter *pIter; g_variant_get(pChild1, "as", &pIter); gchar *sLayout; while (g_variant_iter_loop(pIter, "s", &sLayout)) { pKeyboard->pPrivate->lLayoutRec = g_slist_append(pKeyboard->pPrivate->lLayoutRec, g_strdup(sLayout)); } guint nLayouts = g_slist_length(pKeyboard->pPrivate->lLayoutRec); if (!nLayouts) { guint nLayouts = g_strv_length (pKeyboard->pPrivate->lSystemLayouts); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { pKeyboard->pPrivate->lLayoutRec = g_slist_append (pKeyboard->pPrivate->lLayoutRec, g_strdup (pKeyboard->pPrivate->lSystemLayouts[nLayout])); } } g_variant_iter_free(pIter); g_variant_unref(pChild1); g_variant_unref(pChild0); g_variant_unref(pValue); g_object_unref(pConnection); g_free(sPath); g_timeout_add(500, (GSourceFunc)emitDelayedSignal, pKeyboard); } } } static void onUserLoaded(Keyboard *pKeyboard, ActUser *pUser) { gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard, pUser); g_signal_handlers_disconnect_by_func(G_OBJECT(pUser), G_CALLBACK(onUserLoaded), pKeyboard); } } static void onManagerLoaded(Keyboard *pKeyboard) { ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { if (!pKeyboard->pPrivate->lUsers) { pKeyboard->pPrivate->lUsers = act_user_manager_list_users(pManager); } for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard, pUser); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), pKeyboard); } } } } static gboolean onCheckEvent(Display *pDisplay, XEvent *pEvent, XPointer pData) { gint *pXkbEventType = (gint*)pData; if (pEvent->type == *pXkbEventType) { XkbEvent *pXkbEvent = (XkbEvent*)pEvent; if (pXkbEvent->any.xkb_type == XkbStateNotify || pXkbEvent->any.xkb_type == XkbNamesNotify) { return TRUE; } } return FALSE; } static gboolean onCheckSource(GSource *pSource) { Keyboard *pKeyboard = ((Source*)pSource)->pKeyboard; XEvent cEvent; gboolean bEvent = XCheckIfEvent(pKeyboard->pPrivate->pDisplay, &cEvent, onCheckEvent, (XPointer)&pKeyboard->pPrivate->nXkbEventType); if (bEvent) { XklConfigRec *pConfigRec = xkl_config_rec_new(); xkl_config_rec_get_from_server(pConfigRec, pKeyboard->pPrivate->pEngine); gboolean bConfigChanged = FALSE; gboolean bLayoutChanged = FALSE; if (!xkl_config_rec_equals(pKeyboard->pPrivate->pConfigRec, pConfigRec)) { gboolean bBadSignal = FALSE; if (g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts) > g_strv_length(pConfigRec->layouts)) { // Pairing a Bluetooth device does this sometimes if (pConfigRec->variants[0] == NULL) { bBadSignal = TRUE; } else { xkl_engine_lock_group(pKeyboard->pPrivate->pEngine, 0); pKeyboard->pPrivate->nLayout = 0; bLayoutChanged = TRUE; } } if (!bBadSignal) { xkl_config_rec_get_from_server(pKeyboard->pPrivate->pConfigRec, pKeyboard->pPrivate->pEngine); bConfigChanged = TRUE; } } g_object_unref(pConfigRec); pConfigRec = NULL; if (((XkbEvent*)&cEvent)->any.xkb_type == XkbStateNotify && !bConfigChanged && ((XkbEvent*)&cEvent)->state.group != pKeyboard->pPrivate->nLayout && ((XkbEvent*)&cEvent)->state.group < g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts)) { pKeyboard->pPrivate->nLayout = ((XkbEvent*)&cEvent)->state.group; bLayoutChanged = TRUE; } if (bLayoutChanged) { g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } if (bConfigChanged) { setAccountsService(pKeyboard); g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); } } return FALSE; } static void freeLayout(gpointer pData) { Layout *pLayout = pData; g_return_if_fail(pLayout != NULL); g_free(pLayout->sId); g_free(pLayout->sLanguage); g_free(pLayout->sDescription); g_slice_free(Layout, pLayout); } void keyboard_AddSource(Keyboard *pKeyboard) { if (isGreeter() == FALSE) { XkbQueryExtension(pKeyboard->pPrivate->pDisplay, 0, &pKeyboard->pPrivate->nXkbEventType, 0, 0, 0); XkbSelectEventDetails(pKeyboard->pPrivate->pDisplay, XkbUseCoreKbd, XkbStateNotify, XkbAllStateComponentsMask, XkbGroupStateMask); pKeyboard->pPrivate->cPollFD.fd = ConnectionNumber(pKeyboard->pPrivate->pDisplay); pKeyboard->pPrivate->cPollFD.events = G_IO_IN | G_IO_HUP | G_IO_ERR; pKeyboard->pPrivate->cPollFD.revents = 0; pKeyboard->pPrivate->cSourceFuncs.prepare = NULL; pKeyboard->pPrivate->cSourceFuncs.check = onCheckSource; pKeyboard->pPrivate->cSourceFuncs.dispatch = NULL; pKeyboard->pPrivate->cSourceFuncs.finalize = NULL; GSource *pSource = g_source_new(&pKeyboard->pPrivate->cSourceFuncs, sizeof(Source)); ((Source*)pSource)->pKeyboard = pKeyboard; g_source_add_poll(pSource, &pKeyboard->pPrivate->cPollFD); g_source_attach(pSource, NULL); } } guint keyboard_GetNumLayouts(Keyboard *pKeyboard) { guint nLayouts = 0; if (isGreeter()) { nLayouts = g_slist_length(pKeyboard->pPrivate->lLayoutRec); } else { nLayouts = g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts); } return nLayouts; } guint keyboard_GetLayoutIndex (Keyboard *pKeyboard) { return pKeyboard->pPrivate->nLayout; } void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription) { if (nLayout == -1) { nLayout = pKeyboard->pPrivate->nLayout; } gchar *sId = NULL; if (isGreeter() == TRUE) { gchar *sLayout = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); sId = g_strdup(sLayout); } else { gchar *sLayout = pKeyboard->pPrivate->pConfigRec->layouts[nLayout]; gchar *sVariant = pKeyboard->pPrivate->pConfigRec->variants[nLayout]; if (sVariant && strlen(sVariant)) { sId = g_strconcat(sLayout, "+", sVariant, NULL); } else { sId = g_strdup(sLayout); } } const Layout *pLayout; g_hash_table_lookup_extended(pKeyboard->pPrivate->lLayouts, sId, NULL, (gpointer*)&pLayout); if (pLanguage != NULL) { *pLanguage = g_strdup(pLayout->sLanguage); } if (pDescription != NULL) { *pDescription = g_strdup(pLayout->sDescription); } g_free(sId); } void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout) { if (isGreeter() == FALSE) { xkl_engine_lock_group(pKeyboard->pPrivate->pEngine, nLayout); } else { gchar *sId = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); gchar **lParams = g_strsplit(sId, "+", -1); guint nParams = g_strv_length(lParams); gchar *sVariant = ""; if (nParams == 2) { sVariant = lParams[1]; } GError *pError = NULL; GVariant *pLayout = g_variant_new ("(ss)", lParams[0], sVariant); g_dbus_connection_call_sync (pKeyboard->pPrivate->pConnection, GREETER_BUS_NAME, GREETER_BUS_PATH, GREETER_BUS_NAME, "SetLayout", pLayout, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError); if (pError) { g_error ("Panic: Failed calling SetLayout: %s", pError->message); g_error_free (pError); return; } g_strfreev (lParams); } pKeyboard->pPrivate->nLayout = nLayout; g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } static void onDispose(GObject *pObject) { Keyboard *self = G_KEYBOARD (pObject); if (self->pPrivate->nSubscription) { g_dbus_connection_signal_unsubscribe (self->pPrivate->pConnection, self->pPrivate->nSubscription); } if (self->pPrivate->lUsers) { g_slist_free(self->pPrivate->lUsers); } if (self->pPrivate->pConnection) { g_object_unref (self->pPrivate->pConnection); } if (self->pPrivate->lLayouts) { g_hash_table_destroy(self->pPrivate->lLayouts); } if (self->pPrivate->pConfigRec) { g_object_unref(self->pPrivate->pConfigRec); } if (self->pPrivate->lLayoutRec) { g_slist_free_full(self->pPrivate->lLayoutRec, g_free); } if (self->pPrivate->lSystemLayouts) { g_strfreev (self->pPrivate->lSystemLayouts); } G_OBJECT_CLASS(keyboard_parent_class)->dispose(pObject); } static void keyboard_class_init(KeyboardClass *klass) { GObjectClass *pClass = G_OBJECT_CLASS(klass); pClass->dispose = onDispose; m_lSignals[LAYOUT_CHANGED] = g_signal_new(KEYBOARD_LAYOUT_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); m_lSignals[CONFIG_CHANGED] = g_signal_new(KEYBOARD_CONFIG_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); } Keyboard* keyboard_new() { GObject *pObject = g_object_new(G_TYPE_KEYBOARD, NULL); return G_KEYBOARD(pObject); } static void onUserChanged (GDBusConnection *pConnection, const gchar *sSender, const gchar *sPath, const gchar *sInterface, const gchar *sSignal, GVariant *pParameters, gpointer pUserData) { Keyboard *self = G_KEYBOARD (pUserData); g_variant_get (pParameters, "(s)", &self->pPrivate->sUser); ActUserManager *pManager = act_user_manager_get_default (); gboolean bIsLoaded; g_object_get (pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { 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 bIsUserLoaded = act_user_is_loaded (pUser); if (bIsUserLoaded) { getAccountsService (self, pUser); } else { g_signal_connect_swapped (pUser, "notify::is-loaded", G_CALLBACK (onUserLoaded), self); } } } else { g_signal_connect_object (pManager, "notify::is-loaded", G_CALLBACK (onManagerLoaded), self, G_CONNECT_SWAPPED); } } static void keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); self->pPrivate->lLayoutRec = NULL; self->pPrivate->lLayouts = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, freeLayout); // Read all available layouts struct rxkb_context *pContext = rxkb_context_new(RXKB_CONTEXT_LOAD_EXOTIC_RULES); g_assert(pContext); if (!rxkb_context_include_path_append_default(pContext)) { g_warning("Failed to include default paths"); } if (!rxkb_context_parse(pContext, "evdev")) { g_warning("Failed to parse XKB descriptions"); } struct rxkb_layout *pRxkbLayout = rxkb_layout_first(pContext); while (pRxkbLayout != NULL) { const gchar *sLayout = rxkb_layout_get_name(pRxkbLayout); const gchar *sVariant = rxkb_layout_get_variant(pRxkbLayout); const gchar *sDescription = rxkb_layout_get_description(pRxkbLayout); const gchar *sTranslated = g_dgettext("xkeyboard-config", sDescription); sDescription = sTranslated; Layout *pLayout = g_slice_new0(Layout); if (sVariant != NULL && strlen(sVariant) > 0) { pLayout->sId = g_strjoin("+", sLayout, sVariant, NULL); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } else { pLayout->sId = g_strdup(sLayout); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } gboolean bContains = g_hash_table_contains (self->pPrivate->lLayouts, pLayout->sId); if (!bContains) { g_debug (" {\"%s\", \"%s\"}, //%s", pLayout->sLanguage, pLayout->sId, pLayout->sDescription); } g_hash_table_replace(self->pPrivate->lLayouts, pLayout->sId, pLayout); pRxkbLayout = rxkb_layout_next(pRxkbLayout); } rxkb_context_unref(pContext); GError *pError = NULL; self->pPrivate->sUser = NULL; 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; } if (isGreeter() == FALSE) { self->pPrivate->pDisplay = XOpenDisplay(NULL); g_assert(self->pPrivate->pDisplay); self->pPrivate->pEngine = xkl_engine_get_instance(self->pPrivate->pDisplay); g_assert(self->pPrivate->pEngine); xkl_engine_start_listen(self->pPrivate->pEngine, XKLL_TRACK_KEYBOARD_STATE); self->pPrivate->pConfigRec = xkl_config_rec_new(); xkl_config_rec_get_from_server(self->pPrivate->pConfigRec, self->pPrivate->pEngine); XklState *pState = xkl_engine_get_current_state(self->pPrivate->pEngine); self->pPrivate->nLayout = pState->group; setAccountsService(self); } else { self->pPrivate->lUsers = NULL; self->pPrivate->nSubscription = 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); // Get system layouts getSystemLayouts ("/etc/default/keyboard", &self->pPrivate->lLayoutRec, &self->pPrivate->lSystemLayouts, TRUE); if (!self->pPrivate->lLayoutRec) { getSystemLayouts ("/etc/X11/xorg.conf.d/00-keyboard.conf", &self->pPrivate->lLayoutRec, &self->pPrivate->lSystemLayouts, TRUE); } if (!self->pPrivate->lLayoutRec) { GStrvBuilder *pBuilder = g_strv_builder_new (); gchar *sId = g_strdup ("us"); self->pPrivate->lLayoutRec = g_slist_append (self->pPrivate->lLayoutRec, sId); g_strv_builder_add (pBuilder, sId); self->pPrivate->lSystemLayouts = g_strv_builder_end (pBuilder); g_strv_builder_unref (pBuilder); } self->pPrivate->nLayout = 0; //~ Get system layouts ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { self->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = self->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(self, pUser); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), self); } } } else { g_signal_connect_object(pManager, "notify::is-loaded", G_CALLBACK(onManagerLoaded), self, G_CONNECT_SWAPPED); } } } ayatana-indicator-keyboard-24.7.2/src/languages.h0000644000000000000000000011246614761105657016616 0ustar /* * Copyright 2021-2023 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include typedef struct { gchar *sLanguage; gchar *sId; } Language; Language LANGUAGES[] = { {"Sq", "al"}, //Albanian {"Sq", "al+plisi"}, //Albanian (Plisi) {"Sq", "al+veqilharxhi"}, //Albanian (Veqilharxhi) {"Am", "et"}, //Amharic {"Hy", "am"}, //Armenian {"Hy", "am+phonetic"}, //Armenian (phonetic) {"Hy", "am+phonetic-alt"}, //Armenian (alt. phonetic) {"Hy", "am+eastern"}, //Armenian (eastern) {"Hy", "am+eastern-alt"}, //Armenian (alt. eastern) {"Hy", "am+western"}, //Armenian (western) {"Ar", "ara"}, //Arabic {"Ar", "ara+digits"}, //Arabic (Eastern Arabic numerals) {"Ar", "ara+azerty"}, //Arabic (AZERTY) {"Ar", "ara+azerty_digits"}, //Arabic (AZERTY, Eastern Arabic numerals) {"Ar", "ara+buckwalter"}, //Arabic (Buckwalter) {"Ar", "ara+mac"}, //Arabic (Macintosh) {"Ar", "ara+mac-phonetic"}, //Arabic (Macintosh, phonetic) {"Ar", "ara+olpc"}, //Arabic (OLPC) {"Ar", "eg"}, //Arabic (Egypt) {"Iq", "iq"}, //Arabic (Iraq) {"Ku", "iq+ku"}, //Kurdish (Iraq, Latin Q) {"Ku", "iq+ku_alt"}, //Kurdish (Iraq, Latin Alt-Q) {"Ku", "iq+ku_f"}, //Kurdish (Iraq, F) {"Ku", "iq+ku_ara"}, //Kurdish (Iraq, Arabic-Latin) {"Ar", "ma"}, //Arabic (Morocco) {"Bb", "ma+tifinagh"}, //Berber (Morocco, Tifinagh) {"Bb", "ma+tifinagh-alt"}, //Berber (Morocco, Tifinagh alt.) {"Bb", "ma+tifinagh-alt-phonetic"}, //Berber (Morocco, Tifinagh phonetic, alt.) {"Bb", "ma+tifinagh-extended"}, //Berber (Morocco, Tifinagh extended) {"Bb", "ma+tifinagh-phonetic"}, //Berber (Morocco, Tifinagh phonetic) {"Bb", "ma+tifinagh-extended-phonetic"}, //Berber (Morocco, Tifinagh extended phonetic) {"Fr", "ma+french"}, //French (Morocco) {"Bb", "ma+rif"}, //Tarifit {"Ar", "sy"}, //Arabic (Syria) {"Ls", "sy+syc"}, //Syriac {"Ls", "sy+syc_phonetic"}, //Syriac (phonetic) {"Ku", "sy+ku"}, //Kurdish (Syria, Latin Q) {"Ku", "sy+ku_alt"}, //Kurdish (Syria, Latin Alt-Q) {"Ku", "sy+ku_f"}, //Kurdish (Syria, F) {"Az", "az"}, //Azerbaijani {"Az", "az+cyrillic"}, //Azerbaijani (Cyrillic) {"Bm", "ml"}, //Bambara {"Fr", "ml+fr-oss"}, //French (Mali, alt.) {"En", "ml+us-mac"}, //English (Mali, US, Macintosh) {"En", "ml+us-intl"}, //English (Mali, US, intl.) {"Bn", "bd"}, //Bangla {"Bn", "bd+probhat"}, //Bangla (Probhat) {"Be", "by"}, //Belarusian {"Be", "by+legacy"}, //Belarusian (legacy) {"Be", "by+latin"}, //Belarusian (Latin) {"Be", "by+intl"}, //Belarusian (intl.) {"Be", "by+phonetic"}, //Belarusian (phonetic) {"Ru", "by+ru"}, //Russian (Belarus) {"Bl", "be"}, //Belgian {"Bl", "be+oss"}, //Belgian (alt.) {"Bl", "be+oss_latin9"}, //Belgian (Latin-9 only, alt.) {"Bl", "be+iso-alternate"}, //Belgian (ISO, alt.) {"Bl", "be+nodeadkeys"}, //Belgian (no dead keys) {"Bl", "be+wang"}, //Belgian (Wang 724 AZERTY) {"Bb", "dz"}, //Berber (Algeria, Latin) {"Bb", "dz+ber"}, //Berber (Algeria, Tifinagh) {"Kb", "dz+azerty-deadkeys"}, //Kabyle (AZERTY, with dead keys) {"Kb", "dz+qwerty-gb-deadkeys"}, //Kabyle (QWERTY, UK, with dead keys) {"Kb", "dz+qwerty-us-deadkeys"}, //Kabyle (QWERTY, US, with dead keys) {"Ar", "dz+ar"}, //Arabic (Algeria) {"Bs", "ba"}, //Bosnian {"Bs", "ba+alternatequotes"}, //Bosnian (with guillemets) {"Bs", "ba+unicode"}, //Bosnian (with Bosnian digraphs) {"Bs", "ba+unicodeus"}, //Bosnian (US, with Bosnian digraphs) {"Bs", "ba+us"}, //Bosnian (US) {"Bi", "brai"}, //Braille {"Bi", "brai+left_hand"}, //Braille (left-handed) {"Bi", "brai+left_hand_invert"}, //Braille (left-handed inverted thumb) {"Bi", "brai+right_hand"}, //Braille (right-handed) {"Bi", "brai+right_hand_invert"}, //Braille (right-handed inverted thumb) {"Bg", "bg"}, //Bulgarian {"Bg", "bg+phonetic"}, //Bulgarian (traditional phonetic) {"Bg", "bg+bas_phonetic"}, //Bulgarian (new phonetic) {"Bg", "bg+bekl"}, //Bulgarian (enhanced) {"My", "mm"}, //Burmese {"Zg", "mm+zawgyi"}, //Burmese (Zawgyi) {"My", "mm+mnw"}, //Mon {"My", "mm+mnw-a1"}, //Mon (A1) {"My", "mm+shn"}, //Shan {"My", "mm+zgt"}, //Shan (Zawgyi) {"Zh", "cn"}, //Chinese {"Hp", "cn+altgr-pinyin"}, //Hanyu Pinyin Letters (with AltGr dead keys) {"Mn", "cn+mon_trad"}, //Mongolian (Bichig) {"Mn", "cn+mon_trad_todo"}, //Mongolian (Todo) {"Mn", "cn+mon_trad_xibe"}, //Mongolian (Xibe) {"Mn", "cn+mon_trad_manchu"}, //Mongolian (Manchu) {"Mn", "cn+mon_trad_galik"}, //Mongolian (Galik) {"Mn", "cn+mon_todo_galik"}, //Mongolian (Todo Galik) {"Mn", "cn+mon_manchu_galik"}, //Mongolian (Manchu Galik) {"Bo", "cn+tib"}, //Tibetan {"Bo", "cn+tib_asciinum"}, //Tibetan (with ASCII numerals) {"Ug", "cn+ug"}, //Uyghur {"Hr", "hr"}, //Croatian {"Hr", "hr+alternatequotes"}, //Croatian (with guillemets) {"Hr", "hr+unicode"}, //Croatian (with Croatian digraphs) {"Hr", "hr+unicodeus"}, //Croatian (US, with Croatian digraphs) {"Hr", "hr+us"}, //Croatian (US) {"Cs", "cz"}, //Czech {"Cs", "cz+bksl"}, //Czech (extra backslash) {"Cs", "cz+qwerty"}, //Czech (QWERTY) {"Cs", "cz+qwerty_bksl"}, //Czech (QWERTY, extra backslash) {"Cs", "cz+winkeys"}, //Czech (QWERTZ, Windows) {"Cs", "cz+winkeys-qwerty"}, //Czech (QWERTY, Windows) {"Cs", "cz+qwerty-mac"}, //Czech (QWERTY, Macintosh) {"Cs", "cz+ucw"}, //Czech (UCW, only accented letters) {"Cs", "cz+dvorak-ucw"}, //Czech (US, Dvorak, UCW support) {"Ru", "cz+rus"}, //Russian (Czechia, phonetic) {"Da", "dk"}, //Danish {"Da", "dk+nodeadkeys"}, //Danish (no dead keys) {"Da", "dk+winkeys"}, //Danish (Windows) {"Da", "dk+mac"}, //Danish (Macintosh) {"Da", "dk+mac_nodeadkeys"}, //Danish (Macintosh, no dead keys) {"Da", "dk+dvorak"}, //Danish (Dvorak) {"Fa", "af"}, //Dari {"Ps", "af+ps"}, //Pashto {"Uz", "af+uz"}, //Uzbek (Afghanistan) {"Fa", "af+fa-olpc"}, //Dari (Afghanistan, OLPC) {"Ps", "af+ps-olpc"}, //Pashto (Afghanistan, OLPC) {"Uz", "af+uz-olpc"}, //Uzbek (Afghanistan, OLPC) {"Dv", "mv"}, //Dhivehi {"Nl", "nl"}, //Dutch {"Nl", "nl+us"}, //Dutch (US) {"Nl", "nl+mac"}, //Dutch (Macintosh) {"Nl", "nl+std"}, //Dutch (standard) {"Dz", "bt"}, //Dzongkha {"En", "au"}, //English (Australia) {"En", "cm"}, //English (Cameroon) {"Fr", "cm+french"}, //French (Cameroon) {"Cm", "cm+qwerty"}, //Cameroon Multilingual (QWERTY, intl.) {"Cm", "cm+azerty"}, //Cameroon (AZERTY, intl.) {"Cm", "cm+dvorak"}, //Cameroon (Dvorak, intl.) {"Mu", "cm+mmuock"}, //Mmuock {"En", "gh"}, //English (Ghana) {"En", "gh+generic"}, //English (Ghana, multilingual) {"En", "gh+gillbt"}, //English (Ghana, GILLBT) {"Ak", "gh+akan"}, //Akan {"Av", "gh+avn"}, //Avatime {"Ee", "gh+ewe"}, //Ewe {"Ff", "gh+fula"}, //Fula {"Gh", "gh+ga"}, //Ga {"Ha", "gh+hausa"}, //Hausa (Ghana) {"En", "nz"}, //English (New Zealand) {"Mi", "nz+mao"}, //Maori {"En", "ng"}, //English (Nigeria) {"Ha", "ng+hausa"}, //Hausa (Nigeria) {"Ig", "ng+igbo"}, //Igbo {"Yo", "ng+yoruba"}, //Yoruba {"En", "za"}, //English (South Africa) {"En", "gb"}, //English (UK) {"En", "gb+extd"}, //English (UK, extended, Windows) {"En", "gb+intl"}, //English (UK, intl., with dead keys) {"En", "gb+dvorak"}, //English (UK, Dvorak) {"En", "gb+dvorakukp"}, //English (UK, Dvorak, with UK punctuation) {"En", "gb+mac"}, //English (UK, Macintosh) {"En", "gb+mac_intl"}, //English (UK, Macintosh, intl.) {"En", "gb+colemak"}, //English (UK, Colemak) {"En", "gb+colemak_dh"}, //English (UK, Colemak-DH) {"Gd", "gb+gla"}, //Scottish Gaelic {"Pl", "gb+pl"}, //Polish (British keyboard) {"En", "us"}, //English (US) {"En", "us+euro"}, //English (US, euro on 5) {"En", "us+intl"}, //English (US, intl., with dead keys) {"En", "us+alt-intl"}, //English (US, alt. intl.) {"En", "us+altgr-intl"}, //English (intl., with AltGr dead keys) {"En", "us+mac"}, //English (Macintosh) {"En", "us+colemak"}, //English (Colemak) {"En", "us+colemak_dh"}, //English (Colemak-DH) {"En", "us+colemak_dh_wide"}, //English (Colemak-DH Wide) {"En", "us+colemak_dh_ortho"}, //English (Colemak-DH Ortholinear) {"En", "us+colemak_dh_iso"}, //English (Colemak-DH ISO) {"En", "us+colemak_dh_wide_iso"}, //English (Colemak-DH Wide ISO) {"En", "us+dvorak"}, //English (Dvorak) {"En", "us+dvorak-intl"}, //English (Dvorak, intl., with dead keys) {"En", "us+dvorak-alt-intl"}, //English (Dvorak, alt. intl.) {"En", "us+dvorak-l"}, //English (Dvorak, left-handed) {"En", "us+dvorak-r"}, //English (Dvorak, right-handed) {"En", "us+dvorak-classic"}, //English (classic Dvorak) {"En", "us+dvp"}, //English (programmer Dvorak) {"En", "us+dvorak-mac"}, //English (Dvorak, Macintosh) {"En", "us+norman"}, //English (Norman) {"En", "us+symbolic"}, //English (US, Symbolic) {"En", "us+workman"}, //English (Workman) {"En", "us+workman-intl"}, //English (Workman, intl., with dead keys) {"En", "us+olpc2"}, //English (the divide/multiply toggle the layout) {"Ck", "us+chr"}, //Cherokee {"Hw", "us+haw"}, //Hawaiian {"Ru", "us+rus"}, //Russian (US, phonetic) {"Hs", "us+hbs"}, //Serbo-Croatian (US) {"Eo", "epo"}, //Esperanto {"Eo", "epo+legacy"}, //Esperanto (legacy) {"Et", "ee"}, //Estonian {"Et", "ee+nodeadkeys"}, //Estonian (no dead keys) {"Et", "ee+dvorak"}, //Estonian (Dvorak) {"Et", "ee+us"}, //Estonian (US) {"Fo", "fo"}, //Faroese {"Fo", "fo+nodeadkeys"}, //Faroese (no dead keys) {"Ph", "ph"}, //Filipino {"Ph", "ph+qwerty-bay"}, //Filipino (QWERTY, Baybayin) {"Ph", "ph+capewell-dvorak"}, //Filipino (Capewell-Dvorak, Latin) {"Ph", "ph+capewell-dvorak-bay"}, //Filipino (Capewell-Dvorak, Baybayin) {"Ph", "ph+capewell-qwerf2k6"}, //Filipino (Capewell-QWERF 2006, Latin) {"Ph", "ph+capewell-qwerf2k6-bay"}, //Filipino (Capewell-QWERF 2006, Baybayin) {"Ph", "ph+colemak"}, //Filipino (Colemak, Latin) {"Ph", "ph+colemak-bay"}, //Filipino (Colemak, Baybayin) {"Ph", "ph+dvorak"}, //Filipino (Dvorak, Latin) {"Ph", "ph+dvorak-bay"}, //Filipino (Dvorak, Baybayin) {"Fi", "fi"}, //Finnish {"Fi", "fi+winkeys"}, //Finnish (Windows) {"Fi", "fi+classic"}, //Finnish (classic) {"Fi", "fi+nodeadkeys"}, //Finnish (classic, no dead keys) {"Fi", "fi+mac"}, //Finnish (Macintosh) {"Ns", "fi+smi"}, //Northern Saami (Finland) {"Fr", "fr"}, //French {"Fr", "fr+nodeadkeys"}, //French (no dead keys) {"Fr", "fr+oss"}, //French (alt.) {"Fr", "fr+oss_nodeadkeys"}, //French (alt., no dead keys) {"Fr", "fr+oss_latin9"}, //French (alt., Latin-9 only) {"Fr", "fr+latin9"}, //French (legacy, alt.) {"Fr", "fr+latin9_nodeadkeys"}, //French (legacy, alt., no dead keys) {"Fr", "fr+azerty"}, //French (AZERTY) {"Fr", "fr+afnor"}, //French (AZERTY, AFNOR) {"Fr", "fr+bepo"}, //French (BEPO) {"Fr", "fr+bepo_latin9"}, //French (BEPO, Latin-9 only) {"Fr", "fr+bepo_afnor"}, //French (BEPO, AFNOR) {"Fr", "fr+dvorak"}, //French (Dvorak) {"Fr", "fr+mac"}, //French (Macintosh) {"Fr", "fr+us"}, //French (US) {"Fr", "fr+bre"}, //Breton (France) {"Oc", "fr+oci"}, //Occitan {"Ka", "fr+geo"}, //Georgian (France, AZERTY Tskapo) {"Fr", "ca"}, //French (Canada) {"Fr", "ca+fr-dvorak"}, //French (Canada, Dvorak) {"Fr", "ca+fr-legacy"}, //French (Canada, legacy) {"Cn", "ca+multix"}, //Canadian (CSA) {"En", "ca+eng"}, //English (Canada) {"Iu", "ca+ike"}, //Inuktitut {"Fr", "cd"}, //French (Democratic Republic of the Congo) {"Fr", "tg"}, //French (Togo) {"Ka", "ge"}, //Georgian {"Ka", "ge+ergonomic"}, //Georgian (ergonomic) {"Ka", "ge+mess"}, //Georgian (MESS) {"Os", "ge+os"}, //Ossetian (Georgia) {"Ru", "ge+ru"}, //Russian (Georgia) {"De", "de"}, //German {"De", "de+deadacute"}, //German (dead acute) {"De", "de+deadgraveacute"}, //German (dead grave acute) {"De", "de+deadtilde"}, //German (dead tilde) {"De", "de+nodeadkeys"}, //German (no dead keys) {"De", "de+e1"}, //German (E1) {"De", "de+e2"}, //German (E2) {"De", "de+T3"}, //German (T3) {"De", "de+us"}, //German (US) {"De", "de+dvorak"}, //German (Dvorak) {"De", "de+mac"}, //German (Macintosh) {"De", "de+mac_nodeadkeys"}, //German (Macintosh, no dead keys) {"De", "de+neo"}, //German (Neo 2) {"De", "de+qwerty"}, //German (QWERTY) {"Sb", "de+dsb"}, //Lower Sorbian {"Sb", "de+dsb_qwertz"}, //Lower Sorbian (QWERTZ) {"Ro", "de+ro"}, //Romanian (Germany) {"Ro", "de+ro_nodeadkeys"}, //Romanian (Germany, no dead keys) {"Ru", "de+ru"}, //Russian (Germany, phonetic) {"Tr", "de+tr"}, //Turkish (Germany) {"De", "at"}, //German (Austria) {"De", "at+nodeadkeys"}, //German (Austria, no dead keys) {"De", "at+mac"}, //German (Austria, Macintosh) {"De", "ch"}, //German (Switzerland) {"De", "ch+de_nodeadkeys"}, //German (Switzerland, no dead keys) {"De", "ch+de_mac"}, //German (Switzerland, Macintosh) {"De", "ch+legacy"}, //German (Switzerland, legacy) {"Fr", "ch+fr"}, //French (Switzerland) {"Fr", "ch+fr_nodeadkeys"}, //French (Switzerland, no dead keys) {"Fr", "ch+fr_mac"}, //French (Switzerland, Macintosh) {"Gr", "gr"}, //Greek {"Gr", "gr+simple"}, //Greek (simple) {"Gr", "gr+extended"}, //Greek (extended) {"Gr", "gr+nodeadkeys"}, //Greek (no dead keys) {"Gr", "gr+polytonic"}, //Greek (polytonic) {"He", "il"}, //Hebrew {"He", "il+si2"}, //Hebrew (SI-1452-2) {"He", "il+lyx"}, //Hebrew (lyx) {"He", "il+phonetic"}, //Hebrew (phonetic) {"He", "il+biblical"}, //Hebrew (Biblical, Tiro) {"Hu", "hu"}, //Hungarian {"Hu", "hu+standard"}, //Hungarian (standard) {"Hu", "hu+nodeadkeys"}, //Hungarian (no dead keys) {"Hu", "hu+qwerty"}, //Hungarian (QWERTY) {"Hu", "hu+101_qwertz_comma_dead"}, //Hungarian (QWERTZ, 101-key, comma, dead keys) {"Hu", "hu+101_qwertz_comma_nodead"}, //Hungarian (QWERTZ, 101-key, comma, no dead keys) {"Hu", "hu+101_qwertz_dot_dead"}, //Hungarian (QWERTZ, 101-key, dot, dead keys) {"Hu", "hu+101_qwertz_dot_nodead"}, //Hungarian (QWERTZ, 101-key, dot, no dead keys) {"Hu", "hu+101_qwerty_comma_dead"}, //Hungarian (QWERTY, 101-key, comma, dead keys) {"Hu", "hu+101_qwerty_comma_nodead"}, //Hungarian (QWERTY, 101-key, comma, no dead keys) {"Hu", "hu+101_qwerty_dot_dead"}, //Hungarian (QWERTY, 101-key, dot, dead keys) {"Hu", "hu+101_qwerty_dot_nodead"}, //Hungarian (QWERTY, 101-key, dot, no dead keys) {"Hu", "hu+102_qwertz_comma_dead"}, //Hungarian (QWERTZ, 102-key, comma, dead keys) {"Hu", "hu+102_qwertz_comma_nodead"}, //Hungarian (QWERTZ, 102-key, comma, no dead keys) {"Hu", "hu+102_qwertz_dot_dead"}, //Hungarian (QWERTZ, 102-key, dot, dead keys) {"Hu", "hu+102_qwertz_dot_nodead"}, //Hungarian (QWERTZ, 102-key, dot, no dead keys) {"Hu", "hu+102_qwerty_comma_dead"}, //Hungarian (QWERTY, 102-key, comma, dead keys) {"Hu", "hu+102_qwerty_comma_nodead"}, //Hungarian (QWERTY, 102-key, comma, no dead keys) {"Hu", "hu+102_qwerty_dot_dead"}, //Hungarian (QWERTY, 102-key, dot, dead keys) {"Hu", "hu+102_qwerty_dot_nodead"}, //Hungarian (QWERTY, 102-key, dot, no dead keys) {"Is", "is"}, //Icelandic {"Is", "is+mac_legacy"}, //Icelandic (Macintosh, legacy) {"Is", "is+mac"}, //Icelandic (Macintosh) {"Is", "is+dvorak"}, //Icelandic (Dvorak) {"Il", "in"}, //Indian {"As", "in+asm-kagapa"}, //Assamese (KaGaPa, phonetic) {"Bn", "in+ben"}, //Bangla (India) {"Bn", "in+ben_probhat"}, //Bangla (India, Probhat) {"Bn", "in+ben_baishakhi"}, //Bangla (India, Baishakhi) {"Bn", "in+ben_bornona"}, //Bangla (India, Bornona) {"Bn", "in+ben-kagapa"}, //Bangla (India, KaGaPa, phonetic) {"Bn", "in+ben_gitanjali"}, //Bangla (India, Gitanjali) {"Bn", "in+ben_inscript"}, //Bangla (India, Baishakhi InScript) {"En", "in+eng"}, //English (India, with rupee) {"Gu", "in+guj"}, //Gujarati {"Gu", "in+guj-kagapa"}, //Gujarati (KaGaPa, phonetic) {"Hi", "in+bolnagri"}, //Hindi (Bolnagri) {"Hi", "in+hin-wx"}, //Hindi (Wx) {"Hi", "in+hin-kagapa"}, //Hindi (KaGaPa, phonetic) {"Kn", "in+kan"}, //Kannada {"Kn", "in+kan-kagapa"}, //Kannada (KaGaPa, phonetic) {"Ml", "in+mal"}, //Malayalam {"Ml", "in+mal_lalitha"}, //Malayalam (Lalitha) {"Ml", "in+mal_enhanced"}, //Malayalam (enhanced InScript, with rupee) {"Ml", "in+mal_poorna"}, //Malayalam (Poorna, extended InScript) {"Ma", "in+mni"}, //Manipuri (Meitei) {"Mr", "in+mar-kagapa"}, //Marathi (KaGaPa, phonetic) {"Mr", "in+marathi"}, //Marathi (enhanced InScript) {"Or", "in+ori"}, //Oriya {"Or", "in+ori-bolnagri"}, //Oriya (Bolnagri) {"Or", "in+ori-wx"}, //Oriya (Wx) {"Pa", "in+guru"}, //Punjabi (Gurmukhi) {"Pa", "in+jhelum"}, //Punjabi (Gurmukhi Jhelum) {"Sa", "in+san-kagapa"}, //Sanskrit (KaGaPa, phonetic) {"Sz", "in+sat"}, //Santali (Ol Chiki) {"Ta", "in+tamilnet"}, //Tamil (TamilNet '99) {"Ta", "in+tamilnet_tamilnumbers"}, //Tamil (TamilNet '99 with Tamil numerals) {"Ta", "in+tamilnet_TAB"}, //Tamil (TamilNet '99, TAB encoding) {"Ta", "in+tamilnet_TSCII"}, //Tamil (TamilNet '99, TSCII encoding) {"Ta", "in+tam"}, //Tamil (InScript, with Arabic numerals) {"Ta", "in+tam_tamilnumbers"}, //Tamil (InScript, with Tamil numerals) {"Te", "in+tel"}, //Telugu {"Te", "in+tel-kagapa"}, //Telugu (KaGaPa, phonetic) {"Te", "in+tel-sarala"}, //Telugu (Sarala) {"Ur", "in+urd-phonetic"}, //Urdu (phonetic) {"Ur", "in+urd-phonetic3"}, //Urdu (alt. phonetic) {"Ur", "in+urd-winkeys"}, //Urdu (Windows) {"Ip", "in+iipa"}, //Indic IPA {"Id", "id"}, //Indonesian (Latin) {"Id", "id+melayu-phonetic"}, //Indonesian (Arab Melayu, phonetic) {"Id", "id+melayu-phoneticx"}, //Indonesian (Arab Melayu, extended phonetic) {"Id", "id+pegon-phonetic"}, //Indonesian (Arab Pegon, phonetic) {"Jv", "id+javanese"}, //Javanese {"Ga", "ie"}, //Irish {"Ga", "ie+UnicodeExpert"}, //Irish (UnicodeExpert) {"Cl", "ie+CloGaelach"}, //CloGaelach {"Og", "ie+ogam"}, //Ogham {"Og", "ie+ogam_is434"}, //Ogham (IS434) {"It", "it"}, //Italian {"It", "it+nodeadkeys"}, //Italian (no dead keys) {"It", "it+winkeys"}, //Italian (Windows) {"It", "it+mac"}, //Italian (Macintosh) {"It", "it+us"}, //Italian (US) {"It", "it+ibm"}, //Italian (IBM 142) {"It", "it+intl"}, //Italian (intl., with dead keys) {"Fu", "it+fur"}, //Friulian (Italy) {"Sj", "it+scn"}, //Sicilian {"Ka", "it+geo"}, //Georgian (Italy) {"Ja", "jp"}, //Japanese {"Ja", "jp+kana"}, //Japanese (Kana) {"Ja", "jp+kana86"}, //Japanese (Kana 86) {"Ja", "jp+OADG109A"}, //Japanese (OADG 109A) {"Ja", "jp+mac"}, //Japanese (Macintosh) {"Ja", "jp+dvorak"}, //Japanese (Dvorak) {"Kk", "kz"}, //Kazakh {"Kk", "kz+kazrus"}, //Kazakh (with Russian) {"Kk", "kz+ext"}, //Kazakh (extended) {"Kk", "kz+latin"}, //Kazakh (Latin) {"Ru", "kz+ruskaz"}, //Russian (Kazakhstan, with Kazakh) {"Km", "kh"}, //Khmer (Cambodia) {"Ko", "kr"}, //Korean {"Ko", "kr+kr104"}, //Korean (101/104-key compatible) {"Ky", "kg"}, //Kyrgyz {"Ky", "kg+phonetic"}, //Kyrgyz (phonetic) {"Lo", "la"}, //Lao {"Lo", "la+stea"}, //Lao (STEA) {"Lv", "lv"}, //Latvian {"Lv", "lv+apostrophe"}, //Latvian (apostrophe) {"Lv", "lv+tilde"}, //Latvian (tilde) {"Lv", "lv+fkey"}, //Latvian (F) {"Lv", "lv+modern"}, //Latvian (Modern Latin) {"Lv", "lv+modern-cyr"}, //Latvian (Modern Cyrillic) {"Lv", "lv+ergonomic"}, //Latvian (ergonomic, ŪGJRMV) {"Lv", "lv+adapted"}, //Latvian (adapted) {"Lt", "lt"}, //Lithuanian {"Lt", "lt+std"}, //Lithuanian (standard) {"Lt", "lt+us"}, //Lithuanian (US) {"Lt", "lt+ibm"}, //Lithuanian (IBM) {"Lt", "lt+lekp"}, //Lithuanian (LEKP) {"Lt", "lt+lekpa"}, //Lithuanian (LEKPa) {"Lt", "lt+ratise"}, //Lithuanian (Ratise) {"Sf", "lt+sgs"}, //Samogitian {"Mk", "mk"}, //Macedonian {"Mk", "mk+nodeadkeys"}, //Macedonian (no dead keys) {"Ms", "my"}, //Malay (Jawi, Arabic Keyboard) {"Ms", "my+phonetic"}, //Malay (Jawi, phonetic) {"Mt", "mt"}, //Maltese {"Mt", "mt+us"}, //Maltese (US) {"Mt", "mt+alt-us"}, //Maltese (US, with AltGr overrides) {"Mt", "mt+alt-gb"}, //Maltese (UK, with AltGr overrides) {"Ro", "md"}, //Moldavian {"Ro", "md+gag"}, //Gagauz (Moldova) {"Mn", "mn"}, //Mongolian {"Me", "me"}, //Montenegrin {"Me", "me+cyrillic"}, //Montenegrin (Cyrillic) {"Me", "me+cyrillicyz"}, //Montenegrin (Cyrillic, ZE and ZHE swapped) {"Me", "me+cyrillicalternatequotes"}, //Montenegrin (Cyrillic, with guillemets) {"Me", "me+latinunicode"}, //Montenegrin (Latin, Unicode) {"Me", "me+latinyz"}, //Montenegrin (Latin, QWERTY) {"Me", "me+latinunicodeyz"}, //Montenegrin (Latin, Unicode, QWERTY) {"Me", "me+latinalternatequotes"}, //Montenegrin (Latin, with guillemets) {"Ne", "np"}, //Nepali {"Nk", "gn"}, //N'Ko (AZERTY) {"No", "no"}, //Norwegian {"No", "no+nodeadkeys"}, //Norwegian (no dead keys) {"No", "no+winkeys"}, //Norwegian (Windows) {"No", "no+mac"}, //Norwegian (Macintosh) {"No", "no+mac_nodeadkeys"}, //Norwegian (Macintosh, no dead keys) {"No", "no+colemak"}, //Norwegian (Colemak) {"No", "no+colemak_dh"}, //Norwegian (Colemak-DH) {"No", "no+colemak_dh_wide"}, //Norwegian (Colemak-DH Wide) {"No", "no+dvorak"}, //Norwegian (Dvorak) {"Ns", "no+smi"}, //Northern Saami (Norway) {"Ns", "no+smi_nodeadkeys"}, //Northern Saami (Norway, no dead keys) {"Fa", "ir"}, //Persian {"Fa", "ir+pes_keypad"}, //Persian (with Persian keypad) {"Fa", "ir+winkeys"}, //Persian (Windows) {"Az", "ir+azb"}, //Azerbaijani (Iran) {"Ku", "ir+ku"}, //Kurdish (Iran, Latin Q) {"Ku", "ir+ku_alt"}, //Kurdish (Iran, Latin Alt-Q) {"Ku", "ir+ku_f"}, //Kurdish (Iran, F) {"Ku", "ir+ku_ara"}, //Kurdish (Iran, Arabic-Latin) {"Pl", "pl"}, //Polish {"Pl", "pl+legacy"}, //Polish (legacy) {"Pl", "pl+qwertz"}, //Polish (QWERTZ) {"Pl", "pl+dvorak"}, //Polish (Dvorak) {"Pl", "pl+dvorak_quotes"}, //Polish (Dvorak, with Polish quotes on quotemark key) {"Pl", "pl+dvorak_altquotes"}, //Polish (Dvorak, with Polish quotes on key 1) {"Pl", "pl+dvp"}, //Polish (programmer Dvorak) {"Kp", "pl+csb"}, //Kashubian {"Sj", "pl+szl"}, //Silesian {"Ru", "pl+ru_phonetic_dvorak"}, //Russian (Poland, phonetic Dvorak) {"Pt", "pt"}, //Portuguese {"Pt", "pt+nodeadkeys"}, //Portuguese (no dead keys) {"Pt", "pt+mac"}, //Portuguese (Macintosh) {"Pt", "pt+mac_nodeadkeys"}, //Portuguese (Macintosh, no dead keys) {"Pt", "pt+nativo"}, //Portuguese (Nativo) {"Pt", "pt+nativo-us"}, //Portuguese (Nativo for US keyboards) {"Eo", "pt+nativo-epo"}, //Esperanto (Portugal, Nativo) {"Pt", "br"}, //Portuguese (Brazil) {"Pt", "br+nodeadkeys"}, //Portuguese (Brazil, no dead keys) {"Pt", "br+dvorak"}, //Portuguese (Brazil, Dvorak) {"Pt", "br+nativo"}, //Portuguese (Brazil, Nativo) {"Pt", "br+nativo-us"}, //Portuguese (Brazil, Nativo for US keyboards) {"Pt", "br+thinkpad"}, //Portuguese (Brazil, IBM/Lenovo ThinkPad) {"Eo", "br+nativo-epo"}, //Esperanto (Brazil, Nativo) {"Ru", "br+rus"}, //Russian (Brazil, phonetic) {"Ro", "ro"}, //Romanian {"Ro", "ro+std"}, //Romanian (standard) {"Ro", "ro+winkeys"}, //Romanian (Windows) {"Ru", "ru"}, //Russian {"Ru", "ru+phonetic"}, //Russian (phonetic) {"Ru", "ru+phonetic_winkeys"}, //Russian (phonetic, Windows) {"Ru", "ru+phonetic_YAZHERTY"}, //Russian (phonetic, YAZHERTY) {"Ru", "ru+phonetic_azerty"}, //Russian (phonetic, AZERTY) {"Ru", "ru+phonetic_dvorak"}, //Russian (phonetic, Dvorak) {"Ru", "ru+typewriter"}, //Russian (typewriter) {"Ru", "ru+ruchey_ru"}, //Russian (engineering, RU) {"Ru", "ru+ruchey_en"}, //Russian (engineering, EN) {"Ru", "ru+legacy"}, //Russian (legacy) {"Ru", "ru+typewriter-legacy"}, //Russian (typewriter, legacy) {"Ru", "ru+dos"}, //Russian (DOS) {"Ru", "ru+mac"}, //Russian (Macintosh) {"Ab", "ru+ab"}, //Abkhazian (Russia) {"Ba", "ru+bak"}, //Bashkirian {"Cv", "ru+cv"}, //Chuvash {"Cv", "ru+cv_latin"}, //Chuvash (Latin) {"Kx", "ru+xal"}, //Kalmyk {"Kv", "ru+kom"}, //Komi {"Mx", "ru+chm"}, //Mari {"Os", "ru+os_legacy"}, //Ossetian (legacy) {"Os", "ru+os_winkeys"}, //Ossetian (Windows) {"Sr", "ru+srp"}, //Serbian (Russia) {"Tt", "ru+tt"}, //Tatar {"Ud", "ru+udm"}, //Udmurt {"Ya", "ru+sah"}, //Yakut {"Sr", "rs"}, //Serbian {"Sr", "rs+alternatequotes"}, //Serbian (Cyrillic, with guillemets) {"Sr", "rs+yz"}, //Serbian (Cyrillic, ZE and ZHE swapped) {"Sr", "rs+latin"}, //Serbian (Latin) {"Sr", "rs+latinalternatequotes"}, //Serbian (Latin, with guillemets) {"Sr", "rs+latinunicode"}, //Serbian (Latin, Unicode) {"Sr", "rs+latinyz"}, //Serbian (Latin, QWERTY) {"Sr", "rs+latinunicodeyz"}, //Serbian (Latin, Unicode, QWERTY) {"Rs", "rs+rue"}, //Pannonian Rusyn {"Si", "lk"}, //Sinhala (phonetic) {"Si", "lk+us"}, //Sinhala (US) {"Ta", "lk+tam_unicode"}, //Tamil (Sri Lanka, TamilNet '99) {"Ta", "lk+tam_TAB"}, //Tamil (Sri Lanka, TamilNet '99, TAB encoding) {"Sk", "sk"}, //Slovak {"Sk", "sk+bksl"}, //Slovak (extra backslash) {"Sk", "sk+qwerty"}, //Slovak (QWERTY) {"Sk", "sk+qwerty_bksl"}, //Slovak (QWERTY, extra backslash) {"Sl", "si"}, //Slovenian {"Sl", "si+alternatequotes"}, //Slovenian (with guillemets) {"Sl", "si+us"}, //Slovenian (US) {"Es", "es"}, //Spanish {"Es", "es+nodeadkeys"}, //Spanish (no dead keys) {"Es", "es+deadtilde"}, //Spanish (dead tilde) {"Es", "es+winkeys"}, //Spanish (Windows) {"Es", "es+dvorak"}, //Spanish (Dvorak) {"As", "es+ast"}, //Asturian (Spain, with bottom-dot H and L) {"Ca", "es+cat"}, //Catalan (Spain, with middle-dot L) {"Es", "latam"}, //Spanish (Latin American) {"Es", "latam+nodeadkeys"}, //Spanish (Latin American, no dead keys) {"Es", "latam+deadtilde"}, //Spanish (Latin American, dead tilde) {"Es", "latam+dvorak"}, //Spanish (Latin American, Dvorak) {"Es", "latam+colemak"}, //Spanish (Latin American, Colemak) {"Sw", "ke"}, //Swahili (Kenya) {"Ki", "ke+kik"}, //Kikuyu {"Sw", "tz"}, //Swahili (Tanzania) {"Sv", "se"}, //Swedish {"Sv", "se+nodeadkeys"}, //Swedish (no dead keys) {"Sv", "se+dvorak"}, //Swedish (Dvorak) {"Sv", "se+us_dvorak"}, //Swedish (Dvorak, intl.) {"Sv", "se+svdvorak"}, //Swedish (Svdvorak) {"Sv", "se+mac"}, //Swedish (Macintosh) {"Sv", "se+us"}, //Swedish (US) {"Sv", "se+swl"}, //Swedish Sign Language {"Ns", "se+smi"}, //Northern Saami (Sweden) {"Ru", "se+rus"}, //Russian (Sweden, phonetic) {"Tw", "tw"}, //Taiwanese {"Tw", "tw+indigenous"}, //Taiwanese (indigenous) {"Sy", "tw+saisiyat"}, //Saisiyat (Taiwan) {"Tg", "tj"}, //Tajik {"Tg", "tj+legacy"}, //Tajik (legacy) {"Th", "th"}, //Thai {"Th", "th+tis"}, //Thai (TIS-820.2538) {"Th", "th+pat"}, //Thai (Pattachote) {"Tn", "bw"}, //Tswana {"Tk", "tm"}, //Turkmen {"Tk", "tm+alt"}, //Turkmen (Alt-Q) {"Tr", "tr"}, //Turkish {"Tr", "tr+f"}, //Turkish (F) {"Tr", "tr+e"}, //Turkish (E) {"Tr", "tr+alt"}, //Turkish (Alt-Q) {"Tr", "tr+intl"}, //Turkish (intl., with dead keys) {"Ku", "tr+ku"}, //Kurdish (Turkey, Latin Q) {"Ku", "tr+ku_f"}, //Kurdish (Turkey, F) {"Ku", "tr+ku_alt"}, //Kurdish (Turkey, Latin Alt-Q) {"Uk", "ua"}, //Ukrainian {"Uk", "ua+phonetic"}, //Ukrainian (phonetic) {"Uk", "ua+typewriter"}, //Ukrainian (typewriter) {"Uk", "ua+winkeys"}, //Ukrainian (Windows) {"Uk", "ua+macOS"}, //Ukrainian (macOS) {"Uk", "ua+legacy"}, //Ukrainian (legacy) {"Uk", "ua+homophonic"}, //Ukrainian (homophonic) {"Tt", "ua+crh"}, //Crimean Tatar (Turkish Q) {"Tt", "ua+crh_f"}, //Crimean Tatar (Turkish F) {"Tt", "ua+crh_alt"}, //Crimean Tatar (Turkish Alt-Q) {"Ur", "pk"}, //Urdu (Pakistan) {"Ur", "pk+urd-crulp"}, //Urdu (Pakistan, CRULP) {"Ur", "pk+urd-nla"}, //Urdu (Pakistan, NLA) {"Ar", "pk+ara"}, //Arabic (Pakistan) {"Sd", "pk+snd"}, //Sindhi {"Uz", "uz"}, //Uzbek {"Uz", "uz+latin"}, //Uzbek (Latin) {"Vi", "vn"}, //Vietnamese {"Vi", "vn+us"}, //Vietnamese (US) {"Vi", "vn+fr"}, //Vietnamese (France) {"Wo", "sn"}, //Wolof {"custom", "custom"}, //A user-defined custom Layout {"An", "ancient"}, //Ancient {"Go", "ancient+got"}, //Gothic {"Ua", "ancient+uga"}, //Ugaritic {"Ae", "ancient+ave"}, //Avestan {"Ap", "apl"}, //APL {"Ap", "apl+dyalog"}, //APL symbols (Dyalog APL) {"Ap", "apl+sax"}, //APL symbols (SAX, Sharp APL for Unix) {"Ap", "apl+unified"}, //APL symbols (unified) {"Ap", "apl+apl2"}, //APL symbols (IBM APL2) {"Ap", "apl+aplplusII"}, //APL symbols (Manugistics APL*PLUS II) {"Ap", "apl+aplx"}, //APL symbols (APLX unified) {"Bg", "bqn"}, //BQN {"Kt", "ca+kut"}, //Kutenai {"Sp", "ca+shs"}, //Secwepemctsin {"Mb", "ca+sun_type6"}, //Multilingual (Canada, Sun Type 6/7) {"De", "de+hu"}, //German (with Hungarian letters, no dead keys) {"Pl", "de+pl"}, //Polish (Germany, no dead keys) {"De", "de+sun_type6"}, //German (Sun Type 6/7) {"De", "de+adnw"}, //German (Aus der Neo-Welt) {"De", "de+koy"}, //German (KOY) {"De", "de+bone"}, //German (Bone) {"De", "de+bone_eszett_home"}, //German (Bone, eszett in the home row) {"De", "de+neo_qwertz"}, //German (Neo, QWERTZ) {"De", "de+neo_qwerty"}, //German (Neo, QWERTY) {"Ru", "de+ru-recom"}, //Russian (Germany, recommended) {"Ru", "de+ru-translit"}, //Russian (Germany, transliteration) {"Cp", "eg+cop"}, //Coptic {"Hu", "hu+oldhun"}, //Old Hungarian {"Hu", "hu+oldhunlig"}, //Old Hungarian (for ligatures) {"Hu", "hu+us"}, //Hungarian (US) {"Lt", "lt+us_dvorak"}, //Lithuanian (Dvorak) {"Lt", "lt+sun_type6"}, //Lithuanian (Sun Type 6/7) {"Lv", "lv+dvorak"}, //Latvian (Dvorak) {"Lv", "lv+ykeydvorak"}, //Latvian (Dvorak, with Y) {"Lv", "lv+minuskeydvorak"}, //Latvian (Dvorak, with minus) {"Lv", "lv+dvorakprogr"}, //Latvian (programmer Dvorak) {"Lv", "lv+ykeydvorakprogr"}, //Latvian (programmer Dvorak, with Y) {"Lv", "lv+minuskeydvorakprogr"}, //Latvian (programmer Dvorak, with minus) {"Lv", "lv+colemak"}, //Latvian (Colemak) {"Lv", "lv+apostrophecolemak"}, //Latvian (Colemak, with apostrophe) {"Lv", "lv+sun_type6"}, //Latvian (Sun Type 6/7) {"Lv", "lv+apostrophe-deadquotes"}, //Latvian (apostrophe, dead quotes) {"En", "us+intl-unicode"}, //English (US, intl., AltGr Unicode combining) {"En", "us+alt-intl-unicode"}, //English (US, intl., AltGr Unicode combining, alt.) {"At", "us+ats"}, //Atsina {"Sx", "us+crd"}, //Coeur d'Alene Salish {"Cs", "us+cz_sk_de"}, //Czech, Slovak and German (US) {"Cs", "us+cz_sk_pl_de_es_fi_sv"}, //Czech, Slovak, Polish, Spanish, Finnish, Swedish and German (US) {"En", "us+drix"}, //English (Drix) {"De", "us+de_se_fi"}, //German, Swedish and Finnish (US) {"En", "us+ibm238l"}, //English (US, IBM Arabic 238_L) {"En", "us+sun_type6"}, //English (US, Sun Type 6/7) {"En", "us+carpalx"}, //English (Carpalx) {"En", "us+carpalx-intl"}, //English (Carpalx, intl., with dead keys) {"En", "us+carpalx-altgr-intl"}, //English (Carpalx, intl., with AltGr dead keys) {"En", "us+carpalx-full"}, //English (Carpalx, full optimization) {"En", "us+carpalx-full-intl"}, //English (Carpalx, full optimization, intl., with dead keys) {"En", "us+carpalx-full-altgr-intl"}, //English (Carpalx, full optimization, intl., with AltGr dead keys) {"En", "us+3l"}, //English (3l) {"En", "us+3l-cros"}, //English (3l, Chromebook) {"En", "us+3l-emacs"}, //English (3l, emacs) {"En", "us+workman-p"}, //English (Workman-P) {"Sj", "us+scn"}, //Sicilian (US keyboard) {"En", "us+altgr-weur"}, //English (Western European AltGr dead keys) {"Pl", "pl+intl"}, //Polish (intl., with dead keys) {"Pl", "pl+colemak"}, //Polish (Colemak) {"Pl", "pl+colemak_dh_ansi"}, //Polish (Colemak-DH) {"Pl", "pl+colemak_dh"}, //Polish (Colemak-DH ISO) {"Pl", "pl+sun_type6"}, //Polish (Sun Type 6/7) {"Pl", "pl+glagolica"}, //Polish (Glagolica) {"Pl", "pl+lefty"}, //Polish (lefty) {"Tt", "ro+crh_dobruja"}, //Crimean Tatar (Dobruja Q) {"Ro", "ro+ergonomic"}, //Romanian (ergonomic Touchtype) {"Ro", "ro+sun_type6"}, //Romanian (Sun Type 6/7) {"Sr", "rs+combiningkeys"}, //Serbian (combining accents instead of dead keys) {"Cu", "ru+chu"}, //Church Slavonic {"Ru", "ru+ruu"}, //Russian (plus Ukrainian and Belarusian letters) {"Ru", "ru+rulemak"}, //Russian (Rulemak, phonetic Colemak) {"Ru", "ru+phonetic_mac"}, //Russian (phonetic, Macintosh) {"Ru", "ru+sun_type6"}, //Russian (Sun Type 6/7) {"Ru", "ru+unipunct"}, //Russian (with US punctuation) {"Ru", "ru+gost-6431-75-48"}, //Russian (GOST 6431-75) {"Ru", "ru+gost-14289-88"}, //Russian (GOST 14289-88) {"Ru", "ru+prxn"}, //Russian (Polyglot and Reactionary) {"Ru", "ru+winkeys-p"}, //Russian (Programmer) {"Ru", "ru+typo"}, //Russian (plus typographic symbols) {"Ru", "ru+rtu"}, //Russian (plus Tatar letters) {"Hy", "am+olpc-phonetic"}, //Armenian (OLPC, phonetic) {"He", "il+biblicalSIL"}, //Hebrew (Biblical, SIL phonetic) {"Ar", "ara+sun_type6"}, //Arabic (Sun Type 6/7) {"Ar", "ara+basic_ext"}, //Arabic (Arabic numerals, extensions in the 4th level) {"Ar", "ara+basic_ext_digits"}, //Arabic (Eastern Arabic numerals, extensions in the 4th level) {"Ar", "ara+ergoarabic"}, //Arabic (ErgoArabic) {"Bl", "be+sun_type6"}, //Belgian (Sun Type 6/7) {"Pt", "br+sun_type6"}, //Portuguese (Brazil, Sun Type 6/7) {"Cs", "cz+sun_type6"}, //Czech (Sun Type 6/7) {"Cs", "cz+prog"}, //Czech (programming) {"Cs", "cz+prog_typo"}, //Czech (programming, typographic) {"Cs", "cz+coder"}, //Czech (coder) {"Cs", "cz+colemak-ucw"}, //Czech (US, Colemak, UCW support) {"Da", "dk+sun_type6"}, //Danish (Sun Type 6/7) {"Nl", "nl+sun_type6"}, //Dutch (Sun Type 6/7) {"Et", "ee+sun_type6"}, //Estonian (Sun Type 6/7) {"Fi", "fi+sun_type6"}, //Finnish (Sun Type 6/7) {"Fi", "fi+das"}, //Finnish (DAS) {"Fi", "fi+fidvorak"}, //Finnish (Dvorak) {"Fr", "fr+sun_type6"}, //French (Sun Type 6/7) {"Fr", "fr+us-alt"}, //French (US with dead keys, alt.) {"Fr", "fr+us-azerty"}, //French (US, AZERTY) {"Gr", "gr+sun_type6"}, //Greek (Sun Type 6/7) {"Gr", "gr+colemak"}, //Greek (Colemak) {"It", "it+sun_type6"}, //Italian (Sun Type 6/7) {"It", "it+lld"}, //Ladin (Italian keyboard) {"It", "it+lldde"}, //Ladin (German keyboard) {"It", "it+dvorak"}, //Italian (Dvorak) {"Ja", "jp+sun_type6"}, //Japanese (Sun Type 6) {"Ja", "jp+sun_type7"}, //Japanese (Sun Type 7, PC-compatible) {"Ja", "jp+sun_type7_suncompat"}, //Japanese (Sun Type 7, Sun-compatible) {"No", "no+sun_type6"}, //Norwegian (Sun Type 6/7) {"Ur", "pk+urd-navees"}, //Urdu (Pakistan, Navees) {"Pt", "pt+sun_type6"}, //Portuguese (Sun Type 6/7) {"Pt", "pt+colemak"}, //Portuguese (Colemak) {"Sk", "sk+acc"}, //Slovak (ACC layout, only accented letters) {"Sk", "sk+sun_type6"}, //Slovak (Sun Type 6/7) {"Es", "es+sun_type6"}, //Spanish (Sun Type 6/7) {"Sv", "se+dvorak_a5"}, //Swedish (Dvorak A5) {"Sv", "se+sun_type6"}, //Swedish (Sun Type 6/7) {"Ed", "se+ovd"}, //Elfdalian (Sweden, with combining ogonek) {"De", "ch+sun_type6_de"}, //German (Switzerland, Sun Type 6/7) {"Fr", "ch+sun_type6_fr"}, //French (Switzerland, Sun Type 6/7) {"Tr", "tr+sun_type6"}, //Turkish (Sun Type 6/7) {"Tr", "tr+us"}, //Turkish (i and ı swapped) {"Tr", "tr+otk"}, //Old Turkic {"Tr", "tr+otkf"}, //Old Turkic (F) {"Tr", "tr+ot"}, //Ottoman (Q) {"Tr", "tr+otf"}, //Ottoman (F) {"Uk", "ua+sun_type6"}, //Ukrainian (Sun Type 6/7) {"En", "gb+sun_type6"}, //English (UK, Sun Type 6/7) {"Ko", "kr+sun_type6"}, //Korean (Sun Type 6/7) {"Vi", "vn+aderty"}, //Vietnamese (AÐERTY) {"Vi", "vn+qderty"}, //Vietnamese (QĐERTY) {"Ek", "eu"}, //EurKEY (US) {"Ix", "trans"}, //International Phonetic Alphabet {"Ix", "trans+qwerty"}, //International Phonetic Alphabet (QWERTY) {"Md", "in+modi-kagapa"}, //Modi (KaGaPa, phonetic) {"Sa", "in+san-misc"}, //Sanskrit symbols {"Ur", "in+urd-navees"}, //Urdu (Navees) {"emoji", "emoji"}, //Emoji {NULL, NULL} }; gchar* lookupLanguage(const gchar* sId) { guint nId = 0; while (LANGUAGES[nId].sLanguage != NULL) { if (g_str_equal(LANGUAGES[nId].sId, sId)) { return LANGUAGES[nId].sLanguage; } nId++; } g_debug ("No language found for Id %s", sId); return "00"; } ayatana-indicator-keyboard-24.7.2/src/main.c0000644000000000000000000000326014761105657015556 0ustar /* * Copyright 2021-2023 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #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); IndicatorKeyboardService *pService = indicator_keyboard_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); indicator_keyboard_service_AddKeyboardSource(pService); g_main_loop_run(pLoop); g_main_loop_unref(pLoop); g_clear_object(&pService); return 0; } ayatana-indicator-keyboard-24.7.2/src/service.c0000644000000000000000000004741114761105657016300 0ustar /* * Copyright 2021-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 "service.h" #define BUS_NAME "org.ayatana.indicator.keyboard" #define BUS_PATH "/org/ayatana/indicator/keyboard" #define ICON_DEFAULT "input-keyboard" static guint m_nSignal = 0; static void *m_pLibHandle = NULL; static Keyboard* (*m_fnKeyboardNew)(); static void (*m_fnKeyboardAddSource)(Keyboard *pKeyboard); static guint (*m_fnKeyboardGetNumLayouts)(Keyboard *pKeyboard); static guint (*m_fnKeyboardGetLayoutIndex)(Keyboard *pKeyboard); static void (*m_fnKeyboardGetLayout)(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription); static void (*m_fnKeyboardSetLayout)(Keyboard *pKeyboard, gint nLayout); enum { SECTION_HEADER = (1 << 0), SECTION_LAYOUTS = (1 << 1), SECTION_DISPLAY = (1 << 2), SECTION_SETTINGS = (1 << 3) }; enum { PROFILE_PHONE, PROFILE_DESKTOP, PROFILE_GREETER, N_PROFILES }; static const char * const m_lMenuNames[N_PROFILES] = { "phone", "desktop", "greeter" }; struct ProfileMenuInfo { GMenu *pMenu; GMenu *pSubmenu; guint nExportId; GSimpleAction *pHeaderAction; }; struct _IndicatorKeyboardServicePrivate { GCancellable *pCancellable; guint nOwnId; guint nActionsId; GDBusConnection *pConnection; gboolean bMenusBuilt; struct ProfileMenuInfo lMenus[N_PROFILES]; GSimpleActionGroup *pActionGroup; GSimpleAction *pSettingsAction; GSimpleAction *pDisplayAction; GSimpleAction *pLayoutAction; GMenu *pLayoutSection; Keyboard *pKeyboard; GSettings *pSettings; GSettings *pLomiriSettings; gboolean bLomiri; }; typedef IndicatorKeyboardServicePrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(IndicatorKeyboardService, indicator_keyboard_service, G_TYPE_OBJECT) static GVariant* createHeaderState(IndicatorKeyboardService *self, int nProfile) { GVariantBuilder cBuilder; g_variant_builder_init(&cBuilder, G_VARIANT_TYPE("a{sv}")); g_variant_builder_add(&cBuilder, "{sv}", "title", g_variant_new_string(_("Keyboard"))); g_variant_builder_add(&cBuilder, "{sv}", "tooltip", g_variant_new_string(_("Keyboard layout switcher and settings"))); g_variant_builder_add(&cBuilder, "{sv}", "visible", g_variant_new_boolean(TRUE)); gchar *sKey = NULL; if (nProfile == PROFILE_DESKTOP) { sKey = "language-icon-desktop"; } else if (nProfile == PROFILE_PHONE) { sKey = "language-icon-phone"; } else if (nProfile == PROFILE_GREETER) { sKey = "language-icon-greeter"; } gboolean bLayout = g_settings_get_boolean (self->pPrivate->pSettings, sKey); GIcon *pIcon = NULL; if (bLayout == FALSE) { pIcon = g_themed_icon_new_with_default_fallbacks(ICON_DEFAULT); } else { gchar *sLanguage; m_fnKeyboardGetLayout(self->pPrivate->pKeyboard, -1, &sLanguage, NULL); gchar *sIcon = g_strconcat("ayatana-indicator-keyboard-", sLanguage, NULL); g_free(sLanguage); pIcon = g_themed_icon_new_with_default_fallbacks(sIcon); g_free(sIcon); } g_variant_builder_add(&cBuilder, "{sv}", "accessible-desc", g_variant_new_string(_("Current keyboard layout"))); if (pIcon) { 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 GMenuModel* createLayoutSection(IndicatorKeyboardService *self) { self->pPrivate->pLayoutSection = g_menu_new(); guint nLayouts = m_fnKeyboardGetNumLayouts(self->pPrivate->pKeyboard); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sLanguage; gchar *sDescription; m_fnKeyboardGetLayout(self->pPrivate->pKeyboard, nLayout, &sLanguage, &sDescription); GMenuItem *pItem = g_menu_item_new(sDescription, NULL); g_free(sDescription); g_menu_item_set_action_and_target_value(pItem, "indicator.layout", g_variant_new_byte(nLayout)); g_menu_item_set_attribute_value(pItem, "x-ayatana-layout", g_variant_new_byte(nLayout)); gchar *sIcon = g_strconcat("ayatana-indicator-keyboard-", sLanguage, NULL); g_free(sLanguage); GIcon *pIcon = g_themed_icon_new_with_default_fallbacks(sIcon); g_free(sIcon); GVariant *pSerialized = g_icon_serialize(pIcon); if (pSerialized != NULL) { g_menu_item_set_attribute_value(pItem, G_MENU_ATTRIBUTE_ICON, pSerialized); g_variant_unref(pSerialized); } g_object_unref(pIcon); g_menu_append_item(self->pPrivate->pLayoutSection, pItem); g_object_unref(pItem); } return G_MENU_MODEL(self->pPrivate->pLayoutSection); } static GMenuModel* createSettingsSection(IndicatorKeyboardService *self) { GMenu * pMenu = g_menu_new(); if (self->pPrivate->bLomiri && (!ayatana_common_utils_is_ubuntutouch())) { GMenuItem *pItem = g_menu_item_new (_("Always show OSK"), "indicator.osk(true)"); g_menu_item_set_attribute (pItem, "x-ayatana-type", "s", "org.ayatana.indicator.switch"); g_menu_append_item (pMenu, pItem); g_object_unref (pItem); } g_menu_append(pMenu, _("Keyboard Settings…"), "indicator.settings"); return G_MENU_MODEL(pMenu); } static GMenuModel* createDisplaySection (IndicatorKeyboardService *self) { GMenu * pMenu = g_menu_new (); g_menu_append (pMenu, _("Show Current Layout"), "indicator.display"); return G_MENU_MODEL (pMenu); } static void rebuildSection(GMenu *pMenu, int nPos, GMenuModel *pModel) { g_menu_remove(pMenu, nPos); g_menu_insert_section(pMenu, nPos, NULL, pModel); g_object_unref(pModel); } static void rebuildNow(IndicatorKeyboardService *self, guint nSections) { struct ProfileMenuInfo *pInfoDesktop = &self->pPrivate->lMenus[PROFILE_DESKTOP]; struct ProfileMenuInfo *pInfoPhone = &self->pPrivate->lMenus[PROFILE_PHONE]; struct ProfileMenuInfo *pInfoGreeter = &self->pPrivate->lMenus[PROFILE_GREETER]; if (nSections & SECTION_HEADER) { g_simple_action_set_state(pInfoDesktop->pHeaderAction, createHeaderState(self, PROFILE_DESKTOP)); g_simple_action_set_state(pInfoPhone->pHeaderAction, createHeaderState(self, PROFILE_PHONE)); g_simple_action_set_state(pInfoGreeter->pHeaderAction, createHeaderState(self, PROFILE_GREETER)); } if (!self->pPrivate->bMenusBuilt) { return; } if (nSections & SECTION_LAYOUTS) { rebuildSection(pInfoDesktop->pSubmenu, 0, createLayoutSection(self)); rebuildSection(pInfoPhone->pSubmenu, 0, createLayoutSection(self)); rebuildSection(pInfoGreeter->pSubmenu, 0, createLayoutSection(self)); } if (nSections & SECTION_DISPLAY) { rebuildSection (pInfoDesktop->pSubmenu, 1, createDisplaySection (self)); } if (nSections & SECTION_SETTINGS) { rebuildSection(pInfoDesktop->pSubmenu, 2, createSettingsSection(self)); rebuildSection(pInfoPhone->pSubmenu, 2, createSettingsSection(self)); } } static void createMenu(IndicatorKeyboardService *self, int nProfile) { GMenu *pMenu; GMenu *pSubmenu; GMenuItem *pItem; GMenuModel *lSections[16]; guint nSection = 0; g_assert(0 <= nProfile && nProfile < N_PROFILES); g_assert(self->pPrivate->lMenus[nProfile].pMenu == NULL); // Build the sections if (nProfile == PROFILE_PHONE) { lSections[nSection++] = createLayoutSection(self); lSections[nSection++] = createSettingsSection(self); } else if (nProfile == PROFILE_DESKTOP) { lSections[nSection++] = createLayoutSection(self); lSections[nSection++] = createDisplaySection(self); lSections[nSection++] = createSettingsSection(self); } else if (nProfile == PROFILE_GREETER) { lSections[nSection++] = createLayoutSection(self); } // Add sections to the submenu pSubmenu = g_menu_new(); for (guint i = 0; i < nSection; ++i) { g_menu_append_section(pSubmenu, NULL, lSections[i]); g_object_unref(lSections[i]); } // Add submenu to the header gchar *sName = g_strdup_printf ("indicator._header-%s", m_lMenuNames[nProfile]); pItem = g_menu_item_new(NULL, sName); g_free (sName); g_menu_item_set_attribute(pItem, "x-ayatana-type", "s", "org.ayatana.indicator.root"); g_menu_item_set_submenu(pItem, G_MENU_MODEL(pSubmenu)); g_object_unref(pSubmenu); // Add header to the menu pMenu = g_menu_new(); g_menu_append_item(pMenu, pItem); g_object_unref(pItem); self->pPrivate->lMenus[nProfile].pMenu = pMenu; self->pPrivate->lMenus[nProfile].pSubmenu = pSubmenu; } static void onLayoutChanged(Keyboard *pKeyboard, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_HEADER); } static void onConfigChanged(Keyboard *pKeyboard, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_LAYOUTS); } static void onLayoutSelected(GSimpleAction *pAction, GVariant *pVariant, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); const guint8 nLayout = g_variant_get_byte(pVariant); m_fnKeyboardSetLayout(self->pPrivate->pKeyboard, nLayout); } static void onSettings(GSimpleAction *pAction, GVariant *pVariant, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE (pData); if (ayatana_common_utils_is_mate()) { ayatana_common_utils_execute_command("mate-keyboard-properties"); } else if (self->pPrivate->bLomiri) { ayatana_common_utils_open_url("settings:///system/hw-keyboard-layouts"); } } static void onDisplay (GSimpleAction *pAction, GVariant *pVariant, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE (pData); guint nLayout = m_fnKeyboardGetLayoutIndex (self->pPrivate->pKeyboard); gchar *sProgram = NULL; if (ayatana_common_utils_is_mate ()) { sProgram = "matekbd-keyboard-display"; } else { sProgram = "gkbd-keyboard-display"; } gchar *sArgs = g_strdup_printf ("-g %i", nLayout + 1); ayatana_common_utils_execute_command_warn (sProgram, sArgs); g_free (sArgs); } 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 initActions(IndicatorKeyboardService *self) { GSimpleAction *pAction; self->pPrivate->pActionGroup = g_simple_action_group_new(); for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { gchar *sName = g_strdup_printf ("_header-%s", m_lMenuNames[nProfile]); pAction = g_simple_action_new_stateful(sName, NULL, createHeaderState(self, nProfile)); g_free (sName); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->lMenus[nProfile].pHeaderAction = pAction; } pAction = g_simple_action_new("layout", G_VARIANT_TYPE_BYTE); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->pLayoutAction = pAction; g_signal_connect(pAction, "activate", G_CALLBACK(onLayoutSelected), self); if (self->pPrivate->bLomiri && (!ayatana_common_utils_is_ubuntutouch())) { gboolean bOsk = g_settings_get_boolean (self->pPrivate->pLomiriSettings, "always-show-osk"); GVariant *pOsk = g_variant_new_boolean (bOsk); pAction = g_simple_action_new_stateful ("osk", G_VARIANT_TYPE_BOOLEAN, pOsk); g_settings_bind_with_mapping (self->pPrivate->pLomiriSettings, "always-show-osk", pAction, "state", G_SETTINGS_BIND_DEFAULT, valueFromVariant, valueToVariant, NULL, NULL); g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pAction)); g_object_unref (G_OBJECT (pAction)); } pAction = g_simple_action_new("settings", NULL); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->pSettingsAction = pAction; g_signal_connect(pAction, "activate", G_CALLBACK(onSettings), self); pAction = g_simple_action_new ("display", NULL); g_action_map_add_action (G_ACTION_MAP (self->pPrivate->pActionGroup), G_ACTION (pAction)); self->pPrivate->pDisplayAction = pAction; g_signal_connect (pAction, "activate", G_CALLBACK (onDisplay), self); } static void onBusAcquired(GDBusConnection *pConnection, const gchar *sName, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); g_debug("bus acquired: %s", sName); self->pPrivate->pConnection = (GDBusConnection*)g_object_ref(G_OBJECT (pConnection)); guint nId; GError *pError = NULL; // Export the actions if ((nId = g_dbus_connection_export_action_group(pConnection, BUS_PATH, G_ACTION_GROUP(self->pPrivate->pActionGroup), &pError))) { self->pPrivate->nActionsId = nId; } else { g_warning("cannot export action group: %s", pError->message); g_clear_error(&pError); } GString *pPath = g_string_new(NULL); // Export the menus for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { struct ProfileMenuInfo *pInfo = &self->pPrivate->lMenus[nProfile]; g_string_printf(pPath, "%s/%s", BUS_PATH, m_lMenuNames[nProfile]); if ((nId = g_dbus_connection_export_menu_model(pConnection, pPath->str, G_MENU_MODEL(pInfo->pMenu), &pError))) { pInfo->nExportId = nId; } else { g_warning("cannot export %s menu: %s", pPath->str, pError->message); g_clear_error (&pError); } } g_string_free(pPath, TRUE); } static void unexport(IndicatorKeyboardService *self) { // Unexport the menus for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { guint *nId = &self->pPrivate->lMenus[nProfile].nExportId; if (*nId) { g_dbus_connection_unexport_menu_model(self->pPrivate->pConnection, *nId); *nId = 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) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); g_debug("%s %s name lost %s", G_STRLOC, G_STRFUNC, sName); unexport(self); } static void onDispose(GObject *pObject) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pObject); if (self->pPrivate->pSettings != NULL) { g_signal_handlers_disconnect_by_data (self->pPrivate->pSettings, self); g_clear_object (&self->pPrivate->pSettings); } g_clear_object (&self->pPrivate->pLomiriSettings); if (self->pPrivate->pKeyboard != NULL) { g_object_unref(G_OBJECT(self->pPrivate->pKeyboard)); self->pPrivate->pKeyboard = NULL; } if (self->pPrivate->nOwnId) { g_bus_unown_name(self->pPrivate->nOwnId); self->pPrivate->nOwnId = 0; } unexport(self); if (self->pPrivate->pCancellable != NULL) { g_cancellable_cancel(self->pPrivate->pCancellable); g_clear_object(&self->pPrivate->pCancellable); } g_clear_object (&self->pPrivate->pSettingsAction); g_clear_object (&self->pPrivate->pDisplayAction); g_clear_object (&self->pPrivate->pLayoutAction); for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { g_clear_object (&self->pPrivate->lMenus[nProfile].pHeaderAction); } g_clear_object (&self->pPrivate->pActionGroup); g_clear_object (&self->pPrivate->pConnection); if (m_pLibHandle) { dlclose(m_pLibHandle); m_pLibHandle = NULL; } G_OBJECT_CLASS(indicator_keyboard_service_parent_class)->dispose(pObject); } static void onSettingsChanged(GSettings *pSettings, gchar *sKey, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_HEADER); } static void indicator_keyboard_service_init(IndicatorKeyboardService *self) { gchar *sLib = "libayatana-keyboard-x11.so.0"; gboolean bLomiri = ayatana_common_utils_is_lomiri (); if (bLomiri) { sLib = "libayatana-keyboard-lomiri.so.0"; } m_pLibHandle = dlopen(sLib, RTLD_NOW); if (!m_pLibHandle) { g_error("%s", dlerror()); } m_fnKeyboardNew = dlsym(m_pLibHandle, "keyboard_new"); gchar *sError = dlerror(); if (sError != NULL) { g_error("%s", sError); } m_fnKeyboardAddSource = dlsym(m_pLibHandle, "keyboard_AddSource"); m_fnKeyboardGetNumLayouts = dlsym(m_pLibHandle, "keyboard_GetNumLayouts"); m_fnKeyboardGetLayoutIndex = dlsym(m_pLibHandle, "keyboard_GetLayoutIndex"); m_fnKeyboardGetLayout = dlsym(m_pLibHandle, "keyboard_GetLayout"); m_fnKeyboardSetLayout = dlsym(m_pLibHandle, "keyboard_SetLayout"); self->pPrivate = indicator_keyboard_service_get_instance_private(self); self->pPrivate->bLomiri = bLomiri; self->pPrivate->pCancellable = g_cancellable_new(); self->pPrivate->pSettings = g_settings_new ("org.ayatana.indicator.keyboard"); g_signal_connect(self->pPrivate->pSettings, "changed", G_CALLBACK(onSettingsChanged), self); if (self->pPrivate->bLomiri) { self->pPrivate->pLomiriSettings = g_settings_new ("com.lomiri.Shell"); } self->pPrivate->pKeyboard = m_fnKeyboardNew(); g_signal_connect(self->pPrivate->pKeyboard, KEYBOARD_LAYOUT_CHANGED, G_CALLBACK(onLayoutChanged), self); g_signal_connect(self->pPrivate->pKeyboard, KEYBOARD_CONFIG_CHANGED, G_CALLBACK(onConfigChanged), self); initActions(self); for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { createMenu(self, nProfile); } self->pPrivate->bMenusBuilt = TRUE; 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); } static void indicator_keyboard_service_class_init(IndicatorKeyboardServiceClass *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(IndicatorKeyboardServiceClass, pNameLost), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); } IndicatorKeyboardService *indicator_keyboard_service_new() { GObject *pObject = g_object_new(INDICATOR_TYPE_KEYBOARD_SERVICE, NULL); return INDICATOR_KEYBOARD_SERVICE(pObject); } void indicator_keyboard_service_AddKeyboardSource(IndicatorKeyboardService *self) { m_fnKeyboardAddSource(self->pPrivate->pKeyboard); } ayatana-indicator-keyboard-24.7.2/src/service.h0000644000000000000000000000351314761105657016300 0ustar /* * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #ifndef __INDICATOR_KEYBOARD_SERVICE_H__ #define __INDICATOR_KEYBOARD_SERVICE_H__ #include #include #include "keyboard.h" G_BEGIN_DECLS #define INDICATOR_KEYBOARD_SERVICE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), INDICATOR_TYPE_KEYBOARD_SERVICE, IndicatorKeyboardService)) #define INDICATOR_TYPE_KEYBOARD_SERVICE (indicator_keyboard_service_get_type()) #define INDICATOR_IS_KEYBOARD_SERVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), INDICATOR_TYPE_KEYBOARD_SERVICE)) typedef struct _IndicatorKeyboardService IndicatorKeyboardService; typedef struct _IndicatorKeyboardServiceClass IndicatorKeyboardServiceClass; typedef struct _IndicatorKeyboardServicePrivate IndicatorKeyboardServicePrivate; struct _IndicatorKeyboardService { GObject parent; IndicatorKeyboardServicePrivate *pPrivate; }; struct _IndicatorKeyboardServiceClass { GObjectClass parent_class; void (*pNameLost)(IndicatorKeyboardService *self); }; GType indicator_keyboard_service_get_type(void); IndicatorKeyboardService* indicator_keyboard_service_new(); void indicator_keyboard_service_AddKeyboardSource(IndicatorKeyboardService *pService); G_END_DECLS #endif /* __INDICATOR_KEYBOARD_SERVICE_H__ */ ayatana-indicator-keyboard-24.7.2/src/system-layouts.h0000644000000000000000000001214514761105657017663 0ustar /* * Copyright 2024 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 __SYSTEM_LAYOUTS__ #define __SYSTEM_LAYOUTS__ G_BEGIN_DECLS static void getSystemLayouts (gchar *sLocation, GSList **lLayoutRec, GStrv *lSystemLayouts, gboolean bSystemLayouts) { gboolean bExists = g_file_test (sLocation, G_FILE_TEST_EXISTS); if (!bExists) { return; } gchar *sFile = NULL; GError *pError = NULL; g_file_get_contents (sLocation, &sFile, NULL, &pError); if (pError) { g_error_free (pError); return; } GRegex *pRegex = NULL; gboolean bDefaultLocation = g_str_equal (sLocation, "/etc/default/keyboard"); if (bDefaultLocation) { #if GLIB_CHECK_VERSION(2, 73, 0) pRegex = g_regex_new (" *XKBLAYOUT *= *\"*([,a-zA-Z0-9]*)\"*", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &pError); #else pRegex = g_regex_new (" *XKBLAYOUT *= *\"*([,a-zA-Z0-9]*)\"*", (GRegexCompileFlags) 0, (GRegexMatchFlags) 0, &pError); #endif } else { #if GLIB_CHECK_VERSION(2, 73, 0) pRegex = g_regex_new (" *Option +\"*XkbLayout\"* +\"*([,a-zA-Z0-9]*)\"*", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &pError); #else pRegex = g_regex_new (" *Option +\"*XkbLayout\"* +\"*([,a-zA-Z0-9]*)\"*", (GRegexCompileFlags) 0, (GRegexMatchFlags) 0, &pError); #endif } if (pError) { g_warning ("Panic: Failed to compile regex: %s", pError->message); g_error_free (pError); g_free(sFile); return; } GMatchInfo *pMatchInfo = NULL; #if GLIB_CHECK_VERSION(2, 73, 0) gboolean bMatch = g_regex_match (pRegex, sFile, G_REGEX_MATCH_DEFAULT, &pMatchInfo); #else gboolean bMatch = g_regex_match (pRegex, sFile, (GRegexMatchFlags) 0, &pMatchInfo); #endif if (!bMatch) { g_regex_unref (pRegex); g_free(sFile); return; } gchar *sLayouts = g_match_info_fetch (pMatchInfo, 1); GStrv lLayouts = g_strsplit (sLayouts, ",", -1); g_free (sLayouts); g_match_info_free (pMatchInfo); g_regex_unref (pRegex); if (bDefaultLocation) { #if GLIB_CHECK_VERSION(2, 73, 0) pRegex = g_regex_new (" *XKBVARIANT *= *\"*([,a-zA-Z0-9]*)\"*", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &pError); #else pRegex = g_regex_new (" *XKBVARIANT *= *\"*([,a-zA-Z0-9]*)\"*", (GRegexCompileFlags) 0, (GRegexMatchFlags) 0, &pError); #endif } else { #if GLIB_CHECK_VERSION(2, 73, 0) pRegex = g_regex_new (" *Option +\"*XkbVariant\"* +\"*([,a-zA-Z0-9]*)\"*", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &pError); #else pRegex = g_regex_new (" *Option +\"*XkbVariant\"* +\"*([,a-zA-Z0-9]*)\"*", (GRegexCompileFlags) 0, (GRegexMatchFlags) 0, &pError); #endif } if (pError) { g_warning ("Panic: Failed to compile regex: %s", pError->message); g_error_free (pError); g_free(sFile); return; } #if GLIB_CHECK_VERSION(2, 73, 0) bMatch = g_regex_match (pRegex, sFile, G_REGEX_MATCH_DEFAULT, &pMatchInfo); #else bMatch = g_regex_match (pRegex, sFile, (GRegexMatchFlags) 0, &pMatchInfo); #endif if (!bMatch) { g_regex_unref (pRegex); g_free(sFile); return; } gchar *sVariants = g_match_info_fetch (pMatchInfo, 1); GStrv lVariants = g_strsplit (sVariants, ",", -1); g_free (sVariants); g_match_info_free (pMatchInfo); g_regex_unref (pRegex); g_free(sFile); guint nLayouts = g_strv_length (lLayouts); GStrvBuilder *pBuilder = NULL; if (bSystemLayouts) { pBuilder = g_strv_builder_new (); } for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sId = NULL; guint nVariantLength = 0; if (lVariants && lVariants[nLayout]) { nVariantLength = strlen (lVariants[nLayout]); } if (nVariantLength) { sId = g_strconcat (lLayouts[nLayout], "+", lVariants[nLayout], NULL); } else { sId = g_strdup (lLayouts[nLayout]); } *lLayoutRec = g_slist_append (*lLayoutRec, sId); if (bSystemLayouts) { g_strv_builder_add (pBuilder, sId); } } if (bSystemLayouts) { *lSystemLayouts = g_strv_builder_end (pBuilder); g_strv_builder_unref (pBuilder); } g_strfreev (lLayouts); g_strfreev (lVariants); } G_END_DECLS #endif ayatana-indicator-keyboard-24.7.2/.travis.yml0000644000000000000000000000170614761105657016013 0ustar # vim: set ts=2 sts=2 sw=2 expandtab : dist: focal language: shell os: linux arch: - amd64 # - ppc64le services: - docker addons: apt: packages: - python3-pip - python3-setuptools before_install: # let's use the MATE project's docker build script... - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/main/travis/docker-build - chmod +x docker-build install: - pip3 install wheel - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts env: # temp disable of archlinux builds, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56 # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="debian:stable" # - DISTRO="ubuntu:rolling" - DISTRO="ubuntu:focal" jobs: exclude: - env: DISTRO="archlinux:latest" arch: ppc64le ayatana-indicator-keyboard-24.7.2/update-po.sh0000755000000000000000000000271114761105657016134 0ustar #!/bin/bash set -x # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cp po/${GETTEXT_DOMAIN}.pot po/${GETTEXT_DOMAIN}.pot~ cd po/ cat LINGUAS | while read lingua; do if [ ! -e ${lingua}.po ]; then msginit --input=${GETTEXT_DOMAIN}.pot --locale=${lingua} --no-translator --output-file=$lingua.po else intltool-update --gettext-package ${GETTEXT_DOMAIN} $(basename ${lingua}) fi sed -E \ -e 's/\.xml\.in\.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-keyboard-24.7.2/update-pot.sh0000755000000000000000000000222214761105657016315 0ustar #!/bin/bash # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot && cd - 1>/dev/null sed -E \ -e 's/\.xml\.in\.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