ayatana-indicator-keyboard-22.9.1/AUTHORS0000644000000000000000000000441614346656651014756 0ustar Ács Zoltán Adolfo Jayme Barrientos Adrià Martín Allan LeSage Allan Nordhøy Anders Jonsson ButterflyOfFire CI Train Bot 이정희 Dmitrijs Ledkovs Eric Gediminas Murauskas Hosted Weblate Iain Lane Jeannette L Jeremy Bicha J. Lavoie Kevin Zhou Kristjan Räts Kristoffer Grundström Lars Uebernickel Launchpad Translations on behalf of indicator-applet-developers Luca Weiss Luna Jernberg Mathieu Trudel-Lapierre Matthieu Baerts Michal Čihař Mihai Moldovan Mike Gabriel Milan Korecky Milo Ivir Mohsin Ali Moo Oğuz Ersen Oğuz Ersen Oleg O Andreev Pavel Borecki phlostically Prachi Joshi Quentin PAGÈS Reza Almanda Robert Tari Sebastien Bacher Sergii Horichenko Sithu Aung ssantos Sveinn í Felli Ted Gould Teitei Tim Lunn Tomáš Marný Viktar Vauchkevich WaldiS Weblate Wellington Terumi Uemura William Hua WWWesten xiao0yy Yaron Shahrabani Yota321 Мира Странная ayatana-indicator-keyboard-22.9.1/.build.yml0000644000000000000000000001061514346656651015604 0ustar ######################################################### # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: archlinux: # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ayatana-indicator-keyboard - clang - gcc - git - make - startup-notification - which - cmake - cmake-extras - intltool - glib2 - libx11 - libxklavier - libxkbcommon - accountsservice # - libayatana-common debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido - clang - clang-tools - g++ - cppcheck - git - cmake - cmake-extras - intltool - libglib2.0-dev - libx11-dev - libxklavier-dev - libxkbcommon-dev - libxkbregistry-dev - libaccountsservice-dev - systemd # - libayatana-common-dev # For building libayatana-common: - liblomiri-url-dispatcher-dev ubuntu: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - libx11-dev - libxklavier-dev - libaccountsservice-dev - systemd # - libayatana-common-dev # - libxkbcommon-dev # - libxkbregistry-dev # For building libxkbcommon: - meson - pkg-config - bison - libxcb-xkb-dev - libxml2-dev - wayland-protocols - libwayland-dev - doxygen - x11proto-dev - xvfb - flex - graphviz variables: - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr -enable-checker alpha.core.SizeofPtr -enable-checker alpha.security.ArrayBoundV2 -enable-checker alpha.security.MallocOverflow -enable-checker alpha.security.ReturnPtrRange -enable-checker alpha.unix.SimpleStream -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.unix.cstring.NotNullTerminated -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' before_scripts: - cd ${START_DIR} - if [ ! -d libayatana-common-build ]; then - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build - fi - cd libayatana-common-build - if [ ${DISTRO_NAME} == "debian" ]; then - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_LOMIRI_FEATURES=ON - else - cmake . -DCMAKE_INSTALL_PREFIX=/usr - fi - make - make install - cd - - rm -Rf libayatana-common-build/ - - if [ ${DISTRO_NAME} == "ubuntu" ]; then - cd ${START_DIR} - if [ ! -d libxkbcommon-build ]; then - git clone --depth 1 https://github.com/xkbcommon/libxkbcommon.git libxkbcommon-build - fi - cd libxkbcommon-build - meson setup build -Dprefix=/usr -Dlibdir=/usr/lib/x86_64-linux-gnu - ninja -C build - ninja -C build install - cd - - rm -Rf libxkbcommon-build/ - fi build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - if [ -e ./CMakeLists.txt ]; then - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -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.9.1/ChangeLog0000644000000000000000000044675514346656651015500 0ustar 2022-12-15 Mike Gabriel * release 22.9.1 (HEAD -> main, tag: 22.9.1) 2022-12-03 Kevin Zhou * Translated using Weblate (Chinese (Simplified)) (7f18b9f4) 2022-11-10 Mike Gabriel * Merge branch 'tari01-pr/update-languages' (32f76b32) 2022-11-08 Robert Tari * src/languages.h: Update the layout list + rewrite the code to use a struct instead of two lists (c16bded3) 2022-10-17 Gediminas Murauskas * Translated using Weblate (Lithuanian) (e9e02ded) 2022-09-29 이정희 * Translated using Weblate (Korean) (6f809923) 2022-09-25 Oğuz Ersen * Translated using Weblate (Turkish) (c25f3287) 2022-09-22 Yaron Shahrabani * Translated using Weblate (Hebrew) (c8d30464) 2022-09-14 Sergii Horichenko * Translated using Weblate (Ukrainian) (1ede2c04) 2022-09-14 Quentin PAGÈS * Translated using Weblate (Occitan) (175c9641) 2022-09-14 Sergii Horichenko * Translated using Weblate (Russian) (42df6165) 2022-09-14 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (62caace0) 2022-09-14 Mike Gabriel * release 22.9.0 (48c42153) (tag: 22.9.0) * Translated using Weblate (German) (4663447e) 2022-09-14 Milan Korecky * Translated using Weblate (Czech) (062568a7) 2022-09-14 Mike Gabriel * po/*.po{,t}: Translation strings update. (0ad52347) * update-po{,t}.sh: Also catch multi-file source file references. (4d0bdb06) 2022-09-13 Robert Tari * Merge branch 'sunweaver-pr/fix-and-update-translation-template' (5191b1fc) 2022-09-11 Mike Gabriel * po/ayatana-indicator-keyboard.pot: Update translation template file. (800c3ef6) * update-po{,t}.sh: Omit ../ at beginning of file names in .pot file. (1768f497) * update-po.sh: White-space fix. (b31f62c1) * Fix translating the indicator's .gschema.xml file. (8818b2d6) 2022-09-09 Quentin PAGÈS * Translated using Weblate (Occitan) (1f668a5d) 2022-09-08 Mike Gabriel * Merge branch 'tari01-pr/language-icon-gsettings' (e6f63b65) 2022-09-07 Moo * Translated using Weblate (Lithuanian) (5ad5e033) * Translated using Weblate (Lithuanian) (a4fd7cb1) 2022-09-07 Robert Tari * Add GSettings options for indicator icon (c5d48625) * src/service.c: Create separate header profiles (1136552d) 2022-09-06 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (cf59345a) 2022-09-05 Yaron Shahrabani * Translated using Weblate (Hebrew) (a81d0326) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (0ab29024) * po/*.po{,t}: Translation strings update. (ef217bb3) 2022-09-01 Mike Gabriel * Merge branch 'sunweaver-pr/tooltip-support' (4174027f) 2022-07-22 Mike Gabriel * src/service.c: Add tooltip. (2bca91c2) 2022-08-15 Mike Gabriel * Merge branch 'tari01-pr/translate-layout-names' (dd3bb865) 2022-08-03 Robert Tari * Translate layout names (d06286ca) 2022-08-06 Quentin PAGÈS * Translated using Weblate (Occitan) (8c6e2b03) 2022-07-27 Sergii Horichenko * Translated using Weblate (Ukrainian) (3ebcb219) * Translated using Weblate (Russian) (3cd6a7ad) 2022-07-19 ssantos * Translated using Weblate (Portuguese) (0a24b978) 2022-07-15 Mike Gabriel * release 22.2.3 (bcbfe01c) (tag: 22.2.3) 2022-07-14 Teitei * Translated using Weblate (Burmese) (d2676988) 2022-07-06 Robert Tari * Merge branch 'sunweaver-pr/input-keyboard-icon' (9873f1f7) 2022-06-25 Kristjan Räts * Translated using Weblate (Estonian) (1221d55f) 2022-07-05 Mike Gabriel * src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri. (54be1fe4) 2022-06-25 Kristjan Räts * Translated using Weblate (Estonian) (97fb737a) 2022-06-25 Mike Gabriel * release 22.2.2 (99562d29) (tag: 22.2.2) 2022-06-24 Mike Gabriel * Merge branch 'Ionic-bugfix/create-dir-before-symlink' (b8d388fe) 2022-06-22 Mihai Moldovan * data/CMakeLists.txt: create dbus-1/interfaces datadir subdirectory before trying to create a symlink into it. (c307d59e) 2022-06-22 Milo Ivir * Translated using Weblate (Croatian) (e66631bf) 2022-06-21 Mike Gabriel * release 22.2.1 (523b881d) (tag: 22.2.1) 2022-06-14 Eric * Translated using Weblate (Chinese (Simplified)) (81c2d27f) 2022-06-15 Oğuz Ersen * Translated using Weblate (Turkish) (ea5fe293) 2022-06-16 Kristoffer Grundström * Translated using Weblate (Swedish) (225c0198) 2022-06-15 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (48bc243d) 2022-06-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (1e7de82d) 2022-06-14 Mike Gabriel * Translated using Weblate (German) (ab24438a) 2022-06-15 Mike Gabriel * Update translation files. (94787243) * po/POTFILES.in: Update list of files to check for translation strings. (7456be7c) 2022-06-12 Robert Tari * Merge branch 'sunweaver-pr/relax-x11-build-requirements' (cca8a803) 2022-06-11 Mike Gabriel * CMakeLists.txt: Relax build-requirements of libX11 to 1.6.5 and libxklavier to 5.3. (6d89352b) 2022-04-23 Sergii Horichenko * Translated using Weblate (Ukrainian) (fb2f014e) * Translated using Weblate (Russian) (37988396) * Translated using Weblate (Ukrainian) (0ebf9cb8) 2022-03-26 ButterflyOfFire * Translated using Weblate (Arabic) (0a482a3b) 2022-03-02 Mike Gabriel * Merge branch 'tari01-pr/add-features-to-lomiri' (7455bfd3) 2022-03-01 Robert Tari * src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possible (94e368f5) 2022-03-02 Mike Gabriel * Merge branch 'tari01-pr/add-accoutsservice' (85d85d46) 2022-03-01 Robert Tari * .buil.yml: Add AccountsService build dependency (f4c6f017) * debian/control: Add AccountsService build dependency (d93c53d0) * Add AccountsService support (52d9983d) 2022-03-01 Mike Gabriel * Merge branch 'tari01-pr/use-libxkbcommon' (4a74e3ef) 2022-03-01 Robert Tari * .build.yml: Add libxkbcommon build dependency (801486c2) * debian/control: Add libxkbcommon build dependency (aed21256) * Read layout information using libxkbcommon (eb957b75) 2022-02-27 이정희 * Translated using Weblate (Korean) (9a730357) 2022-02-17 Mike Gabriel * release 22.2.0 (167b6299) (tag: 22.2.0) * Merge branch 'tari01-pr/add-new-layouts' (3c62b070) 2022-02-16 Robert Tari * src/languages.h: Add additional layouts (2d1eefa6) 2022-02-16 Mike Gabriel * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' (d813ce96) 2022-02-14 Robert Tari * Drop pkglibexecdir and use native CMake file configuration (53da9925) 2022-02-08 Robert Tari * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system (c92041d7) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/merge-icon-generators' (6d1a75ee) 2022-01-26 Robert Tari * Merge icon generators + add some tweakability (2f4a12a0) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/cleanup-compile-flags' (cba5f9cb) 2022-01-11 Robert Tari * .build.yml: Drop extra compilation flags and build with -Werror (57a14957) * Clean up compilation flags (a9b2be7a) 2022-01-27 Mike Gabriel * Merge branch 'z3ntu-dlopen-soname' (c4846f09) 2022-01-09 Luca Weiss * Try to dlopen .so.0 instead of .so (191d5aea) 2022-01-02 ssantos * Translated using Weblate (Portuguese) (fb9defb0) 2021-12-15 Mike Gabriel * Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' (e4f88bd5) 2021-12-06 Robert Tari * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES (c62643a7) 2021-11-18 phlostically * Translated using Weblate (Esperanto) (dc72c3c2) 2021-11-18 Mike Gabriel * release 0.9.0 (9c9a9d80) (tag: 0.9.0) 2021-10-25 Robert Tari * Merge branch 'sunweaver-pr/travis-cleanup' (bc77d667) 2021-10-25 Mike Gabriel * .build.yml: Remove source code of locally built dependency after it has been installed. (dab97205) * .build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target. (98412439) * .build.yml: Drop autogen.sh support. (a3c1ba48) 2021-10-20 Robert Tari * .travis.yml: Temporarily disable ppc64le builds (bc2bd700) 2021-10-20 Mike Gabriel * Merge branch 'tari01-pr/correct-icon-generator-location' (1117825d) 2021-10-20 Robert Tari * README.md: Correct icon generator location (ab5b21bf) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/lomiri-settings-handler' (7a041f29) 2021-09-21 Robert Tari * Add settings handler for Lomiri (b00f48be) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/fix-lomiri-detection' (93b533bc) 2021-09-20 Robert Tari * src/service.c: Fix Lomiri detection (e0089c42) 2021-10-18 Mike Gabriel * Merge branch 'tari01-pr/add-new-language-variants' (bc1f16f8) 2021-09-17 Robert Tari * Add new languages/variants (392b4061) 2021-09-23 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (108d1fa9) 2021-09-14 Mike Gabriel * contrib/ayatana-indicator-keyboard-icon-generator-lomiri.py: Set x-bit on script. (d33d3d3d) * Merge branch 'tari01-pr/add-lomiri-icon-generator' (b325d460) 2021-09-09 Robert Tari * Add Lomiri icon generator and move both generators to /contrib (1483c259) 2021-09-14 Mike Gabriel * Merge branch 'tari01-pr/add-lomiri-backend' (4a0e63a4) 2021-09-07 Robert Tari * Split X11 and Lomiri backends (d2758a87) 2021-09-09 Mike Gabriel * Merge branch 'tari01-pr/use-libayatana-common' (4e27c337) 2021-09-03 Robert Tari * .build.yml: Install libayatana-common dependency from GitHub (d42da412) * debian/control: add libayatana-common-dev build dependency (e81e7fa8) * Replace local code with libayatana-common (baa08a2e) * Fix Travis status image (ce72a2c9) 2021-08-30 Mike Gabriel * AUTHORS: Create file from Git history. Resolves DEB build. (6d20b6af) 2021-08-29 Hosted Weblate * Update translation files (c6b2b354) 2021-08-29 Mike Gabriel * debian/{control,compat}: Bump to level 10. (6b058085) * debian/: Drop stray files AUTHORS and ChangeLog. (0c01ca05) * debian/: Drop stray files AUTHORS and ChangeLog. (65642167) * debian/rules: Enable unit tests (if there were any). (0fbf19aa) 2021-08-28 Mike Gabriel * .travis.yml: Use Ayatana Indicators project's dev-scripts repo. (453403c1) 2021-08-28 Weblate * Added translation using Weblate (Kurdish (Southern)) (2e860476) * Added translation using Weblate (Kurdish (Northern)) (57a16d18) 2021-08-28 Mike Gabriel * .travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts. (1f9f086b) 2021-08-13 Luna Jernberg * Translated using Weblate (Swedish) (c9378693) 2021-08-10 Mike Gabriel * Merge branch 'tari01-pr/add-enable-werror-option' (5f909177) 2021-08-09 Robert Tari * Add ENABLE_WERROR option (7a57a70b) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/cmake-install-full' (11a61d41) 2021-08-04 Robert Tari * Use CMAKE_INSTALL_FULL_*DIR locations for installation (c37f453e) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-documentation-and-build-instructions' (39a3583e) 2021-07-29 Robert Tari * Add documentation and build instructions (6bf9165d) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-standard-ayatana-cmake-bits' (6dc8e402) 2021-07-29 Robert Tari * Add standard Ayatana CMake bits (c59cc974) 2021-07-15 Yaron Shahrabani * Translated using Weblate (Hebrew) (f30807b9) 2021-05-22 Yaron Shahrabani * Translated using Weblate (Hebrew) (aae9e8a6) 2021-05-04 Mike Gabriel * .travis.yml: Don't try running autotools based CI build. (45110556) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (3c173677) 2021-04-28 Robert Tari * Merge branch 'sunweaver-pr/travis-ci' (7aed265c) 2021-04-26 Mike Gabriel * .travis.yml: Ubuntu rolling (I series) is currently in bootstrapping process, disabling for now. (bb73bf39) * Travis-CI: Initial draft for CI builds. (b134fa0a) 2021-04-16 Mike Gabriel * Merge branch 'tari01-pr/base-on-languages' (90235f32) 2021-04-16 Robert Tari * src/keyboard.c: Get languages via lookupLanguage() (39b1efc4) * src/languages.h: Use a predefined language lookup table (8f32270e) * data/icons/scalable/status: Use an improved icon set (b62c1fb1) * data/ayatana-indicator-keyboard-icon-generator: Use a predefined abbreviation list (3ff7d74a) 2021-04-12 Mike Gabriel * release 0.7.901 (cd616fd2) (tag: 0.7.901) * Merge branch 'tari01-pr/remove-gtk-update-icon-cache' (68b858e6) 2021-02-12 Robert Tari * Do not update icon cache from CMake (21264ea5) 2021-04-12 Mike Gabriel * po/ayatana-indicator-keyboard.pot: Update translation template. (64f8dcc1) * Merge branch 'comradekingu-patch-1' (d2843ad2) 2021-02-22 Allan Nordhøy * Tripledot (...) → ellipsis (…) (1e3e227a) 2021-04-12 Mike Gabriel * Merge branch 'tari01-pr/test-null-pointer' (0788459e) 2021-03-31 Robert Tari * src/keyboard.c: Test if layout variant is null before checking length (c942c531) 2021-03-30 Hosted Weblate * Update translation files (9baaba32) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (50a64c49) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (37d88aaf) 2021-03-15 xiao0yy * Translated using Weblate (Chinese (Simplified)) (3225f2c8) 2021-02-22 Allan Nordhøy * Translated using Weblate (Norwegian Bokmål) (e54ca0aa) 2021-02-19 J. Lavoie * Translated using Weblate (French (Canada)) (6e298495) * Translated using Weblate (Italian) (d1921853) * Translated using Weblate (French) (c1b64551) * Translated using Weblate (Finnish) (9e82ba61) * Translated using Weblate (German) (e7eddd44) 2021-02-07 Kristjan Räts * Translated using Weblate (Estonian) (f038b210) 2021-02-07 Ács Zoltán * Translated using Weblate (Hungarian) (f1a1b803) 2021-02-04 Adolfo Jayme Barrientos * Translated using Weblate (Catalan) (8c0d8312) * Translated using Weblate (Spanish) (bd70247e) 2021-01-30 Quentin PAGÈS * Translated using Weblate (Occitan) (783a56ff) 2021-01-29 Moo * Translated using Weblate (Lithuanian) (4e3264b7) 2021-01-27 Oğuz Ersen * Translated using Weblate (Turkish) (1cb486b2) 2021-01-28 Milo Ivir * Translated using Weblate (Croatian) (2262de85) 2021-01-28 Mike Gabriel * release 0.7.900 (be3cfc38) (tag: 0.7.900) * CMakeLists.txt: Relax build requirement for libx11 (from 1.7.0 to 1.6.7). (eb17f239) 2021-01-27 Mike Gabriel * debian/control: Make B-D on dh-systemd optional (fixes FTBFS in Debian bullseye). (b7c52d4e) * debian/control: Add B-D: cmake-extras (>= 0.10). (8827f6e2) * Downgrade upstream version (to 0.7.900). (8cd20d8a) * debian/control: Move myself to Maintainer: field. (51a85740) * debian/control: Add B-D dh-systemd. (0e694f89) * debian/control: Bump Standards-Version: to 4.5.1. (80205f0b) * debian/control: Add LONG_DESCRIPTION. (4c30de17) * debian/docs: Adapt to new docu files in upstream sources. (4d3f10ea) * NEWS: Add (empty) file. (ad7e9f02) * AUTHORS: Add file. (6f1218e9) * README.md: Make .md file more readable if viewed in a text editor. (eb796992) * src/*: Add license headers. (8b7a2a2b) 2021-01-24 Robert Tari * Fix crash after Bluetooth pairing (1ff94fac) * Send a layout-changed signal after manual selection (7186ce77) * 100% re-write of the keyboard indicator in plain C. (b85daf94) 2020-11-01 Hosted Weblate * Update translation files (9b8fb049) 2020-10-31 Weblate * Added translation using Weblate (Italian) (50f5d80f) * Added translation using Weblate (Tamil (Sri Lanka)) (22305b88) * Added translation using Weblate (Dhivehi) (f7c99f97) * Added translation using Weblate (Venetian) (800d6e83) * Added translation using Weblate (Kashubian) (dc7d15d2) * Added translation using Weblate (Macedonian) (e732d7b9) * Added translation using Weblate (Friulian) (2a794508) * Added translation using Weblate (Tatar) (df266b5a) 2020-10-26 Adrià Martín * Translated using Weblate (Sardinian) (62082950) 2020-10-16 Yota321 * Translated using Weblate (Bengali) (0278e98e) 2020-09-25 Quentin PAGÈS * Translated using Weblate (Occitan) (7d4ca8aa) 2020-07-30 Sithu Aung * Translated using Weblate (Burmese) (a0b01ffa) 2020-04-27 Jeannette L * Translated using Weblate (French (Canada)) (d3586d02) 2020-03-17 Prachi Joshi * Translated using Weblate (Marathi) (3f5e0db4) 2020-02-15 Hosted Weblate * Update translation files (edbca8ef) 2019-12-26 Mohsin Ali * Translated using Weblate (Assamese) (fd8c3608) 2019-02-23 WWWesten * Translated using Weblate (Kazakh) (04fbe3f1) 2018-11-18 ssantos * Translated using Weblate (Portuguese) (e0e03a24) 2018-10-23 Iván Seoane * Translated using Weblate (Galician) (f6520c3a) 2018-08-23 WaldiS * Translated using Weblate (Polish) (d926b3e8) 2018-04-03 Pavel Borecki * Translated using Weblate (Czech) (95c7ce72) 2018-03-29 Anders Jonsson * Translated using Weblate (Swedish) (754d320c) 2018-02-28 Мира Странная * Translated using Weblate (Armenian) (10629952) 2018-01-02 Sveinn í Felli * Translated using Weblate (Icelandic) (cf229836) 2017-11-29 Mike Gabriel * update-po.sh: Preserve .pot file when updating *.po files. (41fc263c) 2017-10-16 Michal Čihař * Translated using Weblate (Malay) (765b17cd) 2017-10-12 Viktar Vauchkevich * Translated using Weblate (Belarusian) (3d2dd956) 2017-11-29 Mike Gabriel * update-po.sh: Fix filenames of .ini(.in) and .xml(.in) files in po files. (d9b8327d) * update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po template file. (67e1ac5a) 2017-10-26 Mike Gabriel * Fork from Ubuntu's indicator-keyboard. (d5277646) 2017-10-24 Mike Gabriel * update-po*.sh: Add license header. (bca2db6d) 2017-10-12 Mike Gabriel * po/: Remove build cruft files. (34316fe5) * po/: Already provide translation files for hosted Weblate. (ca233ad0) * update-po(|t).sh: Add gettext update scripts. (0d590092) 2015-11-12 Mike Gabriel * Fork from Ubuntu's indicator-keyboard. (e3f31de1) 2015-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (840d9666) 2015-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (25e66bac) 2015-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e89552a) 2015-11-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00b4bc07) 2015-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (23be7955) 2015-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (36dc1e15) 2015-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8813b5a5) 2015-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (654b8485) 2015-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eabb9d24) 2015-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b1285ee8) 2015-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b3e08302) 2015-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e771b053) 2015-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2e1747d) 2015-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20cfbfa2) 2015-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (06f9c0a6) 2015-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a2d98174) 2015-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ab0e65bd) 2015-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f65dd068) 2015-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3086c252) 2015-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a48e1d49) 2015-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96f4789a) 2015-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (480295e4) 2015-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf665588) 2015-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f145738) 2015-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88630704) 2015-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18d86713) 2015-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e086c9ac) 2015-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc88f8e8) 2015-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9e4c1ce6) 2015-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71229ab9) 2015-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (012e010c) 2015-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f2e3f393) 2015-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5b41c67) 2015-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1c9eb2b) 2015-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (07e1ecf2) 2015-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a74c5b37) 2015-10-06 CI Train Bot * Releasing 0.0.0+15.10.20151006-0ubuntu1 (6f7d2c1d) 2015-10-06 William Hua * Manually set XDG_RUNTIME_DIR to fix the tests. (506e0e90) * Manually set GDK_BACKEND=x11. (b5bb009d) 2015-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33ea309a) 2015-10-05 William Hua * Manually set XDG_RUNTIME_DIR. (568a977e) 2015-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (db904de9) 2015-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99ca1ad4) 2015-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (60acd858) 2015-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12c9b30e) 2015-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5adad4d) 2015-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d446164d) 2015-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ad78634) 2015-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b5e0f50) 2015-09-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a6e7d898) 2015-09-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8f75ba2) 2015-09-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (917da32f) 2015-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1fcd3fb2) 2015-09-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1d138efa) 2015-09-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7603c68) 2015-09-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ac9a7e82) 2015-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (abd5570b) 2015-09-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eaa4e73d) 2015-09-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc2ce00e) 2015-09-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a27f244a) 2015-09-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7af1e10) 2015-09-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1014887) 2015-09-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1ac96c0) 2015-09-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dc02690e) 2015-09-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bbec3411) 2015-09-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ef35674) 2015-09-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a4a7665a) 2015-09-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1cf557f4) 2015-09-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96f617d6) 2015-09-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b15bc848) 2015-09-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bb5da5b) 2015-09-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43671d4f) 2015-09-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03cc0db3) 2015-09-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8e17031) 2015-09-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3b347199) 2015-08-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ca5743e4) 2015-08-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (da59ebeb) 2015-08-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6c810e80) 2015-08-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4f4a6dd8) 2015-08-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (496a67c2) 2015-08-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9bd9a84) 2015-08-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4eb18f53) 2015-08-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f3d495de) 2015-08-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0fc11a08) 2015-08-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (597353e7) 2015-08-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2a21d72) 2015-08-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (46c9ca02) 2015-08-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d8e1b518) 2015-08-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ebc1caa9) 2015-08-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df1000b0) 2015-08-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (afd6354e) 2015-08-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (93301bc5) 2015-08-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a9ea3bf) 2015-08-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bb18b47) 2015-08-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (26333af7) 2015-08-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ecb62ea) 2015-08-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4d2b5162) 2015-08-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (db3f6cdc) 2015-08-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (85590c67) 2015-08-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32828ee7) 2015-08-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99f1d32a) 2015-08-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f52a641) 2015-08-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (caf7594a) 2015-08-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b24a8c6b) 2015-08-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (151dba53) 2015-08-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f00bfab4) 2015-07-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20eba19d) 2015-07-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (77d38929) 2015-07-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (695b85f8) 2015-07-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9b2f525) 2015-07-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (39a43ac8) 2015-07-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5ed18cbb) 2015-07-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4bd175c) 2015-07-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7b226fc9) 2015-07-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2e3dc8e9) 2015-07-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce1da8c6) 2015-07-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d7fbb20a) 2015-07-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (971832ac) 2015-07-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e259052f) 2015-07-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a8c3d475) 2015-07-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (182768b8) 2015-07-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d68383e3) 2015-07-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dcb4d277) 2015-07-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7555ae82) 2015-07-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fca267c3) 2015-07-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (08cd4a4d) 2015-07-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (05fc689a) 2015-07-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (648f13fa) 2015-07-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a36c891) 2015-07-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (41bb2c39) 2015-07-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e4c85c55) 2015-07-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b7cc3580) 2015-07-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (79471e02) 2015-07-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88fef9b3) 2015-07-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1bde9501) 2015-06-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e4658168) 2015-06-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (193ecb81) 2015-06-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2546239f) 2015-06-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dda5a1b) 2015-06-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fc938fff) 2015-06-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (201c419f) 2015-06-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (23e2527f) 2015-06-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2cc970b) 2015-06-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47409a82) 2015-06-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91f0ab4f) 2015-06-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4ac150aa) 2015-06-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c63969d0) 2015-06-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29fe2545) 2015-06-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f4aeed3) 2015-06-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (30ab9ce8) 2015-06-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (01efac61) 2015-06-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8cbf0ea8) 2015-06-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17b22ee0) 2015-06-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f6b453da) 2015-06-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (75bb4907) 2015-06-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9587f84f) 2015-06-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (273453aa) 2015-06-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6fd73c4d) 2015-06-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78863690) 2015-06-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5dbcb4f) 2015-06-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e6a4c78) 2015-06-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (22b1aaf7) 2015-06-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7278088) 2015-06-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc201372) 2015-06-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (21e61536) 2015-05-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (16d6aef9) 2015-05-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b6bec9c) 2015-05-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (deebb3aa) 2015-05-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b799be1d) 2015-05-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3ff7cea3) 2015-05-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (62ae09c2) 2015-05-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f674a3d5) 2015-05-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89b9108e) 2015-05-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2868e579) 2015-05-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9e5b6e91) 2015-05-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (aee67e48) 2015-05-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (96e0dbfb) 2015-05-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (40940599) 2015-05-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b7414af) 2015-05-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f2acd2ed) 2015-05-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (672aa1fd) 2015-05-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (60b61533) 2015-05-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e10d6d42) 2015-05-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c0a35625) 2015-05-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (319d3641) 2015-05-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (899b61c9) 2015-05-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bd619c81) 2015-05-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3bf79191) 2015-05-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4eb142f2) 2015-05-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8cc6c30) 2015-05-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8651e988) 2015-05-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b357e3e8) 2015-05-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df64bb52) 2015-05-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89d3c50d) 2015-05-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7ba31360) 2015-04-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc478c3b) 2015-04-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a86431d) 2015-04-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c792d433) 2015-04-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5e4eac7b) 2015-04-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bd6e966a) 2015-04-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (789cad76) 2015-04-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5e8c3db1) 2015-04-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1d62bbb3) 2015-04-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9aa1001a) 2015-04-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6f5b749) 2015-04-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ffa7b867) 2015-04-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7767d777) 2015-04-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dec32825) 2015-04-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c37748a1) 2015-04-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61b6971a) 2015-04-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (70ea3030) 2015-04-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (204ddfcc) 2015-04-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f57bbf0d) 2015-04-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7860421d) 2015-04-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (36e559b5) 2015-04-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0429d68) 2015-04-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7dbfd1c8) 2015-04-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1f9dd25) 2015-04-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f9f838de) 2015-04-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4fb613bb) 2015-04-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c32b2035) 2015-04-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (969bf44f) 2015-04-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (aa94513e) 2015-04-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (04390f3c) 2015-04-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a4dc0df) 2015-03-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47d2967c) 2015-03-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d7d2ab6) 2015-03-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (20d83953) 2015-03-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0dc92225) 2015-03-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (62a0fccd) 2015-03-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b37894c7) 2015-03-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0faf6d25) 2015-03-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ed12234e) 2015-03-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (85bd97fe) 2015-03-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (58ef82f6) 2015-03-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0be0e2ad) 2015-03-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (24310498) 2015-03-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6af35ae3) 2015-03-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e3566ae9) 2015-03-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (588c0d5c) 2015-03-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f44ae3eb) 2015-03-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c84bc45a) 2015-03-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00fb658b) 2015-03-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5bf7541) 2015-03-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e5a9fd27) 2015-03-11 CI Train Bot * Resync trunk. (d286d5e5) 2015-03-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (82df47d0) 2015-03-10 CI Train Bot * Releasing 0.0.0+15.04.20150310-0ubuntu1 (bc54f95b) 2015-03-10 William Hua * Basic support for Fcitx input sources. Fixes: #1363150 Approved by: Ted Gould, PS Jenkins bot, Ryan Lortie, Sebastien Bacher (1573d710) 2015-03-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d2738506) 2015-03-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6bc2acd3) 2015-03-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0e2af93c) 2015-03-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a681229e) 2015-03-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (114945ea) 2015-03-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0c0e47d) 2015-03-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0468372c) 2015-03-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3238447) 2015-03-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2fd28c61) 2015-02-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e47719a9) 2015-02-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b38fccdd) 2015-02-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (10d8fe2e) 2015-02-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d9142f68) 2015-02-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91c5c6fa) 2015-02-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9fac43e2) 2015-02-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d96ad675) 2015-02-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5b5fdf0) 2015-02-19 William Hua * Explain input source cycling logic. (ec6c3109) * Simplify input source cycling. (9cdbb03c) * Don't handle activate signal when the default behaviour will do. (c34cf40e) 2015-02-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ceb7e749) 2015-02-18 William Hua * Build depend on gir1.2-fcitx-1.0. (8b470a48) * Remove unnecessary flag. (c9a8ec00) * Remove vapi. (775f8b26) * Use foreach when possible. (d63326c3) * Remove (!) when possible. (a8721bcb) 2015-02-17 William Hua * Only try initializing Fcitx once. (603fdf81) * Check flags better. (c38ced78) * Use shift operator. (b3c420d1) * Remove unnecessary AC_SUBST. (18a15d14) 2015-02-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e10fb6a8) 2015-02-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5293157d) 2015-02-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29aef96c) 2015-02-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2619981) 2015-02-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a34c9afa) 2015-02-12 William Hua * Fix type signature of GLib.MenuModel.get_item_links (). (548bcac9) * Merge trunk. (f865cabb) 2015-02-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6f2ba22f) 2015-02-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17d02551) 2015-02-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2a048e41) 2015-02-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0029c0c9) 2015-02-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dde70c9) 2015-02-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f573b994) 2015-02-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4ca3f6d) 2015-02-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bce57d14) 2015-02-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43d037d8) 2015-02-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6c57e28) 2015-02-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (94b0472b) 2015-01-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78b14d7f) 2015-01-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6d62858) 2015-01-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ac9ef92) 2015-01-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fa43f706) 2015-01-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (530b22ba) 2015-01-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (481be148) 2015-01-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd126192) 2015-01-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c6ed130d) 2015-01-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bab67793) 2015-01-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cfc6af4f) 2015-01-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7ef3392) 2015-01-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (541c6afa) 2015-01-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (76231ae5) 2015-01-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b84ac857) 2015-01-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (798f5140) 2015-01-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (013a3759) 2015-01-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1edc5c6f) 2015-01-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (63ee1937) 2015-01-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0766cca8) 2015-01-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b180630) 2015-01-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0f056514) 2015-01-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (246a5eed) 2015-01-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27f2b016) 2015-01-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f6f77727) 2015-01-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e12a25ea) 2015-01-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (231f9b81) 2015-01-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1294975a) 2015-01-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9cafacd9) 2015-01-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (77417043) 2015-01-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3f12b56) 2015-01-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3419d095) 2014-12-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (65297732) 2014-12-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb6d2957) 2014-12-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8fd0cfcd) 2014-12-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9c8faef1) 2014-12-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (69d66ab5) 2014-12-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3b8b388) 2014-12-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (37867f84) 2014-12-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (97ff50df) 2014-12-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9498507) 2014-12-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7aa1d33f) 2014-12-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88062e77) 2014-12-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9f8f1296) 2014-12-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a3bf5841) 2014-12-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df4c5e5d) 2014-12-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2df0463a) 2014-12-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4bc815a8) 2014-12-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bca97bfa) 2014-12-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc6b8d95) 2014-12-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9412aca4) 2014-12-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9ca611e3) 2014-12-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (50b0348a) 2014-12-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a45ac56b) 2014-12-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3d80afa6) 2014-12-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (214e7521) 2014-12-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a102526) 2014-12-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd624068) 2014-12-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7d92c69) 2014-12-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ca4d82e) 2014-12-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f63441c) 2014-12-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f7c795c8) 2014-12-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1ddf4da) 2014-11-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (47892c1c) 2014-11-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0e683dc8) 2014-11-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4896342) 2014-11-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (67895dd1) 2014-11-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ab9cd103) 2014-11-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af131b72) 2014-11-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (92593b59) 2014-11-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2d347865) 2014-11-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (171c02af) 2014-11-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b8537b97) 2014-11-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7f51f76) 2014-11-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03adbd94) 2014-11-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad273ca0) 2014-11-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a83810c3) 2014-11-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86f11d6c) 2014-11-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (65837a70) 2014-11-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c4852ab5) 2014-11-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12ed3367) 2014-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (438d720c) 2014-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (467cdc44) 2014-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f67a57a7) 2014-11-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (398c9ced) 2014-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d4f9e18) 2014-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b3e2e5e4) 2014-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8b60599) 2014-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7860f276) 2014-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b29b387) 2014-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33454121) 2014-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e7e72597) 2014-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f9d644c) 2014-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17e22172) 2014-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61a6460f) 2014-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d76703dd) 2014-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d83b36e1) 2014-10-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18580990) 2014-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4fad1300) 2014-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3fd32fca) 2014-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (159a1228) 2014-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6ad6b819) 2014-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71a752d6) 2014-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4060ff61) 2014-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (16d8acca) 2014-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (28f7d721) 2014-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fe52633b) 2014-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (349536f5) 2014-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f143a0dd) 2014-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0d6d2b4e) 2014-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ceaef511) 2014-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6506ecc3) 2014-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ee34685) 2014-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ecc07f48) 2014-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9c44b4e0) 2014-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b94eb2f4) 2014-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (66ceb02b) 2014-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (371a6a49) 2014-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adbb58c8) 2014-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b689d01) 2014-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5186d48a) 2014-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6a808e06) 2014-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b06b9de6) 2014-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b5209937) 2014-09-30 Iain Lane * Merge lp:~darkxst/indicator-keyboard/lp1372346 - no change rebuild (e3810047) 2014-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2120ec19) 2014-09-29 Tim Lunn * No change rebuild for gnome-desktop 3.12 (76d985b9) 2014-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b64878d4) 2014-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6332919c) 2014-09-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1187ee82) 2014-09-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fba86bdf) 2014-09-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9a196d70) 2014-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b94b8c2c) 2014-09-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad27d87f) 2014-09-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a2f47ee4) 2014-09-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e934a7e4) 2014-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e83fd7c) 2014-09-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32aa3818) 2014-09-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e9e23cfa) 2014-09-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a735a584) 2014-09-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c61dbe1e) 2014-09-15 William Hua * Hide indicator when menu is empty. (9ec7c8f8) * Hide indicator menu in desktop session when Fcitx is active. (cd8ecdbc) * Use Fcitx current IM when active. (4d9387c5) 2014-09-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e505119) 2014-09-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0ac6838b) 2014-09-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5bc8d585) 2014-09-12 William Hua * Fcitx proxy. (96eb59ce) * Remove unnecessary namespace. (506ff05f) * Use iterator () method. (449e1ab7) 2014-09-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9bcf5430) 2014-09-11 William Hua * Update fcitx.vapi. (79042408) 2014-09-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ddd816c3) 2014-09-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1be16aeb) 2014-09-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (72d6f8fe) 2014-09-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3d2b9c0) 2014-09-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (00742048) 2014-09-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc9d62a) 2014-09-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cfe790af) 2014-09-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (172c7170) 2014-09-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0159bda8) 2014-09-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee6e9cd4) 2014-09-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2c9ab3ef) 2014-08-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c92a2578) 2014-08-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27ef67f7) 2014-08-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f0157306) 2014-08-27 William Hua * Forget window source when destroyed. (c698f447) 2014-08-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1938e46) 2014-08-26 William Hua * Carefully ignore IBus sources when Fcitx is active and vice versa. (3b90f374) 2014-08-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2f0817ee) 2014-08-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1f6d403c) 2014-08-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0a245099) 2014-08-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ca6c7846) 2014-08-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0257cd24) 2014-08-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb45c22b) 2014-08-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c6e7797d) 2014-08-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d376193c) 2014-08-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (54aa64bf) 2014-08-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (51e04b22) 2014-08-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4f950e9c) 2014-08-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1793311) 2014-08-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (99e01f7c) 2014-08-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bde857cc) 2014-08-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (06b55420) 2014-08-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ea4a44a) 2014-08-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a908d2c) 2014-08-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e98ccab2) 2014-08-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eb3c66cc) 2014-08-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ec52a978) 2014-08-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5b75a037) 2014-08-06 William Hua * Update .bzrignore. (3cd01879) * Re-enable experimental non-null. (98e2925f) * Merge trunk. (a45ebee1) 2014-08-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3eb683b8) 2014-08-04 William Hua * Merge trunk. (09b491d4) 2014-08-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (25b7063a) 2014-08-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44bd6edb) 2014-08-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1e51fe4f) 2014-08-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8558ae3f) 2014-07-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6021092d) 2014-07-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8ed0567b) 2014-07-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (abf963fb) 2014-07-28 William Hua * Merge trunk. (204761f0) 2014-07-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5821cf88) 2014-07-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d8b3a707) 2014-07-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5603bfcd) 2014-07-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e2ad0d8) 2014-07-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9e9018e) 2014-07-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2576c51e) 2014-07-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2c2c328c) 2014-07-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e00b825c) 2014-07-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5801391a) 2014-07-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61a3a756) 2014-07-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3b98fa16) 2014-07-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f15bff6b) 2014-07-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5c951316) 2014-07-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8ee52b7a) 2014-07-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (07412e63) 2014-07-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b3f3350) 2014-07-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (319e4734) 2014-07-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (81597e49) 2014-07-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86a3f1e0) 2014-07-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a5b2ce69) 2014-07-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (83dc2ebf) 2014-07-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1af7d10) 2014-07-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (648ab078) 2014-07-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (13bc7af5) 2014-07-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cb045736) 2014-07-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f70ad991) 2014-07-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a9ed7cec) 2014-07-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee32845a) 2014-06-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2d5e1129) 2014-06-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c286c39e) 2014-06-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a5a76183) 2014-06-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ce800c7) 2014-06-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4654a7a4) 2014-06-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4541865e) 2014-06-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b9f03913) 2014-06-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e76ba54e) 2014-06-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc97ce9) 2014-06-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (959ca95f) 2014-06-20 CI bot * Releasing 0.0.0+14.10.20140620.1-0ubuntu1 (87766bec) 2014-06-20 William Hua * Use get_state () on GLib.Action instead of the state member. Fixes FTBFS. (422aa823) 2014-06-20 Ted Gould * Synchronize process management across indicators (867013a6) 2014-06-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (910a4108) 2014-06-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a6e96920) 2014-06-18 William Hua * Use get_state () instead of state. Fixes FTBFS. (be3e3e38) 2014-06-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1ad69804) 2014-06-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fced12d5) 2014-06-17 William Hua * Disable experimental non-null. (66693b52) * Merge trunk. (d6026b45) 2014-06-16 William Hua * Fix tests. (bbd52577) 2014-06-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (84956ac5) 2014-06-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb360c3e) 2014-06-13 William Hua * Pick IBus or Fcitx. (8800a05d) * Basic Fcitx support. (e12eb4be) 2014-06-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b59ba844) 2014-06-12 William Hua * deps/README. (2114459e) 2014-06-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ad7b8500) 2014-06-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (35278a2d) 2014-06-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fe304686) 2014-06-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d29b56b8) 2014-06-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0eeb1d8c) 2014-06-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c5e20a3e) 2014-06-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f5041653) 2014-06-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (88f072d2) 2014-06-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e3286fdc) 2014-06-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9349eaf1) 2014-06-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cae340a7) 2014-06-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cedc559e) 2014-05-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce9be362) 2014-05-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dfc461c7) 2014-05-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45e172cb) 2014-05-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cee6fe2c) 2014-05-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6a199e4) 2014-05-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a7d00f4) 2014-05-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e0fe83b5) 2014-05-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (27e2c45a) 2014-05-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b6809ad) 2014-05-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44a4a60a) 2014-05-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d18206b5) 2014-05-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d3d71680) 2014-05-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7346d67c) 2014-05-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7afb0bd8) 2014-05-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (845fc508) 2014-05-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18f6ea77) 2014-05-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (df54b043) 2014-05-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (89d62b66) 2014-05-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5eed80e1) 2014-05-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eb6d463c) 2014-05-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (672f66b2) 2014-05-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (53aaaf0c) 2014-05-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b5a6abe) 2014-05-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (14a6fc74) 2014-05-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (932dedb2) 2014-05-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d87cde1e) 2014-05-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (95d6f851) 2014-05-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dda3feeb) 2014-04-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e32e5953) 2014-04-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1b52e5fb) 2014-04-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (56b4dbd9) 2014-04-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (219f5d8c) 2014-04-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1acdbabb) 2014-04-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a930118f) 2014-04-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6fab7f6a) 2014-04-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a507db28) 2014-04-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (692eec07) 2014-04-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e63561b8) 2014-04-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e1b18f9f) 2014-04-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f46b8860) 2014-04-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (86c7eeae) 2014-04-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (90265311) 2014-04-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (588feb16) 2014-04-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a73496de) 2014-04-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c47a9c4b) 2014-04-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4a276864) 2014-04-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4c89fd41) 2014-04-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7d9e9ecc) 2014-04-10 CI bot * Releasing 0.0.0+14.04.20140410.1-0ubuntu1 (15f595ff) 2014-04-10 William Hua * If an IBus input source is active when the session is locked, switch to another non-IBus one instead. Fixes: 1301860 (eda58d24) 2014-04-10 CI bot * Releasing 0.0.0+14.04.20140410-0ubuntu1 (17a525f6) 2014-04-10 William Hua * Export separate menus for desktop and greeter. Fixes: 1291962 (e5bfff5b) 2014-04-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0bb44b32) 2014-04-10 William Hua * Use different mouse actions when locked. (d4868dde) 2014-04-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ee25b52f) 2014-04-09 William Hua * Merge 1291962-2 and resolve conflicts. (f442bede) * Merge trunk fixing conflicts. (0e4cbba1) 2014-04-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8c1f8e8) 2014-04-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (93aa868a) 2014-04-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4dbc38ad) 2014-04-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (69dfdc92) 2014-04-05 William Hua * Update pot file. (3aae8264) * Merge trunk. (5db32b0e) * Remember to reset the indicator icon on unlock too. (969e5b55) * Remember to update indicator action with active input source. (ef122381) 2014-04-04 William Hua * Don't change input source setting on lock/unlock. (3b4b8a34) 2014-04-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a42d079c) 2014-04-04 William Hua * Add 'active' action that allows setting the current input source without persisting it on disk. (32a98fda) * Separate lock screen menu. (dc64a538) * Add u-s-d keyboard plugin private interface. (202d1631) * Merge 1291962-2. (ddb87c4d) * Revert '...' to '…'. (26afec3a) 2014-04-03 CI bot * Releasing 0.0.0+14.04.20140403.1-0ubuntu1 (79321e95) 2014-04-03 William Hua * Refresh the menu and indicator when IBus is connected. Fixes: 1246537 (d23c82e0) * Document how to refresh indicator-keyboard's icons for the ubuntu-mono themes. (d64234b6) 2014-04-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c9bb37e5) 2014-04-03 William Hua * Change '...' to '…'. (96de8733) 2014-04-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (91e8b226) 2014-04-02 William Hua * Document the icon generator. (501dea35) * Update sources and indicator when IBus is ready. (93ed04c2) * Switch to non-IBus input source when screen is locked. (414d5d9f) 2014-04-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8c6fd2e9) 2014-03-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3f79fd94) 2014-03-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45d2fad0) 2014-03-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb291b6c) 2014-03-29 William Hua * Export separate menus for desktop and greeter. (b014d570) 2014-03-28 CI bot * Releasing 0.0.0+14.04.20140328.1-0ubuntu1 (5ece9050) 2014-03-28 William Hua * Use Ubuntu-specific IBus D-Bus API so that we don't have to replace the old IBus panel service in order to inspect and activate IBus engine properties. Fixes: 1290881 (a452e71a) 2014-03-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc698d1e) 2014-03-27 William Hua * Merge 1290881. (f49c94ed) 2014-03-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7219a58e) 2014-03-27 William Hua * Update pot file. (c6cd63ba) * Filter out IBus IMs if we don't specify Options.IBUS. (6bef373a) * Export separate menus for desktop and greeter. (809760cd) 2014-03-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1c2c5479) 2014-03-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3eb5c712) 2014-03-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ce183b6) 2014-03-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c1cb9744) 2014-03-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4643b214) 2014-03-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4479c8a7) 2014-03-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7e4a24be) 2014-03-20 William Hua * IBus panel is only available while IBus is running. (a08ab0c4) 2014-03-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2a4db27) 2014-03-19 William Hua * Check if IBus is connected before checking engine properties. (be945fee) * Breaks IBus << 1.5.5-1ubuntu3. (e5772b00) * Use private IBus implementation. (1cb9d1cc) 2014-03-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a8356a78) 2014-03-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (28bcbe9e) 2014-03-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2eb3e698) 2014-03-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2ad7295b) 2014-03-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (927ab5bf) 2014-03-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cd8e79a2) 2014-03-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (35714f10) 2014-03-11 CI bot * Releasing 0.0.0+14.04.20140311-0ubuntu1 (406929f8) 2014-03-11 Lars Uebernickel * Add desktop_lockscreen profile (30ce6a13) * Add desktop_lockscreen profile (028bb578) 2014-03-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (95fd4ae8) 2014-03-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (502fc51e) 2014-03-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cdb58ecf) 2014-03-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5f2631c0) 2014-03-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f52de240) 2014-03-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c7eb7fe4) 2014-03-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (871d133a) 2014-03-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dcf6278d) 2014-03-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b1f34046) 2014-03-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (136511c4) 2014-03-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e55f7fa6) 2014-02-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7de85a4a) 2014-02-27 CI bot * Releasing 0.0.0+14.04.20140227.3-0ubuntu1 (9f894431) 2014-02-27 Sebastien Bacher * Drop unity8 test description, that indicator is used on desktop only (25594f3c) 2014-02-27 William Hua * Update icons when icon theme changes. Fixes: 1237749 (89d447d2) * Do not set org.gnome.desktop.input-sources.current when unchanged (LP: #1256559). Fixes: 1256559 (7b3c032f) 2014-02-27 Sebastien Bacher * Drop unity8 test description, that indicator is used on desktop only (11e7a940) 2014-02-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (61c218ff) 2014-02-26 William Hua * Update icons when icon theme changes. (c68445a2) 2014-02-26 Ted Gould * Update for gnome-fallback (e17991a2) 2014-02-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d65d9294) 2014-02-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3588891e) 2014-02-24 Oleg O Andreev * Do not set org.gnome.desktop.input-sources.current when unchanged (LP: #1256559). (46580029) 2014-02-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a4dcdb10) 2014-02-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (204079e3) 2014-02-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8a6024e7) 2014-02-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dfd77420) 2014-02-20 CI bot * Releasing 0.0.0+14.04.20140220-0ubuntu1 (ba586858) 2014-02-20 William Hua * Implement the IBus panel within the indicator. (bbd49ff9) 2014-02-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (42303ce5) 2014-02-19 Ted Gould * Forgot one (dfcdd975) * Switch to pkglibexecdir (76ab6be0) * Grab the makefile config too (8741f59a) * Add in the upstart xdg override (20ef67d7) * Adding an Upstart job configuration (c9d231df) * Dropping the registration as a DBus service (b6b73be5) 2014-02-19 William Hua * Break reference cycle which caused some inconsistent action handling. (b17eaf69) 2014-02-19 CI bot * Releasing 0.0.0+14.04.20140219.1-0ubuntu1 (2de946de) 2014-02-19 Sebastien Bacher * use unity-control-center instead of gnome-control-center (88be23f0) 2014-02-19 William Hua * Implement IBus panel. (0daf660f) 2014-02-19 Sebastien Bacher * use unity-control-center instead of gnome-control-center (a53bb57f) 2014-02-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f4bfd876) 2014-02-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cc872e9f) 2014-02-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (43df1682) 2014-02-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (033e2cb1) 2014-02-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0fc71c5e) 2014-02-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1135139c) 2014-02-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1986348f) 2014-02-12 CI bot * Resync trunk (5e18e1f9) 2014-02-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4815b4c6) 2014-02-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e8541761) 2014-02-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7b53c483) 2014-02-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c3273527) 2014-02-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d6ecc010) 2014-02-07 CI bot * Releasing 0.0.0+14.04.20140207-0ubuntu1 (6e590ab4) * Adding acceptance tests and merge review policies (c52f10b8) 2014-02-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (18946570) 2014-02-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4c74c145) 2014-02-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (37c072de) 2014-02-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (efa63424) 2014-02-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e92560ca) 2014-02-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (de5e4449) 2014-01-31 Ted Gould * Adding acceptance tests and merge review policies. (2ce1ecaf) * Adding merge review policy (2d34dda2) * Adding basic acceptance tests (7d44ce45) 2014-01-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e2b4b257) 2014-01-30 William Hua * Replace BAMF with Unity window stack API calls. (30cc82bc) 2014-01-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (51e6bbed) 2014-01-29 William Hua * Merge trunk. (36b1e9f9) * Fix tests by restoring DISPLAY's value. (0828bc2d) * Use fixture class. (393bc450) 2014-01-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d1d2cc4c) 2014-01-28 William Hua * Add fixture class from libunity. (f402be78) 2014-01-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b0c0a825) 2014-01-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bf39fa7a) 2014-01-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (52075d6b) 2014-01-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d7e6a587) 2014-01-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c340fc6b) 2014-01-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3a8a1ad0) 2014-01-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d9989b32) 2014-01-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5c31a1cc) 2014-01-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (dd971c49) 2014-01-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ebbf0449) 2014-01-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5d64f232) 2014-01-17 William Hua * Save and restore DISPLAY. (335ff379) 2014-01-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d76bcb7a) 2014-01-16 William Hua * Prevent double removal of timeout sources. (f7128240) 2014-01-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03897a50) 2014-01-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (98e6f992) 2014-01-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ce371ff8) 2014-01-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e33dac3d) 2014-01-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (579e0422) 2014-01-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (17f59f0e) 2014-01-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (adc375a3) 2014-01-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1295207e) 2014-01-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (09774b2a) 2014-01-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ba82a022) 2014-01-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (15763d30) 2014-01-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a415a5c2) 2014-01-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b878a588) 2014-01-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5ab51b13) 2014-01-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (57b81fce) 2014-01-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (72ca532b) 2013-12-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d458b26) 2013-12-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af972b99) 2013-12-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (81857997) 2013-12-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (12c22d1e) 2013-12-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf518780) 2013-12-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b597c5d) 2013-12-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (227fa3e8) 2013-12-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (74bbef4c) 2013-12-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2861ffeb) 2013-12-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (9f6522bd) 2013-12-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0b212589) 2013-12-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (990c46da) 2013-12-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb0fb8dc) 2013-12-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (03ec8f8b) 2013-12-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7f1c938b) 2013-12-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (2e0a862d) 2013-12-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (a7421285) 2013-12-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6846921c) 2013-12-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (763873ac) 2013-12-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (582588d8) 2013-12-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8b0497f5) 2013-12-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1a814fa2) 2013-12-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7a304c29) 2013-12-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (50b5e561) 2013-12-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bb6e0ab7) 2013-12-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0c33d929) 2013-12-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (84b8c22e) 2013-12-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (80236de3) 2013-12-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bc879f39) 2013-11-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c36e8a7b) 2013-11-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c05c5b1c) 2013-11-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5de231f6) 2013-11-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (34456e3b) 2013-11-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e967fa4) 2013-11-25 Automatic PS uploader * Releasing 0.0.0+14.04.20131125-0ubuntu1 (revision 185 from lp:indicator-keyboard). (9d665fe4) 2013-11-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (90ae2c10) 2013-11-25 Automatic PS uploader * Releasing 0.0.0+14.04.20131125-0ubuntu1, based on r185 (c6aad610) 2013-11-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cccd65d8) 2013-11-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7980b7dd) 2013-11-22 William Hua * Update window sources when window stack is available. (cca1f055) * Replace BAMF with Unity window stack API calls. (74050490) * Move greeter.vala to unity-greeter.vala. (2fe7f0a9) 2013-11-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b6ec0422) 2013-11-21 Allan LeSage * Add gcov coverage tooling; use ./autogen.sh --enable-gcov and then make coverage-html to see a report of what's covered. You can read about the rationale in this old blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . (875ee4d7) * Merge trunk, resolving Makefile conflict. (bf2aab36) 2013-11-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f90c7c21) 2013-11-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (697b56a6) 2013-11-19 William Hua * Add accountsservice.vapi (accountsservice no long ships it). (088743d6) * Add deps/accountsservice.vapi. (0a0b6bff) 2013-11-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (241912d3) 2013-11-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (09c396e5) 2013-11-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ae0f076a) 2013-11-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3fd1f2ac) 2013-11-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f0378ca0) 2013-11-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (fac0255e) 2013-11-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (8e43dc9d) 2013-11-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (eee33735) 2013-11-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d765798d) 2013-11-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (98d89e99) 2013-11-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (624ce307) 2013-11-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3e0a08f7) 2013-11-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (82cce286) 2013-11-05 William Hua * Enable middle click and mouse wheel scrolling. Fixes: https://bugs.launchpad.net/bugs/887139. (b50ff233) 2013-11-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7bba3d50) 2013-11-04 William Hua * Be careful around large scrolling offsets. (c01d6f3f) 2013-11-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf8eccd1) 2013-11-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ed6f73df) 2013-11-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (c2a3c54d) 2013-11-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4e2eee88) 2013-10-31 Lars Uebernickel * Set the indicator's position according to http://wiki.ubuntu.com/SystemComponents. (3269a7e3) 2013-10-31 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (32b4a3a0) 2013-10-30 William Hua * Enable middle click and mouse wheel scrolling. (84fafd7a) 2013-10-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (f8e234c7) 2013-10-29 Automatic PS uploader * Releasing 0.0.0+14.04.20131029.1-0ubuntu1 (revision 155 from lp:indicator-keyboard). (bb3466b3) * Releasing 0.0.0+14.04.20131029.1-0ubuntu1, based on r155 (d3b18692) 2013-10-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (4bd754e4) 2013-10-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (39bf9bbb) 2013-10-27 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (374b821e) 2013-10-26 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (b46382ae) 2013-10-25 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (21c06f6a) 2013-10-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (78e36eb9) 2013-10-23 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e9c1ab79) 2013-10-22 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (79748d0a) 2013-10-21 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (af440d5d) 2013-10-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (29eaa0e8) 2013-10-19 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0a3979e5) 2013-10-18 Dmitrijs Ledkovs * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539. (07f0db79) * Fixup (3e640cc9) * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539) (7a1286d4) 2013-10-18 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (6d52f559) 2013-10-17 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (94224e64) 2013-10-16 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cbd8ef1a) 2013-10-15 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bdf25277) 2013-10-14 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bdd47de4) 2013-10-13 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (cf69e369) 2013-10-12 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (5a58666c) 2013-10-11 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0812dee1) 2013-10-10 Automatic PS uploader * Releasing 0.0.0+13.10.20131010.1-0ubuntu1 (revision 134 from lp:indicator-keyboard). (7fedfc74) * Releasing 0.0.0+13.10.20131010.1-0ubuntu1, based on r134 (a036a81d) 2013-10-10 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (d41d0306) 2013-10-09 William Hua * Don't set LightDM's layout if we're in a session. (LP: 1226962). Fixes: https://bugs.launchpad.net/bugs/1226962. (1c82c8c2) * Don't set LightDM's layout if we're in a session. (LP: 1226962) (96ba3bfe) 2013-10-09 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (45f0066c) 2013-10-08 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (44c5f2b5) 2013-10-07 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (71cf4e86) 2013-10-06 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (296319f2) 2013-10-05 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (7dedd72b) 2013-10-04 Automatic PS uploader * Releasing 0.0.0+13.10.20131004-0ubuntu1 (revision 125 from lp:indicator-keyboard). (83bdc93b) 2013-10-04 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (bfd39294) 2013-10-04 Automatic PS uploader * Releasing 0.0.0+13.10.20131004-0ubuntu1, based on r125 (5b2dff04) 2013-10-03 William Hua * Set the selected user's first keyboard layout whenever it changes under unity-greeter. (LP #1233945). Fixes: https://bugs.launchpad.net/bugs/1233945. (dbc0fe12) 2013-10-03 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (3aa725b9) 2013-10-02 William Hua * Switch to default layout for non-users in unity-greeter. (62e536eb) * Get greeter unique bus name from environment. (d5dab6b8) 2013-10-02 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (0c711f04) 2013-10-01 William Hua * ocd (673d3cc0) * Connect properly and handle edge cases. (3e10c675) 2013-10-01 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (1959bd03) 2013-09-30 William Hua * Set initial layout whenever user is switched in unity-greeter. (292ca060) 2013-09-30 Sebastien Bacher * There was a manual upload for translation, get it back in trunk . (9dfed0f3) 2013-09-30 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (33ccbca6) 2013-09-29 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e081bed5) 2013-09-28 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (143fd7ee) 2013-09-27 Sebastien Bacher * There was a manual upload for translation, get it back in trunk (164677a6) 2013-09-24 Automatic PS uploader * Releasing 0.0.0+13.10.20130924.2-0ubuntu1 (revision 116 from lp:indicator-keyboard). (4ee93cb1) * Releasing 0.0.0+13.10.20130924.2-0ubuntu1, based on r116 (9afbb4af) 2013-09-24 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (e325240f) 2013-09-23 Lars Uebernickel * Add missing semicolon (916788fa) * Set position of the indicator (5e9c82fa) 2013-09-23 William Hua * Fall-back on old unity-greeter keyboard layouts in case migration hasn't occurred. Fixes: https://bugs.launchpad.net/bugs/1228489. (2748d18f) 2013-09-21 William Hua * Prevent index out of bounds. (4c4d3fe6) * Always add the default layout. (caa8187d) * Don't waste space. (04f6c6c8) 2013-09-20 William Hua * Use old user layouts if they haven't migrated yet. (b4546f5c) * Fallback to LightDM default. (f485f874) * Only use XKeyboardLayouts if InputSources is empty. (474217ef) * Infer variable type. (8031d683) 2013-09-20 Launchpad Translations on behalf of indicator-applet-developers * Launchpad automatic translations update. (ea0b2801) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829.1-0ubuntu1 (revision 112 from lp:indicator-keyboard). (ae40f671) * Releasing 0.0.0+13.10.20130829.1-0ubuntu1, based on r112 (aa26dff8) 2013-08-29 William Hua * Append input source suffix to accessible-desc as described in design spec. (b0f10378) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829-0ubuntu1 (revision 110 from lp:indicator-keyboard). (ee3f00b7) 2013-08-29 William Hua * Use printf-style format string instead. (807c6d87) 2013-08-29 Automatic PS uploader * Releasing 0.0.0+13.10.20130829-0ubuntu1, based on r110 (c768673d) 2013-08-28 William Hua * Append input source suffix to accessible-desc. (f1416ee3) 2013-08-28 Matthieu Baerts * Added an 'accessible description' (e3220580) * Added an 'accessible description' (09910321) 2013-08-22 Automatic PS uploader * Releasing 0.0.0+13.10.20130822.4-0ubuntu1 (revision 108 from lp:indicator-keyboard). (5324c504) * Releasing 0.0.0+13.10.20130822.4-0ubuntu1, based on r108 (f55e94c6) 2013-08-22 Jeremy Bicha * Don't build-depend on quilt and drop debian/README.source, thanks Michael Terry!. (0004f984) * Drop debian/README.source and build-depends on quilt (85051b72) 2013-08-22 William Hua * Proper shutdown on SIGTERM. (05cd692f) * Use accountsservice and make work under unity-greeter. (e974f427) * Merge trunk. (3d0529fa) * Kill running gvfs instance after tests finish. (39fd9bd8) * Kill running gvfs instance after tests finish. (30ca305b) * Proper shutdown on SIGTERM. (201e48e1) 2013-08-21 Automatic PS uploader * Releasing 0.0.0+13.10.20130821-0ubuntu1 (revision 103 from lp:indicator-keyboard). (e7ef3f36) * Releasing 0.0.0+13.10.20130821-0ubuntu1, based on r103 (95387da2) 2013-08-21 Mathieu Trudel-Lapierre * Bootstrap commit. (746e8d2d) * Automatic snapshot from revision 102 (bootstrap) (06194a66) * Packaging review. (cda79750) 2013-08-21 William Hua * Use long delays in places when they may be killed prematurely. (c7f79452) * Use long delays in places when they may be killed prematurely. (100ba684) 2013-08-20 William Hua * Change XDG_RUNTIME_DIR to point in-tree. The tests don't run properly because the default XDG_RUNTIME_DIR doesn't exist in a schroot. (df3cf3ed) * Change XDG_RUNTIME_DIR to point in-tree. (fb33dc66) 2013-08-13 Mathieu Trudel-Lapierre * Remove dh_auto_test override. (e89fa16b) * Merge packaging (81097693) 2013-08-12 William Hua * Resolve flaky test by always forcing the delay. (b95b1793) * Fix out-of-bounds error. (5c12e10b) 2013-08-09 Mathieu Trudel-Lapierre * debian/control: - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing.; debian/compat: bump to compat level 9.; debian/source/format: make sure we're using format 1.0. (624b1149) 2013-08-08 Allan LeSage * Add gcov.m4, adjust .bzrignore for m4 files, add coverage Makefile. (f10353bc) * Add gcov coverage tooling. (28c5156a) 2013-08-08 William Hua * Split useful code into separate Source object. (61af9c29) * Switch to serial test harness. (4f411bb4) * Fix a couple more potential races. (170596ad) 2013-08-07 William Hua * Work under lightdm/unity-greeter. (4451d840) * Split useful code into separate Source object. (0e3bb465) 2013-08-07 Mathieu Trudel-Lapierre * Re-add the missing comments (9d2aacb9) 2013-08-07 William Hua * Resolve flaky test by forcing a delay. (49783d70) 2013-08-06 William Hua * Add debugging information for tests. (6d780dde) 2013-08-05 Mathieu Trudel-Lapierre * Fix identation for (Build-)Depends (2b586790) * Add another missing comma (6fd14a94) * debian/control: - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing.; debian/compat: bump to compat level 9.; debian/source/format: make sure we're using format 1.0. (a8d98f5d) 2013-07-31 William Hua * Remove a lot of unnecessary files in the deps directory. (1677a55c) * Update license headers. (2be6aabc) 2013-07-30 William Hua * Remove unneeded README. (ed143368) * Remove libbamf3.vapi, libgnomekbd.vapi, and libxklavier.vapi. (6c62ed4e) * Remove unneeded valadocs. (f4a3c189) * Delete the valadocs that are not needed for build. (c1d2bb9c) * Add COPYING.LESSER back. (c9898682) * Update license headers. (4e97f9df) 2013-07-30 Jeremy Bicha * drop .pc/ and debian/patches/ directories (fa9b85fc) 2013-07-30 William Hua * Quilt clean up. (a3be6f0f) 2013-07-23 William Hua * Initial autopilot work. (6958eda8) 2013-07-18 William Hua * Fix tests in pbuilder. (7b0816b6) 2013-07-18 Jeremy Bicha * debian/control: - Don't build-depend on vala-0.20-vapi - Build-depend on dbus for tests (c87bcc61) 2013-07-17 William Hua * Relax test that fails when IBus runs headless. (53777140) * Use Xvfb for headless tests. (08943a80) * Add test script. (97501805) * Add --use-bamf option. (c33096c8) * Fallback to ThemedIcon without --use-gtk. (60e32811) * Add --use-gtk flag. (4d097b8e) 2013-07-15 Jeremy Bicha * debian/control: - Don't build-depend on valac-0.20-vapi - Build-depend on dbus for tests (5f3664cc) 2013-07-04 William Hua * Disable experimental non-null for tests. (6061e1de) * Wrap up tests. (7507be3c) 2013-07-03 William Hua * Update source test. (e33f980e) * Fix broken tests. (ad1aa443) 2013-07-02 William Hua * Set input source test. (573bb692) * Repair test fixtures. (607a5dee) 2013-07-01 William Hua * Add indicator schema. (db0ebaa3) 2013-06-28 William Hua * Fix quilt patching. (40fb7635) * Remove local install option. (1d9713e6) 2013-06-27 William Hua * Minor fixes. (af2cd91d) * Continued tests work-in-progress. (ae6ef44d) 2013-06-26 William Hua * Rename directory. (b68e1b1c) 2013-06-25 William Hua * Tests work-in-progress. (a8b6bb97) 2013-06-24 William Hua * Remove autopilot support. (900fadf5) * Check if at least one IBus engine. (0a4f042f) 2013-06-22 William Hua * Fix lintian warnings. (8212d680) * Experimental non-null support. (932273ca) * Change return type of get_icon_string (). (f0a27935) * Fix segfault due to https://bugzilla.gnome.org/show_bug.cgi?id=702846. (904a7a40) * Don't initialize out variables. (f786b1fc) * Don't set menu item if null. (3dd243d0) 2013-06-21 William Hua * Keyboard indicator experimental non-null. (b4660d9b) * Icon generator enable experimental non-null. (bba9546d) * Simplify abbreviations. (b7c785a8) 2013-06-20 William Hua * Update debian/copyright. (9d174c31) * Update maintainer. (da087f3b) * Update indicator service manifest. (07d1ec2d) * Minor fixes to migration. (ebce729f) * Fix lintian error. (18bd275b) * Migrate old keyboard layouts and IM engines. (06e0f0bc) 2013-06-19 William Hua * Remove indicator-keyboard-schema. (d7406e9b) * Per-window fixes. (682d07f5) 2013-06-17 William Hua * Bare setup autopilot testing. (92787839) 2013-06-14 William Hua * Build depend on dh-translations. (a11146af) 2013-06-13 William Hua * dh --with translations. (8709e3db) 2013-06-10 William Hua * Build depend on libgee-dev. (24911f70) * Update debian/changelog. (ecf63106) * Fix i18n in packaging. (a16bbbbe) 2013-06-07 William Hua * Prefix icon names with indicator-keyboard. (3c4988ba) * Lookup icon in theme first. (d02c2794) 2013-06-05 William Hua * Optimize svg size. (5bdd35af) * Align text within icons properly. (91ddc799) * Add subscript to icon-1.svg.in. (97e94283) 2013-06-04 William Hua * Icon generator. (97c38e4e) * Factor out common code. (7f9e0c6f) * Update gnome-desktop-3.0.vapi. (aabf5155) 2013-05-31 William Hua * Add portable object template. (7ad8e2e1) * i18n for indicator. (10b47cca) 2013-05-30 William Hua * Use intltoolize instead. (3392de27) * GLib gettext support. (5871583b) 2013-05-15 William Hua * Require vala 0.20. (ebcc1f94) 2013-05-08 William Hua * Fix icon rendering. (cf460ebb) 2013-05-07 William Hua * Fix keyboard layout display names. (c121830a) * Packaging changes. (aa4b1300) 2013-04-29 William Hua * Indicator visible setting. (0d409ee7) 2013-04-26 William Hua * Use dictionary action state. (2351bfaa) 2013-04-16 William Hua * GBytesIcon support. (b22f1719) * Remove extra menu item. (aabb3c2e) 2013-04-15 William Hua * Fix segfault. (b01af54b) * Set icon on menu item. (84d7f8a8) 2013-04-09 William Hua * Depend on IBus 1.5. (a5caf702) * Update build dependencies. (11011758) 2013-04-08 William Hua * Watch changes to input sources. (0011efc6) * Watch for changes to current source. (25336a06) 2013-04-05 William Hua * Rounded corners. (c651a970) * Generate icons. (125fbd0a) 2013-04-03 William Hua * Don't check for null settings. (0aa2d2eb) * Update .bzrignore. (7c1581a1) * Autogen indicator-keyboard.{indicator,service}. (9b460b32) * Add debian. (bf9cd00d) * Add missing. (1fe18683) 2013-04-02 William Hua * Fix display name of IBus engines. (0817b1fa) * Use long name of engine in menu. (9d04807f) * Guess correct keyboard layout. (961446ae) 2013-04-01 William Hua * Character map, layout chart, input settings. (17b5871e) 2013-03-25 William Hua * Fiddle with GSettings. (500d2d52) 2013-03-22 William Hua * Add libxklavier.vapi and docs. (c81a7085) * Proper linking. (9499e5aa) * Fix header file names in deps/libgnomekbd.vapi. (bd8935d6) * Use .metadata files instead. (db995f3e) 2013-03-21 William Hua * Integrate IBus and libgnomekbd. (bb5d7364) 2013-03-18 William Hua * Add .bzrignore. (1eba4ec7) 2013-03-15 William Hua * Initial commit. (3846f9eb) ayatana-indicator-keyboard-22.9.1/CMakeLists.txt0000644000000000000000000000455614346656651016453 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.9.1") 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 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3) pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.5 libxklavier>=5.3) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) # custom targets set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) add_custom_target (dist COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.gz WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) add_custom_target (cppcheck COMMAND cppcheck --enable=all -q --error-exitcode=2 --inline-suppr ${CMAKE_SOURCE_DIR}/src) # Actual building include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include) include_directories (${CMAKE_CURRENT_BINARY_DIR}/include) add_subdirectory(src) add_subdirectory(data) add_subdirectory(po) # 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.9.1/contrib/ayatana-indicator-keyboard-icon-generator.py0000755000000000000000000001536114346656651026024 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.9.1/COPYING0000644000000000000000000010451314346656651014740 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.9.1/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla0000644000000000000000000000027714346656651026770 0ustar [Allow LightDM to set AccountsService fields] Identity=unix-user:lightdm Action=org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser ResultActive=yes ResultInactive=yes ResultAny=yes ayatana-indicator-keyboard-22.9.1/data/ayatana-indicator-keyboard.desktop.in0000644000000000000000000000036214346656651024001 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.9.1/data/ayatana-indicator-keyboard.service.in0000644000000000000000000000044314346656651023770 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.9.1/data/CMakeLists.txt0000644000000000000000000000571114346656651017356 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") # org.ayatana.indicator.keyboard.AccountsService.xml install(FILES org.ayatana.indicator.keyboard.AccountsService.xml DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces") install(DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/") install(CODE "message(STATUS \"Symlinking: \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml\")") install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../dbus-1/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml)") # org.ayatana.indicator.keyboard.AccountsService.policy install(FILES org.ayatana.indicator.keyboard.AccountsService.policy DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/actions") # 50-org.ayatana.indicator.keyboard.AccountsService.pkla install(FILES 50-org.ayatana.indicator.keyboard.AccountsService.pkla DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1/localauthority/10-vendor.d") # org.ayatana.indicator.keyboard.gschema.xml find_package (GSettings REQUIRED) add_schema ("org.ayatana.indicator.keyboard.gschema.xml") ayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-00.svg0000644000000000000000000000057514346656651027151 0ustar ?ayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ae.svg0000644000000000000000000000057614346656651027260 0ustar Aeayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ak.svg0000644000000000000000000000057614346656651027266 0ustar Akayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Am.svg0000644000000000000000000000057714346656651027271 0ustar Amayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ap.svg0000644000000000000000000000057614346656651027273 0ustar Apayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ar.svg0000644000000000000000000000057614346656651027275 0ustar Arayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-As.svg0000644000000000000000000000057614346656651027276 0ustar Asayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-At.svg0000644000000000000000000000057614346656651027277 0ustar Atayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Av.svg0000644000000000000000000000057614346656651027301 0ustar Avayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Az.svg0000644000000000000000000000057614346656651027305 0ustar Azayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ba.svg0000644000000000000000000000057614346656651027255 0ustar Baayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bb.svg0000644000000000000000000000057614346656651027256 0ustar Bbayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Be.svg0000644000000000000000000000057614346656651027261 0ustar Beayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bg.svg0000644000000000000000000000057614346656651027263 0ustar Bgayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bi.svg0000644000000000000000000000057614346656651027265 0ustar Biayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bl.svg0000644000000000000000000000057614346656651027270 0ustar Blayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bm.svg0000644000000000000000000000057714346656651027272 0ustar Bmayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bn.svg0000644000000000000000000000057614346656651027272 0ustar Bnayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bo.svg0000644000000000000000000000057614346656651027273 0ustar Boayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Bs.svg0000644000000000000000000000057614346656651027277 0ustar Bsayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-By.svg0000644000000000000000000000057614346656651027305 0ustar Byayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ca.svg0000644000000000000000000000057614346656651027256 0ustar Caayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ck.svg0000644000000000000000000000057614346656651027270 0ustar Ckayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cl.svg0000644000000000000000000000057614346656651027271 0ustar Clayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cm.svg0000644000000000000000000000057714346656651027273 0ustar Cmayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cn.svg0000644000000000000000000000057614346656651027273 0ustar Cnayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cp.svg0000644000000000000000000000057614346656651027275 0ustar Cpayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cs.svg0000644000000000000000000000057614346656651027300 0ustar Csayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-custom.svg0000644000000000000000000000057514346656651030244 0ustar #ayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cu.svg0000644000000000000000000000057614346656651027302 0ustar Cuayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Cv.svg0000644000000000000000000000057614346656651027303 0ustar Cvayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Da.svg0000644000000000000000000000057614346656651027257 0ustar Daayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-De.svg0000644000000000000000000000057614346656651027263 0ustar Deayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Dl.svg0000644000000000000000000000057614346656651027272 0ustar Dlayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Dv.svg0000644000000000000000000000057614346656651027304 0ustar Dvayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Dz.svg0000644000000000000000000000057614346656651027310 0ustar Dzayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ed.svg0000644000000000000000000000057614346656651027263 0ustar Edayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ee.svg0000644000000000000000000000057614346656651027264 0ustar Eeayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ek.svg0000644000000000000000000000057614346656651027272 0ustar Ekayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-emoji.svg0000644000000000000000000000060014346656651030022 0ustar 😐ayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-En.svg0000644000000000000000000000057614346656651027275 0ustar Enayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Eo.svg0000644000000000000000000000057614346656651027276 0ustar Eoayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Es.svg0000644000000000000000000000057614346656651027302 0ustar Esayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Et.svg0000644000000000000000000000057614346656651027303 0ustar Etayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Fa.svg0000644000000000000000000000057614346656651027261 0ustar Faayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ff.svg0000644000000000000000000000057614346656651027266 0ustar Ffayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Fi.svg0000644000000000000000000000057614346656651027271 0ustar Fiayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Fo.svg0000644000000000000000000000057614346656651027277 0ustar Foayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Fr.svg0000644000000000000000000000057614346656651027302 0ustar Frayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Fu.svg0000644000000000000000000000057614346656651027305 0ustar Fuayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ga.svg0000644000000000000000000000057614346656651027262 0ustar Gaayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Gh.svg0000644000000000000000000000057614346656651027271 0ustar Ghayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Gr.svg0000644000000000000000000000057614346656651027303 0ustar Grayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Gu.svg0000644000000000000000000000057614346656651027306 0ustar Guayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ha.svg0000644000000000000000000000057614346656651027263 0ustar Haayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-He.svg0000644000000000000000000000057614346656651027267 0ustar Heayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hi.svg0000644000000000000000000000057614346656651027273 0ustar Hiayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hp.svg0000644000000000000000000000057614346656651027302 0ustar Hpayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hr.svg0000644000000000000000000000057614346656651027304 0ustar Hrayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hs.svg0000644000000000000000000000057614346656651027305 0ustar Hsayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hu.svg0000644000000000000000000000057614346656651027307 0ustar Huayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hw.svg0000644000000000000000000000057614346656651027311 0ustar Hwayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Hy.svg0000644000000000000000000000057614346656651027313 0ustar Hyayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Id.svg0000644000000000000000000000057614346656651027267 0ustar Idayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ig.svg0000644000000000000000000000057614346656651027272 0ustar Igayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Il.svg0000644000000000000000000000057614346656651027277 0ustar Ilayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ip.svg0000644000000000000000000000057614346656651027303 0ustar Ipayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Iq.svg0000644000000000000000000000057614346656651027304 0ustar Iqayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Is.svg0000644000000000000000000000057614346656651027306 0ustar Isayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-It.svg0000644000000000000000000000057614346656651027307 0ustar Itayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Iu.svg0000644000000000000000000000057614346656651027310 0ustar Iuayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ix.svg0000644000000000000000000000057614346656651027313 0ustar Ixayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ja.svg0000644000000000000000000000057614346656651027265 0ustar Jaayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ka.svg0000644000000000000000000000057614346656651027266 0ustar Kaayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kb.svg0000644000000000000000000000057614346656651027267 0ustar Kbayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ki.svg0000644000000000000000000000057614346656651027276 0ustar Kiayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kk.svg0000644000000000000000000000057614346656651027300 0ustar Kkayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Km.svg0000644000000000000000000000057714346656651027303 0ustar Kmayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kn.svg0000644000000000000000000000057614346656651027303 0ustar Knayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ko.svg0000644000000000000000000000057614346656651027304 0ustar Koayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kp.svg0000644000000000000000000000057614346656651027305 0ustar Kpayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kt.svg0000644000000000000000000000057614346656651027311 0ustar Ktayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ku.svg0000644000000000000000000000057614346656651027312 0ustar Kuayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kv.svg0000644000000000000000000000057614346656651027313 0ustar Kvayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Kx.svg0000644000000000000000000000057614346656651027315 0ustar Kxayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ky.svg0000644000000000000000000000057614346656651027316 0ustar Kyayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Lo.svg0000644000000000000000000000057614346656651027305 0ustar Loayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ls.svg0000644000000000000000000000057614346656651027311 0ustar Lsayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Lt.svg0000644000000000000000000000057614346656651027312 0ustar Ltayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Lv.svg0000644000000000000000000000057614346656651027314 0ustar Lvayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ma.svg0000644000000000000000000000057614346656651027270 0ustar Maayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mb.svg0000644000000000000000000000057614346656651027271 0ustar Mbayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Md.svg0000644000000000000000000000057614346656651027273 0ustar Mdayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Me.svg0000644000000000000000000000057614346656651027274 0ustar Meayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mi.svg0000644000000000000000000000057614346656651027300 0ustar Miayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mk.svg0000644000000000000000000000057614346656651027302 0ustar Mkayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ml.svg0000644000000000000000000000057614346656651027303 0ustar Mlayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mn.svg0000644000000000000000000000057614346656651027305 0ustar Mnayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mr.svg0000644000000000000000000000057614346656651027311 0ustar Mrayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ms.svg0000644000000000000000000000057614346656651027312 0ustar Msayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mt.svg0000644000000000000000000000057614346656651027313 0ustar Mtayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mu.svg0000644000000000000000000000057614346656651027314 0ustar Muayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Mx.svg0000644000000000000000000000057614346656651027317 0ustar Mxayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ne.svg0000644000000000000000000000057614346656651027275 0ustar Neayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Nk.svg0000644000000000000000000000057614346656651027303 0ustar Nkayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-No.svg0000644000000000000000000000057614346656651027307 0ustar Noayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ns.svg0000644000000000000000000000057614346656651027313 0ustar Nsayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Oc.svg0000644000000000000000000000057614346656651027274 0ustar Ocayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Og.svg0000644000000000000000000000057614346656651027300 0ustar Ogayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ol.svg0000644000000000000000000000057614346656651027305 0ustar Olayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Or.svg0000644000000000000000000000057614346656651027313 0ustar Orayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Os.svg0000644000000000000000000000057614346656651027314 0ustar Osayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Pa.svg0000644000000000000000000000057614346656651027273 0ustar Paayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ph.svg0000644000000000000000000000057614346656651027302 0ustar Phayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Pl.svg0000644000000000000000000000057614346656651027306 0ustar Playatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ps.svg0000644000000000000000000000057614346656651027315 0ustar Psayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Pt.svg0000644000000000000000000000057614346656651027316 0ustar Ptayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ro.svg0000644000000000000000000000057614346656651027313 0ustar Roayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Rs.svg0000644000000000000000000000057614346656651027317 0ustar Rsayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ru.svg0000644000000000000000000000057614346656651027321 0ustar Ruayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sa.svg0000644000000000000000000000057614346656651027276 0ustar Saayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sb.svg0000644000000000000000000000057614346656651027277 0ustar Sbayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sd.svg0000644000000000000000000000057614346656651027301 0ustar Sdayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sf.svg0000644000000000000000000000057614346656651027303 0ustar Sfayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Si.svg0000644000000000000000000000057614346656651027306 0ustar Siayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sj.svg0000644000000000000000000000057614346656651027307 0ustar Sjayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sk.svg0000644000000000000000000000057614346656651027310 0ustar Skayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sl.svg0000644000000000000000000000057614346656651027311 0ustar Slayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sp.svg0000644000000000000000000000057614346656651027315 0ustar Spayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sq.svg0000644000000000000000000000057614346656651027316 0ustar Sqayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sr.svg0000644000000000000000000000057614346656651027317 0ustar Srayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sv.svg0000644000000000000000000000057614346656651027323 0ustar Svayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sw.svg0000644000000000000000000000057614346656651027324 0ustar Swayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sx.svg0000644000000000000000000000057614346656651027325 0ustar Sxayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Sy.svg0000644000000000000000000000057614346656651027326 0ustar Syayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ta.svg0000644000000000000000000000057614346656651027277 0ustar Taayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Te.svg0000644000000000000000000000057614346656651027303 0ustar Teayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tg.svg0000644000000000000000000000057614346656651027305 0ustar Tgayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Th.svg0000644000000000000000000000057614346656651027306 0ustar Thayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tk.svg0000644000000000000000000000057614346656651027311 0ustar Tkayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tn.svg0000644000000000000000000000057614346656651027314 0ustar Tnayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tr.svg0000644000000000000000000000057614346656651027320 0ustar Trayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tt.svg0000644000000000000000000000057614346656651027322 0ustar Ttayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Tw.svg0000644000000000000000000000057614346656651027325 0ustar Twayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ua.svg0000644000000000000000000000057614346656651027300 0ustar Uaayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ud.svg0000644000000000000000000000057614346656651027303 0ustar Udayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ug.svg0000644000000000000000000000057614346656651027306 0ustar Ugayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Uk.svg0000644000000000000000000000057614346656651027312 0ustar Ukayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ur.svg0000644000000000000000000000057614346656651027321 0ustar Urayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Uz.svg0000644000000000000000000000057614346656651027331 0ustar Uzayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Vi.svg0000644000000000000000000000057614346656651027311 0ustar Viayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Wo.svg0000644000000000000000000000057614346656651027320 0ustar Woayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Ya.svg0000644000000000000000000000057614346656651027304 0ustar Yaayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Yo.svg0000644000000000000000000000057614346656651027322 0ustar Yoayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Zg.svg0000644000000000000000000000057614346656651027313 0ustar Zgayatana-indicator-keyboard-22.9.1/data/icons/scalable/status/ayatana-indicator-keyboard-Zh.svg0000644000000000000000000000057614346656651027314 0ustar Zhayatana-indicator-keyboard-22.9.1/data/org.ayatana.indicator.keyboard0000644000000000000000000000047014346656651022514 0ustar [Indicator Service] Name=ayatana-indicator-keyboard ObjectPath=/org/ayatana/indicator/keyboard Position=-10 [phone] ObjectPath=/org/ayatana/indicator/keyboard/phone Position=1000 [desktop] ObjectPath=/org/ayatana/indicator/keyboard/desktop [desktop_greeter] ObjectPath=/org/ayatana/indicator/keyboard/greeter ayatana-indicator-keyboard-22.9.1/data/org.ayatana.indicator.keyboard.AccountsService.policy0000644000000000000000000000164214346656651027113 0ustar Set properties of own user Authentication is required to set one's own indicator keyboard properties. yes yes yes Set properties of any user Authentication is required to set another user's indicator keyboard properties. no no no ayatana-indicator-keyboard-22.9.1/data/org.ayatana.indicator.keyboard.AccountsService.xml0000644000000000000000000000143014346656651026407 0ustar ayatana-indicator-keyboard-22.9.1/data/org.ayatana.indicator.keyboard.gschema.xml0000644000000000000000000000214514346656651024722 0ustar true Show the language icon in desktop mode. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. false Show the language icon in phone mode. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. false Show the language icon in the greeter. If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon. ayatana-indicator-keyboard-22.9.1/INSTALL.md0000644000000000000000000000151114346656651015327 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.9.1/NEWS0000644000000000000000000000515314346656651014404 0ustar Overview of changes in ayatana-indicator-keyboard 22.9.1 - src/languages.h: Update the layout list + rewrite the code to use a struct instead of two lists. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.9.0 - Add tooltip support. - Make it configurable whether to show the current layout's language icon, or whether to show a generic keyboard icon. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.3 - src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.2 - data/CMakeLists.txt: create accountsservice/interfaces datadir subdirectory before trying to create a symlink into it. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.1 - Add AccountsService support. - src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possible. - Read layout information using libxkbcommon. - Relax build-requirements of libX11 to 1.6.5 and libxklavier to 5.3. - Translation updates. Overview of changes in ayatana-indicator-keyboard 22.2.0 - Upstream version bump to new release versioning scheme: .., where . will be bumped in Ayatana Indicators bundle releases and gets incremented with minor changeset releases. - src/languages.h: Add additional layouts. - Drop pkglibexecdir and use native CMake file configuration. - Merge icon generators + add some tweakability. - Clean up compilation flags. - Try to dlopen .so.0 instead of .so. - Translation updates. Overview of changes in ayatana-indicator-keyboard 0.9.0 - Add settings handler for Lomiri. - Add Lomiri icon generator and move both generators to /contrib. - Split X11 and Lomiri backends. - Replace local code with libayatana-common. - Add documentation and build instructions. - Add Travis CI configuration. - src/keyboard.c: Get languages via lookupLanguage(). - data/icons/scalable/status: Use an improved icon set. - data/ayatana-indicator-keyboard-icon-generator: Use a predefined abbreviation list. - Translation updates. Overview of changes in ayatana-indicator-keyboard 0.7.901 - Do not update icon cache from CMake. - Tripledot (...) → ellipsis (…). - Translation updates. - src/keyboard.c: Test if layout variant is null before checking length. Overview of changes in ayatana-indicator-keyboard 0.7.900 - Rewrite of Ubuntu's original keyboard indicator in plan C. Dropping various features that need to be ported over. ayatana-indicator-keyboard-22.9.1/po/aa.po0000644000000000000000000000246314346656651015245 0ustar # Afar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: aa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/af.po0000644000000000000000000000247014346656651015250 0ustar # Afrikaans translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/am.po0000644000000000000000000000246614346656651015264 0ustar # Amharic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/an.po0000644000000000000000000000247014346656651015260 0ustar # Aragonese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: an\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ar.po0000644000000000000000000000312314346656651015260 0ustar # Arabic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-03-27 13:12+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 4.12-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "لوحة المفاتيح" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/as.po0000644000000000000000000000246714346656651015273 0ustar # Assamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ast.po0000644000000000000000000000247014346656651015451 0ustar # Asturian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ayatana-indicator-keyboard.pot0000644000000000000000000000250214346656651022230 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/az.po0000644000000000000000000000247214346656651015276 0ustar # Azerbaijani translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/bem.po0000644000000000000000000000246514346656651015431 0ustar # Bemba translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bem\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/be.po0000644000000000000000000000266514346656651015256 0ustar # Belarusian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/bg.po0000644000000000000000000000254714346656651015257 0ustar # Bulgarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/bn.po0000644000000000000000000000246614346656651015266 0ustar # Bengali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/bo.po0000644000000000000000000000246614346656651015267 0ustar # Tibetan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/br.po0000644000000000000000000000246514346656651015271 0ustar # Breton translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/bs.po0000644000000000000000000000246614346656651015273 0ustar # Bosnian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ca.po0000644000000000000000000000306014346656651015241 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Teclat" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposició del teclat actual" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Paràmetres del teclat…" ayatana-indicator-keyboard-22.9.1/po/ca@valencia.po0000644000000000000000000000247714346656651017057 0ustar # Catalan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ce.po0000644000000000000000000000246614346656651015256 0ustar # Chechen translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ce\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ckb.po0000644000000000000000000000247414346656651015425 0ustar # Language ckb translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ckb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/CMakeLists.txt0000644000000000000000000000016114346656651017055 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) ayatana-indicator-keyboard-22.9.1/po/co.po0000644000000000000000000000246714346656651015271 0ustar # Corsican translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: co\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/crh.po0000644000000000000000000000247514346656651015443 0ustar # Crimean Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: crh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/csb.po0000644000000000000000000000247114346656651015432 0ustar # Kashubian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: csb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/cs.po0000644000000000000000000000356514346656651015275 0ustar # Czech translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-09-14 11:45+0000\n" "Last-Translator: Milan Korecky \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Zobrazit ikonu jazyka v desktopovém režimu." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Pokud je povoleno, indikátor zobrazuje ikonu aktuálního rozvržení. Jinak se " "zobrazí obecná ikona klávesnice." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Zobrazit ikonu jazyka v režimu telefonu." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Zobrazit ikonu jazyka v uvítacím pozdravu." #: src/service.c:90 msgid "Keyboard" msgstr "Klávesnice" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Přepínač rozložení klávesnice a nastavení" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Aktuální rozložení klávesnice" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Nastavení klávesnice…" ayatana-indicator-keyboard-22.9.1/po/cv.po0000644000000000000000000000246614346656651015277 0ustar # Chuvash translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/cy.po0000644000000000000000000000246414346656651015300 0ustar # Welsh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/da.po0000644000000000000000000000254414346656651015250 0ustar # Danish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/de.po0000644000000000000000000000357714346656651015263 0ustar # German translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-09-14 11:45+0000\n" "Last-Translator: Mike Gabriel \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Sprachlayoutsymbol anzeigen im Desktop-Modus." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Falls aktiviert, zeigt der Indikator ein Sprachsymbol des aktuellen " "Tastaturlayouts an. Andernfalls wird ein generisches Tastatur-Symbol " "angezeigt." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Sprachlayoutsymbol im Phone-Modus anzeigen." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Sprachlayoutsymbol im Greeter-Modus anzeigen." #: src/service.c:90 msgid "Keyboard" msgstr "Tastatur" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Tastaturbelegung umschalten und Tastatureinstellungen" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Aktuelle Tastaturbelegung" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Tastatureinstellungen…" ayatana-indicator-keyboard-22.9.1/po/dv.po0000644000000000000000000000246514346656651015277 0ustar # Divehi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: dv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/el.po0000644000000000000000000000254314346656651015263 0ustar # Greek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/en_AU.po0000644000000000000000000000264414346656651015654 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.9.1/po/en_CA.po0000644000000000000000000000264414346656651015632 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.9.1/po/en_GB.po0000644000000000000000000000264414346656651015637 0ustar # English translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Keyboard" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Current keyboard layout" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Keyboard Settings..." ayatana-indicator-keyboard-22.9.1/po/eo.po0000644000000000000000000000301214346656651015256 0ustar # Esperanto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-11-19 02:51+0000\n" "Last-Translator: phlostically \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Klavaro" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Aktuala klavaranĝo" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/es.po0000644000000000000000000000306514346656651015272 0ustar # Spanish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Teclado" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposición de teclado actual" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Configuración de teclado…" ayatana-indicator-keyboard-22.9.1/po/et.po0000644000000000000000000000304214346656651015266 0ustar # Estonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-06-26 19:20+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.13.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Klaviatuur" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Praegune klahvipaigutus" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Klaviatuuri seaded…" ayatana-indicator-keyboard-22.9.1/po/eu.po0000644000000000000000000000246514346656651015277 0ustar # Basque translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fa.po0000644000000000000000000000246614346656651015255 0ustar # Persian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fil.po0000644000000000000000000000247014346656651015434 0ustar # Filipino translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fi.po0000644000000000000000000000305314346656651015256 0ustar # Finnish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Näppäimistö" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Nykyinen näppäimistöasettelu" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Näppäimistön asetukset…" ayatana-indicator-keyboard-22.9.1/po/fo.po0000644000000000000000000000254514346656651015271 0ustar # Faroese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fr_CA.po0000644000000000000000000000305514346656651015634 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-02-20 01:50+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French (Canada) \n" "Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Clavier" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Paramètres du clavier…" ayatana-indicator-keyboard-22.9.1/po/fr.po0000644000000000000000000000303614346656651015270 0ustar # French translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Clavier" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposition actuelle du clavier" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Paramètres du clavier…" ayatana-indicator-keyboard-22.9.1/po/frp.po0000644000000000000000000000247414346656651015455 0ustar # Language frp translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: frp\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fur.po0000644000000000000000000000247014346656651015456 0ustar # Friulian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/fy.po0000644000000000000000000000247614346656651015306 0ustar # Western Frisian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ga.po0000644000000000000000000000256214346656651015253 0ustar # Irish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/gd.po0000644000000000000000000000247614346656651015262 0ustar # Scottish Gaelic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/gl.po0000644000000000000000000000246714346656651015272 0ustar # Galician translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/gu.po0000644000000000000000000000246714346656651015303 0ustar # Gujarati translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/gv.po0000644000000000000000000000246314346656651015300 0ustar # Manx translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: gv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/he.po0000644000000000000000000000361514346656651015260 0ustar # Hebrew translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-09-23 06:23+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.14.1\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "הצגת סמל השפה במצב שולחן עבודה." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "אם האפשרות פעילה, המחוון מציג את סמל הפריסה הנוכחית. אחרת, הוא מציג סמל " "מקלדת כללי." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "הצגת סמל השפה במצב טלפון." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "הצגת סמל השפה במקבל הפנים." #: src/service.c:90 msgid "Keyboard" msgstr "מקלדת" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "מחליף פריסות והגדרות מקלדת" #: src/service.c:128 msgid "Current keyboard layout" msgstr "פריסת המקלדת הנוכחית" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "הגדרות מקלדת…" ayatana-indicator-keyboard-22.9.1/po/hi.po0000644000000000000000000000246414346656651015265 0ustar # Hindi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/hr.po0000644000000000000000000000315614346656651015275 0ustar # Croatian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2022-06-23 19:14+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.13.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Tipkovnica" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Trenutačni raspored tipkovnice" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Postavke tipkovnice …" ayatana-indicator-keyboard-22.9.1/po/ht.po0000644000000000000000000000246614346656651015302 0ustar # Haitian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/hu.po0000644000000000000000000000307514346656651015300 0ustar # Hungarian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-02-08 21:50+0000\n" "Last-Translator: Ács Zoltán \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Billentyűzet" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Jelenlegi billentyűzetkiosztás" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Billentyűzetbeállítások..." ayatana-indicator-keyboard-22.9.1/po/hy.po0000644000000000000000000000246714346656651015310 0ustar # Armenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ia.po0000644000000000000000000000247214346656651015255 0ustar # Interlingua translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/id.po0000644000000000000000000000305714346656651015260 0ustar # Indonesian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-03-18 17:29+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.5.2-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Papan tik" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Tata letak papan tik saat ini" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Pengaturan papan tik..." ayatana-indicator-keyboard-22.9.1/po/is.po0000644000000000000000000000247014346656651015275 0ustar # Icelandic translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/it_CARES.po0000644000000000000000000000255314346656651016215 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: it_CARES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/it.po0000644000000000000000000000304014346656651015270 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\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" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Tastiera" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Mappatura di tastiera corrente" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Impostazioni tastiera…" ayatana-indicator-keyboard-22.9.1/po/ja.po0000644000000000000000000000253714346656651015260 0ustar # Japanese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ka.po0000644000000000000000000000246714346656651015263 0ustar # Georgian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/kk.po0000644000000000000000000000246514346656651015273 0ustar # Kazakh translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/kl.po0000644000000000000000000000247214346656651015272 0ustar # Kalaallisut translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/km.po0000644000000000000000000000247414346656651015275 0ustar # Central Khmer translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/kmr.po0000644000000000000000000000245214346656651015453 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: 2022-09-14 08:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kmr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/kn.po0000644000000000000000000000246614346656651015277 0ustar # Kannada translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:44+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ko.po0000644000000000000000000000356014346656651015274 0ustar # Korean translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-30 18:19+0000\n" "Last-Translator: 이정희 \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.14.1\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "데스크톱 모드에서 언어 아이콘을 표시합니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "활성화된 경우 표시기에 현재 레이아웃 아이콘이 표시됩니다. 그렇지 않으면 일반 " "키보드 아이콘이 표시됩니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "전화 모드에서 언어 아이콘을 표시합니다." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "인사말에 언어 아이콘을 표시합니다." #: src/service.c:90 msgid "Keyboard" msgstr "키보드" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "자판 배열 전환기 및 설정" #: src/service.c:128 msgid "Current keyboard layout" msgstr "현재 키보드 레이아웃" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "키보드 설정…" ayatana-indicator-keyboard-22.9.1/po/ku.po0000644000000000000000000000246614346656651015306 0ustar # Kurdish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/kw.po0000644000000000000000000000246614346656651015310 0ustar # Cornish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: kw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ky.po0000644000000000000000000000246614346656651015312 0ustar # Kirghiz translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ky\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/la.po0000644000000000000000000000246414346656651015261 0ustar # Latin translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: la\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/lb.po0000644000000000000000000000247414346656651015263 0ustar # Letzeburgesch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/LINGUAS0000644000000000000000000000072414346656651015347 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.9.1/po/lo.po0000644000000000000000000000246614346656651015301 0ustar # Laotian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/lt.po0000644000000000000000000000400014346656651015270 0ustar # Lithuanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-10-18 19:02+0000\n" "Last-Translator: Gediminas Murauskas \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" "X-Generator: Weblate 4.15-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Rodyti kalbos piktogramą darbalaukio režime." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Jei įjungta, indikatorius rodo dabartinio išdėstymo piktogramą. Priešingu " "atveju rodoma bendroji klaviatūros piktograma." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Rodyti kalbos piktogramą telefoniniame režime." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Rodyti kalbos piktogramą pasveikinimo langelyje." #: src/service.c:90 msgid "Keyboard" msgstr "Klaviatūra" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Klaviatūros nustatymai ir išdėstymo perjungiklis" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Dabartinis klaviatūros išdėstymas" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Klaviatūros nustatymai…" ayatana-indicator-keyboard-22.9.1/po/lv.po0000644000000000000000000000261314346656651015302 0ustar # Latvian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/Makevars0000644000000000000000000000021214346656651016006 0ustar DOMAIN = $(PACKAGE) subdir = po top_builddir = .. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 EXTRA_LOCALE_CATEGORIES = ayatana-indicator-keyboard-22.9.1/po/mg.po0000644000000000000000000000246714346656651015273 0ustar # Malagasy translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/mhr.po0000644000000000000000000000247414346656651015454 0ustar # Language mhr translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mhr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/mi.po0000644000000000000000000000246414346656651015272 0ustar # Maori translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/mk.po0000644000000000000000000000247114346656651015272 0ustar # Macedonian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ml.po0000644000000000000000000000247014346656651015272 0ustar # Malayalam translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/mr.po0000644000000000000000000000246614346656651015305 0ustar # Marathi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ms.po0000644000000000000000000000246414346656651015304 0ustar # Malay translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/my.po0000644000000000000000000000303114346656651015301 0ustar # Burmese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-07-15 20:18+0000\n" "Last-Translator: Teitei \n" "Language-Team: Burmese \n" "Language: my\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.14-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "ကီးဘုတ်အပြင်အဆင်များ…" ayatana-indicator-keyboard-22.9.1/po/nb.po0000644000000000000000000000307014346656651015256 0ustar # Norwegian Bokmal translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-02-23 16:50+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.5\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Tastatur" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Valgt tastaturoppsett" #: src/service.c:185 #, fuzzy msgid "Keyboard Settings…" msgstr "Tastaturinnstillinger …" ayatana-indicator-keyboard-22.9.1/po/ne.po0000644000000000000000000000246514346656651015270 0ustar # Nepali translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/nl.po0000644000000000000000000000254314346656651015274 0ustar # Dutch translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\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=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/nn.po0000644000000000000000000000255714346656651015303 0ustar # Norwegian Nynorsk translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ny.po0000644000000000000000000000246514346656651015314 0ustar # Nyanja translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ny\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/oc.po0000644000000000000000000000357114346656651015266 0ustar # Occitan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-15 21:17+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.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Afichar l’icòna de la lenga dins lo mòde burèu." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Quand es activat, l’indicator mòstra l’icòna de la disposicion actuala. " "Autrament, mòstra una icòna generica de clavièr." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Afichar l’icòna de la lenga en mòde telefòn." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Afichar l’icòna de la lenga a l’acuelhença." #: src/service.c:90 msgid "Keyboard" msgstr "Clavièr" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Alternador de disposicions e paramètres clavièr" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Agençament actual del clavièr" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Paramètres del clavièr…" ayatana-indicator-keyboard-22.9.1/po/os.po0000644000000000000000000000246714346656651015311 0ustar # Ossetian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: os\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/pa.po0000644000000000000000000000246614346656651015267 0ustar # Punjabi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/pl.po0000644000000000000000000000264114346656651015275 0ustar # Polish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/POTFILES.in0000644000000000000000000000021714346656651016074 0ustar data/org.ayatana.indicator.keyboard.gschema.xml src/main.c src/keyboard-lomiri.c src/keyboard-x11.c src/keyboard.h src/service.c src/service.h ayatana-indicator-keyboard-22.9.1/po/POTFILES.skip0000644000000000000000000000000014346656651016422 0ustar ayatana-indicator-keyboard-22.9.1/po/ps.po0000644000000000000000000000246514346656651015310 0ustar # Pashto translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ps\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/pt_BR.po0000644000000000000000000000355314346656651015673 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-15 21:17+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.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Mostre o ícone do idioma no modo desktop." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Se ativado, o indicador mostra o ícone do layout atual. Caso contrário, ele " "exibe um ícone genérico do teclado." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Mostre o ícone do idioma no modo telefone." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Mostre o ícone do idioma na saudação." #: src/service.c:90 msgid "Keyboard" msgstr "Teclado" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Comutador do layout do teclado e ajustes" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" ayatana-indicator-keyboard-22.9.1/po/pt.po0000644000000000000000000000304014346656651015277 0ustar # Portuguese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-07-20 18:14+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.14-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Teclado" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Disposição atual do teclado" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" ayatana-indicator-keyboard-22.9.1/po/ro.po0000644000000000000000000000262714346656651015306 0ustar # Romanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\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=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ru.po0000644000000000000000000000430714346656651015311 0ustar # Russian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-15 21:17+0000\n" "Last-Translator: Sergii Horichenko \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Показывать значок языка в режиме рабочего стола." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Если индикатор включен, он отображает значок текущей раскладки. В противном " "случае отображается общий значок клавиатуры." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Показать значок языка в режиме телефона." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Показывать значок языка в приветствии." #: src/service.c:90 msgid "Keyboard" msgstr "Клавиатура" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Переключатель раскладки и настройки клавиатуры" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Текущая раскладка клавиатуры" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Настройки клавиатуры…" ayatana-indicator-keyboard-22.9.1/po/sa.po0000644000000000000000000000246714346656651015273 0ustar # Sanskrit translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sc.po0000644000000000000000000000247014346656651015267 0ustar # Sardinian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sdh.po0000644000000000000000000000245214346656651015440 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: 2022-09-14 08:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sdh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sd.po0000644000000000000000000000246514346656651015274 0ustar # Sindhi translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/se.po0000644000000000000000000000247414346656651015275 0ustar # Northern Sami translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/shn.po0000644000000000000000000000246414346656651015455 0ustar # Shan translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: shn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/si.po0000644000000000000000000000246614346656651015302 0ustar # Sinhala translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sk.po0000644000000000000000000000257714346656651015307 0ustar # Slovak translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sl.po0000644000000000000000000000263614346656651015304 0ustar # Slovenian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sq.po0000644000000000000000000000246714346656651015313 0ustar # Albanian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sr.po0000644000000000000000000000266214346656651015311 0ustar # Serbian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/sv.po0000644000000000000000000000310014346656651015301 0ustar # Swedish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-06-17 06:20+0000\n" "Last-Translator: Kristoffer Grundström \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.13-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "Tangentbord" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Nuvarande tangentbordslayout" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Tangentbordsinställningar…" ayatana-indicator-keyboard-22.9.1/po/sw.po0000644000000000000000000000246614346656651015320 0ustar # Swahili translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/szl.po0000644000000000000000000000247414346656651015476 0ustar # Language szl translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: szl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ta_LK.po0000644000000000000000000000246714346656651015662 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ta_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ta.po0000644000000000000000000000246414346656651015271 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\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=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/te.po0000644000000000000000000000246514346656651015276 0ustar # Telugu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/tg.po0000644000000000000000000000246414346656651015277 0ustar # Tajik translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/th.po0000644000000000000000000000246314346656651015277 0ustar # Thai translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ti.po0000644000000000000000000000246714346656651015304 0ustar # Tigrinya translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ti\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/tr.po0000644000000000000000000000344514346656651015312 0ustar # Turkish translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-26 14:22+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.14.1\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Masaüstü modunda dil simgesini göster." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Etkinleştirilirse, gösterge geçerli düzen simgesini gösterir. Değilse, genel " "bir klavye simgesi görüntüler." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Telefon modunda dil simgesini göster." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Karşılayıcıda dil simgesini göster." #: src/service.c:90 msgid "Keyboard" msgstr "Klavye" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Klavye düzeni değiştirici ve ayarları" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Geçerli klavye düzeni" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Klavye Ayarları…" ayatana-indicator-keyboard-22.9.1/po/tt.po0000644000000000000000000000246414346656651015314 0ustar # Tatar translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/ug.po0000644000000000000000000000246514346656651015301 0ustar # Uighur translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/uk.po0000644000000000000000000000437514346656651015307 0ustar # Ukrainian translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-09-15 21:17+0000\n" "Last-Translator: Sergii Horichenko \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "Показувати значок мови в режимі робочого столу." #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" "Якщо увімкнено, індикатор показує значок поточної розкладки клавіатури. В " "іншому випадку він відображає загальний значок клавіатури." #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "Показувати значок мови в режимі телефону." #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "Показувати значок мови у вітальному повідомленні." #: src/service.c:90 msgid "Keyboard" msgstr "Клавіатура" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "Перемикач розкладки та налаштування клавіатури" #: src/service.c:128 msgid "Current keyboard layout" msgstr "Поточна розкладка клавіатури" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "Налаштування клавіатури…" ayatana-indicator-keyboard-22.9.1/po/ur.po0000644000000000000000000000246314346656651015312 0ustar # Urdu translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/uz.po0000644000000000000000000000246414346656651015323 0ustar # Uzbek translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/vec.po0000644000000000000000000000247414346656651015443 0ustar # Language vec translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vec\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/vi.po0000644000000000000000000000254114346656651015277 0ustar # Vietnamese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/wae.po0000644000000000000000000000247414346656651015442 0ustar # Language wae translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wae\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/wo.po0000644000000000000000000000246414346656651015312 0ustar # Wolof translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: wo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/zh_CN.po0000644000000000000000000000324614346656651015665 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2022-12-04 13:48+0000\n" "Last-Translator: Kevin Zhou \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.15-dev\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "在桌面模式中显示语言图标。" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "在移动设备模式上显示语言图标。" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "新用户显示语言图标。" #: src/service.c:90 msgid "Keyboard" msgstr "键盘" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "键盘布局切换器和设置" #: src/service.c:128 msgid "Current keyboard layout" msgstr "当前键盘布局" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "键盘设置…" ayatana-indicator-keyboard-22.9.1/po/zh_HK.po0000644000000000000000000000247114346656651015666 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\n" "PO-Revision-Date: 2021-01-22 23:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/zh_LATN@pinyin.po0000644000000000000000000000246514346656651017454 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: 2022-09-14 08:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: zh_LATN@pinyin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/po/zh_TW.po0000644000000000000000000000247114346656651015716 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-14 08:45+0200\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=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.keyboard.gschema.xml:1 msgid "Show the language icon in desktop mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:2 msgid "" "If enabled, the indicator shows the current layout icon. Otherwise, it " "displays a generic keyboard icon." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:3 msgid "Show the language icon in phone mode." msgstr "" #: data/org.ayatana.indicator.keyboard.gschema.xml:4 msgid "Show the language icon in the greeter." msgstr "" #: src/service.c:90 msgid "Keyboard" msgstr "" #: src/service.c:91 msgid "Keyboard layout switcher and settings" msgstr "" #: src/service.c:128 msgid "Current keyboard layout" msgstr "" #: src/service.c:185 msgid "Keyboard Settings…" msgstr "" ayatana-indicator-keyboard-22.9.1/README.md0000644000000000000000000000413214346656651015160 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.9.1/src/CMakeLists.txt0000644000000000000000000000251214346656651017230 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.9.1/src/keyboard.h0000644000000000000000000000316214346656651016443 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.9.1/src/keyboard-lomiri.c0000644000000000000000000003306014346656651017727 0ustar /* * Copyright 2021-2022 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #include #include #include "languages.h" #include "keyboard.h" enum { LAYOUT_CHANGED, CONFIG_CHANGED, LAST_SIGNAL }; static guint m_lSignals[LAST_SIGNAL]; struct _KeyboardPrivate { GHashTable *lLayouts; guint nLayout; GSList *lLayoutRec; GSList *lUsers; }; typedef KeyboardPrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(Keyboard, keyboard, G_TYPE_OBJECT) typedef struct _Layout { gchar *sId; gchar *sLanguage; gchar *sDescription; } Layout; static int emitDelayedSignal(Keyboard *pKeyboard) { g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); return G_SOURCE_REMOVE; } static gboolean isGreeter() { const char *sUser = g_get_user_name(); return g_str_equal(sUser, "lightdm"); } static void setAccountsService(Keyboard *pKeyboard) { // TODO } static void getAccountsService(Keyboard *pKeyboard) { gboolean bChanged = FALSE; for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { gint nUid = act_user_get_uid(pUser); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariant *pValue = g_dbus_proxy_call_sync(pProxy, "Get", g_variant_new("(ss)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); GVariant *pChild0 = g_variant_get_child_value(pValue, 0); GVariant *pChild1 = g_variant_get_child_value(pChild0, 0); GVariantIter *pIter; g_variant_get(pChild1, "as", &pIter); gchar *sLayout; while (g_variant_iter_loop(pIter, "s", &sLayout)) { if (g_slist_find_custom(pKeyboard->pPrivate->lLayoutRec, sLayout, (GCompareFunc)g_strcmp0) == NULL) { pKeyboard->pPrivate->lLayoutRec = g_slist_append(pKeyboard->pPrivate->lLayoutRec, g_strdup(sLayout)); bChanged = TRUE; } } g_variant_iter_free(pIter); g_variant_unref(pChild1); g_variant_unref(pChild0); g_variant_unref(pValue); g_object_unref(pConnection); g_free(sPath); } } if (bChanged == TRUE) { g_timeout_add(500, (GSourceFunc)emitDelayedSignal, pKeyboard); } } static void onUserLoaded(Keyboard *pKeyboard, ActUser *pUser) { gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); g_signal_handlers_disconnect_by_func(G_OBJECT(pUser), G_CALLBACK(onUserLoaded), pKeyboard); } } static void onManagerLoaded(Keyboard *pKeyboard) { ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { pKeyboard->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), pKeyboard); } } } } static void freeLayout(gpointer pData) { Layout *pLayout = pData; g_return_if_fail(pLayout != NULL); g_free(pLayout->sId); g_free(pLayout->sLanguage); g_free(pLayout->sDescription); g_slice_free(Layout, pLayout); } void keyboard_AddSource(Keyboard *pKeyboard) { return; } guint keyboard_GetNumLayouts(Keyboard *pKeyboard) { if (isGreeter()) { return g_slist_length(pKeyboard->pPrivate->lLayoutRec); } else { // TODO return 1; } } void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription) { if (nLayout == -1) { nLayout = pKeyboard->pPrivate->nLayout; } gchar *sId = NULL; if (isGreeter() == TRUE) { gchar *sLayout = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); sId = g_strdup(sLayout); } else { // TODO gchar *sLayout = "us"; gchar *sVariant = ""; if (sVariant && strlen(sVariant)) { sId = g_strconcat(sLayout, "+", sVariant, NULL); } else { sId = g_strdup(sLayout); } } const Layout *pLayout; g_hash_table_lookup_extended(pKeyboard->pPrivate->lLayouts, sId, NULL, (gpointer*)&pLayout); if (pLanguage != NULL) { *pLanguage = g_strdup(pLayout->sLanguage); } if (pDescription != NULL) { *pDescription = g_strdup(pLayout->sDescription); } g_free(sId); } void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout) { if (isGreeter() == FALSE) { // TODO } else { // TODO gchar *sCommand; gchar *sId = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); gchar **lParamas = g_strsplit(sId, "+", -1); guint nParams = g_strv_length(lParamas); if (nParams == 1) { sCommand = g_strdup_printf("setxkbmap -layout %s", lParamas[0]); } else { sCommand = g_strdup_printf("setxkbmap -layout %s -variant %s", lParamas[0], lParamas[1]); } g_strfreev(lParamas); gchar *sOutput = NULL; GError *pError = NULL; gboolean bResult = g_spawn_command_line_sync(sCommand, &sOutput, NULL, NULL, &pError); g_free(sCommand); if (bResult == FALSE) { g_message("COMMAND 01 %s: %s", sOutput, pError->message); return; } } pKeyboard->pPrivate->nLayout = nLayout; g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } static void onDispose(GObject *pObject) { Keyboard *self = G_KEYBOARD(pObject); if (self->pPrivate->lLayouts) { g_hash_table_destroy(self->pPrivate->lLayouts); } if (self->pPrivate->lLayoutRec) { g_slist_free_full(self->pPrivate->lLayoutRec, g_free); } if (self->pPrivate->lUsers) { g_slist_free(self->pPrivate->lUsers); } G_OBJECT_CLASS(keyboard_parent_class)->dispose(pObject); } static void keyboard_class_init(KeyboardClass *klass) { GObjectClass *pClass = G_OBJECT_CLASS(klass); pClass->dispose = onDispose; m_lSignals[LAYOUT_CHANGED] = g_signal_new(KEYBOARD_LAYOUT_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); m_lSignals[CONFIG_CHANGED] = g_signal_new(KEYBOARD_CONFIG_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); } Keyboard* keyboard_new() { GObject *pObject = g_object_new(G_TYPE_KEYBOARD, NULL); return G_KEYBOARD(pObject); } static void keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); self->pPrivate->lLayouts = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, freeLayout); // Read all available layouts struct rxkb_context *pContext = rxkb_context_new(RXKB_CONTEXT_LOAD_EXOTIC_RULES); g_assert(pContext); if (!rxkb_context_include_path_append_default(pContext)) { g_warning("Failed to include default paths"); } if (!rxkb_context_parse(pContext, "evdev")) { g_warning("Failed to parse XKB descriptions"); } struct rxkb_layout *pRxkbLayout = rxkb_layout_first(pContext); while (pRxkbLayout != NULL) { const gchar *sLayout = rxkb_layout_get_name(pRxkbLayout); const gchar *sVariant = rxkb_layout_get_variant(pRxkbLayout); const gchar *sDescription = rxkb_layout_get_description(pRxkbLayout); const gchar *sTranslated = g_dgettext("xkeyboard-config", sDescription); sDescription = sTranslated; Layout *pLayout = g_slice_new0(Layout); if (sVariant != NULL && strlen(sVariant) > 0) { pLayout->sId = g_strjoin("+", sLayout, sVariant, NULL); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } else { pLayout->sId = g_strdup(sLayout); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } g_hash_table_replace(self->pPrivate->lLayouts, pLayout->sId, pLayout); pRxkbLayout = rxkb_layout_next(pRxkbLayout); } rxkb_context_unref(pContext); if (isGreeter() == FALSE) { // TODO self->pPrivate->nLayout = 0; setAccountsService(self); } else { // Get layouts from /etc/default/keyboard gchar *sFile; g_file_get_contents ("/etc/default/keyboard", &sFile, NULL, NULL); gchar **lLines = g_strsplit(sFile, "\n", -1); guint nLines = g_strv_length(lLines); gchar **lLayouts = NULL; gchar **lVariants = NULL; for (guint nLine = 0; nLine < nLines; nLine++) { gboolean bIsLayout = g_str_has_prefix(lLines[nLine], "XKBLAYOUT"); if (bIsLayout == TRUE) { gboolean bQuoted = g_strrstr(lLines[nLine], "\"") != NULL; gchar *sLayout = NULL; if (bQuoted == TRUE) { sLayout = (lLines[nLine] + 11); guint nLength = strlen(sLayout); sLayout[nLength - 1] = '\0'; } else { sLayout = (lLines[nLine] + 10); } lLayouts = g_strsplit(sLayout, ",", -1); continue; } gboolean bIsVariant = g_str_has_prefix(lLines[nLine], "XKBVARIANT"); if (bIsVariant == TRUE) { gboolean bQuoted = g_strrstr(lLines[nLine], "\"") != NULL; gchar *sVariant = NULL; if (bQuoted == TRUE) { sVariant = (lLines[nLine] + 12); guint nLength = strlen(sVariant); sVariant[nLength - 1] = '\0'; } else { sVariant = (lLines[nLine] + 11); } lVariants = g_strsplit(sVariant, ",", -1); continue; } } guint nLayouts = g_strv_length(lLayouts); guint nVariants = 0; if (lVariants != NULL) { g_strv_length(lVariants); } for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sId = NULL; if (nVariants > nLayout) { guint nVariant = strlen(lVariants[nLayout]); if (nVariants == nLayouts && nVariant > 0) { sId = g_strconcat(lLayouts[nLayout], "+", lVariants[nLayout], NULL); } else { sId = g_strdup(lLayouts[nLayout]); } } else { sId = g_strdup(lLayouts[nLayout]); } self->pPrivate->lLayoutRec = g_slist_append(self->pPrivate->lLayoutRec, sId); } self->pPrivate->nLayout = 0; g_strfreev(lLayouts); if (lVariants != NULL) { g_strfreev(lVariants); } g_strfreev(lLines); g_free(sFile); ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { self->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = self->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(self); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), self); } } } else { g_signal_connect_object(pManager, "notify::is-loaded", G_CALLBACK(onManagerLoaded), self, G_CONNECT_SWAPPED); } } } ayatana-indicator-keyboard-22.9.1/src/keyboard-x11.c0000644000000000000000000004670114346656651017053 0ustar /* * Copyright 2021-2022 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #include #include #include #include "languages.h" #include "keyboard.h" enum { LAYOUT_CHANGED, CONFIG_CHANGED, LAST_SIGNAL }; static guint m_lSignals[LAST_SIGNAL]; struct _KeyboardPrivate { GPollFD cPollFD; GSourceFuncs cSourceFuncs; XklEngine *pEngine; GHashTable *lLayouts; Display *pDisplay; guint nLayout; gint nXkbEventType; XklConfigRec *pConfigRec; GSList *lLayoutRec; GSList *lUsers; }; typedef KeyboardPrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(Keyboard, keyboard, G_TYPE_OBJECT) typedef struct _Layout { gchar *sId; gchar *sLanguage; gchar *sDescription; } Layout; typedef struct _Source { GSource cSource; Keyboard *pKeyboard; } Source; static int emitDelayedSignal(Keyboard *pKeyboard) { g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); return G_SOURCE_REMOVE; } static gboolean isGreeter() { const char *sUser = g_get_user_name(); return g_str_equal(sUser, "lightdm"); } static void setAccountsService(Keyboard *pKeyboard) { gint nUid = geteuid(); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariantBuilder *pBuilder = g_variant_builder_new(G_VARIANT_TYPE("as")); guint nLayouts = g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sId = NULL; gchar *sLayout = pKeyboard->pPrivate->pConfigRec->layouts[nLayout]; gchar *sVariant = pKeyboard->pPrivate->pConfigRec->variants[nLayout]; if (sVariant && strlen(sVariant)) { sId = g_strconcat(sLayout, "+", sVariant, NULL); } else { sId = g_strdup(sLayout); } g_variant_builder_add(pBuilder, "s", sId); g_free(sId); } GVariant *pValue = g_variant_new("as", pBuilder); GVariant *pRet = g_dbus_proxy_call_sync(pProxy, "Set", g_variant_new("(ssv)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts", pValue), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); g_variant_builder_unref(pBuilder); g_variant_unref(pRet); g_object_unref(pConnection); g_free(sPath); } static void getAccountsService(Keyboard *pKeyboard) { gboolean bChanged = FALSE; for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { gint nUid = act_user_get_uid(pUser); gchar *sPath = g_strdup_printf("/org/freedesktop/Accounts/User%i", nUid); GDBusConnection *pConnection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, NULL); GDBusProxy *pProxy = g_dbus_proxy_new_sync(pConnection, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.Accounts", sPath, "org.freedesktop.DBus.Properties", NULL, NULL); GVariant *pValue = g_dbus_proxy_call_sync(pProxy, "Get", g_variant_new("(ss)", "org.ayatana.indicator.keyboard.AccountsService", "Layouts"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL); GVariant *pChild0 = g_variant_get_child_value(pValue, 0); GVariant *pChild1 = g_variant_get_child_value(pChild0, 0); GVariantIter *pIter; g_variant_get(pChild1, "as", &pIter); gchar *sLayout; while (g_variant_iter_loop(pIter, "s", &sLayout)) { if (g_slist_find_custom(pKeyboard->pPrivate->lLayoutRec, sLayout, (GCompareFunc)g_strcmp0) == NULL) { pKeyboard->pPrivate->lLayoutRec = g_slist_append(pKeyboard->pPrivate->lLayoutRec, g_strdup(sLayout)); bChanged = TRUE; } } g_variant_iter_free(pIter); g_variant_unref(pChild1); g_variant_unref(pChild0); g_variant_unref(pValue); g_object_unref(pConnection); g_free(sPath); } } if (bChanged == TRUE) { g_timeout_add(500, (GSourceFunc)emitDelayedSignal, pKeyboard); } } static void onUserLoaded(Keyboard *pKeyboard, ActUser *pUser) { gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); g_signal_handlers_disconnect_by_func(G_OBJECT(pUser), G_CALLBACK(onUserLoaded), pKeyboard); } } static void onManagerLoaded(Keyboard *pKeyboard) { ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { pKeyboard->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = pKeyboard->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(pKeyboard); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), pKeyboard); } } } } static gboolean onCheckEvent(Display *pDisplay, XEvent *pEvent, XPointer pData) { gint *pXkbEventType = (gint*)pData; if (pEvent->type == *pXkbEventType) { XkbEvent *pXkbEvent = (XkbEvent*)pEvent; if (pXkbEvent->any.xkb_type == XkbStateNotify || pXkbEvent->any.xkb_type == XkbNamesNotify) { return TRUE; } } return FALSE; } static gboolean onCheckSource(GSource *pSource) { Keyboard *pKeyboard = ((Source*)pSource)->pKeyboard; XEvent cEvent; gboolean bEvent = XCheckIfEvent(pKeyboard->pPrivate->pDisplay, &cEvent, onCheckEvent, (XPointer)&pKeyboard->pPrivate->nXkbEventType); if (bEvent) { XklConfigRec *pConfigRec = xkl_config_rec_new(); xkl_config_rec_get_from_server(pConfigRec, pKeyboard->pPrivate->pEngine); gboolean bConfigChanged = FALSE; gboolean bLayoutChanged = FALSE; if (!xkl_config_rec_equals(pKeyboard->pPrivate->pConfigRec, pConfigRec)) { gboolean bBadSignal = FALSE; if (g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts) > g_strv_length(pConfigRec->layouts)) { // Pairing a Bluetooth device does this sometimes if (pConfigRec->variants[0] == NULL) { bBadSignal = TRUE; } else { xkl_engine_lock_group(pKeyboard->pPrivate->pEngine, 0); pKeyboard->pPrivate->nLayout = 0; bLayoutChanged = TRUE; } } if (!bBadSignal) { xkl_config_rec_get_from_server(pKeyboard->pPrivate->pConfigRec, pKeyboard->pPrivate->pEngine); bConfigChanged = TRUE; } } g_object_unref(pConfigRec); pConfigRec = NULL; if (((XkbEvent*)&cEvent)->any.xkb_type == XkbStateNotify && !bConfigChanged && ((XkbEvent*)&cEvent)->state.group != pKeyboard->pPrivate->nLayout && ((XkbEvent*)&cEvent)->state.group < g_strv_length(pKeyboard->pPrivate->pConfigRec->layouts)) { pKeyboard->pPrivate->nLayout = ((XkbEvent*)&cEvent)->state.group; bLayoutChanged = TRUE; } if (bLayoutChanged) { g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } if (bConfigChanged) { setAccountsService(pKeyboard); g_signal_emit(pKeyboard, m_lSignals[CONFIG_CHANGED], 0); } } return FALSE; } static void freeLayout(gpointer pData) { Layout *pLayout = pData; g_return_if_fail(pLayout != NULL); g_free(pLayout->sId); g_free(pLayout->sLanguage); g_free(pLayout->sDescription); g_slice_free(Layout, pLayout); } void keyboard_AddSource(Keyboard *pKeyboard) { if (isGreeter() == FALSE) { XkbQueryExtension(pKeyboard->pPrivate->pDisplay, 0, &pKeyboard->pPrivate->nXkbEventType, 0, 0, 0); XkbSelectEventDetails(pKeyboard->pPrivate->pDisplay, XkbUseCoreKbd, XkbStateNotify, XkbAllStateComponentsMask, XkbGroupStateMask); pKeyboard->pPrivate->cPollFD.fd = ConnectionNumber(pKeyboard->pPrivate->pDisplay); pKeyboard->pPrivate->cPollFD.events = G_IO_IN | G_IO_HUP | G_IO_ERR; pKeyboard->pPrivate->cPollFD.revents = 0; pKeyboard->pPrivate->cSourceFuncs.prepare = NULL; pKeyboard->pPrivate->cSourceFuncs.check = onCheckSource; pKeyboard->pPrivate->cSourceFuncs.dispatch = NULL; pKeyboard->pPrivate->cSourceFuncs.finalize = NULL; GSource *pSource = g_source_new(&pKeyboard->pPrivate->cSourceFuncs, sizeof(Source)); ((Source*)pSource)->pKeyboard = pKeyboard; g_source_add_poll(pSource, &pKeyboard->pPrivate->cPollFD); g_source_attach(pSource, NULL); } } guint keyboard_GetNumLayouts(Keyboard *pKeyboard) { if (isGreeter()) { return g_slist_length(pKeyboard->pPrivate->lLayoutRec); } else { 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 *sId = NULL; if (isGreeter() == TRUE) { gchar *sLayout = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); sId = g_strdup(sLayout); } else { gchar *sLayout = pKeyboard->pPrivate->pConfigRec->layouts[nLayout]; gchar *sVariant = pKeyboard->pPrivate->pConfigRec->variants[nLayout]; if (sVariant && strlen(sVariant)) { sId = g_strconcat(sLayout, "+", sVariant, NULL); } else { sId = g_strdup(sLayout); } } const Layout *pLayout; g_hash_table_lookup_extended(pKeyboard->pPrivate->lLayouts, sId, NULL, (gpointer*)&pLayout); if (pLanguage != NULL) { *pLanguage = g_strdup(pLayout->sLanguage); } if (pDescription != NULL) { *pDescription = g_strdup(pLayout->sDescription); } g_free(sId); } void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout) { if (isGreeter() == FALSE) { xkl_engine_lock_group(pKeyboard->pPrivate->pEngine, nLayout); } else { // TODO gchar *sCommand; gchar *sId = g_slist_nth_data(pKeyboard->pPrivate->lLayoutRec, nLayout); gchar **lParamas = g_strsplit(sId, "+", -1); guint nParams = g_strv_length(lParamas); if (nParams == 1) { sCommand = g_strdup_printf("setxkbmap -layout %s", lParamas[0]); } else { sCommand = g_strdup_printf("setxkbmap -layout %s -variant %s", lParamas[0], lParamas[1]); } g_strfreev(lParamas); gchar *sOutput = NULL; GError *pError = NULL; gboolean bResult = g_spawn_command_line_sync(sCommand, &sOutput, NULL, NULL, &pError); g_free(sCommand); if (bResult == FALSE) { g_message("COMMAND 01 %s: %s", sOutput, pError->message); return; } } pKeyboard->pPrivate->nLayout = nLayout; g_signal_emit(pKeyboard, m_lSignals[LAYOUT_CHANGED], 0); } static void onDispose(GObject *pObject) { Keyboard *self = G_KEYBOARD(pObject); if (self->pPrivate->lLayouts) { g_hash_table_destroy(self->pPrivate->lLayouts); } if (self->pPrivate->pConfigRec) { g_object_unref(self->pPrivate->pConfigRec); } if (self->pPrivate->lLayoutRec) { g_slist_free_full(self->pPrivate->lLayoutRec, g_free); } if (self->pPrivate->lUsers) { g_slist_free(self->pPrivate->lUsers); } G_OBJECT_CLASS(keyboard_parent_class)->dispose(pObject); } static void keyboard_class_init(KeyboardClass *klass) { GObjectClass *pClass = G_OBJECT_CLASS(klass); pClass->dispose = onDispose; m_lSignals[LAYOUT_CHANGED] = g_signal_new(KEYBOARD_LAYOUT_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); m_lSignals[CONFIG_CHANGED] = g_signal_new(KEYBOARD_CONFIG_CHANGED, G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 0); } Keyboard* keyboard_new() { GObject *pObject = g_object_new(G_TYPE_KEYBOARD, NULL); return G_KEYBOARD(pObject); } static void keyboard_init(Keyboard *self) { self->pPrivate = keyboard_get_instance_private(self); self->pPrivate->lLayouts = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, freeLayout); // Read all available layouts struct rxkb_context *pContext = rxkb_context_new(RXKB_CONTEXT_LOAD_EXOTIC_RULES); g_assert(pContext); if (!rxkb_context_include_path_append_default(pContext)) { g_warning("Failed to include default paths"); } if (!rxkb_context_parse(pContext, "evdev")) { g_warning("Failed to parse XKB descriptions"); } struct rxkb_layout *pRxkbLayout = rxkb_layout_first(pContext); while (pRxkbLayout != NULL) { const gchar *sLayout = rxkb_layout_get_name(pRxkbLayout); const gchar *sVariant = rxkb_layout_get_variant(pRxkbLayout); const gchar *sDescription = rxkb_layout_get_description(pRxkbLayout); const gchar *sTranslated = g_dgettext("xkeyboard-config", sDescription); sDescription = sTranslated; Layout *pLayout = g_slice_new0(Layout); if (sVariant != NULL && strlen(sVariant) > 0) { pLayout->sId = g_strjoin("+", sLayout, sVariant, NULL); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } else { pLayout->sId = g_strdup(sLayout); pLayout->sLanguage = g_strdup(lookupLanguage(pLayout->sId)); pLayout->sDescription = g_strdup(sDescription); } g_hash_table_replace(self->pPrivate->lLayouts, pLayout->sId, pLayout); pRxkbLayout = rxkb_layout_next(pRxkbLayout); } rxkb_context_unref(pContext); if (isGreeter() == FALSE) { self->pPrivate->pDisplay = XOpenDisplay(NULL); g_assert(self->pPrivate->pDisplay); self->pPrivate->pEngine = xkl_engine_get_instance(self->pPrivate->pDisplay); g_assert(self->pPrivate->pEngine); xkl_engine_start_listen(self->pPrivate->pEngine, XKLL_TRACK_KEYBOARD_STATE); self->pPrivate->pConfigRec = xkl_config_rec_new(); xkl_config_rec_get_from_server(self->pPrivate->pConfigRec, self->pPrivate->pEngine); XklState *pState = xkl_engine_get_current_state(self->pPrivate->pEngine); self->pPrivate->nLayout = pState->group; setAccountsService(self); } else { // Get layouts from /etc/default/keyboard gchar *sFile; g_file_get_contents ("/etc/default/keyboard", &sFile, NULL, NULL); gchar **lLines = g_strsplit(sFile, "\n", -1); guint nLines = g_strv_length(lLines); gchar **lLayouts = NULL; gchar **lVariants = NULL; for (guint nLine = 0; nLine < nLines; nLine++) { gboolean bIsLayout = g_str_has_prefix(lLines[nLine], "XKBLAYOUT"); if (bIsLayout == TRUE) { gboolean bQuoted = g_strrstr(lLines[nLine], "\"") != NULL; gchar *sLayout = NULL; if (bQuoted == TRUE) { sLayout = (lLines[nLine] + 11); guint nLength = strlen(sLayout); sLayout[nLength - 1] = '\0'; } else { sLayout = (lLines[nLine] + 10); } lLayouts = g_strsplit(sLayout, ",", -1); continue; } gboolean bIsVariant = g_str_has_prefix(lLines[nLine], "XKBVARIANT"); if (bIsVariant == TRUE) { gboolean bQuoted = g_strrstr(lLines[nLine], "\"") != NULL; gchar *sVariant = NULL; if (bQuoted == TRUE) { sVariant = (lLines[nLine] + 12); guint nLength = strlen(sVariant); sVariant[nLength - 1] = '\0'; } else { sVariant = (lLines[nLine] + 11); } lVariants = g_strsplit(sVariant, ",", -1); continue; } } guint nLayouts = g_strv_length(lLayouts); guint nVariants = 0; if (lVariants != NULL) { g_strv_length(lVariants); } for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sId = NULL; if (nVariants > nLayout) { guint nVariant = strlen(lVariants[nLayout]); if (nVariants == nLayouts && nVariant > 0) { sId = g_strconcat(lLayouts[nLayout], "+", lVariants[nLayout], NULL); } else { sId = g_strdup(lLayouts[nLayout]); } } else { sId = g_strdup(lLayouts[nLayout]); } self->pPrivate->lLayoutRec = g_slist_append(self->pPrivate->lLayoutRec, sId); } self->pPrivate->nLayout = 0; g_strfreev(lLayouts); if (lVariants != NULL) { g_strfreev(lVariants); } g_strfreev(lLines); g_free(sFile); ActUserManager *pManager = act_user_manager_get_default(); gboolean bIsLoaded; g_object_get(pManager, "is-loaded", &bIsLoaded, NULL); if (bIsLoaded) { self->pPrivate->lUsers = act_user_manager_list_users(pManager); for (GSList *lUser = self->pPrivate->lUsers; lUser; lUser = lUser->next) { ActUser *pUser = lUser->data; gboolean bIsUserLoaded = act_user_is_loaded(pUser); if (bIsUserLoaded) { getAccountsService(self); } else { g_signal_connect_swapped(pUser, "notify::is-loaded", G_CALLBACK(onUserLoaded), self); } } } else { g_signal_connect_object(pManager, "notify::is-loaded", G_CALLBACK(onManagerLoaded), self, G_CONNECT_SWAPPED); } } } ayatana-indicator-keyboard-22.9.1/src/languages.h0000644000000000000000000011110214346656651016603 0ustar /* * Copyright 2021-2022 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include typedef struct { gchar *sLanguage; gchar *sId; } Language; Language LANGUAGES[] = { {"En", "us"}, //English (US) {"Ck", "us+chr"}, //Cherokee {"Hw", "us+haw"}, //Hawaiian {"En", "us+euro"}, //English (US, euro on 5) {"En", "us+intl"}, //English (US, intl., with dead keys) {"En", "us+alt-intl"}, //English (US, alt. intl.) {"En", "us+colemak"}, //English (Colemak) {"En", "us+colemak_dh"}, //English (Colemak-DH) {"En", "us+colemak_dh_iso"}, //English (Colemak-DH ISO) {"En", "us+dvorak"}, //English (Dvorak) {"En", "us+dvorak-intl"}, //English (Dvorak, intl., with dead keys) {"En", "us+dvorak-alt-intl"}, //English (Dvorak, alt. intl.) {"En", "us+dvorak-l"}, //English (Dvorak, left-handed) {"En", "us+dvorak-r"}, //English (Dvorak, right-handed) {"En", "us+dvorak-classic"}, //English (classic Dvorak) {"En", "us+dvp"}, //English (programmer Dvorak) {"En", "us+dvorak-mac"}, //English (Dvorak, Macintosh) {"En", "us+symbolic"}, //English (US, Symbolic) {"Ru", "us+rus"}, //Russian (US, phonetic) {"En", "us+mac"}, //English (Macintosh) {"En", "us+altgr-intl"}, //English (intl., with AltGr dead keys) {"En", "us+olpc2"}, //English (the divide/multiply toggle the layout) {"Hs", "us+hbs"}, //Serbo-Croatian (US) {"En", "us+norman"}, //English (Norman) {"En", "us+workman"}, //English (Workman) {"En", "us+workman-intl"}, //English (Workman, intl., with dead keys) {"Fa", "af"}, //Dari {"Ps", "af+ps"}, //Pashto {"Uz", "af+uz"}, //Uzbek (Afghanistan) {"Ps", "af+ps-olpc"}, //Pashto (Afghanistan, OLPC) {"Fa", "af+fa-olpc"}, //Dari (Afghanistan, OLPC) {"Uz", "af+uz-olpc"}, //Uzbek (Afghanistan, OLPC) {"Ar", "ara"}, //Arabic {"Ar", "ara+azerty"}, //Arabic (AZERTY) {"Ar", "ara+azerty_digits"}, //Arabic (AZERTY, Eastern Arabic numerals) {"Ar", "ara+digits"}, //Arabic (Eastern Arabic numerals) {"Ar", "ara+qwerty"}, //Arabic (QWERTY) {"Ar", "ara+qwerty_digits"}, //Arabic (QWERTY, Eastern Arabic numerals) {"Ar", "ara+buckwalter"}, //Arabic (Buckwalter) {"Ar", "ara+olpc"}, //Arabic (OLPC) {"Ar", "ara+mac"}, //Arabic (Macintosh) {"Sq", "al"}, //Albanian {"Sq", "al+plisi"}, //Albanian (Plisi) {"Sq", "al+veqilharxhi"}, //Albanian (Veqilharxhi) {"Hy", "am"}, //Armenian {"Hy", "am+phonetic"}, //Armenian (phonetic) {"Hy", "am+phonetic-alt"}, //Armenian (alt. phonetic) {"Hy", "am+eastern"}, //Armenian (eastern) {"Hy", "am+western"}, //Armenian (western) {"Hy", "am+eastern-alt"}, //Armenian (alt. eastern) {"De", "at"}, //German (Austria) {"De", "at+nodeadkeys"}, //German (Austria, no dead keys) {"De", "at+mac"}, //German (Austria, Macintosh) {"En", "au"}, //English (Australian) {"Az", "az"}, //Azerbaijani {"Az", "az+cyrillic"}, //Azerbaijani (Cyrillic) {"Be", "by"}, //Belarusian {"Be", "by+legacy"}, //Belarusian (legacy) {"Be", "by+latin"}, //Belarusian (Latin) {"Ru", "by+ru"}, //Russian (Belarus) {"Be", "by+intl"}, //Belarusian (intl.) {"Be", "by+phonetic"}, //Belarusian (phonetic) {"Bl", "be"}, //Belgian {"Bl", "be+oss"}, //Belgian (alt.) {"Bl", "be+oss_latin9"}, //Belgian (Latin-9 only, alt.) {"Bl", "be+iso-alternate"}, //Belgian (ISO, alt.) {"Bl", "be+nodeadkeys"}, //Belgian (no dead keys) {"Bl", "be+wang"}, //Belgian (Wang 724 AZERTY) {"Bn", "bd"}, //Bangla {"Bn", "bd+probhat"}, //Bangla (Probhat) {"Il", "in"}, //Indian {"Bn", "in+ben"}, //Bangla (India) {"Bn", "in+ben_probhat"}, //Bangla (India, Probhat) {"Bn", "in+ben_baishakhi"}, //Bangla (India, Baishakhi) {"Bn", "in+ben_bornona"}, //Bangla (India, Bornona) {"Bn", "in+ben_gitanjali"}, //Bangla (India, Gitanjali) {"Bn", "in+ben_inscript"}, //Bangla (India, Baishakhi InScript) {"Ma", "in+eeyek"}, //Manipuri (Eeyek) {"Gu", "in+guj"}, //Gujarati {"Pa", "in+guru"}, //Punjabi (Gurmukhi) {"Pa", "in+jhelum"}, //Punjabi (Gurmukhi Jhelum) {"Kn", "in+kan"}, //Kannada {"Kn", "in+kan-kagapa"}, //Kannada (KaGaPa, phonetic) {"Ml", "in+mal"}, //Malayalam {"Ml", "in+mal_lalitha"}, //Malayalam (Lalitha) {"Ml", "in+mal_enhanced"}, //Malayalam (enhanced InScript, with rupee) {"Or", "in+ori"}, //Oriya {"Or", "in+ori-bolnagri"}, //Oriya (Bolnagri) {"Or", "in+ori-wx"}, //Oriya (Wx) {"Ol", "in+olck"}, //Ol Chiki {"Ta", "in+tamilnet"}, //Tamil (TamilNet '99) {"Ta", "in+tamilnet_tamilnumbers"}, //Tamil (TamilNet '99 with Tamil numerals) {"Ta", "in+tamilnet_TAB"}, //Tamil (TamilNet '99, TAB encoding) {"Ta", "in+tamilnet_TSCII"}, //Tamil (TamilNet '99, TSCII encoding) {"Ta", "in+tam"}, //Tamil (InScript, with Arabic numerals) {"Ta", "in+tam_tamilnumbers"}, //Tamil (InScript, with Tamil numerals) {"Te", "in+tel"}, //Telugu {"Te", "in+tel-kagapa"}, //Telugu (KaGaPa, phonetic) {"Te", "in+tel-sarala"}, //Telugu (Sarala) {"Ur", "in+urd-phonetic"}, //Urdu (phonetic) {"Ur", "in+urd-phonetic3"}, //Urdu (alt. phonetic) {"Ur", "in+urd-winkeys"}, //Urdu (Windows) {"Hi", "in+bolnagri"}, //Hindi (Bolnagri) {"Hi", "in+hin-wx"}, //Hindi (Wx) {"Hi", "in+hin-kagapa"}, //Hindi (KaGaPa, phonetic) {"Sa", "in+san-kagapa"}, //Sanskrit (KaGaPa, phonetic) {"Mr", "in+mar-kagapa"}, //Marathi (KaGaPa, phonetic) {"En", "in+eng"}, //English (India, with rupee) {"Ip", "in+iipa"}, //Indic IPA {"Mr", "in+marathi"}, //Marathi (enhanced InScript) {"Bs", "ba"}, //Bosnian {"Bs", "ba+alternatequotes"}, //Bosnian (with guillemets) {"Bs", "ba+unicode"}, //Bosnian (with Bosnian digraphs) {"Bs", "ba+unicodeus"}, //Bosnian (US, with Bosnian digraphs) {"Bs", "ba+us"}, //Bosnian (US) {"Pt", "br"}, //Portuguese (Brazil) {"Pt", "br+nodeadkeys"}, //Portuguese (Brazil, no dead keys) {"Pt", "br+dvorak"}, //Portuguese (Brazil, Dvorak) {"Pt", "br+nativo"}, //Portuguese (Brazil, Nativo) {"Pt", "br+nativo-us"}, //Portuguese (Brazil, Nativo for US keyboards) {"Eo", "br+nativo-epo"}, //Esperanto (Brazil, Nativo) {"Pt", "br+thinkpad"}, //Portuguese (Brazil, IBM/Lenovo ThinkPad) {"Bg", "bg"}, //Bulgarian {"Bg", "bg+phonetic"}, //Bulgarian (traditional phonetic) {"Bg", "bg+bas_phonetic"}, //Bulgarian (new phonetic) {"Bg", "bg+bekl"}, //Bulgarian (enhanced) {"Bb", "dz"}, //Berber (Algeria, Latin) {"Kb", "dz+azerty-deadkeys"}, //Kabyle (AZERTY, with dead keys) {"Kb", "dz+qwerty-gb-deadkeys"}, //Kabyle (QWERTY, UK, with dead keys) {"Kb", "dz+qwerty-us-deadkeys"}, //Kabyle (QWERTY, US, with dead keys) {"Bb", "dz+ber"}, //Berber (Algeria, Tifinagh) {"Ar", "dz+ar"}, //Arabic (Algeria) {"Ar", "ma"}, //Arabic (Morocco) {"Fr", "ma+french"}, //French (Morocco) {"Bb", "ma+tifinagh"}, //Berber (Morocco, Tifinagh) {"Bb", "ma+tifinagh-alt"}, //Berber (Morocco, Tifinagh alt.) {"Bb", "ma+tifinagh-alt-phonetic"}, //Berber (Morocco, Tifinagh phonetic, alt.) {"Bb", "ma+tifinagh-extended"}, //Berber (Morocco, Tifinagh extended) {"Bb", "ma+tifinagh-phonetic"}, //Berber (Morocco, Tifinagh phonetic) {"Bb", "ma+tifinagh-extended-phonetic"}, //Berber (Morocco, Tifinagh extended phonetic) {"Bb", "ma+rif"}, //Tarifit {"En", "cm"}, //English (Cameroon) {"Fr", "cm+french"}, //French (Cameroon) {"Cm", "cm+qwerty"}, //Cameroon Multilingual (QWERTY, intl.) {"Cm", "cm+azerty"}, //Cameroon (AZERTY, intl.) {"Cm", "cm+dvorak"}, //Cameroon (Dvorak, intl.) {"Mu", "cm+mmuock"}, //Mmuock {"My", "mm"}, //Burmese {"Zg", "mm+zawgyi"}, //Burmese Zawgyi {"My", "mm+shn"}, //Shan {"My", "mm+zgt"}, //Shan (Zawgyi Tai) {"My", "mm+mnw"}, //Mon {"My", "mm+mnw-a1"}, //Mon (A1) {"Fr", "ca"}, //French (Canada) {"Fr", "ca+fr-dvorak"}, //French (Canada, Dvorak) {"Fr", "ca+fr-legacy"}, //French (Canada, legacy) {"Cn", "ca+multix"}, //Canadian (CSA) {"Iu", "ca+ike"}, //Inuktitut {"En", "ca+eng"}, //English (Canada) {"Fr", "cd"}, //French (Democratic Republic of the Congo) {"Zh", "cn"}, //Chinese {"Mn", "cn+mon_trad"}, //Mongolian (Bichig) {"Mn", "cn+mon_trad_todo"}, //Mongolian (Todo) {"Mn", "cn+mon_trad_xibe"}, //Mongolian (Xibe) {"Mn", "cn+mon_trad_manchu"}, //Mongolian (Manchu) {"Mn", "cn+mon_trad_galik"}, //Mongolian (Galik) {"Mn", "cn+mon_todo_galik"}, //Mongolian (Todo Galik) {"Mn", "cn+mon_manchu_galik"}, //Mongolian (Manchu Galik) {"Bo", "cn+tib"}, //Tibetan {"Bo", "cn+tib_asciinum"}, //Tibetan (with ASCII numerals) {"Ug", "cn+ug"}, //Uyghur {"Hp", "cn+altgr-pinyin"}, //Hanyu Pinyin Letters (with AltGr dead keys) {"Hr", "hr"}, //Croatian {"Hr", "hr+alternatequotes"}, //Croatian (with guillemets) {"Hr", "hr+unicode"}, //Croatian (with Croatian digraphs) {"Hr", "hr+unicodeus"}, //Croatian (US, with Croatian digraphs) {"Hr", "hr+us"}, //Croatian (US) {"Cs", "cz"}, //Czech {"Cs", "cz+bksl"}, //Czech (with <\|> key) {"Cs", "cz+qwerty"}, //Czech (QWERTY) {"Cs", "cz+qwerty_bksl"}, //Czech (QWERTY, extended backslash) {"Cs", "cz+qwerty-mac"}, //Czech (QWERTY, Macintosh) {"Cs", "cz+ucw"}, //Czech (UCW, only accented letters) {"Cs", "cz+dvorak-ucw"}, //Czech (US, Dvorak, UCW support) {"Ru", "cz+rus"}, //Russian (Czech, phonetic) {"Da", "dk"}, //Danish {"Da", "dk+nodeadkeys"}, //Danish (no dead keys) {"Da", "dk+winkeys"}, //Danish (Windows) {"Da", "dk+mac"}, //Danish (Macintosh) {"Da", "dk+mac_nodeadkeys"}, //Danish (Macintosh, no dead keys) {"Da", "dk+dvorak"}, //Danish (Dvorak) {"Nl", "nl"}, //Dutch {"Nl", "nl+us"}, //Dutch (US) {"Nl", "nl+mac"}, //Dutch (Macintosh) {"Nl", "nl+std"}, //Dutch (standard) {"Dz", "bt"}, //Dzongkha {"Et", "ee"}, //Estonian {"Et", "ee+nodeadkeys"}, //Estonian (no dead keys) {"Et", "ee+dvorak"}, //Estonian (Dvorak) {"Et", "ee+us"}, //Estonian (US) {"Fa", "ir"}, //Persian {"Fa", "ir+pes_keypad"}, //Persian (with Persian keypad) {"Az", "ir+azb"}, //Azerbaijani (Iran) {"Ku", "ir+ku"}, //Kurdish (Iran, Latin Q) {"Ku", "ir+ku_f"}, //Kurdish (Iran, F) {"Ku", "ir+ku_alt"}, //Kurdish (Iran, Latin Alt-Q) {"Ku", "ir+ku_ara"}, //Kurdish (Iran, Arabic-Latin) {"Iq", "iq"}, //Iraqi {"Ku", "iq+ku"}, //Kurdish (Iraq, Latin Q) {"Ku", "iq+ku_f"}, //Kurdish (Iraq, F) {"Ku", "iq+ku_alt"}, //Kurdish (Iraq, Latin Alt-Q) {"Ku", "iq+ku_ara"}, //Kurdish (Iraq, Arabic-Latin) {"Fo", "fo"}, //Faroese {"Fo", "fo+nodeadkeys"}, //Faroese (no dead keys) {"Fi", "fi"}, //Finnish {"Fi", "fi+winkeys"}, //Finnish (Windows) {"Fi", "fi+classic"}, //Finnish (classic) {"Fi", "fi+nodeadkeys"}, //Finnish (classic, no dead keys) {"Ns", "fi+smi"}, //Northern Saami (Finland) {"Fi", "fi+mac"}, //Finnish (Macintosh) {"Fr", "fr"}, //French {"Fr", "fr+nodeadkeys"}, //French (no dead keys) {"Fr", "fr+oss"}, //French (alt.) {"Fr", "fr+oss_latin9"}, //French (alt., Latin-9 only) {"Fr", "fr+oss_nodeadkeys"}, //French (alt., no dead keys) {"Fr", "fr+latin9"}, //French (legacy, alt.) {"Fr", "fr+latin9_nodeadkeys"}, //French (legacy, alt., no dead keys) {"Fr", "fr+bepo"}, //French (BEPO) {"Fr", "fr+bepo_latin9"}, //French (BEPO, Latin-9 only) {"Fr", "fr+bepo_afnor"}, //French (BEPO, AFNOR) {"Fr", "fr+dvorak"}, //French (Dvorak) {"Fr", "fr+mac"}, //French (Macintosh) {"Fr", "fr+azerty"}, //French (AZERTY) {"Fr", "fr+afnor"}, //French (AZERTY, AFNOR) {"Fr", "fr+bre"}, //Breton (France) {"Oc", "fr+oci"}, //Occitan {"Ka", "fr+geo"}, //Georgian (France, AZERTY Tskapo) {"Fr", "fr+us"}, //French (US) {"En", "gh"}, //English (Ghana) {"En", "gh+generic"}, //English (Ghana, multilingual) {"Ak", "gh+akan"}, //Akan {"Ee", "gh+ewe"}, //Ewe {"Ff", "gh+fula"}, //Fula {"Gh", "gh+ga"}, //Ga {"Ha", "gh+hausa"}, //Hausa (Ghana) {"Av", "gh+avn"}, //Avatime {"En", "gh+gillbt"}, //English (Ghana, GILLBT) {"Nk", "gn"}, //N'Ko (AZERTY) {"Ka", "ge"}, //Georgian {"Ka", "ge+ergonomic"}, //Georgian (ergonomic) {"Ka", "ge+mess"}, //Georgian (MESS) {"Ru", "ge+ru"}, //Russian (Georgia) {"Os", "ge+os"}, //Ossetian (Georgia) {"De", "de"}, //German {"De", "de+deadacute"}, //German (dead acute) {"De", "de+deadgraveacute"}, //German (dead grave acute) {"De", "de+nodeadkeys"}, //German (no dead keys) {"De", "de+e1"}, //German (E1) {"De", "de+e2"}, //German (E2) {"De", "de+T3"}, //German (T3) {"De", "de+us"}, //German (US) {"Ro", "de+ro"}, //Romanian (Germany) {"Ro", "de+ro_nodeadkeys"}, //Romanian (Germany, no dead keys) {"De", "de+dvorak"}, //German (Dvorak) {"De", "de+neo"}, //German (Neo 2) {"De", "de+mac"}, //German (Macintosh) {"De", "de+mac_nodeadkeys"}, //German (Macintosh, no dead keys) {"Sb", "de+dsb"}, //Lower Sorbian {"Sb", "de+dsb_qwertz"}, //Lower Sorbian (QWERTZ) {"De", "de+qwerty"}, //German (QWERTY) {"Tr", "de+tr"}, //Turkish (Germany) {"Ru", "de+ru"}, //Russian (Germany, phonetic) {"De", "de+deadtilde"}, //German (dead tilde) {"Gr", "gr"}, //Greek {"Gr", "gr+simple"}, //Greek (simple) {"Gr", "gr+extended"}, //Greek (extended) {"Gr", "gr+nodeadkeys"}, //Greek (no dead keys) {"Gr", "gr+polytonic"}, //Greek (polytonic) {"Hu", "hu"}, //Hungarian {"Hu", "hu+standard"}, //Hungarian (standard) {"Hu", "hu+nodeadkeys"}, //Hungarian (no dead keys) {"Hu", "hu+qwerty"}, //Hungarian (QWERTY) {"Hu", "hu+101_qwertz_comma_dead"}, //Hungarian (QWERTZ, 101-key, comma, dead keys) {"Hu", "hu+101_qwertz_comma_nodead"}, //Hungarian (QWERTZ, 101-key, comma, no dead keys) {"Hu", "hu+101_qwertz_dot_dead"}, //Hungarian (QWERTZ, 101-key, dot, dead keys) {"Hu", "hu+101_qwertz_dot_nodead"}, //Hungarian (QWERTZ, 101-key, dot, no dead keys) {"Hu", "hu+101_qwerty_comma_dead"}, //Hungarian (QWERTY, 101-key, comma, dead keys) {"Hu", "hu+101_qwerty_comma_nodead"}, //Hungarian (QWERTY, 101-key, comma, no dead keys) {"Hu", "hu+101_qwerty_dot_dead"}, //Hungarian (QWERTY, 101-key, dot, dead keys) {"Hu", "hu+101_qwerty_dot_nodead"}, //Hungarian (QWERTY, 101-key, dot, no dead keys) {"Hu", "hu+102_qwertz_comma_dead"}, //Hungarian (QWERTZ, 102-key, comma, dead keys) {"Hu", "hu+102_qwertz_comma_nodead"}, //Hungarian (QWERTZ, 102-key, comma, no dead keys) {"Hu", "hu+102_qwertz_dot_dead"}, //Hungarian (QWERTZ, 102-key, dot, dead keys) {"Hu", "hu+102_qwertz_dot_nodead"}, //Hungarian (QWERTZ, 102-key, dot, no dead keys) {"Hu", "hu+102_qwerty_comma_dead"}, //Hungarian (QWERTY, 102-key, comma, dead keys) {"Hu", "hu+102_qwerty_comma_nodead"}, //Hungarian (QWERTY, 102-key, comma, no dead keys) {"Hu", "hu+102_qwerty_dot_dead"}, //Hungarian (QWERTY, 102-key, dot, dead keys) {"Hu", "hu+102_qwerty_dot_nodead"}, //Hungarian (QWERTY, 102-key, dot, no dead keys) {"Is", "is"}, //Icelandic {"Is", "is+mac_legacy"}, //Icelandic (Macintosh, legacy) {"Is", "is+mac"}, //Icelandic (Macintosh) {"Is", "is+dvorak"}, //Icelandic (Dvorak) {"He", "il"}, //Hebrew {"He", "il+lyx"}, //Hebrew (lyx) {"He", "il+phonetic"}, //Hebrew (phonetic) {"He", "il+biblical"}, //Hebrew (Biblical, Tiro) {"It", "it"}, //Italian {"It", "it+nodeadkeys"}, //Italian (no dead keys) {"It", "it+winkeys"}, //Italian (Windows) {"It", "it+mac"}, //Italian (Macintosh) {"It", "it+us"}, //Italian (US) {"Ka", "it+geo"}, //Georgian (Italy) {"It", "it+ibm"}, //Italian (IBM 142) {"It", "it+intl"}, //Italian (intl., with dead keys) {"Sj", "it+scn"}, //Sicilian {"Fu", "it+fur"}, //Friulian (Italy) {"Ja", "jp"}, //Japanese {"Ja", "jp+kana"}, //Japanese (Kana) {"Ja", "jp+kana86"}, //Japanese (Kana 86) {"Ja", "jp+OADG109A"}, //Japanese (OADG 109A) {"Ja", "jp+mac"}, //Japanese (Macintosh) {"Ja", "jp+dvorak"}, //Japanese (Dvorak) {"Ky", "kg"}, //Kyrgyz {"Ky", "kg+phonetic"}, //Kyrgyz (phonetic) {"Km", "kh"}, //Khmer (Cambodia) {"Kk", "kz"}, //Kazakh {"Ru", "kz+ruskaz"}, //Russian (Kazakhstan, with Kazakh) {"Kk", "kz+kazrus"}, //Kazakh (with Russian) {"Kk", "kz+ext"}, //Kazakh (extended) {"Kk", "kz+latin"}, //Kazakh (Latin) {"Lo", "la"}, //Lao {"Lo", "la+stea"}, //Lao (STEA) {"Es", "latam"}, //Spanish (Latin American) {"Es", "latam+nodeadkeys"}, //Spanish (Latin American, no dead keys) {"Es", "latam+deadtilde"}, //Spanish (Latin American, dead tilde) {"Es", "latam+dvorak"}, //Spanish (Latin American, Dvorak) {"Es", "latam+colemak"}, //Spanish (Latin American, Colemak) {"Lt", "lt"}, //Lithuanian {"Lt", "lt+std"}, //Lithuanian (standard) {"Lt", "lt+us"}, //Lithuanian (US) {"Lt", "lt+ibm"}, //Lithuanian (IBM LST 1205-92) {"Lt", "lt+lekp"}, //Lithuanian (LEKP) {"Lt", "lt+lekpa"}, //Lithuanian (LEKPa) {"Sf", "lt+sgs"}, //Samogitian {"Lt", "lt+ratise"}, //Lithuanian (Ratise) {"Lv", "lv"}, //Latvian {"Lv", "lv+apostrophe"}, //Latvian (apostrophe) {"Lv", "lv+tilde"}, //Latvian (tilde) {"Lv", "lv+fkey"}, //Latvian (F) {"Lv", "lv+modern"}, //Latvian (modern) {"Lv", "lv+ergonomic"}, //Latvian (ergonomic, ŪGJRMV) {"Lv", "lv+adapted"}, //Latvian (adapted) {"Mi", "mao"}, //Maori {"Me", "me"}, //Montenegrin {"Me", "me+cyrillic"}, //Montenegrin (Cyrillic) {"Me", "me+cyrillicyz"}, //Montenegrin (Cyrillic, ZE and ZHE swapped) {"Me", "me+latinunicode"}, //Montenegrin (Latin, Unicode) {"Me", "me+latinyz"}, //Montenegrin (Latin, QWERTY) {"Me", "me+latinunicodeyz"}, //Montenegrin (Latin, Unicode, QWERTY) {"Me", "me+cyrillicalternatequotes"}, //Montenegrin (Cyrillic, with guillemets) {"Me", "me+latinalternatequotes"}, //Montenegrin (Latin, with guillemets) {"Mk", "mk"}, //Macedonian {"Mk", "mk+nodeadkeys"}, //Macedonian (no dead keys) {"Mt", "mt"}, //Maltese {"Mt", "mt+us"}, //Maltese (US) {"Mt", "mt+alt-us"}, //Maltese (US, with AltGr overrides) {"Mt", "mt+alt-gb"}, //Maltese (UK, with AltGr overrides) {"Mn", "mn"}, //Mongolian {"No", "no"}, //Norwegian {"No", "no+nodeadkeys"}, //Norwegian (no dead keys) {"No", "no+winkeys"}, //Norwegian (Windows) {"No", "no+dvorak"}, //Norwegian (Dvorak) {"Ns", "no+smi"}, //Northern Saami (Norway) {"Ns", "no+smi_nodeadkeys"}, //Northern Saami (Norway, no dead keys) {"No", "no+mac"}, //Norwegian (Macintosh) {"No", "no+mac_nodeadkeys"}, //Norwegian (Macintosh, no dead keys) {"No", "no+colemak"}, //Norwegian (Colemak) {"Pl", "pl"}, //Polish {"Pl", "pl+legacy"}, //Polish (legacy) {"Pl", "pl+qwertz"}, //Polish (QWERTZ) {"Pl", "pl+dvorak"}, //Polish (Dvorak) {"Pl", "pl+dvorak_quotes"}, //Polish (Dvorak, with Polish quotes on quotemark key) {"Pl", "pl+dvorak_altquotes"}, //Polish (Dvorak, with Polish quotes on key 1) {"Kp", "pl+csb"}, //Kashubian {"Sj", "pl+szl"}, //Silesian {"Ru", "pl+ru_phonetic_dvorak"}, //Russian (Poland, phonetic Dvorak) {"Pl", "pl+dvp"}, //Polish (programmer Dvorak) {"Pt", "pt"}, //Portuguese {"Pt", "pt+nodeadkeys"}, //Portuguese (no dead keys) {"Pt", "pt+mac"}, //Portuguese (Macintosh) {"Pt", "pt+mac_nodeadkeys"}, //Portuguese (Macintosh, no dead keys) {"Pt", "pt+nativo"}, //Portuguese (Nativo) {"Pt", "pt+nativo-us"}, //Portuguese (Nativo for US keyboards) {"Eo", "pt+nativo-epo"}, //Esperanto (Portugal, Nativo) {"Ro", "ro"}, //Romanian {"Ro", "ro+std"}, //Romanian (standard) {"Ro", "ro+winkeys"}, //Romanian (Windows) {"Ru", "ru"}, //Russian {"Ru", "ru+phonetic"}, //Russian (phonetic) {"Ru", "ru+phonetic_winkeys"}, //Russian (phonetic, Windows) {"Ru", "ru+phonetic_YAZHERTY"}, //Russian (phonetic, YAZHERTY) {"Ru", "ru+typewriter"}, //Russian (typewriter) {"Ru", "ru+ruchey_ru"}, //Russian (engineering, RU) {"Ru", "ru+ruchey_en"}, //Russian (engineering, EN) {"Ru", "ru+legacy"}, //Russian (legacy) {"Ru", "ru+typewriter-legacy"}, //Russian (typewriter, legacy) {"Tt", "ru+tt"}, //Tatar {"Os", "ru+os_legacy"}, //Ossetian (legacy) {"Os", "ru+os_winkeys"}, //Ossetian (Windows) {"Cv", "ru+cv"}, //Chuvash {"Cv", "ru+cv_latin"}, //Chuvash (Latin) {"Ud", "ru+udm"}, //Udmurt {"Kv", "ru+kom"}, //Komi {"Ya", "ru+sah"}, //Yakut {"Kx", "ru+xal"}, //Kalmyk {"Ru", "ru+dos"}, //Russian (DOS) {"Ru", "ru+mac"}, //Russian (Macintosh) {"Sr", "ru+srp"}, //Serbian (Russia) {"Ba", "ru+bak"}, //Bashkirian {"Mx", "ru+chm"}, //Mari {"Ru", "ru+phonetic_azerty"}, //Russian (phonetic, AZERTY) {"Ru", "ru+phonetic_dvorak"}, //Russian (phonetic, Dvorak) {"Ru", "ru+phonetic_fr"}, //Russian (phonetic, French) {"Ab", "ru+ab"}, //Abkhazian (Russia) {"Sr", "rs"}, //Serbian {"Sr", "rs+yz"}, //Serbian (Cyrillic, ZE and ZHE swapped) {"Sr", "rs+latin"}, //Serbian (Latin) {"Sr", "rs+latinunicode"}, //Serbian (Latin, Unicode) {"Sr", "rs+latinyz"}, //Serbian (Latin, QWERTY) {"Sr", "rs+latinunicodeyz"}, //Serbian (Latin, Unicode, QWERTY) {"Sr", "rs+alternatequotes"}, //Serbian (Cyrillic, with guillemets) {"Sr", "rs+latinalternatequotes"}, //Serbian (Latin, with guillemets) {"Rs", "rs+rue"}, //Pannonian Rusyn {"Sl", "si"}, //Slovenian {"Sl", "si+alternatequotes"}, //Slovenian (with guillemets) {"Sl", "si+us"}, //Slovenian (US) {"Sk", "sk"}, //Slovak {"Sk", "sk+bksl"}, //Slovak (extended backslash) {"Sk", "sk+qwerty"}, //Slovak (QWERTY) {"Sk", "sk+qwerty_bksl"}, //Slovak (QWERTY, extended backslash) {"Es", "es"}, //Spanish {"Es", "es+nodeadkeys"}, //Spanish (no dead keys) {"Es", "es+winkeys"}, //Spanish (Windows) {"Es", "es+deadtilde"}, //Spanish (dead tilde) {"Es", "es+dvorak"}, //Spanish (Dvorak) {"As", "es+ast"}, //Asturian (Spain, with bottom-dot H and L) {"Ca", "es+cat"}, //Catalan (Spain, with middle-dot L) {"Es", "es+mac"}, //Spanish (Macintosh) {"Sv", "se"}, //Swedish {"Sv", "se+nodeadkeys"}, //Swedish (no dead keys) {"Sv", "se+dvorak"}, //Swedish (Dvorak) {"Ru", "se+rus"}, //Russian (Sweden, phonetic) {"Ru", "se+rus_nodeadkeys"}, //Russian (Sweden, phonetic, no dead keys) {"Ns", "se+smi"}, //Northern Saami (Sweden) {"Sv", "se+mac"}, //Swedish (Macintosh) {"Sv", "se+svdvorak"}, //Swedish (Svdvorak) {"Sv", "se+us_dvorak"}, //Swedish (Dvorak, intl.) {"Sv", "se+us"}, //Swedish (US) {"Sv", "se+swl"}, //Swedish Sign Language {"De", "ch"}, //German (Switzerland) {"De", "ch+legacy"}, //German (Switzerland, legacy) {"De", "ch+de_nodeadkeys"}, //German (Switzerland, no dead keys) {"Fr", "ch+fr"}, //French (Switzerland) {"Fr", "ch+fr_nodeadkeys"}, //French (Switzerland, no dead keys) {"Fr", "ch+fr_mac"}, //French (Switzerland, Macintosh) {"De", "ch+de_mac"}, //German (Switzerland, Macintosh) {"Ar", "sy"}, //Arabic (Syria) {"Ls", "sy+syc"}, //Syriac {"Ls", "sy+syc_phonetic"}, //Syriac (phonetic) {"Ku", "sy+ku"}, //Kurdish (Syria, Latin Q) {"Ku", "sy+ku_f"}, //Kurdish (Syria, F) {"Ku", "sy+ku_alt"}, //Kurdish (Syria, Latin Alt-Q) {"Tg", "tj"}, //Tajik {"Tg", "tj+legacy"}, //Tajik (legacy) {"Si", "lk"}, //Sinhala (phonetic) {"Ta", "lk+tam_unicode"}, //Tamil (Sri Lanka, TamilNet '99) {"Ta", "lk+tam_TAB"}, //Tamil (Sri Lanka, TamilNet '99, TAB encoding) {"Si", "lk+us"}, //Sinhala (US) {"Th", "th"}, //Thai {"Th", "th+tis"}, //Thai (TIS-820.2538) {"Th", "th+pat"}, //Thai (Pattachote) {"Tr", "tr"}, //Turkish {"Tr", "tr+f"}, //Turkish (F) {"Tr", "tr+e"}, //Turkish (E) {"Tr", "tr+alt"}, //Turkish (Alt-Q) {"Ku", "tr+ku"}, //Kurdish (Turkey, Latin Q) {"Ku", "tr+ku_f"}, //Kurdish (Turkey, F) {"Ku", "tr+ku_alt"}, //Kurdish (Turkey, Latin Alt-Q) {"Tr", "tr+intl"}, //Turkish (intl., with dead keys) {"Tr", "tr+ot"}, //Ottoman (Q) {"Tr", "tr+otf"}, //Ottoman (F) {"Tr", "tr+otk"}, //Old Turkic {"Tr", "tr+otkf"}, //Old Turkic (F) {"Tw", "tw"}, //Taiwanese {"Tw", "tw+indigenous"}, //Taiwanese (indigenous) {"Sy", "tw+saisiyat"}, //Saisiyat (Taiwan) {"Uk", "ua"}, //Ukrainian {"Uk", "ua+phonetic"}, //Ukrainian (phonetic) {"Uk", "ua+typewriter"}, //Ukrainian (typewriter) {"Uk", "ua+winkeys"}, //Ukrainian (Windows) {"Uk", "ua+macOS"}, //Ukrainian (macOS) {"Uk", "ua+legacy"}, //Ukrainian (legacy) {"Uk", "ua+rstu"}, //Ukrainian (standard RSTU) {"Ru", "ua+rstu_ru"}, //Russian (Ukraine, standard RSTU) {"Uk", "ua+homophonic"}, //Ukrainian (homophonic) {"Tt", "ua+crh"}, //Crimean Tatar (Turkish Q) {"Tt", "ua+crh_f"}, //Crimean Tatar (Turkish F) {"Tt", "ua+crh_alt"}, //Crimean Tatar (Turkish Alt-Q) {"En", "gb"}, //English (UK) {"En", "gb+extd"}, //English (UK, extended, Windows) {"En", "gb+intl"}, //English (UK, intl., with dead keys) {"En", "gb+dvorak"}, //English (UK, Dvorak) {"En", "gb+dvorakukp"}, //English (UK, Dvorak, with UK punctuation) {"En", "gb+mac"}, //English (UK, Macintosh) {"En", "gb+mac_intl"}, //English (UK, Macintosh, intl.) {"En", "gb+colemak"}, //English (UK, Colemak) {"En", "gb+colemak_dh"}, //English (UK, Colemak-DH) {"Pl", "gb+pl"}, //Polish (British keyboard) {"Gd", "gb+gla"}, //Scottish Gaelic {"Uz", "uz"}, //Uzbek {"Uz", "uz+latin"}, //Uzbek (Latin) {"Vi", "vn"}, //Vietnamese {"Vi", "vn+us"}, //Vietnamese (US) {"Vi", "vn+fr"}, //Vietnamese (France) {"Ko", "kr"}, //Korean {"Ko", "kr+kr104"}, //Korean (101/104-key compatible) {"Ga", "ie"}, //Irish {"Cl", "ie+CloGaelach"}, //CloGaelach {"Ga", "ie+UnicodeExpert"}, //Irish (UnicodeExpert) {"Og", "ie+ogam"}, //Ogham {"Og", "ie+ogam_is434"}, //Ogham (IS434) {"Ur", "pk"}, //Urdu (Pakistan) {"Ur", "pk+urd-crulp"}, //Urdu (Pakistan, CRULP) {"Ur", "pk+urd-nla"}, //Urdu (Pakistan, NLA) {"Ar", "pk+ara"}, //Arabic (Pakistan) {"Sd", "pk+snd"}, //Sindhi {"Dv", "mv"}, //Dhivehi {"En", "za"}, //English (South Africa) {"Eo", "epo"}, //Esperanto {"Eo", "epo+legacy"}, //Esperanto (legacy) {"Ne", "np"}, //Nepali {"En", "ng"}, //English (Nigeria) {"Ig", "ng+igbo"}, //Igbo {"Yo", "ng+yoruba"}, //Yoruba {"Ha", "ng+hausa"}, //Hausa (Nigeria) {"Am", "et"}, //Amharic {"Wo", "sn"}, //Wolof {"Bi", "brai"}, //Braille {"Bi", "brai+left_hand"}, //Braille (left-handed) {"Bi", "brai+left_hand_invert"}, //Braille (left-handed inverted thumb) {"Bi", "brai+right_hand"}, //Braille (right-handed) {"Bi", "brai+right_hand_invert"}, //Braille (right-handed inverted thumb) {"Tk", "tm"}, //Turkmen {"Tk", "tm+alt"}, //Turkmen (Alt-Q) {"Bm", "ml"}, //Bambara {"Fr", "ml+fr-oss"}, //French (Mali, alt.) {"En", "ml+us-mac"}, //English (Mali, US, Macintosh) {"En", "ml+us-intl"}, //English (Mali, US, intl.) {"Sw", "tz"}, //Swahili (Tanzania) {"Fr", "tg"}, //French (Togo) {"Sw", "ke"}, //Swahili (Kenya) {"Ki", "ke+kik"}, //Kikuyu {"Tn", "bw"}, //Tswana {"Ph", "ph"}, //Filipino {"Ph", "ph+qwerty-bay"}, //Filipino (QWERTY, Baybayin) {"Ph", "ph+capewell-dvorak"}, //Filipino (Capewell-Dvorak, Latin) {"Ph", "ph+capewell-dvorak-bay"}, //Filipino (Capewell-Dvorak, Baybayin) {"Ph", "ph+capewell-qwerf2k6"}, //Filipino (Capewell-QWERF 2006, Latin) {"Ph", "ph+capewell-qwerf2k6-bay"}, //Filipino (Capewell-QWERF 2006, Baybayin) {"Ph", "ph+colemak"}, //Filipino (Colemak, Latin) {"Ph", "ph+colemak-bay"}, //Filipino (Colemak, Baybayin) {"Ph", "ph+dvorak"}, //Filipino (Dvorak, Latin) {"Ph", "ph+dvorak-bay"}, //Filipino (Dvorak, Baybayin) {"Ro", "md"}, //Moldavian {"Ro", "md+gag"}, //Moldavian (Gagauz) {"Id", "id"}, //Indonesian (Latin) {"Jv", "id+javanese"}, //Javanese {"Id", "id+melayu-phonetic"}, //Indonesian (Arab Melayu, phonetic) {"Id", "id+melayu-phoneticx"}, //Indonesian (Arab Melayu, extended phonetic) {"Id", "id+pegon-phonetic"}, //Indonesian (Arab Pegon, phonetic) {"Ms", "my"}, //Malay (Jawi, Arabic Keyboard) {"Ms", "my+phonetic"}, //Malay (Jawi, phonetic) {"custom", "custom"}, //A user-defined custom Layout {"Ap", "apl"}, //APL {"Ap", "apl+dyalog"}, //APL symbols (Dyalog APL) {"Ap", "apl+sax"}, //APL symbols (SAX, Sharp APL for Unix) {"Ap", "apl+unified"}, //APL symbols (unified) {"Ap", "apl+apl2"}, //APL symbols (IBM APL2) {"Ap", "apl+aplplusII"}, //APL symbols (Manugistics APL*PLUS II) {"Ap", "apl+aplx"}, //APL symbols (APLX unified) {"Bg", "bqn"}, //BQN {"Kt", "ca+kut"}, //Kutenai {"Sp", "ca+shs"}, //Secwepemctsin {"Mb", "ca+sun_type6"}, //Multilingual (Canada, Sun Type 6/7) {"De", "de+hu"}, //German (with Hungarian letters, no dead keys) {"Pl", "de+pl"}, //Polish (Germany, no dead keys) {"De", "de+sun_type6"}, //German (Sun Type 6/7) {"De", "de+adnw"}, //German (Aus der Neo-Welt) {"De", "de+koy"}, //German (KOY) {"De", "de+bone"}, //German (Bone) {"De", "de+bone_eszett_home"}, //German (Bone, eszett in the home row) {"De", "de+neo_qwertz"}, //German (Neo, QWERTZ) {"De", "de+neo_qwerty"}, //German (Neo, QWERTY) {"Ru", "de+ru-recom"}, //Russian (Germany, recommended) {"Ru", "de+ru-translit"}, //Russian (Germany, transliteration) {"De", "de+lld"}, //German (Ladin) {"Cp", "eg"}, //Coptic {"Hu", "hu+oldhun"}, //Old Hungarian {"Hu", "hu+oldhunlig"}, //Old Hungarian (for ligatures) {"Ae", "ir+ave"}, //Avestan {"Lt", "lt+us_dvorak"}, //Lithuanian (Dvorak) {"Lt", "lt+sun_type6"}, //Lithuanian (Sun Type 6/7) {"Lv", "lv+dvorak"}, //Latvian (Dvorak) {"Lv", "lv+ykeydvorak"}, //Latvian (Dvorak, with Y) {"Lv", "lv+minuskeydvorak"}, //Latvian (Dvorak, with minus) {"Lv", "lv+dvorakprogr"}, //Latvian (programmer Dvorak) {"Lv", "lv+ykeydvorakprogr"}, //Latvian (programmer Dvorak, with Y) {"Lv", "lv+minuskeydvorakprogr"}, //Latvian (programmer Dvorak, with minus) {"Lv", "lv+colemak"}, //Latvian (Colemak) {"Lv", "lv+apostrophecolemak"}, //Latvian (Colemak, with apostrophe) {"Lv", "lv+sun_type6"}, //Latvian (Sun Type 6/7) {"Lv", "lv+apostrophe-deadquotes"}, //Latvian (apostrophe, dead quotes) {"En", "us+intl-unicode"}, //English (US, intl., AltGr Unicode combining) {"En", "us+alt-intl-unicode"}, //English (US, intl., AltGr Unicode combining, alt.) {"At", "us+ats"}, //Atsina {"Sx", "us+crd"}, //Coeur d'Alene Salish {"Cs", "us+cz_sk_de"}, //Czech Slovak and German (US) {"Cs", "us+cz_sk_pl_de_es_fi_sv"}, //Czech, Slovak, Polish, Spanish, Finnish, Swedish and German (US) {"En", "us+drix"}, //English (Drix) {"De", "us+de_se_fi"}, //German, Swedish and Finnish (US) {"En", "us+ibm238l"}, //English (US, IBM Arabic 238_L) {"En", "us+sun_type6"}, //English (US, Sun Type 6/7) {"En", "us+carpalx"}, //English (Carpalx) {"En", "us+carpalx-intl"}, //English (Carpalx, intl., with dead keys) {"En", "us+carpalx-altgr-intl"}, //English (Carpalx, intl., with AltGr dead keys) {"En", "us+carpalx-full"}, //English (Carpalx, full optimization) {"En", "us+carpalx-full-intl"}, //English (Carpalx, full optimization, intl., with dead keys) {"En", "us+carpalx-full-altgr-intl"}, //English (Carpalx, full optimization, intl., with AltGr dead keys) {"En", "us+3l"}, //English (3l) {"En", "us+3l-cros"}, //English (3l, Chromebook) {"En", "us+3l-emacs"}, //English (3l, emacs) {"En", "us+workman-p"}, //English (Workman-P) {"Sj", "us+scn"}, //Sicilian (US keyboard) {"En", "us+altgr-weur"}, //English (Western European AltGr dead keys) {"Pl", "pl+intl"}, //Polish (intl., with dead keys) {"Pl", "pl+colemak"}, //Polish (Colemak) {"Pl", "pl+colemak_dh_ansi"}, //Polish (Colemak-DH) {"Pl", "pl+colemak_dh"}, //Polish (Colemak-DH ISO) {"Pl", "pl+sun_type6"}, //Polish (Sun Type 6/7) {"Pl", "pl+glagolica"}, //Polish (Glagolica) {"Pl", "pl+lefty"}, //Polish (lefty) {"Tt", "ro+crh_dobruja"}, //Crimean Tatar (Dobruja Q) {"Ro", "ro+ergonomic"}, //Romanian (ergonomic Touchtype) {"Ro", "ro+sun_type6"}, //Romanian (Sun Type 6/7) {"Sr", "rs+combiningkeys"}, //Serbian (combining accents instead of dead keys) {"Cu", "ru+chu"}, //Church Slavonic {"Ru", "ru+ruu"}, //Russian (with Ukrainian-Belorussian layout) {"Ru", "ru+rulemak"}, //Russian (Rulemak, phonetic Colemak) {"Ru", "ru+phonetic_mac"}, //Russian (phonetic Macintosh) {"Ru", "ru+sun_type6"}, //Russian (Sun Type 6/7) {"Ru", "ru+unipunct"}, //Russian (with US punctuation) {"Ru", "ru+gost-6431-75-48"}, //Russian (GOST 6431-75) {"Ru", "ru+gost-14289-88"}, //Russian (GOST 14289-88) {"Ru", "ru+prxn"}, //Russian (Polyglot and Reactionary) {"Ru", "ru+winkeys-p"}, //Russian (Programmer) {"Hy", "am+olpc-phonetic"}, //Armenian (OLPC, phonetic) {"He", "il+biblicalSIL"}, //Hebrew (Biblical, SIL phonetic) {"Ar", "ara+sun_type6"}, //Arabic (Sun Type 6/7) {"Ar", "ara+basic_ext"}, //Arabic (Arabic numerals, extensions in the 4th level) {"Ar", "ara+basic_ext_digits"}, //Arabic (Eastern Arabic numerals, extensions in the 4th level) {"Ua", "ara+uga"}, //Ugaritic instead of Arabic {"Ar", "ara+ergoarabic"}, //Arabic (ErgoArabic) {"Bl", "be+sun_type6"}, //Belgian (Sun Type 6/7) {"Pt", "br+sun_type6"}, //Portuguese (Brazil, Sun Type 6/7) {"Cs", "cz+sun_type6"}, //Czech (Sun Type 6/7) {"Cs", "cz+prog"}, //Czech (programming) {"Cs", "cz+typo"}, //Czech (typographic) {"Cs", "cz+coder"}, //Czech (coder) {"Cs", "cz+prog_typo"}, //Czech (programming, typographic) {"Cs", "cz+colemak-ucw"}, //Czech (US, Colemak, UCW support) {"Da", "dk+sun_type6"}, //Danish (Sun Type 6/7) {"Nl", "nl+sun_type6"}, //Dutch (Sun Type 6/7) {"Et", "ee+sun_type6"}, //Estonian (Sun Type 6/7) {"Fi", "fi+sun_type6"}, //Finnish (Sun Type 6/7) {"Fi", "fi+das"}, //Finnish (DAS) {"Fi", "fi+fidvorak"}, //Finnish (Dvorak) {"Fr", "fr+sun_type6"}, //French (Sun Type 6/7) {"Fr", "fr+us-alt"}, //French (US with dead keys, alt.) {"Fr", "fr+us-azerty"}, //French (US, AZERTY) {"Gr", "gr+sun_type6"}, //Greek (Sun Type 6/7) {"Gr", "gr+colemak"}, //Greek (Colemak) {"It", "it+sun_type6"}, //Italian (Sun Type 6/7) {"It", "it+lld"}, //Italian (Ladin) {"It", "it+dvorak"}, //Italian (Dvorak) {"Ja", "jp+sun_type6"}, //Japanese (Sun Type 6) {"Ja", "jp+sun_type7"}, //Japanese (Sun Type 7, PC-compatible) {"Ja", "jp+sun_type7_suncompat"}, //Japanese (Sun Type 7, Sun-compatible) {"No", "no+sun_type6"}, //Norwegian (Sun Type 6/7) {"Ur", "pk+urd-navees"}, //Urdu (Pakistan, Navees) {"Pt", "pt+sun_type6"}, //Portuguese (Sun Type 6/7) {"Pt", "pt+colemak"}, //Portuguese (Colemak) {"Sk", "sk+acc"}, //Slovak (ACC layout, only accented letters) {"Sk", "sk+sun_type6"}, //Slovak (Sun Type 6/7) {"Es", "es+sun_type6"}, //Spanish (Sun Type 6/7) {"Sv", "se+dvorak_a5"}, //Swedish (Dvorak A5) {"Sv", "se+sun_type6"}, //Swedish (Sun Type 6/7) {"Ed", "se+ovd"}, //Elfdalian (Swedish, with combining ogonek) {"De", "ch+sun_type6_de"}, //German (Switzerland, Sun Type 6/7) {"Fr", "ch+sun_type6_fr"}, //French (Switzerland, Sun Type 6/7) {"Tr", "tr+sun_type6"}, //Turkish (Sun Type 6/7) {"Tr", "tr+otk"}, //Old Turkic {"Tr", "tr+us"}, //Turkish (Turkey, Latin Q, Swap i and ı) {"Uk", "ua+sun_type6"}, //Ukrainian (Sun Type 6/7) {"En", "gb+sun_type6"}, //English (UK, Sun Type 6/7) {"Ko", "kr+sun_type6"}, //Korean (Sun Type 6/7) {"Vi", "vn+aderty"}, //Vietnamese (AÐERTY) {"Vi", "vn+qderty"}, //Vietnamese (QĐERTY) {"Ek", "eu"}, //EurKEY (US) {"Ix", "trans"}, //International Phonetic Alphabet {"Ix", "trans+qwerty"}, //International Phonetic Alphabet (QWERTY) {"Md", "in+modi-kagapa"}, //Modi (KaGaPa phonetic) {"Sa", "in+san-misc"}, //Sanskrit symbols {"Ur", "in+urd-navees"}, //Urdu (Navees)} {"emoji", "emoji"}, //Emoji {NULL, NULL} }; gchar* lookupLanguage(const gchar* sId) { guint nId = 0; while (LANGUAGES[nId].sLanguage != NULL) { if (g_str_equal(LANGUAGES[nId].sId, sId)) { return LANGUAGES[nId].sLanguage; } nId++; } g_warning("No language found for Id %s", sId); return "00"; } ayatana-indicator-keyboard-22.9.1/src/main.c0000644000000000000000000000325614346656651015566 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.9.1/src/service.c0000644000000000000000000004113514346656651016300 0ustar /* * Copyright 2021-2022 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranties of * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ #include #include #include #include #include "service.h" #define BUS_NAME "org.ayatana.indicator.keyboard" #define BUS_PATH "/org/ayatana/indicator/keyboard" #define ICON_DEFAULT "input-keyboard" static guint m_nSignal = 0; static void *m_pLibHandle = NULL; static Keyboard* (*m_fnKeyboardNew)(); static void (*m_fnKeyboardAddSource)(Keyboard *pKeyboard); static guint (*m_fnKeyboardGetNumLayouts)(Keyboard *pKeyboard); static 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; GSimpleAction *pHeaderAction; }; struct _IndicatorKeyboardServicePrivate { GCancellable *pCancellable; guint nOwnId; guint nActionsId; GDBusConnection *pConnection; gboolean bMenusBuilt; struct ProfileMenuInfo lMenus[N_PROFILES]; GSimpleActionGroup *pActionGroup; GSimpleAction *pSettingsAction; GSimpleAction *pLayoutAction; GMenu *pLayoutSection; Keyboard *pKeyboard; GSettings *pSettings; }; typedef IndicatorKeyboardServicePrivate priv_t; G_DEFINE_TYPE_WITH_PRIVATE(IndicatorKeyboardService, indicator_keyboard_service, G_TYPE_OBJECT) static GVariant* createHeaderState(IndicatorKeyboardService *self, int nProfile) { GVariantBuilder cBuilder; g_variant_builder_init(&cBuilder, G_VARIANT_TYPE("a{sv}")); g_variant_builder_add(&cBuilder, "{sv}", "title", g_variant_new_string(_("Keyboard"))); g_variant_builder_add(&cBuilder, "{sv}", "tooltip", g_variant_new_string(_("Keyboard layout switcher and settings"))); g_variant_builder_add(&cBuilder, "{sv}", "visible", g_variant_new_boolean(TRUE)); gchar *sKey = NULL; if (nProfile == PROFILE_DESKTOP) { sKey = "language-icon-desktop"; } else if (nProfile == PROFILE_PHONE) { sKey = "language-icon-phone"; } else if (nProfile == PROFILE_GREETER) { sKey = "language-icon-greeter"; } gboolean bLayout = g_settings_get_boolean (self->pPrivate->pSettings, sKey); GIcon *pIcon = NULL; if (bLayout == FALSE) { pIcon = g_themed_icon_new_with_default_fallbacks(ICON_DEFAULT); } else { gchar *sLanguage; m_fnKeyboardGetLayout(self->pPrivate->pKeyboard, -1, &sLanguage, NULL); gchar *sIcon = g_strconcat("ayatana-indicator-keyboard-", sLanguage, NULL); g_free(sLanguage); pIcon = g_themed_icon_new_with_default_fallbacks(sIcon); g_free(sIcon); } g_variant_builder_add(&cBuilder, "{sv}", "accessible-desc", g_variant_new_string(_("Current keyboard layout"))); if (pIcon) { GVariant *pSerialized = g_icon_serialize(pIcon); if (pSerialized != NULL) { g_variant_builder_add(&cBuilder, "{sv}", "icon", pSerialized); g_variant_unref(pSerialized); } g_object_unref(pIcon); } return g_variant_builder_end(&cBuilder); } static GMenuModel* createLayoutSection(IndicatorKeyboardService *self) { self->pPrivate->pLayoutSection = g_menu_new(); guint nLayouts = m_fnKeyboardGetNumLayouts(self->pPrivate->pKeyboard); for (guint nLayout = 0; nLayout < nLayouts; nLayout++) { gchar *sLanguage; gchar *sDescription; m_fnKeyboardGetLayout(self->pPrivate->pKeyboard, nLayout, &sLanguage, &sDescription); GMenuItem *pItem = g_menu_item_new(sDescription, NULL); g_free(sDescription); g_menu_item_set_action_and_target_value(pItem, "indicator.layout", g_variant_new_byte(nLayout)); g_menu_item_set_attribute_value(pItem, "x-ayatana-layout", g_variant_new_byte(nLayout)); gchar *sIcon = g_strconcat("ayatana-indicator-keyboard-", sLanguage, NULL); g_free(sLanguage); GIcon *pIcon = g_themed_icon_new_with_default_fallbacks(sIcon); g_free(sIcon); GVariant *pSerialized = g_icon_serialize(pIcon); if (pSerialized != NULL) { g_menu_item_set_attribute_value(pItem, G_MENU_ATTRIBUTE_ICON, pSerialized); g_variant_unref(pSerialized); } g_object_unref(pIcon); g_menu_append_item(self->pPrivate->pLayoutSection, pItem); g_object_unref(pItem); } return G_MENU_MODEL(self->pPrivate->pLayoutSection); } static GMenuModel* createSettingsSection(IndicatorKeyboardService *self) { GMenu * pMenu = g_menu_new(); 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 *pInfoPhone = &self->pPrivate->lMenus[PROFILE_PHONE]; struct ProfileMenuInfo *pInfoGreeter = &self->pPrivate->lMenus[PROFILE_GREETER]; if (nSections & SECTION_HEADER) { g_simple_action_set_state(pInfoDesktop->pHeaderAction, createHeaderState(self, PROFILE_DESKTOP)); g_simple_action_set_state(pInfoPhone->pHeaderAction, createHeaderState(self, PROFILE_PHONE)); g_simple_action_set_state(pInfoGreeter->pHeaderAction, createHeaderState(self, PROFILE_GREETER)); } if (!self->pPrivate->bMenusBuilt) { return; } if (nSections & SECTION_LAYOUTS) { rebuildSection(pInfoDesktop->pSubmenu, 0, createLayoutSection(self)); rebuildSection(pInfoPhone->pSubmenu, 0, createLayoutSection(self)); rebuildSection(pInfoGreeter->pSubmenu, 0, createLayoutSection(self)); } if (nSections & SECTION_SETTINGS) { rebuildSection(pInfoDesktop->pSubmenu, 1, createSettingsSection(self)); rebuildSection(pInfoPhone->pSubmenu, 1, createSettingsSection(self)); } } static void createMenu(IndicatorKeyboardService *self, int nProfile) { GMenu *pMenu; GMenu *pSubmenu; GMenuItem *pItem; GMenuModel *lSections[16]; guint nSection = 0; g_assert(0 <= nProfile && nProfile < N_PROFILES); g_assert(self->pPrivate->lMenus[nProfile].pMenu == NULL); // Build the sections if (nProfile == PROFILE_PHONE) { lSections[nSection++] = createLayoutSection(self); lSections[nSection++] = createSettingsSection(self); } else if (nProfile == PROFILE_DESKTOP) { lSections[nSection++] = createLayoutSection(self); lSections[nSection++] = createSettingsSection(self); } else if (nProfile == PROFILE_GREETER) { lSections[nSection++] = createLayoutSection(self); } // Add sections to the submenu pSubmenu = g_menu_new(); for (guint i = 0; i < nSection; ++i) { g_menu_append_section(pSubmenu, NULL, lSections[i]); g_object_unref(lSections[i]); } // Add submenu to the header gchar *sName = g_strdup_printf ("indicator._header-%s", m_lMenuNames[nProfile]); pItem = g_menu_item_new(NULL, sName); g_free (sName); g_menu_item_set_attribute(pItem, "x-ayatana-type", "s", "org.ayatana.indicator.root"); g_menu_item_set_submenu(pItem, G_MENU_MODEL(pSubmenu)); g_object_unref(pSubmenu); // Add header to the menu pMenu = g_menu_new(); g_menu_append_item(pMenu, pItem); g_object_unref(pItem); self->pPrivate->lMenus[nProfile].pMenu = pMenu; self->pPrivate->lMenus[nProfile].pSubmenu = pSubmenu; } static void onLayoutChanged(Keyboard *pKeyboard, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_HEADER); } static void onConfigChanged(Keyboard *pKeyboard, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_LAYOUTS); } static void onLayoutSelected(GSimpleAction *pAction, GVariant *pVariant, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); const guint8 nLayout = g_variant_get_byte(pVariant); m_fnKeyboardSetLayout(self->pPrivate->pKeyboard, nLayout); } static void onSettings(GSimpleAction *pAction, GVariant *pVariant, gpointer 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(); for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { gchar *sName = g_strdup_printf ("_header-%s", m_lMenuNames[nProfile]); pAction = g_simple_action_new_stateful(sName, NULL, createHeaderState(self, nProfile)); g_free (sName); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->lMenus[nProfile].pHeaderAction = pAction; } pAction = g_simple_action_new("layout", G_VARIANT_TYPE_BYTE); g_action_map_add_action(G_ACTION_MAP(self->pPrivate->pActionGroup), G_ACTION(pAction)); self->pPrivate->pLayoutAction = pAction; g_signal_connect(pAction, "activate", G_CALLBACK(onLayoutSelected), self); 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->pSettings != NULL) { g_signal_handlers_disconnect_by_data (self->pPrivate->pSettings, self); g_clear_object (&self->pPrivate->pSettings); } 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); for (int nProfile = 0; nProfile < N_PROFILES; ++nProfile) { g_clear_object (&self->pPrivate->lMenus[nProfile].pHeaderAction); } g_clear_object (&self->pPrivate->pActionGroup); g_clear_object (&self->pPrivate->pConnection); if (m_pLibHandle) { dlclose(m_pLibHandle); m_pLibHandle = NULL; } G_OBJECT_CLASS(indicator_keyboard_service_parent_class)->dispose(pObject); } static void onSettingsChanged(GSettings *pSettings, gchar *sKey, gpointer pData) { IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData); rebuildNow(self, SECTION_HEADER); } static void indicator_keyboard_service_init(IndicatorKeyboardService *self) { gchar *sLib = "libayatana-keyboard-x11.so.0"; 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->pSettings = g_settings_new ("org.ayatana.indicator.keyboard"); g_signal_connect(self->pPrivate->pSettings, "changed", G_CALLBACK(onSettingsChanged), self); 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.9.1/src/service.h0000644000000000000000000000351314346656651016303 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.9.1/.travis.yml0000644000000000000000000000170614346656651016016 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.9.1/update-po.sh0000755000000000000000000000271114346656651016137 0ustar #!/bin/bash set -x # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cp po/${GETTEXT_DOMAIN}.pot po/${GETTEXT_DOMAIN}.pot~ cd po/ cat LINGUAS | while read lingua; do if [ ! -e ${lingua}.po ]; then msginit --input=${GETTEXT_DOMAIN}.pot --locale=${lingua} --no-translator --output-file=$lingua.po else intltool-update --gettext-package ${GETTEXT_DOMAIN} $(basename ${lingua}) fi sed -E \ -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i ${lingua}.po done cd - 1>/dev/null mv po/${GETTEXT_DOMAIN}.pot~ po/${GETTEXT_DOMAIN}.pot ayatana-indicator-keyboard-22.9.1/update-pot.sh0000755000000000000000000000222214346656651016320 0ustar #!/bin/bash # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot && cd - 1>/dev/null sed -E \ -e 's/\.xml\.in\.in.\h:/.xml.in.in:/g' \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i po/${GETTEXT_DOMAIN}.pot