ayatana-indicator-keyboard-22.2.0/AUTHORS0000644000000000000000000000362414203532221014720 0ustar Ács Zoltán Adolfo Jayme Barrientos Adrià Martín Allan LeSage Allan Nordhøy Anders Jonsson CI Train Bot Dmitrijs Ledkovs Hosted Weblate Iain Lane Iván Seoane Jeannette L Jeremy Bicha J. Lavoie Kristjan Räts Lars Uebernickel Launchpad Translations on behalf of indicator-applet-developers Luca Weiss Luna Jernberg Mathieu Trudel-Lapierre Matthieu Baerts Michal Čihař Mike Gabriel Milo Ivir Mohsin Ali Moo Oğuz Ersen Oleg O Andreev Pavel Borecki phlostically Prachi Joshi Quentin PAGÈS Reza Almanda Robert Tari Sebastien Bacher Sithu Aung ssantos Sveinn í Felli Ted Gould Tim Lunn Tomáš Marný Viktar Vauchkevich WaldiS Weblate Wellington Terumi Uemura William Hua WWWesten xiao0yy Yaron Shahrabani Yota321 Мира Странная ayatana-indicator-keyboard-22.2.0/.build.yml0000644000000000000000000000706014203532221015546 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 # - 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 - 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 - systemd # - libayatana-common-dev variables: - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr -enable-checker alpha.core.SizeofPtr -enable-checker alpha.security.ArrayBoundV2 -enable-checker alpha.security.MallocOverflow -enable-checker alpha.security.ReturnPtrRange -enable-checker alpha.unix.SimpleStream -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.unix.cstring.NotNullTerminated -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' before_scripts: - cd ${START_DIR} - if [ ! -d libayatana-common-build ]; then - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build - fi - cd libayatana-common-build - if [ ${DISTRO_NAME} == "debian" ]; then - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_LOMIRI_FEATURES=ON - else - cmake . -DCMAKE_INSTALL_PREFIX=/usr - fi - make - make install - cd - - rm -Rf libayatana-common-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - if [ -e ./CMakeLists.txt ]; then - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -DENABLE_TESTS=ON - else - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON - fi - else - exit 1 - fi - - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi # - XVFB_RUN="$(which xvfb-run || true)" # - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then # - if [ -e ./CMakeLists.txt ]; then # - ${XVFB_RUN} make test # - fi # - fi ayatana-indicator-keyboard-22.2.0/ChangeLog0000644000000000000000000043176614203532221015436 0ustar 2022-02-17 Mike Gabriel * release 22.2.0 (HEAD -> main, 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-22.2.0/CMakeLists.txt0000644000000000000000000000447214203532221016412 0ustar project(ayatana-indicator-keyboard C CXX) cmake_minimum_required(VERSION 3.13) 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) set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) if(ENABLE_COVERAGE) set(ENABLE_TESTS ON) set(CMAKE_BUILD_TYPE "Coverage") else() set(CMAKE_BUILD_TYPE "Release") endif() if(ENABLE_WERROR) add_definitions("-Werror") endif() if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") add_definitions("-Weverything") else() add_definitions("-Wall") endif() # GNU standard installation directories include (GNUInstallDirs) # Gettext set(GETTEXT_PACKAGE "ayatana-indicator-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.3) pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.7 libxklavier>=5.4) 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) # Test and coverage if (ENABLE_TESTS) include(CTest) enable_testing() if (ENABLE_COVERAGE) find_package(CoverageReport) endif() endif() # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") message(STATUS "Unit tests: ${ENABLE_TESTS}") message(STATUS "Build with -Werror: ${ENABLE_WERROR}") ayatana-indicator-keyboard-22.2.0/contrib/ayatana-indicator-keyboard-icon-generator.py0000755000000000000000000001536114203532221025766 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 = [ 'Ap', #APL 'Fa', #Afghani 'Ak', #Akan 'Sq', #Albanian 'Am', #Amharic 'Ar', #Arabic 'Hy', #Armenian 'As', #Asturian 'At', #Atsina 'Av', #Avatime 'Ae', #Avestan 'Az', #Azerbaijani 'Bm', #Bambara 'Bn', #Bangla 'Ba', #Bashkirian 'Be', #Belarusian 'Bl', #Belgian 'Bb', #Berber 'Bs', #Bosnian 'Bi', #Braille 'Bg', #Bulgarian 'By', #Burmese 'Zg', #Zawgyi 'Cm', #Cameroon 'Cn', #Canadian 'Ca', #Catalan 'Ck', #Cherokee 'Zh', #Chinese 'Cu', #Church Slavonic 'Cv', #Chuvash 'Cl', #CloGaelach 'Sx', #Coeur d'Alene Salish 'Cp', #Coptic 'Tt', #Tatar 'Hr', #Croatian 'Cs', #Czech 'Da', #Danish 'Dv', #Dhivehi 'Dl', #Dutch 'Dz', #Dzongkha 'Ed', #Elfdalian 'En', #English 'Eo', #Esperanto 'Et', #Estonian 'Ek', #EurKEY 'Ee', #Ewe 'Fo', #Faroese 'Ph', #Filipino 'Fi', #Finnish 'Fr', #French 'Fu', #Friulian 'Ff', #Fula 'Gh', #Ga 'Ka', #Georgian 'De', #German 'Gr', #Greek 'Gu', #Gujarati 'Hp', #Hanyu Pinyin 'Ha', #Hausa 'Hw', #Hawaiian 'He', #Hebrew 'Hi', #Hindi 'Hu', #Hungarian 'Is', #Icelandic 'Ig', #Igbo 'Il', #Indian 'Ip', #Indic 'Id', #Indonesian 'Ix', #International Phonetic Alphabet 'Iu', #Inuktitut 'Iq', #Iraqi 'Ga', #Irish 'It', #Italian 'Ja', #Japanese 'Kb', #Kabyle 'Kx', #Kalmyk 'Kn', #Kannada 'Kp', #Kashubian 'Kk', #Kazakh 'Km', #Khmer 'Ki', #Kikuyu 'Kv', #Komi 'Ko', #Korean 'Ku', #Kurdish 'Kt', #Kutenai 'Ky', #Kyrgyz 'Lo', #Lao 'Lv', #Latvian 'Lt', #Lithuanian 'Sb', #Lower Sorbian 'Mk', #Macedonian 'Ms', #Malay 'Ml', #Malayalam 'Mt', #Maltese 'Ma', #Manipuri 'Mi', #Maori 'Mr', #Marathi 'Mx', #Mari 'Mu', #Mmuock 'Md', #Modi 'Ro', #Moldavian 'Mn', #Mongolian 'Me', #Montenegrin 'Mb', #Multilingual 'Nk', #N'Ko 'Ne', #Nepali 'Ns', #Saami 'No', #Norwegian 'Oc', #Occitan 'Og', #Ogham 'Ol', #Ol Chiki 'Or', #Oriya 'Os', #Ossetian 'Rs', #Rusyn 'Ps', #Pashto 'Fa', #Persian 'Pl', #Polish 'Pt', #Portuguese 'Pa', #Punjabi 'Ro', #Romanian 'Ru', #Russian 'Sy', #Saisiyat 'Sf', #Samogitian 'Sa', #Sanskrit 'Sp', #Secwepemctsin 'Sr', #Serbian 'Hs', #Serbo-Croatian 'Sj', #Sicilian 'Sj', #Silesian 'Sd', #Sindhi 'Si', #Sinhala 'Sk', #Slovak 'Sl', #Slovenian 'Es', #Spanish 'Sw', #Swahili 'Sv', #Swedish 'Ls', #Syriac 'Tw', #Taiwanese 'Tg', #Tajik 'Ta', #Tamil 'Tt', #Tatar 'Te', #Telugu 'Th', #Thai 'Bo', #Tibetan 'Tn', #Tswana 'Tr', #Turkish 'Tk', #Turkmen 'Ud', #Udmurt 'Ua', #Ugaritic 'Uk', #Ukrainian 'Ur', #Urdu 'Ug', #Uyghur 'Uz', #Uzbek 'Vi', #Vietnamese 'Wo', #Wolof 'Ya', #Yakut 'Yo', #Yoruba 'emoji', #Emoji 'custom', #Custom '00' #Unknown ] def printHelp(): print('') print('Usage:') print('') print('ayatana-indicator-keyboard-icon-generator -p -c -f -n -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(' 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 lOpts = [] try: lOpts = getopt.getopt(sys.argv[1:], 'hp:c:f:no:')[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 == '-o': pOutDir = Path(sArg) pOutDir.mkdir(parents=True, exist_ok=True) fRx = 2.4 if fRx == 0: fRx = 3.0 fSize = 24.0 - (fBorder * 2) fIconX = (24.0 - fSize) / 2 fIconY = (24.0 - fSize) / 2 if bNoFill == True: nWeight = 300 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 bNoFill == False: 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-22.2.0/COPYING0000644000000000000000000010451314203532221014702 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-22.2.0/data/ayatana-indicator-keyboard.desktop.in0000644000000000000000000000036214203532221023743 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-22.2.0/data/ayatana-indicator-keyboard.service.in0000644000000000000000000000044314203532221023732 0ustar [Unit] Description=Ayatana Indicator Keyboard PartOf=graphical-session.target PartOf=ayatana-indicators.target [Service] ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-keyboard/ayatana-indicator-keyboard-service Restart=on-failure [Install] WantedBy=ayatana-indicators.target ayatana-indicator-keyboard-22.2.0/data/CMakeLists.txt0000644000000000000000000000333214203532221017315 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 set (ICON_DIR "${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") install (DIRECTORY icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTERN "*.svg") ayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-00.svg0000644000000000000000000000057514203532221027113 0ustar ?ayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ae.svg0000644000000000000000000000057614203532221027222 0ustar Aeayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ak.svg0000644000000000000000000000057614203532221027230 0ustar Akayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Am.svg0000644000000000000000000000057714203532221027233 0ustar Amayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ap.svg0000644000000000000000000000057614203532221027235 0ustar Apayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ar.svg0000644000000000000000000000057614203532221027237 0ustar Arayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-As.svg0000644000000000000000000000057614203532221027240 0ustar Asayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-At.svg0000644000000000000000000000057614203532221027241 0ustar Atayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Av.svg0000644000000000000000000000057614203532221027243 0ustar Avayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Az.svg0000644000000000000000000000057614203532221027247 0ustar Azayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ba.svg0000644000000000000000000000057614203532221027217 0ustar Baayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bb.svg0000644000000000000000000000057614203532221027220 0ustar Bbayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Be.svg0000644000000000000000000000057614203532221027223 0ustar Beayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bg.svg0000644000000000000000000000057614203532221027225 0ustar Bgayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bi.svg0000644000000000000000000000057614203532221027227 0ustar Biayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bl.svg0000644000000000000000000000057614203532221027232 0ustar Blayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bm.svg0000644000000000000000000000057714203532221027234 0ustar Bmayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bn.svg0000644000000000000000000000057614203532221027234 0ustar Bnayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bo.svg0000644000000000000000000000057614203532221027235 0ustar Boayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Bs.svg0000644000000000000000000000057614203532221027241 0ustar Bsayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-By.svg0000644000000000000000000000057614203532221027247 0ustar Byayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ca.svg0000644000000000000000000000057614203532221027220 0ustar Caayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ck.svg0000644000000000000000000000057614203532221027232 0ustar Ckayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cl.svg0000644000000000000000000000057614203532221027233 0ustar Clayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cm.svg0000644000000000000000000000057714203532221027235 0ustar Cmayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cn.svg0000644000000000000000000000057614203532221027235 0ustar Cnayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cp.svg0000644000000000000000000000057614203532221027237 0ustar Cpayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cs.svg0000644000000000000000000000057614203532221027242 0ustar Csayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-custom.svg0000644000000000000000000000057514203532221030206 0ustar #ayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cu.svg0000644000000000000000000000057614203532221027244 0ustar Cuayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Cv.svg0000644000000000000000000000057614203532221027245 0ustar Cvayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Da.svg0000644000000000000000000000057614203532221027221 0ustar Daayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-De.svg0000644000000000000000000000057614203532221027225 0ustar Deayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Dl.svg0000644000000000000000000000057614203532221027234 0ustar Dlayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Dv.svg0000644000000000000000000000057614203532221027246 0ustar Dvayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Dz.svg0000644000000000000000000000057614203532221027252 0ustar Dzayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ed.svg0000644000000000000000000000057614203532221027225 0ustar Edayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ee.svg0000644000000000000000000000057614203532221027226 0ustar Eeayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ek.svg0000644000000000000000000000057614203532221027234 0ustar Ekayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-emoji.svg0000644000000000000000000000060014203532221027764 0ustar 😐ayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-En.svg0000644000000000000000000000057614203532221027237 0ustar Enayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Eo.svg0000644000000000000000000000057614203532221027240 0ustar Eoayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Es.svg0000644000000000000000000000057614203532221027244 0ustar Esayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Et.svg0000644000000000000000000000057614203532221027245 0ustar Etayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Fa.svg0000644000000000000000000000057614203532221027223 0ustar Faayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ff.svg0000644000000000000000000000057614203532221027230 0ustar Ffayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Fi.svg0000644000000000000000000000057614203532221027233 0ustar Fiayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Fo.svg0000644000000000000000000000057614203532221027241 0ustar Foayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Fr.svg0000644000000000000000000000057614203532221027244 0ustar Frayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Fu.svg0000644000000000000000000000057614203532221027247 0ustar Fuayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ga.svg0000644000000000000000000000057614203532221027224 0ustar Gaayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Gh.svg0000644000000000000000000000057614203532221027233 0ustar Ghayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Gr.svg0000644000000000000000000000057614203532221027245 0ustar Grayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Gu.svg0000644000000000000000000000057614203532221027250 0ustar Guayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ha.svg0000644000000000000000000000057614203532221027225 0ustar Haayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-He.svg0000644000000000000000000000057614203532221027231 0ustar Heayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hi.svg0000644000000000000000000000057614203532221027235 0ustar Hiayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hp.svg0000644000000000000000000000057614203532221027244 0ustar Hpayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hr.svg0000644000000000000000000000057614203532221027246 0ustar Hrayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hs.svg0000644000000000000000000000057614203532221027247 0ustar Hsayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hu.svg0000644000000000000000000000057614203532221027251 0ustar Huayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hw.svg0000644000000000000000000000057614203532221027253 0ustar Hwayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Hy.svg0000644000000000000000000000057614203532221027255 0ustar Hyayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Id.svg0000644000000000000000000000057614203532221027231 0ustar Idayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ig.svg0000644000000000000000000000057614203532221027234 0ustar Igayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Il.svg0000644000000000000000000000057614203532221027241 0ustar Ilayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ip.svg0000644000000000000000000000057614203532221027245 0ustar Ipayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Iq.svg0000644000000000000000000000057614203532221027246 0ustar Iqayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Is.svg0000644000000000000000000000057614203532221027250 0ustar Isayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-It.svg0000644000000000000000000000057614203532221027251 0ustar Itayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Iu.svg0000644000000000000000000000057614203532221027252 0ustar Iuayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ix.svg0000644000000000000000000000057614203532221027255 0ustar Ixayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ja.svg0000644000000000000000000000057614203532221027227 0ustar Jaayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ka.svg0000644000000000000000000000057614203532221027230 0ustar Kaayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kb.svg0000644000000000000000000000057614203532221027231 0ustar Kbayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ki.svg0000644000000000000000000000057614203532221027240 0ustar Kiayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kk.svg0000644000000000000000000000057614203532221027242 0ustar Kkayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Km.svg0000644000000000000000000000057714203532221027245 0ustar Kmayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kn.svg0000644000000000000000000000057614203532221027245 0ustar Knayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ko.svg0000644000000000000000000000057614203532221027246 0ustar Koayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kp.svg0000644000000000000000000000057614203532221027247 0ustar Kpayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kt.svg0000644000000000000000000000057614203532221027253 0ustar Ktayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ku.svg0000644000000000000000000000057614203532221027254 0ustar Kuayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kv.svg0000644000000000000000000000057614203532221027255 0ustar Kvayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Kx.svg0000644000000000000000000000057614203532221027257 0ustar Kxayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ky.svg0000644000000000000000000000057614203532221027260 0ustar Kyayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Lo.svg0000644000000000000000000000057614203532221027247 0ustar Loayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ls.svg0000644000000000000000000000057614203532221027253 0ustar Lsayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Lt.svg0000644000000000000000000000057614203532221027254 0ustar Ltayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Lv.svg0000644000000000000000000000057614203532221027256 0ustar Lvayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ma.svg0000644000000000000000000000057614203532221027232 0ustar Maayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mb.svg0000644000000000000000000000057614203532221027233 0ustar Mbayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Md.svg0000644000000000000000000000057614203532221027235 0ustar Mdayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Me.svg0000644000000000000000000000057614203532221027236 0ustar Meayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mi.svg0000644000000000000000000000057614203532221027242 0ustar Miayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mk.svg0000644000000000000000000000057614203532221027244 0ustar Mkayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ml.svg0000644000000000000000000000057614203532221027245 0ustar Mlayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mn.svg0000644000000000000000000000057614203532221027247 0ustar Mnayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mr.svg0000644000000000000000000000057614203532221027253 0ustar Mrayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ms.svg0000644000000000000000000000057614203532221027254 0ustar Msayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mt.svg0000644000000000000000000000057614203532221027255 0ustar Mtayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mu.svg0000644000000000000000000000057614203532221027256 0ustar Muayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Mx.svg0000644000000000000000000000057614203532221027261 0ustar Mxayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ne.svg0000644000000000000000000000057614203532221027237 0ustar Neayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Nk.svg0000644000000000000000000000057614203532221027245 0ustar Nkayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-No.svg0000644000000000000000000000057614203532221027251 0ustar Noayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ns.svg0000644000000000000000000000057614203532221027255 0ustar Nsayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Oc.svg0000644000000000000000000000057614203532221027236 0ustar Ocayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Og.svg0000644000000000000000000000057614203532221027242 0ustar Ogayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ol.svg0000644000000000000000000000057614203532221027247 0ustar Olayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Or.svg0000644000000000000000000000057614203532221027255 0ustar Orayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Os.svg0000644000000000000000000000057614203532221027256 0ustar Osayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Pa.svg0000644000000000000000000000057614203532221027235 0ustar Paayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ph.svg0000644000000000000000000000057614203532221027244 0ustar Phayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Pl.svg0000644000000000000000000000057614203532221027250 0ustar Playatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ps.svg0000644000000000000000000000057614203532221027257 0ustar Psayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Pt.svg0000644000000000000000000000057614203532221027260 0ustar Ptayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ro.svg0000644000000000000000000000057614203532221027255 0ustar Roayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Rs.svg0000644000000000000000000000057614203532221027261 0ustar Rsayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ru.svg0000644000000000000000000000057614203532221027263 0ustar Ruayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sa.svg0000644000000000000000000000057614203532221027240 0ustar Saayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sb.svg0000644000000000000000000000057614203532221027241 0ustar Sbayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sd.svg0000644000000000000000000000057614203532221027243 0ustar Sdayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sf.svg0000644000000000000000000000057614203532221027245 0ustar Sfayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Si.svg0000644000000000000000000000057614203532221027250 0ustar Siayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sj.svg0000644000000000000000000000057614203532221027251 0ustar Sjayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sk.svg0000644000000000000000000000057614203532221027252 0ustar Skayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sl.svg0000644000000000000000000000057614203532221027253 0ustar Slayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sp.svg0000644000000000000000000000057614203532221027257 0ustar Spayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sq.svg0000644000000000000000000000057614203532221027260 0ustar Sqayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sr.svg0000644000000000000000000000057614203532221027261 0ustar Srayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sv.svg0000644000000000000000000000057614203532221027265 0ustar Svayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sw.svg0000644000000000000000000000057614203532221027266 0ustar Swayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sx.svg0000644000000000000000000000057614203532221027267 0ustar Sxayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Sy.svg0000644000000000000000000000057614203532221027270 0ustar Syayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ta.svg0000644000000000000000000000057614203532221027241 0ustar Taayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Te.svg0000644000000000000000000000057614203532221027245 0ustar Teayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tg.svg0000644000000000000000000000057614203532221027247 0ustar Tgayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Th.svg0000644000000000000000000000057614203532221027250 0ustar Thayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tk.svg0000644000000000000000000000057614203532221027253 0ustar Tkayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tn.svg0000644000000000000000000000057614203532221027256 0ustar Tnayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tr.svg0000644000000000000000000000057614203532221027262 0ustar Trayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tt.svg0000644000000000000000000000057614203532221027264 0ustar Ttayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Tw.svg0000644000000000000000000000057614203532221027267 0ustar Twayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ua.svg0000644000000000000000000000057614203532221027242 0ustar Uaayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ud.svg0000644000000000000000000000057614203532221027245 0ustar Udayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ug.svg0000644000000000000000000000057614203532221027250 0ustar Ugayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Uk.svg0000644000000000000000000000057614203532221027254 0ustar Ukayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ur.svg0000644000000000000000000000057614203532221027263 0ustar Urayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Uz.svg0000644000000000000000000000057614203532221027273 0ustar Uzayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Vi.svg0000644000000000000000000000057614203532221027253 0ustar Viayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Wo.svg0000644000000000000000000000057614203532221027262 0ustar Woayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Ya.svg0000644000000000000000000000057614203532221027246 0ustar Yaayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Yo.svg0000644000000000000000000000057614203532221027264 0ustar Yoayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Zg.svg0000644000000000000000000000057614203532221027255 0ustar Zgayatana-indicator-keyboard-22.2.0/data/icons/scalable/status/ayatana-indicator-keyboard-Zh.svg0000644000000000000000000000057614203532221027256 0ustar Zhayatana-indicator-keyboard-22.2.0/data/org.ayatana.indicator.keyboard0000644000000000000000000000050014203532221022450 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/desktop_greeter ayatana-indicator-keyboard-22.2.0/INSTALL.md0000644000000000000000000000151114203532221015271 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-22.2.0/NEWS0000644000000000000000000000277114203532221014351 0ustar 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-22.2.0/po/aa.po0000644000000000000000000000135214203532221015203 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/af.po0000644000000000000000000000135714203532221015215 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/am.po0000644000000000000000000000135514203532221015222 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/an.po0000644000000000000000000000135714203532221015225 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ar.po0000644000000000000000000000135414203532221015226 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/as.po0000644000000000000000000000135614203532221015231 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ast.po0000644000000000000000000000135714203532221015416 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ayatana-indicator-keyboard.pot0000644000000000000000000000137114203532221022175 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: 2021-04-12 15:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:80 msgid "Keyboard" msgstr "" #: ../src/service.c:91 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:148 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.2.0/po/az.po0000644000000000000000000000136114203532221015234 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/bem.po0000644000000000000000000000135414203532221015367 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/be.po0000644000000000000000000000155414203532221015214 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/bg.po0000644000000000000000000000143614203532221015215 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/bn.po0000644000000000000000000000135514203532221015224 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/bo.po0000644000000000000000000000135514203532221015225 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/br.po0000644000000000000000000000135414203532221015227 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/bs.po0000644000000000000000000000135514203532221015231 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ca.po0000644000000000000000000000173614203532221015213 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-05 01:42+0000\n" "Last-Translator: Adolfo Jayme Barrientos \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.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Teclat" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposició del teclat actual" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Paràmetres del teclat…" ayatana-indicator-keyboard-22.2.0/po/ca@valencia.po0000644000000000000000000000136614203532221017015 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ce.po0000644000000000000000000000135514203532221015214 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ckb.po0000644000000000000000000000136314203532221015363 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/CMakeLists.txt0000644000000000000000000000016114203532221017017 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) ayatana-indicator-keyboard-22.2.0/po/co.po0000644000000000000000000000135614203532221015227 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/crh.po0000644000000000000000000000136414203532221015401 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/csb.po0000644000000000000000000000136014203532221015370 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/cs.po0000644000000000000000000000174314203532221015233 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-05-02 11:32+0000\n" "Last-Translator: Tomáš Marný \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.7-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Klávesnice" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Aktuální rozložení klávesnice" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/cv.po0000644000000000000000000000135514203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/cy.po0000644000000000000000000000135314203532221015236 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/da.po0000644000000000000000000000143314203532221015206 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/de.po0000644000000000000000000000171114203532221015211 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Tastatur" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Aktuelle Tastaturbelegung" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Tastatureinstellungen …" ayatana-indicator-keyboard-22.2.0/po/dv.po0000644000000000000000000000135414203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/el.po0000644000000000000000000000143214203532221015221 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/en_AU.po0000644000000000000000000000152214203532221015610 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Keyboard" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.2.0/po/en_CA.po0000644000000000000000000000152214203532221015566 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Keyboard" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.2.0/po/en_GB.po0000644000000000000000000000152214203532221015573 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Keyboard" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.2.0/po/eo.po0000644000000000000000000000170114203532221015223 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Klavaro" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Aktuala klavaranĝo" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/es.po0000644000000000000000000000174314203532221015235 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-05 01:42+0000\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Teclado" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposición de teclado actual" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Configuración de teclado…" ayatana-indicator-keyboard-22.2.0/po/et.po0000644000000000000000000000172614203532221015237 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-08 21:50+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Klaviatuur" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Praegune klahvipaigutus" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Klaviatuuri seaded…" ayatana-indicator-keyboard-22.2.0/po/eu.po0000644000000000000000000000135414203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fa.po0000644000000000000000000000135514203532221015213 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fil.po0000644000000000000000000000135714203532221015401 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fi.po0000644000000000000000000000173114203532221015221 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Näppäimistö" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Nykyinen näppäimistöasettelu" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Näppäimistön asetukset…" ayatana-indicator-keyboard-22.2.0/po/fo.po0000644000000000000000000000143414203532221015227 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fr_CA.po0000644000000000000000000000173314203532221015577 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Clavier" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Paramètres du clavier…" ayatana-indicator-keyboard-22.2.0/po/fr.po0000644000000000000000000000171414203532221015233 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Clavier" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Paramètres du clavier…" ayatana-indicator-keyboard-22.2.0/po/frp.po0000644000000000000000000000136314203532221015413 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fur.po0000644000000000000000000000135714203532221015423 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/fy.po0000644000000000000000000000136514203532221015244 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ga.po0000644000000000000000000000145114203532221015211 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/gd.po0000644000000000000000000000136514203532221015220 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/gl.po0000644000000000000000000000135614203532221015230 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/gu.po0000644000000000000000000000135614203532221015241 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/gv.po0000644000000000000000000000135214203532221015236 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/he.po0000644000000000000000000000171614203532221015222 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-07-16 17:33+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.7.2-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "מקלדת" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "פריסת המקלדת הנוכחית" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/hi.po0000644000000000000000000000135314203532221015223 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/hr.po0000644000000000000000000000204214203532221015230 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-30 15:41+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.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Tipkovnica" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Trenutačni raspored tipkovnice" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Postavke tipkovnice …" ayatana-indicator-keyboard-22.2.0/po/ht.po0000644000000000000000000000135514203532221015240 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/hu.po0000644000000000000000000000175314203532221015243 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Billentyűzet" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Jelenlegi billentyűzetkiosztás" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Billentyűzetbeállítások..." ayatana-indicator-keyboard-22.2.0/po/hy.po0000644000000000000000000000135614203532221015246 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ia.po0000644000000000000000000000136114203532221015213 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/id.po0000644000000000000000000000173514203532221015223 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Papan tik" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Tata letak papan tik saat ini" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Pengaturan papan tik..." ayatana-indicator-keyboard-22.2.0/po/is.po0000644000000000000000000000135714203532221015242 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/it_CARES.po0000644000000000000000000000144214203532221016153 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/it.po0000644000000000000000000000171614203532221015242 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Tastiera" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Mappatura di tastiera corrente" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Impostazioni tastiera…" ayatana-indicator-keyboard-22.2.0/po/ja.po0000644000000000000000000000142614203532221015216 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ka.po0000644000000000000000000000135614203532221015221 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/kk.po0000644000000000000000000000135414203532221015231 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/kl.po0000644000000000000000000000136114203532221015230 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/km.po0000644000000000000000000000136314203532221015233 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/kmr.po0000644000000000000000000000134114203532221015411 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-04-12 15:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kmr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:80 msgid "Keyboard" msgstr "" #: ../src/service.c:91 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:148 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.2.0/po/kn.po0000644000000000000000000000135514203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ko.po0000644000000000000000000000142414203532221015233 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ku.po0000644000000000000000000000135514203532221015244 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/kw.po0000644000000000000000000000135514203532221015246 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ky.po0000644000000000000000000000135514203532221015250 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/la.po0000644000000000000000000000135314203532221015217 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/lb.po0000644000000000000000000000136314203532221015221 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/LINGUAS0000644000000000000000000000072414203532221015311 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-22.2.0/po/lo.po0000644000000000000000000000135514203532221015237 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/lt.po0000644000000000000000000000204114203532221015235 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-30 15:41+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 4.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Klaviatūra" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Dabartinis klaviatūros išdėstymas" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Klaviatūros nustatymai..." ayatana-indicator-keyboard-22.2.0/po/lv.po0000644000000000000000000000150214203532221015240 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/Makevars0000644000000000000000000000021214203532221015750 0ustar DOMAIN = $(PACKAGE) subdir = po top_builddir = .. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 EXTRA_LOCALE_CATEGORIES = ayatana-indicator-keyboard-22.2.0/po/mg.po0000644000000000000000000000135614203532221015231 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/mhr.po0000644000000000000000000000136314203532221015412 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/mi.po0000644000000000000000000000135314203532221015230 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/mk.po0000644000000000000000000000136014203532221015230 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ml.po0000644000000000000000000000135714203532221015237 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/mr.po0000644000000000000000000000135514203532221015243 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ms.po0000644000000000000000000000135314203532221015242 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/my.po0000644000000000000000000000135514203532221015252 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: my\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/nb.po0000644000000000000000000000174614203532221015230 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: 2021-01-22 23:28+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" #: ../src/service.c:63 msgid "Keyboard" msgstr "Tastatur" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Valgt tastaturoppsett" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Tastaturinnstillinger …" ayatana-indicator-keyboard-22.2.0/po/ne.po0000644000000000000000000000135414203532221015226 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/nl.po0000644000000000000000000000143214203532221015232 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/nn.po0000644000000000000000000000144614203532221015241 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ny.po0000644000000000000000000000135414203532221015252 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/oc.po0000644000000000000000000000173714203532221015232 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-31 17:41+0000\n" "Last-Translator: Quentin PAGÈS \n" "Language-Team: Occitan \n" "Language: oc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Clavièr" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Agençament actual del clavièr" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Paramètres del clavièr..." ayatana-indicator-keyboard-22.2.0/po/os.po0000644000000000000000000000135614203532221015247 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/pa.po0000644000000000000000000000135514203532221015225 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/pl.po0000644000000000000000000000153014203532221015233 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/POTFILES.in0000644000000000000000000000010514203532221016032 0ustar src/main.c src/keyboard.c src/keyboard.h src/service.c src/service.h ayatana-indicator-keyboard-22.2.0/po/POTFILES.skip0000644000000000000000000000000014203532221016364 0ustar ayatana-indicator-keyboard-22.2.0/po/ps.po0000644000000000000000000000135414203532221015246 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/pt_BR.po0000644000000000000000000000174414203532221015635 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-09-24 14:36+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.9-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Teclado" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/pt.po0000644000000000000000000000167014203532221015250 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2022-01-03 09:56+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.10.1\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Teclado" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ro.po0000644000000000000000000000151614203532221015244 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ru.po0000644000000000000000000000155114203532221015251 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sa.po0000644000000000000000000000135614203532221015231 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sc.po0000644000000000000000000000135714203532221015234 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sdh.po0000644000000000000000000000134114203532221015376 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-04-12 15:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sdh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:80 msgid "Keyboard" msgstr "" #: ../src/service.c:91 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:148 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.2.0/po/sd.po0000644000000000000000000000135414203532221015232 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/se.po0000644000000000000000000000136314203532221015233 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/shn.po0000644000000000000000000000135314203532221015413 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/si.po0000644000000000000000000000135514203532221015240 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sk.po0000644000000000000000000000146614203532221015245 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sl.po0000644000000000000000000000152514203532221015242 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sq.po0000644000000000000000000000135614203532221015251 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sr.po0000644000000000000000000000155114203532221015247 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sv.po0000644000000000000000000000170314203532221015252 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-08-14 08:34+0000\n" "Last-Translator: Luna Jernberg \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.8-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Tangentbord" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Nuvarande tangentbordslayout" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/sw.po0000644000000000000000000000135514203532221015256 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/szl.po0000644000000000000000000000136314203532221015434 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ta_LK.po0000644000000000000000000000135614203532221015620 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ta.po0000644000000000000000000000135314203532221015227 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/te.po0000644000000000000000000000135414203532221015234 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/tg.po0000644000000000000000000000135314203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/th.po0000644000000000000000000000135214203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ti.po0000644000000000000000000000135614203532221015242 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/tr.po0000644000000000000000000000171514203532221015252 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-30 15:41+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "Klavye" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "Geçerli klavye düzeni" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "Klavye Ayarları..." ayatana-indicator-keyboard-22.2.0/po/tt.po0000644000000000000000000000135314203532221015252 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ug.po0000644000000000000000000000135414203532221015237 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/uk.po0000644000000000000000000000155314203532221015244 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/ur.po0000644000000000000000000000135214203532221015250 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/uz.po0000644000000000000000000000135314203532221015261 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/vec.po0000644000000000000000000000136314203532221015401 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/vi.po0000644000000000000000000000143014203532221015235 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/wae.po0000644000000000000000000000136314203532221015400 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/wo.po0000644000000000000000000000135314203532221015250 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/zh_CN.po0000644000000000000000000000171314203532221015624 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-03-16 14:03+0000\n" "Last-Translator: xiao0yy \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.5.2-dev\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "键盘" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "当前键盘布局" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "键盘设置..." ayatana-indicator-keyboard-22.2.0/po/zh_HK.po0000644000000000000000000000136014203532221015624 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: 2021-01-22 23:28+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=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/zh_LATN@pinyin.po0000644000000000000000000000135414203532221017412 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-01-22 23:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_LATN@pinyin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/po/zh_TW.po0000644000000000000000000000136014203532221015654 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: 2021-01-22 23:28+0100\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/service.c:63 msgid "Keyboard" msgstr "" #: ../src/service.c:74 msgid "Current keyboard layout" msgstr "" #: ../src/service.c:131 msgid "Keyboard Settings..." msgstr "" ayatana-indicator-keyboard-22.2.0/README.md0000644000000000000000000000413214203532221015122 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-22.2.0/src/CMakeLists.txt0000644000000000000000000000251214203532221017172 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-22.2.0/src/keyboard.h0000644000000000000000000000316214203532221016405 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 __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); 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-22.2.0/src/keyboard-lomiri.c0000644000000000000000000000450114203532221017667 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 . */ #include #include "languages.h" #include "keyboard.h" enum { LAYOUT_CHANGED, CONFIG_CHANGED, LAST_SIGNAL }; static guint m_lSignals[LAST_SIGNAL]; struct _KeyboardPrivate { guint nLayout; }; typedef KeyboardPrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(Keyboard, keyboard, G_TYPE_OBJECT) void keyboard_AddSource(Keyboard *pKeyboard) { return; } guint keyboard_GetNumLayouts(Keyboard *pKeyboard) { return 1; } void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription) { if (nLayout == -1) { nLayout = pKeyboard->pPrivate->nLayout; } *pLanguage = g_strdup("En"); if (pDescription != NULL) { *pDescription = g_strdup("English"); } } void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout) { g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } static void onDispose(GObject *pObject) { 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 keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); self->pPrivate->nLayout = 0; } ayatana-indicator-keyboard-22.2.0/src/keyboard-x11.c0000644000000000000000000002270714203532221017015 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 . */ #include #include #include "languages.h" #include "keyboard.h" 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; }; 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 _LayoutParser { const gchar *sLayout; const gchar *sLanguage; Keyboard *pKeyboard; } LayoutParser; typedef struct _Source { GSource cSource; Keyboard *pKeyboard; } Source; 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) { 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); } static void onParseLayouts(XklConfigRegistry *pRegistry, const XklConfigItem * pItem, gpointer pData) { LayoutParser *pLayoutParser = (LayoutParser*)pData; Layout *pLayout = g_slice_new0(Layout); if (pLayoutParser->sLayout) { pLayout->sId = g_strjoin("+", pLayoutParser->sLayout, pItem->name, NULL); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(pItem->description); } else { pLayout->sId = g_strdup(pItem->name); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(pItem->description); } g_hash_table_replace(pLayoutParser->pKeyboard->pPrivate->lLayouts, pLayout->sId, pLayout); if (pLayoutParser->sLayout == NULL) { LayoutParser cLayoutParser; cLayoutParser.sLayout = pItem->name; cLayoutParser.pKeyboard = pLayoutParser->pKeyboard; cLayoutParser.sLanguage = lookupLanguage(cLayoutParser.sLayout); xkl_config_registry_foreach_layout_variant(pRegistry, pItem->name, onParseLayouts, &cLayoutParser); } } void keyboard_AddSource(Keyboard *pKeyboard) { 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) { return g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts); } void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription) { if (nLayout == -1) { nLayout = pKeyboard->pPrivate->nLayout; } gchar *sLayout = pKeyboard->pPrivate->pConfigRec->layouts[nLayout]; gchar *sVariant = pKeyboard->pPrivate->pConfigRec->variants[nLayout]; gchar *sId; 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) { xkl_engine_lock_group(pKeyboard->pPrivate->pEngine, nLayout); 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->lLayouts) { g_hash_table_destroy(self->pPrivate->lLayouts); } if (self->pPrivate->pConfigRec) { g_object_unref(self->pPrivate->pConfigRec); self->pPrivate->pConfigRec = NULL; } 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 keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); 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); self->pPrivate->lLayouts = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, freeLayout); XklConfigRegistry *pRegistry = xkl_config_registry_get_instance(self->pPrivate->pEngine); xkl_config_registry_load(pRegistry, TRUE); LayoutParser cLayoutParser; cLayoutParser.sLayout = NULL; cLayoutParser.pKeyboard = self; cLayoutParser.sLanguage = NULL; xkl_config_registry_foreach_layout(pRegistry, onParseLayouts, &cLayoutParser); 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; } ayatana-indicator-keyboard-22.2.0/src/languages.h0000644000000000000000000016230614203532221016561 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 . */ #include gchar *LANGUAGES[] = { "Ap", //APL "Ap", //APL symbols (APLX unified) "Ap", //APL symbols (Dyalog APL) "Ap", //APL symbols (IBM APL2) "Ap", //APL symbols (Manugistics APL*PLUS II) "Ap", //APL symbols (SAX, Sharp APL for Unix) "Ap", //APL symbols (unified) "Fa", //Afghani "Ak", //Akan "Sq", //Albanian "Sq", //Albanian (Plisi) "Sq", //Albanian (Veqilharxhi) "Am", //Amharic "Ar", //Arabic "Ar", //Arabic (AZERTY) "Ar", //Arabic (AZERTY, Eastern Arabic numerals) "Ar", //Arabic (Algeria) "Ar", //Arabic (Arabic numerals, extensions in the 4th level) "Ar", //Arabic (Buckwalter) "Ar", //Arabic (Eastern Arabic numerals) "Ar", //Arabic (Eastern Arabic numerals, extensions in the 4th level) "Ar", //Arabic (Macintosh) "Ar", //Arabic (Morocco) "Ar", //Arabic (OLPC) "Ar", //Arabic (Pakistan) "Ar", //Arabic (QWERTY) "Ar", //Arabic (QWERTY, Eastern Arabic numerals) "Ar", //Arabic (Sun Type 6/7) "Ar", //Arabic (Syria) "Ar", //Arabic (ErgoArabic) "Hy", //Armenian "Hy", //Armenian (OLPC, phonetic) "Hy", //Armenian (alt. eastern) "Hy", //Armenian (alt. phonetic) "Hy", //Armenian (eastern) "Hy", //Armenian (phonetic) "Hy", //Armenian (western) "As", //Asturian (Spain, with bottom-dot H and L) "At", //Atsina "Av", //Avatime "Ae", //Avestan "Az", //Azerbaijani "Az", //Azerbaijani (Cyrillic) "Bm", //Bambara "Bn", //Bangla "Bn", //Bangla (India) "Bn", //Bangla (India, Baishakhi Inscript) "Bn", //Bangla (India, Baishakhi) "Bn", //Bangla (India, Bornona) "Bn", //Bangla (India, Gitanjali) "Bn", //Bangla (India, Probhat) "Bn", //Bangla (Probhat) "Ba", //Bashkirian "Be", //Belarusian "Be", //Belarusian (Latin) "Be", //Belarusian (intl.) "Be", //Belarusian (legacy) "Bl", //Belgian "Bl", //Belgian (ISO, alt.) "Bl", //Belgian (Latin-9 only, alt.) "Bl", //Belgian (Sun Type 6/7) "Bl", //Belgian (Wang 724 AZERTY) "Bl", //Belgian (alt.) "Bl", //Belgian (no dead keys) "Bb", //Berber (Algeria, Latin) "Bb", //Berber (Algeria, Tifinagh) "Bb", //Berber (Morocco, Tifinagh alt.) "Bb", //Berber (Morocco, Tifinagh extended phonetic) "Bb", //Tarifit "Bb", //Berber (Morocco, Tifinagh extended) "Bb", //Berber (Morocco, Tifinagh phonetic) "Bb", //Berber (Morocco, Tifinagh phonetic, alt.) "Bb", //Berber (Morocco, Tifinagh) "Bs", //Bosnian "Bs", //Bosnian (US) "Bs", //Bosnian (US, with Bosnian digraphs) "Bs", //Bosnian (with Bosnian digraphs) "Bs", //Bosnian (with guillemets) "Bi", //Braille "Bi", //Braille (left-handed inverted thumb) "Bi", //Braille (left-handed) "Bi", //Braille (right-handed inverted thumb) "Bi", //Braille (right-handed) "Bg", //Bulgarian "Bg", //Bulgarian (enhanced) "Bg", //Bulgarian (new phonetic) "Bg", //Bulgarian (traditional phonetic) "My", //Burmese "Zg", //Burmese Zawgyi "My", //Shan "My", //Shan (Zawgyi Tai) "My", //Mon "My", //Mon (A1) "Cm", //Cameroon (AZERTY, intl.) "Cm", //Cameroon (Dvorak, intl.) "Cm", //Cameroon Multilingual (QWERTY, intl.) "Cn", //Canadian (intl.) "Cn", //Canadian (intl., 1st part) "Cn", //Canadian (intl., 2nd part) "Ca", //Catalan (Spain, with middle-dot L) "Ck", //Cherokee "Zh", //Chinese "Cu", //Church Slavonic "Cv", //Chuvash "Cv", //Chuvash (Latin) "Cl", //CloGaelach "Sx", //Coeur d'Alene Salish "Cp", //Coptic "Tt", //Crimean Tatar (Dobruja Q) "Tt", //Crimean Tatar (Turkish Alt-Q) "Tt", //Crimean Tatar (Turkish Alt-Q) "Tt", //Crimean Tatar (Turkish F) "Tt", //Crimean Tatar (Turkish F) "Tt", //Crimean Tatar (Turkish Q) "Tt", //Crimean Tatar (Turkish Q) "Hr", //Croatian "Hr", //Croatian (US) "Hr", //Croatian (US, with Croatian digraphs) "Hr", //Croatian (with Croatian digraphs) "Hr", //Croatian (with guillemets) "Cs", //Czech "Cs", //Czech (QWERTY) "Cs", //Czech (QWERTY, Macintosh) "Cs", //Czech (QWERTY, extended backslash) "Cs", //Czech (Sun Type 6/7) "Cs", //Czech (UCW, only accented letters) "Cs", //Czech (US, Dvorak, UCW support) "Cs", //Czech (coder) "Cs", //Czech (programming) "Cs", //Czech (programming, typographic) "Cs", //Czech (typographic) "Cs", //Czech (with <\\|> key) "Cs", //Czech Slovak and German (US) "Cs", //Czech, Slovak, Polish, Spanish, Finnish, Swedish and German (US) "Da", //Danish "Da", //Danish (Dvorak) "Da", //Danish (Macintosh) "Da", //Danish (Macintosh, no dead keys) "Da", //Danish (Sun Type 6/7) "Da", //Danish (Windows) "Da", //Danish (no dead keys) "Dv", //Dhivehi "Nl", //Dutch "Nl", //Dutch (Macintosh) "Nl", //Dutch (Sun Type 6/7) "Nl", //Dutch (standard) "Nl", //Dutch (US) "Dz", //Dzongkha "Ed", //Elfdalian (Swedish, with combining ogonek) "En", //English (3l) "En", //English (3l, Chromebook) "En", //English (3l, emacs) "En", //English (Australian) "En", //English (Cameroon) "En", //English (Canada) "En", //English (Carpalx) "En", //English (Carpalx, full optimization) "En", //English (Carpalx, full optimization, Hyena Layer5) "En", //English (Carpalx, full optimization, intl., with AltGr dead keys) "En", //English (Carpalx, full optimization, intl., with AltGr dead keys, Hyena Layer5) "En", //English (Carpalx, full optimization, intl., with dead keys) "En", //English (Carpalx, full optimization, intl., with dead keys, Hyena Layer5) "En", //English (Carpalx, intl., with AltGr dead keys) "En", //English (Carpalx, intl., with dead keys) "En", //English (Colemak) "En", //English (Colemak-DH) "En", //English (Colemak-DH ISO) "En", //English (Drix) "En", //English (Dvorak) "En", //English (Dvorak, alt. intl.) "En", //English (Dvorak, intl., with dead keys) "En", //English (Dvorak, left-handed) "En", //English (Dvorak, right-handed) "En", //English (Ghana) "En", //English (Ghana, GILLBT) "En", //English (Ghana, multilingual) "En", //English (India, with rupee) "En", //English (Macintosh) "En", //English (Mali, US, Macintosh) "En", //English (Mali, US, intl.) "En", //English (Nigeria) "En", //English (Norman) "En", //English (South Africa) "En", //English (UK) "En", //English (UK, Colemak) "En", //English (UK, Colemak-DH) "En", //English (UK, Dvorak) "En", //English (UK, Dvorak, with UK punctuation) "En", //English (UK, Hyena Layer5) "En", //English (UK, Macintosh) "En", //English (UK, Macintosh, intl.) "En", //English (UK, MiniGuru Layer5) "En", //English (UK, Sun Type 6/7) "En", //English (UK, TEX Yoda Layer5) "En", //English (UK, extended, Windows) "En", //English (UK, intl., with dead keys) "En", //English (UK, intl., with dead keys, Hyena Layer5) "En", //English (UK, intl., with dead keys, MiniGuru Layer5) "En", //English (UK, intl., with dead keys, TEX Yoda Layer5) "En", //English (US) "En", //English (US, Hyena Layer5) "En", //English (US, IBM Arabic 238_L) "En", //English (US, MiniGuru Layer5) "En", //English (US, Sun Type 6/7) "En", //English (US, Symbolic) "En", //English (US, TEX Yoda Layer5) "En", //English (US, alt. intl.) "En", //English (US, alt. intl., with dead keys, Hyena Layer5) "En", //English (US, alt. intl., with dead keys, MiniGuru Layer5) "En", //English (US, alt. intl., with dead keys, TEX Yoda Layer5) "En", //English (US, euro on 5) "En", //English (US, intl., AltGr Unicode combining) "En", //English (US, intl., AltGr Unicode combining, Hyena Layer5) "En", //English (US, intl., AltGr Unicode combining, MiniGuru Layer5) "En", //English (US, intl., AltGr Unicode combining, TEX Yoda Layer5) "En", //English (US, intl., AltGr Unicode combining, alt.) "En", //English (US, intl., with dead keys) "En", //English (Workman) "En", //English (Workman, intl., with dead keys) "En", //English (classic Dvorak) "En", //English (intl., with AltGr dead keys) "En", //English (programmer Dvorak) "En", //English (Dvorak, Macintosh) "En", //English (the divide/multiply toggle the layout) "Eo", //Esperanto "Eo", //Esperanto (Brazil, Nativo) "Eo", //Esperanto (Portugal, Nativo) "Eo", //Esperanto (legacy) "Et", //Estonian "Et", //Estonian (Dvorak) "Et", //Estonian (Sun Type 6/7) "Et", //Estonian (US) "Et", //Estonian (no dead keys) "Ek", //EurKEY (US) "Ee", //Ewe "Fo", //Faroese "Fo", //Faroese (no dead keys) "Ph", //Filipino "Ph", //Filipino (Capewell-Dvorak, Baybayin) "Ph", //Filipino (Capewell-Dvorak, Latin) "Ph", //Filipino (Capewell-QWERF 2006, Baybayin) "Ph", //Filipino (Capewell-QWERF 2006, Latin) "Ph", //Filipino (Colemak, Baybayin) "Ph", //Filipino (Colemak, Latin) "Ph", //Filipino (Dvorak, Baybayin) "Ph", //Filipino (Dvorak, Latin) "Ph", //Filipino (QWERTY, Baybayin) "Fi", //Finnish "Fi", //Finnish (DAS) "Fi", //Finnish (Dvorak) "Fi", //Finnish (Macintosh) "Fi", //Finnish (Sun Type 6/7) "Fi", //Finnish (Windows) "Fi", //Finnish (classic) "Fi", //Finnish (classic, no dead keys) "Fr", //French "Fr", //French (AZERTY) "Fr", //French (AZERTY, AFNOR) "Fr", //French (BEPO) "Fr", //French (BEPO, AFNOR) "Fr", //French (BEPO, Latin-9 only) "Fr", //French (Breton) "Fr", //French (Cameroon) "Fr", //French (Canada) "Fr", //French (Canada, Dvorak) "Fr", //French (Canada, legacy) "Fr", //French (Democratic Republic of the Congo) "Fr", //French (Dvorak) "Fr", //French (Macintosh) "Fr", //French (Mali, alt.) "Fr", //French (Morocco) "Fr", //French (Sun Type 6/7) "Fr", //French (Switzerland) "Fr", //French (Switzerland, Macintosh) "Fr", //French (Switzerland, Sun Type 6/7) "Fr", //French (Switzerland, no dead keys) "Fr", //French (Togo) "Fr", //French (US with dead keys, alt.) "Fr", //French (US) "Fr", //French (US, AZERTY) "Fr", //French (alt.) "Fr", //French (alt., Latin-9 only) "Fr", //French (alt., no dead keys) "Fr", //French (legacy, alt.) "Fr", //French (legacy, alt., no dead keys) "Fr", //French (no dead keys) "Fu", //Friulian (Italy) "Ff", //Fula "Gh", //Ga "Ka", //Georgian "Ka", //Georgian (France, AZERTY Tskapo) "Ka", //Georgian (Italy) "Ka", //Georgian (MESS) "Ka", //Georgian (ergonomic) "De", //German "De", //German (Aus der Neo-Welt) "De", //German (Austria) "De", //German (Austria, Macintosh) "De", //German (Austria, no dead keys) "De", //German (Bone) "De", //German (Bone, eszett in the home row) "De", //German (Dvorak) "De", //German (E1) "De", //German (E2) "De", //German (KOY) "De", //German (Ladin) "De", //German (Macintosh) "De", //German (Macintosh, no dead keys) "De", //German (Neo 2) "De", //German (Neo, QWERTY) "De", //German (Neo, QWERTZ) "De", //German (QWERTY) "De", //German (Sun Type 6/7) "De", //German (Switzerland) "De", //German (Switzerland, Macintosh) "De", //German (Switzerland, Sun Type 6/7) "De", //German (Switzerland, legacy) "De", //German (Switzerland, no dead keys) "De", //German (T3) "De", //German (US) "De", //German (dead acute) "De", //German (dead grave acute) "De", //German (dead tilde) "De", //German (no dead keys) "De", //German (with Hungarian letters, no dead keys) "De", //German, Swedish and Finnish (US) "Gr", //Greek "Gr", //Greek (Colemak) "Gr", //Greek (Sun Type 6/7) "Gr", //Greek (extended) "Gr", //Greek (no dead keys) "Gr", //Greek (polytonic) "Gr", //Greek (simple) "Gu", //Gujarati "Hp", //Hanyu Pinyin (with AltGr dead keys) "Ha", //Hausa (Ghana) "Ha", //Hausa (Nigeria) "Hw", //Hawaiian "He", //Hebrew "He", //Hebrew (Biblical, SIL phonetic) "He", //Hebrew (Biblical, Tiro) "He", //Hebrew (lyx) "He", //Hebrew (phonetic) "Hi", //Hindi (Bolnagri) "Hi", //Hindi (KaGaPa, phonetic) "Hi", //Hindi (Wx) "Hu", //Hungarian "Hu", //Hungarian (QWERTY) "Hu", //Hungarian (QWERTY, 101-key, comma, dead keys) "Hu", //Hungarian (QWERTY, 101-key, comma, no dead keys) "Hu", //Hungarian (QWERTY, 101-key, dot, dead keys) "Hu", //Hungarian (QWERTY, 101-key, dot, no dead keys) "Hu", //Hungarian (QWERTY, 102-key, comma, dead keys) "Hu", //Hungarian (QWERTY, 102-key, comma, no dead keys) "Hu", //Hungarian (QWERTY, 102-key, dot, dead keys) "Hu", //Hungarian (QWERTY, 102-key, dot, no dead keys) "Hu", //Hungarian (QWERTZ, 101-key, comma, dead keys) "Hu", //Hungarian (QWERTZ, 101-key, comma, no dead keys) "Hu", //Hungarian (QWERTZ, 101-key, dot, dead keys) "Hu", //Hungarian (QWERTZ, 101-key, dot, no dead keys) "Hu", //Hungarian (QWERTZ, 102-key, comma, dead keys) "Hu", //Hungarian (QWERTZ, 102-key, comma, no dead keys) "Hu", //Hungarian (QWERTZ, 102-key, dot, dead keys) "Hu", //Hungarian (QWERTZ, 102-key, dot, no dead keys) "Hu", //Hungarian (no dead keys) "Hu", //Hungarian (standard) "Is", //Icelandic "Is", //Icelandic (Dvorak) "Is", //Icelandic (Macintosh) "Is", //Icelandic (Macintosh, legacy) "Ig", //Igbo "Il", //Indian "Ip", //Indic IPA "Id", //Indonesian (Arab Melayu, extended phonetic) "Id", //Indonesian (Arab Melayu, phonetic) "Id", //Indonesian (Arab Pegon, phonetic) "Id", //Indonesian (Javanese) "Ix", //International Phonetic Alphabet "Ix", //International Phonetic Alphabet (QWERTY) "Iu", //Inuktitut "Iq", //Iraqi "Ga", //Irish "Ga", //Irish (UnicodeExpert) "It", //Italian "It", //Italian (Dvorak) "It", //Italian (IBM 142) "It", //Italian (Ladin) "It", //Italian (Macintosh) "It", //Italian (Sun Type 6/7) "It", //Italian (US) "It", //Italian (Windows) "It", //Italian (intl., with dead keys) "It", //Italian (no dead keys) "Ja", //Japanese "Ja", //Japanese (Dvorak) "Ja", //Japanese (Kana 86) "Ja", //Japanese (Kana) "Ja", //Japanese (Macintosh) "Ja", //Japanese (OADG 109A) "Ja", //Japanese (PC-98) "Ja", //Japanese (Sun Type 6) "Ja", //Japanese (Sun Type 7, PC-compatible) "Ja", //Japanese (Sun Type 7, Sun-compatible) "Kb", //Kabyle (azerty layout, dead keys) "Kb", //Kabyle (qwerty-gb layout, dead keys) "Kb", //Kabyle (qwerty-us layout, dead keys) "Kx", //Kalmyk "Kn", //Kannada "Kn", //Kannada (KaGaPa, phonetic) "Kp", //Kashubian "Kk", //Kazakh "Kk", //Kazakh (Latin) "Kk", //Kazakh (extended) "Kk", //Kazakh (with Russian) "Km", //Khmer (Cambodia) "Ki", //Kikuyu "Kv", //Komi "Ko", //Korean "Ko", //Korean (101/104-key compatible) "Ko", //Korean (Sun Type 6/7) "Ku", //Kurdish (Iran, Arabic-Latin) "Ku", //Kurdish (Iran, F) "Ku", //Kurdish (Iran, Latin Alt-Q) "Ku", //Kurdish (Iran, Latin Q) "Ku", //Kurdish (Iraq, Arabic-Latin) "Ku", //Kurdish (Iraq, F) "Ku", //Kurdish (Iraq, Latin Alt-Q) "Ku", //Kurdish (Iraq, Latin Q) "Ku", //Kurdish (Syria, F) "Ku", //Kurdish (Syria, Latin Alt-Q) "Ku", //Kurdish (Syria, Latin Q) "Ku", //Kurdish (Turkey, F) "Ku", //Kurdish (Turkey, Latin Alt-Q) "Ku", //Kurdish (Turkey, Latin Q) "Kt", //Kutenai "Ky", //Kyrgyz "Ky", //Kyrgyz (phonetic) "Lo", //Lao "Lo", //Lao (STEA) "Lv", //Latvian "Lv", //Latvian (Colemak) "Lv", //Latvian (Colemak, with apostrophe) "Lv", //Latvian (Dvorak) "Lv", //Latvian (Dvorak, with Y) "Lv", //Latvian (Dvorak, with minus) "Lv", //Latvian (F) "Lv", //Latvian (Sun Type 6/7) "Lv", //Latvian (adapted) "Lv", //Latvian (apostrophe) "Lv", //Latvian (ergonomic, ŪGJRMV) "Lv", //Latvian (modern) "Lv", //Latvian (programmer Dvorak) "Lv", //Latvian (programmer Dvorak, with Y) "Lv", //Latvian (programmer Dvorak, with minus) "Lv", //Latvian (tilde) "Lv", //Latvian (apostrophe, dead quotes) "Lt", //Lithuanian "Lt", //Lithuanian (Dvorak) "Lt", //Lithuanian (IBM LST 1205-92) "Lt", //Lithuanian (LEKP) "Lt", //Lithuanian (LEKPa) "Lt", //Lithuanian (Ratise) "Lt", //Lithuanian (Sun Type 6/7) "Lt", //Lithuanian (US) "Lt", //Lithuanian (standard) "Sb", //Lower Sorbian "Sb", //Lower Sorbian (QWERTZ) "Mk", //Macedonian "Mk", //Macedonian (no dead keys) "Ms", //Malay (Jawi, Arabic Keyboard) "Ms", //Malay (Jawi, phonetic) "Ml", //Malayalam "Ml", //Malayalam (Lalitha) "Ml", //Malayalam (enhanced Inscript, with rupee) "Mt", //Maltese "Mt", //Maltese (UK, with AltGr overrides) "Mt", //Maltese (US layout with AltGr overrides) "Mt", //Maltese (US) "Ma", //Manipuri (Eeyek) "Mi", //Maori "Mr", //Marathi (KaGaPa, phonetic) "Mr", //Marathi (enhanced Inscript) "Mx", //Mari "Mu", //Mmuock "Md", //Modi (KaGaPa phonetic) "Ro", //Moldavian "Ro", //Moldavian (Gagauz) "Mn", //Mongolian "Mn", //Mongolian (Bichig) "Mn", //Mongolian (Galik) "Mn", //Mongolian (Manchu Galik) "Mn", //Mongolian (Manchu) "Mn", //Mongolian (Todo Galik) "Mn", //Mongolian (Todo) "Mn", //Mongolian (Xibe) "Me", //Montenegrin "Me", //Montenegrin (Cyrillic) "Me", //Montenegrin (Cyrillic, ZE and ZHE swapped) "Me", //Montenegrin (Cyrillic, with guillemets) "Me", //Montenegrin (Latin, QWERTY) "Me", //Montenegrin (Latin, Unicode) "Me", //Montenegrin (Latin, Unicode, QWERTY) "Me", //Montenegrin (Latin, with guillemets) "Mb", //Multilingual (Canada, Sun Type 6/7) "Nk", //N'Ko (azerty) "Ne", //Nepali "Ns", //Northern Saami (Finland) "Ns", //Northern Saami (Norway) "Ns", //Northern Saami (Norway, no dead keys) "Ns", //Northern Saami (Sweden) "No", //Norwegian "No", //Norwegian (Colemak) "No", //Norwegian (Dvorak) "No", //Norwegian (Macintosh) "No", //Norwegian (Macintosh, no dead keys) "No", //Norwegian (Sun Type 6/7) "No", //Norwegian (Windows) "No", //Norwegian (no dead keys) "Oc", //Occitan "Og", //Ogham "Og", //Ogham (IS434) "Ol", //Ol Chiki "Hu", //Old Hungarian "Hu", //Old Hungarian (for ligatures) "Tr", //Old Turkic "Tr", //Old Turkic (F) "Or", //Oriya "Or", //Oriya (Bolnagri) "Or", //Oriya (Wx) "Os", //Ossetian (Georgia) "Os", //Ossetian (Windows) "Os", //Ossetian (legacy) "Rs", //Pannonian Rusyn "Ps", //Pashto "Ps", //Pashto (Afghanistan, OLPC) "Ps", //Pashto (Afghanistan, OLPC) "Fa", //Persian "Fa", //Persian (Afghanistan, Dari OLPC) "Fa", //Persian (with Persian keypad) "Pl", //Polish "Pl", //Polish (British keyboard) "Pl", //Polish (Colemak) "Pl", //Polish (Colemak-DH) "Pl", //Polish (Dvorak) "Pl", //Polish (Dvorak, with Polish quotes on key 1) "Pl", //Polish (Dvorak, with Polish quotes on quotemark key) "Pl", //Polish (Germany, no dead keys) "Pl", //Polish (Glagolica) "Pl", //Polish (lefty) "Pl", //Polish (QWERTZ) "Pl", //Polish (Sun Type 6/7) "Pl", //Polish (intl., with dead keys) "Pl", //Polish (legacy) "Pl", //Polish (programmer Dvorak) "Pt", //Portuguese "Pt", //Portuguese (Brazil) "Pt", //Portuguese (Brazil, Dvorak) "Pt", //Portuguese (Brazil, IBM/Lenovo ThinkPad) "Pt", //Portuguese (Brazil, Nativo for US keyboards) "Pt", //Portuguese (Brazil, Nativo) "Pt", //Portuguese (Brazil, Sun Type 6/7) "Pt", //Portuguese (Brazil, no dead keys) "Pt", //Portuguese (Colemak) "Pt", //Portuguese (Macintosh) "Pt", //Portuguese (Macintosh, no dead keys) "Pt", //Portuguese (Nativo for US keyboards) "Pt", //Portuguese (Nativo) "Pt", //Portuguese (Sun Type 6/7) "Pt", //Portuguese (no dead keys) "Pa", //Punjabi (Gurmukhi Jhelum) "Pa", //Punjabi (Gurmukhi) "Ro", //Romanian "Ro", //Romanian (Germany) "Ro", //Romanian (Germany, no dead keys) "Ro", //Romanian (Sun Type 6/7) "Ro", //Romanian (Windows) "Ro", //Romanian (ergonomic Touchtype) "Ro", //Romanian (standard) "Ru", //Russian "Ru", //Russian (Belarus) "Ru", //Russian (Czech, phonetic) "Ru", //Russian (DOS) "Ru", //Russian (Georgia) "Ru", //Russian (Germany, phonetic) "Ru", //Russian (Germany, recommended) "Ru", //Russian (Germany, transliteration) "Ru", //Russian (Kazakhstan, with Kazakh) "Ru", //Russian (Macintosh) "Ru", //Russian (Poland, phonetic Dvorak) "Ru", //Russian (Polyglot and Reactionary) "Ru", //Russian (Rulemak, phonetic Colemak) "Ru", //Russian (Sun Type 6/7) "Ru", //Russian (Sweden, phonetic) "Ru", //Russian (Sweden, phonetic, no dead keys) "Ru", //Russian (US, phonetic) "Ru", //Russian (Ukraine, standard RSTU) "Ru", //Russian (legacy) "Ru", //Russian (phonetic Macintosh) "Ru", //Russian (phonetic) "Ru", //Russian (phonetic, AZERTY) "Ru", //Russian (phonetic, Dvorak) "Ru", //Russian (phonetic, French) "Ru", //Russian (phonetic, Windows) "Ru", //Russian (phonetic, YAZHERTY) "Ru", //Russian (typewriter) "Ru", //Russian (typewriter, legacy) "Ru", //Russian (with US punctuation) "Ru", //Russian (GOST 6431-75) "Ru", //Russian (GOST 14289-88) "Ru", //Russian (with Ukrainian-Belorussian layout) "Sy", //Saisiyat (Taiwan) "Sf", //Samogitian "Sa", //Sanskrit (KaGaPa, phonetic) "Sa", //Sanskrit symbols "Sp", //Secwepemctsin "Sr", //Serbian "Sr", //Serbian (Cyrillic, ZE and ZHE swapped) "Sr", //Serbian (Cyrillic, with guillemets) "Sr", //Serbian (Latin) "Sr", //Serbian (Latin, QWERTY) "Sr", //Serbian (Latin, Unicode) "Sr", //Serbian (Latin, Unicode, QWERTY) "Sr", //Serbian (Latin, with guillemets) "Sr", //Serbian (Russia) "Sr", //Serbian (combining accents instead of dead keys) "Hs", //Serbo-Croatian (US) "Sj", //Sicilian "Sj", //Sicilian (US keyboard) "En", //English (Western European AltGr dead keys) "Sj", //Silesian "Sd", //Sindhi "Si", //Sinhala (US) "Si", //Sinhala (phonetic) "Sk", //Slovak "Sk", //Slovak (ACC layout, only accented letters) "Sk", //Slovak (QWERTY) "Sk", //Slovak (QWERTY, extended backslash) "Sk", //Slovak (Sun Type 6/7) "Sk", //Slovak (extended backslash) "Sl", //Slovenian "Sl", //Slovenian (US) "Sl", //Slovenian (with guillemets) "Es", //Spanish "Es", //Spanish (Dvorak) "Es", //Spanish (Latin American) "Es", //Spanish (Latin American, Colemak for gaming) "Es", //Spanish (Latin American, Colemak) "Es", //Spanish (Latin American, Dvorak) "Es", //Spanish (Latin American, dead tilde) "Es", //Spanish (Latin American, no dead keys) "Es", //Spanish (Macintosh) "Es", //Spanish (Sun Type 6/7) "Es", //Spanish (Windows) "Es", //Spanish (dead tilde) "Es", //Spanish (no dead keys) "Sw", //Swahili (Kenya) "Sw", //Swahili (Tanzania) "Sv", //Swedish "Sv", //Swedish (Dvorak A5) "Sv", //Swedish (Dvorak) "Sv", //Swedish (Dvorak, intl.) "Sv", //Swedish (Macintosh) "Sv", //Swedish (Sun Type 6/7) "Sv", //Swedish (Svdvorak) "Sv", //Swedish (US) "Sv", //Swedish (no dead keys) "Sv", //Swedish Sign Language "Ls", //Syriac "Ls", //Syriac (phonetic) "Tw", //Taiwanese "Tw", //Taiwanese (indigenous) "Tg", //Tajik "Tg", //Tajik (legacy) "Ta", //Tamil (Inscript) "Ta", //Tamil (Sri Lanka, TamilNet '99) "Ta", //Tamil (Sri Lanka, TamilNet '99, TAB encoding) "Ta", //Tamil (TamilNet '99 with Tamil numerals) "Ta", //Tamil (TamilNet '99) "Ta", //Tamil (TamilNet '99, TAB encoding) "Ta", //Tamil (TamilNet '99, TSCII encoding) "Tt", //Tatar "Te", //Telugu "Te", //Telugu (KaGaPa, phonetic) "Te", //Telugu (Sarala) "Th", //Thai "Th", //Thai (Pattachote) "Th", //Thai (TIS-820.2538) "Bo", //Tibetan "Bo", //Tibetan (with ASCII numerals) "Tn", //Tswana "Tr", //Turkish "Tr", //Turkish (Alt-Q) "Tr", //Turkish (F) "Tr", //Turkish (Germany) "Tr", //Turkish (Sun Type 6/7) "Tr", //Turkish (intl., with dead keys) "Tr", //Turkish (Turkey, Latin Q, Swap i and ı) "Tr", //Ottoman "Tr", //Ottoman (F) "Tk", //Turkmen "Tk", //Turkmen (Alt-Q) "Ud", //Udmurt "Ua", //Ugaritic instead of Arabic "Uk", //Ukrainian "Uk", //Ukrainian (Sun Type 6/7) "Uk", //Ukrainian (Windows) "Uk", //Ukrainian (macOS) "Uk", //Ukrainian (homophonic) "Uk", //Ukrainian (legacy) "Uk", //Ukrainian (phonetic) "Uk", //Ukrainian (standard RSTU) "Uk", //Ukrainian (typewriter) "Ur", //Urdu (Pakistan) "Ur", //Urdu (Pakistan, CRULP) "Ur", //Urdu (Pakistan, NLA) "Ur", //Urdu (Navees, Pakistan) "Ur", //Urdu (Windows) "Ur", //Urdu (alt. phonetic) "Ur", //Urdu (phonetic) "Ur", //Urdu (Navees) "Ug", //Uyghur "Uz", //Uzbek "Uz", //Uzbek (Afghanistan) "Uz", //Uzbek (Afghanistan, OLPC) "Uz", //Uzbek (Latin) "Vi", //Vietnamese "Vi", //Vietnamese (AÐERTY) "Vi", //Vietnamese (French) "Vi", //Vietnamese (QĐERTY) "Vi", //Vietnamese (US) "Wo", //Wolof "Ya", //Yakut "Yo", //Yoruba "Gd", //Scottish Gaelic "emoji", //Emoji "custom", //Custom NULL }; gchar *IDS[] = { "apl", //APL "apl+aplx", //APL symbols (APLX unified) "apl+dyalog", //APL symbols (Dyalog APL) "apl+apl2", //APL symbols (IBM APL2) "apl+aplplusII", //APL symbols (Manugistics APL*PLUS II) "apl+sax", //APL symbols (SAX, Sharp APL for Unix) "apl+unified", //APL symbols (unified) "af", //Afghani "gh+akan", //Akan "al", //Albanian "al+plisi", //Albanian (Plisi) "al+veqilharxhi", //Albanian (Veqilharxhi) "et", //Amharic "ara", //Arabic "ara+azerty", //Arabic (AZERTY) "ara+azerty_digits", //Arabic (AZERTY, Eastern Arabic numerals) "dz+ar", //Arabic (Algeria) "ara+basic_ext", //Arabic (Arabic numerals, extensions in the 4th level) "ara+buckwalter", //Arabic (Buckwalter) "ara+digits", //Arabic (Eastern Arabic numerals) "ara+basic_ext_digits", //Arabic (Eastern Arabic numerals, extensions in the 4th level) "ara+mac", //Arabic (Macintosh) "ma", //Arabic (Morocco) "ara+olpc", //Arabic (OLPC) "pk+ara", //Arabic (Pakistan) "ara+qwerty", //Arabic (QWERTY) "ara+qwerty_digits", //Arabic (QWERTY, Eastern Arabic numerals) "ara+sun_type6", //Arabic (Sun Type 6/7) "sy", //Arabic (Syria) "ara+ergoarabic", //Arabic (ErgoArabic) "am", //Armenian "am+olpc-phonetic", //Armenian (OLPC, phonetic) "am+eastern-alt", //Armenian (alt. eastern) "am+phonetic-alt", //Armenian (alt. phonetic) "am+eastern", //Armenian (eastern) "am+phonetic", //Armenian (phonetic) "am+western", //Armenian (western) "es+ast", //Asturian (Spain, with bottom-dot H and L) "us+ats", //Atsina "gh+avn", //Avatime "ir+ave", //Avestan "az", //Azerbaijani "az+cyrillic", //Azerbaijani (Cyrillic) "ml", //Bambara "bd", //Bangla "in+ben", //Bangla (India) "in+ben_inscript", //Bangla (India, Baishakhi Inscript) "in+ben_baishakhi", //Bangla (India, Baishakhi) "in+ben_bornona", //Bangla (India, Bornona) "in+ben_gitanjali", //Bangla (India, Gitanjali) "in+ben_probhat", //Bangla (India, Probhat) "bd+probhat", //Bangla (Probhat) "ru+bak", //Bashkirian "by", //Belarusian "by+latin", //Belarusian (Latin) "by+intl", //Belarusian (intl.) "by+legacy", //Belarusian (legacy) "be", //Belgian "be+iso-alternate", //Belgian (ISO, alt.) "be+oss_latin9", //Belgian (Latin-9 only, alt.) "be+sun_type6", //Belgian (Sun Type 6/7) "be+wang", //Belgian (Wang 724 AZERTY) "be+oss", //Belgian (alt.) "be+nodeadkeys", //Belgian (no dead keys) "dz", //Berber (Algeria, Latin) "dz+ber", //Berber (Algeria, Tifinagh) "ma+tifinagh-alt", //Berber (Morocco, Tifinagh alt.) "ma+tifinagh-extended-phonetic", //Berber (Morocco, Tifinagh extended phonetic) "ma+rif", //Tarifit "ma+tifinagh-extended", //Berber (Morocco, Tifinagh extended) "ma+tifinagh-phonetic", //Berber (Morocco, Tifinagh phonetic) "ma+tifinagh-alt-phonetic", //Berber (Morocco, Tifinagh phonetic, alt.) "ma+tifinagh", //Berber (Morocco, Tifinagh) "ba", //Bosnian "ba+us", //Bosnian (US) "ba+unicodeus", //Bosnian (US, with Bosnian digraphs) "ba+unicode", //Bosnian (with Bosnian digraphs) "ba+alternatequotes", //Bosnian (with guillemets) "brai", //Braille "brai+left_hand_invert", //Braille (left-handed inverted thumb) "brai+left_hand", //Braille (left-handed) "brai+right_hand_invert", //Braille (right-handed inverted thumb) "brai+right_hand", //Braille (right-handed) "bg", //Bulgarian "bg+bekl", //Bulgarian (enhanced) "bg+bas_phonetic", //Bulgarian (new phonetic) "bg+phonetic", //Bulgarian (traditional phonetic) "mm", //Burmese "mm+zawgyi", //Burmese Zawgyi "mm+shn", //Shan "mm+zgt", //Shan (Zawgyi Tai) "mm+mnw", //Mon "mm+mnw-a1", //Mon (A1) "cm+azerty", //Cameroon (AZERTY, intl.) "cm+dvorak", //Cameroon (Dvorak, intl.) "cm+qwerty", //Cameroon Multilingual (QWERTY, intl.) "ca+multix", //Canadian (intl.) "ca+multi", //Canadian (intl., 1st part) "ca+multi-2gr", //Canadian (intl., 2nd part) "es+cat", //Catalan (Spain, with middle-dot L) "us+chr", //Cherokee "cn", //Chinese "ru+chu", //Church Slavonic "ru+cv", //Chuvash "ru+cv_latin", //Chuvash (Latin) "ie+CloGaelach", //CloGaelach "us+crd", //Coeur d'Alene Salish "eg", //Coptic "ro+crh_dobruja", //Crimean Tatar (Dobruja Q) "tr+crh_alt", //Crimean Tatar (Turkish Alt-Q) "ua+crh_alt", //Crimean Tatar (Turkish Alt-Q) "tr+crh_f", //Crimean Tatar (Turkish F) "ua+crh_f", //Crimean Tatar (Turkish F) "tr+crh", //Crimean Tatar (Turkish Q) "ua+crh", //Crimean Tatar (Turkish Q) "hr", //Croatian "hr+us", //Croatian (US) "hr+unicodeus", //Croatian (US, with Croatian digraphs) "hr+unicode", //Croatian (with Croatian digraphs) "hr+alternatequotes", //Croatian (with guillemets) "cz", //Czech "cz+qwerty", //Czech (QWERTY) "cz+qwerty-mac", //Czech (QWERTY, Macintosh) "cz+qwerty_bksl", //Czech (QWERTY, extended backslash) "cz+sun_type6", //Czech (Sun Type 6/7) "cz+ucw", //Czech (UCW, only accented letters) "cz+dvorak-ucw", //Czech (US, Dvorak, UCW support) "cz+coder", //Czech (coder) "cz+prog", //Czech (programming) "cz+prog_typo", //Czech (programming, typographic) "cz+typo", //Czech (typographic) "cz+bksl", //Czech (with <\\|> key) "us+cz_sk_de", //Czech Slovak and German (US) "us+cz_sk_pl_de_es_fi_sv", //Czech, Slovak, Polish, Spanish, Finnish, Swedish and German (US) "dk", //Danish "dk+dvorak", //Danish (Dvorak) "dk+mac", //Danish (Macintosh) "dk+mac_nodeadkeys", //Danish (Macintosh, no dead keys) "dk+sun_type6", //Danish (Sun Type 6/7) "dk+winkeys", //Danish (Windows) "dk+nodeadkeys", //Danish (no dead keys) "mv", //Dhivehi "nl", //Dutch "nl+mac", //Dutch (Macintosh) "nl+sun_type6", //Dutch (Sun Type 6/7) "nl+std", //Dutch (standard) "nl+us", //Dutch (US) "bt", //Dzongkha "se+ovd", //Elfdalian (Swedish, with combining ogonek) "us+3l", //English (3l) "us+3l-cros", //English (3l, Chromebook) "us+3l-emacs", //English (3l, emacs) "au", //English (Australian) "cm", //English (Cameroon) "ca+eng", //English (Canada) "us+carpalx", //English (Carpalx) "us+carpalx-full", //English (Carpalx, full optimization) "us+hyena-carpalx", //English (Carpalx, full optimization, Hyena Layer5) "us+carpalx-full-altgr-intl", //English (Carpalx, full optimization, intl., with AltGr dead keys) "us+hyena-carpalx-altgr-intl", //English (Carpalx, full optimization, intl., with AltGr dead keys, Hyena Layer5) "us+carpalx-full-intl", //English (Carpalx, full optimization, intl., with dead keys) "us+hyena-carpalx-intl", //English (Carpalx, full optimization, intl., with dead keys, Hyena Layer5) "us+carpalx-altgr-intl", //English (Carpalx, intl., with AltGr dead keys) "us+carpalx-intl", //English (Carpalx, intl., with dead keys) "us+colemak", //English (Colemak) "us+colemak_dh", //English (Colemak-DH) "us+colemak_dh_iso", //English (Colemak-DH ISO) "us+drix", //English (Drix) "us+dvorak", //English (Dvorak) "us+dvorak-alt-intl", //English (Dvorak, alt. intl.) "us+dvorak-intl", //English (Dvorak, intl., with dead keys) "us+dvorak-l", //English (Dvorak, left-handed) "us+dvorak-r", //English (Dvorak, right-handed) "gh", //English (Ghana) "gh+gillbt", //English (Ghana, GILLBT) "gh+generic", //English (Ghana, multilingual) "in+eng", //English (India, with rupee) "us+mac", //English (Macintosh) "ml+us-mac", //English (Mali, US, Macintosh) "ml+us-intl", //English (Mali, US, intl.) "ng", //English (Nigeria) "us+norman", //English (Norman) "za", //English (South Africa) "gb", //English (UK) "gb+colemak", //English (UK, Colemak) "gb+colemak_dh", //English (UK, Colemak-DH) "gb+dvorak", //English (UK, Dvorak) "gb+dvorakukp", //English (UK, Dvorak, with UK punctuation) "gb+hyena", //English (UK, Hyena Layer5) "gb+mac", //English (UK, Macintosh) "gb+mac_intl", //English (UK, Macintosh, intl.) "gb+miniguru", //English (UK, MiniGuru Layer5) "gb+sun_type6", //English (UK, Sun Type 6/7) "gb+yoda", //English (UK, TEX Yoda Layer5) "gb+extd", //English (UK, extended, Windows) "gb+intl", //English (UK, intl., with dead keys) "gb+hyena-intl", //English (UK, intl., with dead keys, Hyena Layer5) "gb+miniguru-intl", //English (UK, intl., with dead keys, MiniGuru Layer5) "gb+yoda-intl", //English (UK, intl., with dead keys, TEX Yoda Layer5) "us", //English (US) "us+hyena", //English (US, Hyena Layer5) "us+ibm238l", //English (US, IBM Arabic 238_L) "us+miniguru", //English (US, MiniGuru Layer5) "us+sun_type6", //English (US, Sun Type 6/7) "us+symbolic", //English (US, Symbolic) "us+yoda", //English (US, TEX Yoda Layer5) "us+alt-intl", //English (US, alt. intl.) "us+hyena-alt-intl", //English (US, alt. intl., with dead keys, Hyena Layer5) "us+miniguru-alt-intl", //English (US, alt. intl., with dead keys, MiniGuru Layer5) "us+yoda-alt-intl", //English (US, alt. intl., with dead keys, TEX Yoda Layer5) "us+euro", //English (US, euro on 5) "us+intl-unicode", //English (US, intl., AltGr Unicode combining) "us+hyena-intl-unicode", //English (US, intl., AltGr Unicode combining, Hyena Layer5) "us+miniguru-intl-unicode", //English (US, intl., AltGr Unicode combining, MiniGuru Layer5) "us+yoda-intl-unicode", //English (US, intl., AltGr Unicode combining, TEX Yoda Layer5) "us+alt-intl-unicode", //English (US, intl., AltGr Unicode combining, alt.) "us+intl", //English (US, intl., with dead keys) "us+workman", //English (Workman) "us+workman-intl", //English (Workman, intl., with dead keys) "us+dvorak-classic", //English (classic Dvorak) "us+altgr-intl", //English (intl., with AltGr dead keys) "us+dvp", //English (programmer Dvorak) "us+dvorak-mac", //English (Dvorak, Macintosh) "us+olpc2", //English (the divide/multiply toggle the layout) "epo", //Esperanto "br+nativo-epo", //Esperanto (Brazil, Nativo) "pt+nativo-epo", //Esperanto (Portugal, Nativo) "epo+legacy", //Esperanto (legacy) "ee", //Estonian "ee+dvorak", //Estonian (Dvorak) "ee+sun_type6", //Estonian (Sun Type 6/7) "ee+us", //Estonian (US) "ee+nodeadkeys", //Estonian (no dead keys) "eu", //EurKEY (US) "gh+ewe", //Ewe "fo", //Faroese "fo+nodeadkeys", //Faroese (no dead keys) "ph", //Filipino "ph+capewell-dvorak-bay", //Filipino (Capewell-Dvorak, Baybayin) "ph+capewell-dvorak", //Filipino (Capewell-Dvorak, Latin) "ph+capewell-qwerf2k6-bay", //Filipino (Capewell-QWERF 2006, Baybayin) "ph+capewell-qwerf2k6", //Filipino (Capewell-QWERF 2006, Latin) "ph+colemak-bay", //Filipino (Colemak, Baybayin) "ph+colemak", //Filipino (Colemak, Latin) "ph+dvorak-bay", //Filipino (Dvorak, Baybayin) "ph+dvorak", //Filipino (Dvorak, Latin) "ph+qwerty-bay", //Filipino (QWERTY, Baybayin) "fi", //Finnish "fi+das", //Finnish (DAS) "fi+fidvorak", //Finnish (Dvorak) "fi+mac", //Finnish (Macintosh) "fi+sun_type6", //Finnish (Sun Type 6/7) "fi+winkeys", //Finnish (Windows) "fi+classic", //Finnish (classic) "fi+nodeadkeys", //Finnish (classic, no dead keys) "fr", //French "fr+azerty", //French (AZERTY) "fr+afnor", //French (AZERTY, AFNOR) "fr+bepo", //French (BEPO) "fr+bepo_afnor", //French (BEPO, AFNOR) "fr+bepo_latin9", //French (BEPO, Latin-9 only) "fr+bre", //French (Breton) "cm+french", //French (Cameroon) "ca", //French (Canada) "ca+fr-dvorak", //French (Canada, Dvorak) "ca+fr-legacy", //French (Canada, legacy) "cd", //French (Democratic Republic of the Congo) "fr+dvorak", //French (Dvorak) "fr+mac", //French (Macintosh) "ml+fr-oss", //French (Mali, alt.) "ma+french", //French (Morocco) "fr+sun_type6", //French (Sun Type 6/7) "ch+fr", //French (Switzerland) "ch+fr_mac", //French (Switzerland, Macintosh) "ch+sun_type6_fr", //French (Switzerland, Sun Type 6/7) "ch+fr_nodeadkeys", //French (Switzerland, no dead keys) "tg", //French (Togo) "fr+us-alt", //French (US with dead keys, alt.) "fr+us", //French (US) "fr+us-azerty", //French (US, AZERTY) "fr+oss", //French (alt.) "fr+oss_latin9", //French (alt., Latin-9 only) "fr+oss_nodeadkeys", //French (alt., no dead keys) "fr+latin9", //French (legacy, alt.) "fr+latin9_nodeadkeys", //French (legacy, alt., no dead keys) "fr+nodeadkeys", //French (no dead keys) "it+fur", //Friulian (Italy) "gh+fula", //Fula "gh+ga", //Ga "ge", //Georgian "fr+geo", //Georgian (France, AZERTY Tskapo) "it+geo", //Georgian (Italy) "ge+mess", //Georgian (MESS) "ge+ergonomic", //Georgian (ergonomic) "de", //German "de+adnw", //German (Aus der Neo-Welt) "at", //German (Austria) "at+mac", //German (Austria, Macintosh) "at+nodeadkeys", //German (Austria, no dead keys) "de+bone", //German (Bone) "de+bone_eszett_home", //German (Bone, eszett in the home row) "de+dvorak", //German (Dvorak) "de+e1", //German (E1) "de+e2", //German (E2) "de+koy", //German (KOY) "de+lld", //German (Ladin) "de+mac", //German (Macintosh) "de+mac_nodeadkeys", //German (Macintosh, no dead keys) "de+neo", //German (Neo 2) "de+neo_qwerty", //German (Neo, QWERTY) "de+neo_qwertz", //German (Neo, QWERTZ) "de+qwerty", //German (QWERTY) "de+sun_type6", //German (Sun Type 6/7) "ch", //German (Switzerland) "ch+de_mac", //German (Switzerland, Macintosh) "ch+sun_type6_de", //German (Switzerland, Sun Type 6/7) "ch+legacy", //German (Switzerland, legacy) "ch+de_nodeadkeys", //German (Switzerland, no dead keys) "de+T3", //German (T3) "de+us", //German (US) "de+deadacute", //German (dead acute) "de+deadgraveacute", //German (dead grave acute) "de+deadtilde", //German (dead tilde) "de+nodeadkeys", //German (no dead keys) "de+hu", //German (with Hungarian letters, no dead keys) "us+de_se_fi", //German, Swedish and Finnish (US) "gr", //Greek "gr+colemak", //Greek (Colemak) "gr+sun_type6", //Greek (Sun Type 6/7) "gr+extended", //Greek (extended) "gr+nodeadkeys", //Greek (no dead keys) "gr+polytonic", //Greek (polytonic) "gr+simple", //Greek (simple) "in+guj", //Gujarati "cn+altgr-pinyin", //Hanyu Pinyin (with AltGr dead keys) "gh+hausa", //Hausa (Ghana) "ng+hausa", //Hausa (Nigeria) "us+haw", //Hawaiian "il", //Hebrew "il+biblicalSIL", //Hebrew (Biblical, SIL phonetic) "il+biblical", //Hebrew (Biblical, Tiro) "il+lyx", //Hebrew (lyx) "il+phonetic", //Hebrew (phonetic) "in+bolnagri", //Hindi (Bolnagri) "in+hin-kagapa", //Hindi (KaGaPa, phonetic) "in+hin-wx", //Hindi (Wx) "hu", //Hungarian "hu+qwerty", //Hungarian (QWERTY) "hu+101_qwerty_comma_dead", //Hungarian (QWERTY, 101-key, comma, dead keys) "hu+101_qwerty_comma_nodead", //Hungarian (QWERTY, 101-key, comma, no dead keys) "hu+101_qwerty_dot_dead", //Hungarian (QWERTY, 101-key, dot, dead keys) "hu+101_qwerty_dot_nodead", //Hungarian (QWERTY, 101-key, dot, no dead keys) "hu+102_qwerty_comma_dead", //Hungarian (QWERTY, 102-key, comma, dead keys) "hu+102_qwerty_comma_nodead", //Hungarian (QWERTY, 102-key, comma, no dead keys) "hu+102_qwerty_dot_dead", //Hungarian (QWERTY, 102-key, dot, dead keys) "hu+102_qwerty_dot_nodead", //Hungarian (QWERTY, 102-key, dot, no dead keys) "hu+101_qwertz_comma_dead", //Hungarian (QWERTZ, 101-key, comma, dead keys) "hu+101_qwertz_comma_nodead", //Hungarian (QWERTZ, 101-key, comma, no dead keys) "hu+101_qwertz_dot_dead", //Hungarian (QWERTZ, 101-key, dot, dead keys) "hu+101_qwertz_dot_nodead", //Hungarian (QWERTZ, 101-key, dot, no dead keys) "hu+102_qwertz_comma_dead", //Hungarian (QWERTZ, 102-key, comma, dead keys) "hu+102_qwertz_comma_nodead", //Hungarian (QWERTZ, 102-key, comma, no dead keys) "hu+102_qwertz_dot_dead", //Hungarian (QWERTZ, 102-key, dot, dead keys) "hu+102_qwertz_dot_nodead", //Hungarian (QWERTZ, 102-key, dot, no dead keys) "hu+nodeadkeys", //Hungarian (no dead keys) "hu+standard", //Hungarian (standard) "is", //Icelandic "is+dvorak", //Icelandic (Dvorak) "is+mac", //Icelandic (Macintosh) "is+mac_legacy", //Icelandic (Macintosh, legacy) "ng+igbo", //Igbo "in", //Indian "in+iipa", //Indic IPA "id+phoneticx", //Indonesian (Arab Melayu, extended phonetic) "id", //Indonesian (Arab Melayu, phonetic) "id+phonetic", //Indonesian (Arab Pegon, phonetic) "jv", //Indonesian (Javanese) "trans", //International Phonetic Alphabet "trans+qwerty", //International Phonetic Alphabet (QWERTY) "ca+ike", //Inuktitut "iq", //Iraqi "ie", //Irish "ie+UnicodeExpert", //Irish (UnicodeExpert) "it", //Italian "it+dvorak", //Italian (Dvorak) "it+ibm", //Italian (IBM 142) "it+lld", //Italian (Ladin) "it+mac", //Italian (Macintosh) "it+sun_type6", //Italian (Sun Type 6/7) "it+us", //Italian (US) "it+winkeys", //Italian (Windows) "it+intl", //Italian (intl., with dead keys) "it+nodeadkeys", //Italian (no dead keys) "jp", //Japanese "jp+dvorak", //Japanese (Dvorak) "jp+kana86", //Japanese (Kana 86) "jp+kana", //Japanese (Kana) "jp+mac", //Japanese (Macintosh) "jp+OADG109A", //Japanese (OADG 109A) "nec_vndr/jp", //Japanese (PC-98) "jp+sun_type6", //Japanese (Sun Type 6) "jp+sun_type7", //Japanese (Sun Type 7, PC-compatible) "jp+sun_type7_suncompat", //Japanese (Sun Type 7, Sun-compatible) "dz+azerty-deadkeys", //Kabyle (azerty layout, dead keys) "dz+qwerty-gb-deadkeys", //Kabyle (qwerty-gb layout, dead keys) "dz+qwerty-us-deadkeys", //Kabyle (qwerty-us layout, dead keys) "ru+xal", //Kalmyk "in+kan", //Kannada "in+kan-kagapa", //Kannada (KaGaPa, phonetic) "pl+csb", //Kashubian "kz", //Kazakh "kz+latin", //Kazakh (Latin) "kz+ext", //Kazakh (extended) "kz+kazrus", //Kazakh (with Russian) "kh", //Khmer (Cambodia) "ke+kik", //Kikuyu "ru+kom", //Komi "kr", //Korean "kr+kr104", //Korean (101/104-key compatible) "kr+sun_type6", //Korean (Sun Type 6/7) "ir+ku_ara", //Kurdish (Iran, Arabic-Latin) "ir+ku_f", //Kurdish (Iran, F) "ir+ku_alt", //Kurdish (Iran, Latin Alt-Q) "ir+ku", //Kurdish (Iran, Latin Q) "iq+ku_ara", //Kurdish (Iraq, Arabic-Latin) "iq+ku_f", //Kurdish (Iraq, F) "iq+ku_alt", //Kurdish (Iraq, Latin Alt-Q) "iq+ku", //Kurdish (Iraq, Latin Q) "sy+ku_f", //Kurdish (Syria, F) "sy+ku_alt", //Kurdish (Syria, Latin Alt-Q) "sy+ku", //Kurdish (Syria, Latin Q) "tr+ku_f", //Kurdish (Turkey, F) "tr+ku_alt", //Kurdish (Turkey, Latin Alt-Q) "tr+ku", //Kurdish (Turkey, Latin Q) "ca+kut", //Kutenai "kg", //Kyrgyz "kg+phonetic", //Kyrgyz (phonetic) "la", //Lao "la+stea", //Lao (STEA) "lv", //Latvian "lv+colemak", //Latvian (Colemak) "lv+apostrophecolemak", //Latvian (Colemak, with apostrophe) "lv+dvorak", //Latvian (Dvorak) "lv+ykeydvorak", //Latvian (Dvorak, with Y) "lv+minuskeydvorak", //Latvian (Dvorak, with minus) "lv+fkey", //Latvian (F) "lv+sun_type6", //Latvian (Sun Type 6/7) "lv+adapted", //Latvian (adapted) "lv+apostrophe", //Latvian (apostrophe) "lv+ergonomic", //Latvian (ergonomic, ŪGJRMV) "lv+modern", //Latvian (modern) "lv+dvorakprogr", //Latvian (programmer Dvorak) "lv+ykeydvorakprogr", //Latvian (programmer Dvorak, with Y) "lv+minuskeydvorakprogr", //Latvian (programmer Dvorak, with minus) "lv+tilde", //Latvian (tilde) "lv+apostrophe-deadquotes", //Latvian (apostrophe, dead quotes) "lt", //Lithuanian "lt+us_dvorak", //Lithuanian (Dvorak) "lt+ibm", //Lithuanian (IBM LST 1205-92) "lt+lekp", //Lithuanian (LEKP) "lt+lekpa", //Lithuanian (LEKPa) "lt+ratise", //Lithuanian (Ratise) "lt+sun_type6", //Lithuanian (Sun Type 6/7) "lt+us", //Lithuanian (US) "lt+std", //Lithuanian (standard) "de+dsb", //Lower Sorbian "de+dsb_qwertz", //Lower Sorbian (QWERTZ) "mk", //Macedonian "mk+nodeadkeys", //Macedonian (no dead keys) "my", //Malay (Jawi, Arabic Keyboard) "my+phonetic", //Malay (Jawi, phonetic) "in+mal", //Malayalam "in+mal_lalitha", //Malayalam (Lalitha) "in+mal_enhanced", //Malayalam (enhanced Inscript, with rupee) "mt", //Maltese "mt+alt-gb", //Maltese (UK, with AltGr overrides) "mt+alt-us", //Maltese (US layout with AltGr overrides) "mt+us", //Maltese (US) "in+eeyek", //Manipuri (Eeyek) "mao", //Maori "in+mar-kagapa", //Marathi (KaGaPa, phonetic) "in+marathi", //Marathi (enhanced Inscript) "ru+chm", //Mari "cm+mmuock", //Mmuock "in+modi-kagapa", //Modi (KaGaPa phonetic) "md", //Moldavian "md+gag", //Moldavian (Gagauz) "mn", //Mongolian "cn+mon_trad", //Mongolian (Bichig) "cn+mon_trad_galik", //Mongolian (Galik) "cn+mon_manchu_galik", //Mongolian (Manchu Galik) "cn+mon_trad_manchu", //Mongolian (Manchu) "cn+mon_todo_galik", //Mongolian (Todo Galik) "cn+mon_trad_todo", //Mongolian (Todo) "cn+mon_trad_xibe", //Mongolian (Xibe) "me", //Montenegrin "me+cyrillic", //Montenegrin (Cyrillic) "me+cyrillicyz", //Montenegrin (Cyrillic, ZE and ZHE swapped) "me+cyrillicalternatequotes", //Montenegrin (Cyrillic, with guillemets) "me+latinyz", //Montenegrin (Latin, QWERTY) "me+latinunicode", //Montenegrin (Latin, Unicode) "me+latinunicodeyz", //Montenegrin (Latin, Unicode, QWERTY) "me+latinalternatequotes", //Montenegrin (Latin, with guillemets) "ca+sun_type6", //Multilingual (Canada, Sun Type 6/7) "gn", //N'Ko (azerty) "np", //Nepali "fi+smi", //Northern Saami (Finland) "no+smi", //Northern Saami (Norway) "no+smi_nodeadkeys", //Northern Saami (Norway, no dead keys) "se+smi", //Northern Saami (Sweden) "no", //Norwegian "no+colemak", //Norwegian (Colemak) "no+dvorak", //Norwegian (Dvorak) "no+mac", //Norwegian (Macintosh) "no+mac_nodeadkeys", //Norwegian (Macintosh, no dead keys) "no+sun_type6", //Norwegian (Sun Type 6/7) "no+winkeys", //Norwegian (Windows) "no+nodeadkeys", //Norwegian (no dead keys) "fr+oci", //Occitan "ie+ogam", //Ogham "ie+ogam_is434", //Ogham (IS434) "in+olck", //Ol Chiki "hu+oldhun", //Old Hungarian "hu+oldhunlig", //Old Hungarian (for ligatures) "tr+otk", //Old Turkic "tr+otkf", //Old Turkic (F) "in+ori", //Oriya "in+ori-bolnagri", //Oriya (Bolnagri) "in+ori-wx", //Oriya (Wx) "ge+os", //Ossetian (Georgia) "ru+os_winkeys", //Ossetian (Windows) "ru+os_legacy", //Ossetian (legacy) "rs+rue", //Pannonian Rusyn "af+ps", //Pashto "af+olpc-ps", //Pashto (Afghanistan, OLPC) "af+ps-olpc", //Pashto (Afghanistan, OLPC) "ir", //Persian "af+fa-olpc", //Persian (Afghanistan, Dari OLPC) "ir+pes_keypad", //Persian (with Persian keypad) "pl", //Polish "gb+pl", //Polish (British keyboard) "pl+colemak", //Polish (Colemak) "pl+colemak_dh", //Polish (Colemak-DH) "pl+dvorak", //Polish (Dvorak) "pl+dvorak_altquotes", //Polish (Dvorak, with Polish quotes on key 1) "pl+dvorak_quotes", //Polish (Dvorak, with Polish quotes on quotemark key) "de+pl", //Polish (Germany, no dead keys) "pl+glagolica", //Polish (Glagolica) "pl+lefty", //Polish (lefty) "pl+qwertz", //Polish (QWERTZ) "pl+sun_type6", //Polish (Sun Type 6/7) "pl+intl", //Polish (intl., with dead keys) "pl+legacy", //Polish (legacy) "pl+dvp", //Polish (programmer Dvorak) "pt", //Portuguese "br", //Portuguese (Brazil) "br+dvorak", //Portuguese (Brazil, Dvorak) "br+thinkpad", //Portuguese (Brazil, IBM/Lenovo ThinkPad) "br+nativo-us", //Portuguese (Brazil, Nativo for US keyboards) "br+nativo", //Portuguese (Brazil, Nativo) "br+sun_type6", //Portuguese (Brazil, Sun Type 6/7) "br+nodeadkeys", //Portuguese (Brazil, no dead keys) "pt+colemak", //Portuguese (Colemak) "pt+mac", //Portuguese (Macintosh) "pt+mac_nodeadkeys", //Portuguese (Macintosh, no dead keys) "pt+nativo-us", //Portuguese (Nativo for US keyboards) "pt+nativo", //Portuguese (Nativo) "pt+sun_type6", //Portuguese (Sun Type 6/7) "pt+nodeadkeys", //Portuguese (no dead keys) "in+jhelum", //Punjabi (Gurmukhi Jhelum) "in+guru", //Punjabi (Gurmukhi) "ro", //Romanian "de+ro", //Romanian (Germany) "de+ro_nodeadkeys", //Romanian (Germany, no dead keys) "ro+sun_type6", //Romanian (Sun Type 6/7) "ro+winkeys", //Romanian (Windows) "ro+ergonomic", //Romanian (ergonomic Touchtype) "ro+std", //Romanian (standard) "ru", //Russian "by+ru", //Russian (Belarus) "cz+rus", //Russian (Czech, phonetic) "ru+dos", //Russian (DOS) "ge+ru", //Russian (Georgia) "de+ru", //Russian (Germany, phonetic) "de+ru-recom", //Russian (Germany, recommended) "de+ru-translit", //Russian (Germany, transliteration) "kz+ruskaz", //Russian (Kazakhstan, with Kazakh) "ru+mac", //Russian (Macintosh) "pl+ru_phonetic_dvorak", //Russian (Poland, phonetic Dvorak) "ru+prxn", //Russian (Polyglot and Reactionary) "ru+rulemak", //Russian (Rulemak, phonetic Colemak) "ru+sun_type6", //Russian (Sun Type 6/7) "se+rus", //Russian (Sweden, phonetic) "se+rus_nodeadkeys", //Russian (Sweden, phonetic, no dead keys) "us+rus", //Russian (US, phonetic) "ua+rstu_ru", //Russian (Ukraine, standard RSTU) "ru+legacy", //Russian (legacy) "ru+phonetic_mac", //Russian (phonetic Macintosh) "ru+phonetic", //Russian (phonetic) "ru+phonetic_azerty", //Russian (phonetic, AZERTY) "ru+phonetic_dvorak", //Russian (phonetic, Dvorak) "ru+phonetic_fr", //Russian (phonetic, French) "ru+phonetic_winkeys", //Russian (phonetic, Windows) "ru+phonetic_YAZHERTY", //Russian (phonetic, YAZHERTY) "ru+typewriter", //Russian (typewriter) "ru+typewriter-legacy", //Russian (typewriter, legacy) "ru+unipunct", //Russian (with US punctuation) "ru+gost-6431-75-48", //Russian (GOST 6431-75) "ru+gost-14289-88", //Russian (GOST 14289-88) "ru+ruu", //Russian (with Ukrainian-Belorussian layout) "tw+saisiyat", //Saisiyat (Taiwan) "lt+sgs", //Samogitian "in+san-kagapa", //Sanskrit (KaGaPa, phonetic) "in+san-misc", //Sanskrit symbols "ca+shs", //Secwepemctsin "rs", //Serbian "rs+yz", //Serbian (Cyrillic, ZE and ZHE swapped) "rs+alternatequotes", //Serbian (Cyrillic, with guillemets) "rs+latin", //Serbian (Latin) "rs+latinyz", //Serbian (Latin, QWERTY) "rs+latinunicode", //Serbian (Latin, Unicode) "rs+latinunicodeyz", //Serbian (Latin, Unicode, QWERTY) "rs+latinalternatequotes", //Serbian (Latin, with guillemets) "ru+srp", //Serbian (Russia) "rs+combiningkeys", //Serbian (combining accents instead of dead keys) "us+hbs", //Serbo-Croatian (US) "it+scn", //Sicilian "us+scn", //Sicilian (US keyboard) "us+altgr-weur", //English (Western European AltGr dead keys) "pl+szl", //Silesian "pk+snd", //Sindhi "lk+us", //Sinhala (US) "lk", //Sinhala (phonetic) "sk", //Slovak "sk+acc", //Slovak (ACC layout, only accented letters) "sk+qwerty", //Slovak (QWERTY) "sk+qwerty_bksl", //Slovak (QWERTY, extended backslash) "sk+sun_type6", //Slovak (Sun Type 6/7) "sk+bksl", //Slovak (extended backslash) "si", //Slovenian "si+us", //Slovenian (US) "si+alternatequotes", //Slovenian (with guillemets) "es", //Spanish "es+dvorak", //Spanish (Dvorak) "latam", //Spanish (Latin American) "latam+colemak-gaming", //Spanish (Latin American, Colemak for gaming) "latam+colemak", //Spanish (Latin American, Colemak) "latam+dvorak", //Spanish (Latin American, Dvorak) "latam+deadtilde", //Spanish (Latin American, dead tilde) "latam+nodeadkeys", //Spanish (Latin American, no dead keys) "es+mac", //Spanish (Macintosh) "es+sun_type6", //Spanish (Sun Type 6/7) "es+winkeys", //Spanish (Windows) "es+deadtilde", //Spanish (dead tilde) "es+nodeadkeys", //Spanish (no dead keys) "ke", //Swahili (Kenya) "tz", //Swahili (Tanzania) "se", //Swedish "se+dvorak_a5", //Swedish (Dvorak A5) "se+dvorak", //Swedish (Dvorak) "se+us_dvorak", //Swedish (Dvorak, intl.) "se+mac", //Swedish (Macintosh) "se+sun_type6", //Swedish (Sun Type 6/7) "se+svdvorak", //Swedish (Svdvorak) "se+us", //Swedish (US) "se+nodeadkeys", //Swedish (no dead keys) "se+swl", //Swedish Sign Language "sy+syc", //Syriac "sy+syc_phonetic", //Syriac (phonetic) "tw", //Taiwanese "tw+indigenous", //Taiwanese (indigenous) "tj", //Tajik "tj+legacy", //Tajik (legacy) "in+tam", //Tamil (Inscript) "lk+tam_unicode", //Tamil (Sri Lanka, TamilNet '99) "lk+tam_TAB", //Tamil (Sri Lanka, TamilNet '99, TAB encoding) "in+tam_tamilnet_with_tam_nums", //Tamil (TamilNet '99 with Tamil numerals) "in+tam_tamilnet", //Tamil (TamilNet '99) "in+tam_tamilnet_TAB", //Tamil (TamilNet '99, TAB encoding) "in+tam_tamilnet_TSCII", //Tamil (TamilNet '99, TSCII encoding) "ru+tt", //Tatar "in+tel", //Telugu "in+tel-kagapa", //Telugu (KaGaPa, phonetic) "in+tel-sarala", //Telugu (Sarala) "th", //Thai "th+pat", //Thai (Pattachote) "th+tis", //Thai (TIS-820.2538) "cn+tib", //Tibetan "cn+tib_asciinum", //Tibetan (with ASCII numerals) "bw", //Tswana "tr", //Turkish "tr+alt", //Turkish (Alt-Q) "tr+f", //Turkish (F) "de+tr", //Turkish (Germany) "tr+sun_type6", //Turkish (Sun Type 6/7) "tr+intl", //Turkish (intl., with dead keys) "tr+us", //Turkish (Turkey, Latin Q, Swap i and ı) "tr+ot", //Ottoman "tr+otf", //Ottoman (F) "tm", //Turkmen "tm+alt", //Turkmen (Alt-Q) "ru+udm", //Udmurt "ara+uga", //Ugaritic instead of Arabic "ua", //Ukrainian "ua+sun_type6", //Ukrainian (Sun Type 6/7) "ua+winkeys", //Ukrainian (Windows) "ua+macOS", //Ukrainian (macOS) "ua+homophonic", //Ukrainian (homophonic) "ua+legacy", //Ukrainian (legacy) "ua+phonetic", //Ukrainian (phonetic) "ua+rstu", //Ukrainian (standard RSTU) "ua+typewriter", //Ukrainian (typewriter) "pk", //Urdu (Pakistan) "pk+urd-crulp", //Urdu (Pakistan, CRULP) "pk+urd-nla", //Urdu (Pakistan, NLA) "pk+urd-navees", //Urdu (Navees, Pakistan) "in+urd-winkeys", //Urdu (Windows) "in+urd-phonetic3", //Urdu (alt. phonetic) "in+urd-phonetic", //Urdu (phonetic) "in+urd-navees", //Urdu (Navees) "cn+ug", //Uyghur "uz", //Uzbek "af+uz", //Uzbek (Afghanistan) "af+uz-olpc", //Uzbek (Afghanistan, OLPC) "uz+latin", //Uzbek (Latin) "vn", //Vietnamese "vn+aderty", //Vietnamese (AÐERTY) "vn+fr", //Vietnamese (French) "vn+qderty", //Vietnamese (QĐERTY) "vn+us", //Vietnamese (US) "sn", //Wolof "ru+sah", //Yakut "ng+yoruba", //Yorubaz "gb+gla", //Scottish Gaelic "emoji", //Emoji "custom", //Custom NULL }; gchar* lookupLanguage(const gchar* sId) { guint nId = 0; while (IDS[nId] != NULL) { if (g_str_equal(IDS[nId], sId)) { return LANGUAGES[nId]; } nId++; } g_warning("No language found for Id %s", sId); return "00"; } ayatana-indicator-keyboard-22.2.0/src/main.c0000644000000000000000000000325614203532221015530 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 . */ #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(NULL); 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-22.2.0/src/service.c0000644000000000000000000003515114203532221016243 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 . */ #include #include #include #include #include "service.h" #define BUS_NAME "org.ayatana.indicator.keyboard" #define BUS_PATH "/org/ayatana/indicator/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 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_SETTINGS = (1 << 2) }; 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; }; struct _IndicatorKeyboardServicePrivate { GCancellable *pCancellable; guint nOwnId; guint nActionsId; GDBusConnection *pConnection; gboolean bMenusBuilt; struct ProfileMenuInfo lMenus[N_PROFILES]; GSimpleActionGroup *pActionGroup; GSimpleAction *pHeaderAction; GSimpleAction *pSettingsAction; GSimpleAction *pLayoutAction; GMenu *pLayoutSection; Keyboard *pKeyboard; }; typedef IndicatorKeyboardServicePrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(IndicatorKeyboardService, indicator_keyboard_service, G_TYPE_OBJECT) static GVariant* createHeaderState(IndicatorKeyboardService *self) { 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}", "visible", g_variant_new_boolean(TRUE)); gchar *sLanguage; m_fnKeyboardGetLayout(self->pPrivate->pKeyboard, -1, &sLanguage, NULL); 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); 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* createDesktopLayoutSection(IndicatorKeyboardService *self, int nProfile) { 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* createDesktopSettingsSection(IndicatorKeyboardService *self) { GMenu * pMenu = g_menu_new(); g_menu_append(pMenu, _("Keyboard Settings…"), "indicator.settings"); 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 *pInfoGreeter = &self->pPrivate->lMenus[PROFILE_GREETER]; if (nSections & SECTION_HEADER) { g_simple_action_set_state(self->pPrivate->pHeaderAction, createHeaderState(self)); } if (!self->pPrivate->bMenusBuilt) { return; } if (nSections & SECTION_LAYOUTS) { rebuildSection(pInfoDesktop->pSubmenu, 0, createDesktopLayoutSection(self, PROFILE_DESKTOP)); rebuildSection(pInfoGreeter->pSubmenu, 0, createDesktopLayoutSection(self, PROFILE_GREETER)); } if (nSections & SECTION_SETTINGS) { rebuildSection(pInfoDesktop->pSubmenu, 1, createDesktopSettingsSection(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++] = createDesktopLayoutSection(self, nProfile); lSections[nSection++] = createDesktopSettingsSection(self); } else if (nProfile == PROFILE_DESKTOP) { lSections[nSection++] = createDesktopLayoutSection(self, nProfile); lSections[nSection++] = createDesktopSettingsSection(self); } else if (nProfile == PROFILE_GREETER) { lSections[nSection++] = createDesktopLayoutSection(self, nProfile); } // 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 pItem = g_menu_item_new(NULL, "indicator._header"); 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 pUserData) { if (ayatana_common_utils_is_mate()) { ayatana_common_utils_execute_command("mate-keyboard-properties"); } else if (ayatana_common_utils_is_lomiri()) { ayatana_common_utils_open_url("settings:///system/hw-keyboard-layouts"); } } static void initActions(IndicatorKeyboardService *self) { GSimpleAction *pAction; self->pPrivate->pActionGroup = g_simple_action_group_new(); pAction = g_simple_action_new_stateful("_header", NULL, createHeaderState(self)); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->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); 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); } 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->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->pLayoutAction); g_clear_object (&self->pPrivate->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 indicator_keyboard_service_init(IndicatorKeyboardService *self) { gchar *sLib = "libayatana-keyboard-x11.so.0"; if (ayatana_common_utils_is_lomiri()) { 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_fnKeyboardGetLayout = dlsym(m_pLibHandle, "keyboard_GetLayout"); m_fnKeyboardSetLayout = dlsym(m_pLibHandle, "keyboard_SetLayout"); self->pPrivate = indicator_keyboard_service_get_instance_private(self); self->pPrivate->pCancellable = g_cancellable_new(); 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-22.2.0/src/service.h0000644000000000000000000000351314203532221016245 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-22.2.0/.travis.yml0000644000000000000000000000170614203532221015760 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-22.2.0/update-po.sh0000755000000000000000000000257414203532221016110 0ustar #!/bin/bash set -x # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cp po/${GETTEXT_DOMAIN}.pot po/${GETTEXT_DOMAIN}.pot~ cd po/ cat LINGUAS | while read lingua; do if [ ! -e ${lingua}.po ]; then msginit --input=${GETTEXT_DOMAIN}.pot --locale=${lingua} --no-translator --output-file=$lingua.po else intltool-update --gettext-package ${GETTEXT_DOMAIN} $(basename ${lingua}) fi sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -i ${lingua}.po done cd - 1>/dev/null mv po/${GETTEXT_DOMAIN}.pot~ po/${GETTEXT_DOMAIN}.pot ayatana-indicator-keyboard-22.2.0/update-pot.sh0000755000000000000000000000210114203532221016256 0ustar #!/bin/bash # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot && cd - 1>/dev/null sed -e 's/\.xml\.in\.in.\h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -i po/${GETTEXT_DOMAIN}.pot