ayatana-indicator-bluetooth-24.5.0/AUTHORS0000644000000000000000000000437714623307153015152 0ustar Ács Zoltán Adolfo Jayme Barrientos Adrià Martín Allan Nordhøy Anders Jonsson Andrej Shadura Andy Chiang Aung Xange Bileto Bot Boyuan Yang <073plan@gmail.com> Charles Kerr CI Train Bot 이정희 Dan Chapman Dmitrijs Ledkovs ElectrifiedSpeed Eric gallegonovato Heimen Stoffels Jeremy Bicha J. Lavoie Joan CiberSheep Kieran W Kristjan Räts Lars Uebernickel Launchpad Translations on behalf of robert-ancell <> Luna Jernberg Marius Gripsgard Marius Gripsgard Mathieu Trudel-Lapierre Michael Terry Michele Mike Gabriel Milan Korecky Milo Ivir Moo Mubarek Seyd Juhar Oğuz Ersen Oğuz Ersen Phil Clifford phlostically Quentin PAGÈS Ratchanan Srirattanamet Reza Almanda Robert Ancell Robert Tari Sebastien Bacher Sergii Horichenko spnux ssantos Steve Sylke Vicious Ted Gould Teitei Tomáš Marný Vilakone Thammavong Weblate Wellington Terumi Uemura Yaron Shahrabani 复予 ayatana-indicator-bluetooth-24.5.0/.build.yml0000644000000000000000000001006414623307153015770 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-bluetooth - clang - gcc - git - make - startup-notification - which - cmake - cmake-extras - mate-common - intltool - glib2 - systemd - vala # For building libayatana-common - gobject-introspection # - liblomiri-url-dispatcher debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-bluetooth - clang - clang-tools - g++ - cppcheck - git - cmake - cmake-extras - intltool - libglib2.0-dev - systemd - valac # For building libayatana-common - gobject-introspection - libgirepository1.0-dev - liblomiri-url-dispatcher-dev ubuntu: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - systemd - valac # For building libayatana-common - gobject-introspection - libgirepository1.0-dev - liblomiri-url-dispatcher-dev ubuntu:focal: - clang - clang-tools - g++ - git - cmake - cmake-extras - intltool - libglib2.0-dev - systemd - valac # For building libayatana-common - gobject-introspection - libgirepository1.0-dev variables: - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr -enable-checker alpha.core.SizeofPtr -enable-checker alpha.security.ArrayBoundV2 -enable-checker alpha.security.MallocOverflow -enable-checker alpha.security.ReturnPtrRange -enable-checker alpha.unix.SimpleStream -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.unix.cstring.NotNullTerminated -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' before_scripts: - cd ${START_DIR} - if [ ! -d libayatana-common-build ]; then - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build - fi - cd libayatana-common-build - if [ ${DISTRO_NAME} == "debian" ]; then - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_LOMIRI_FEATURES=ON - else - cmake . -DCMAKE_INSTALL_PREFIX=/usr - fi - make - make install - cd - - rm -Rf libayatana-common-build/ build_scripts: # No C/C++ code in this project (only Vala). So skip cppcheck run. # - if [ ${DISTRO_NAME} == "debian" ];then # - cppcheck --enable=warning,style,performance,portability,information,missingInclude . # - fi # - - if [ -e ./CMakeLists.txt ]; then - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON - else - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON - fi - else - exit 1 - fi - - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi # - XVFB_RUN="$(which xvfb-run || true)" # - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then # - if [ -e ./CMakeLists.txt ]; then # - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test # - fi # - fi ayatana-indicator-bluetooth-24.5.0/ChangeLog0000644000000000000000000014315114623307153015646 0ustar 2024-05-22 Mike Gabriel * release 24.5.0 (HEAD -> main, tag: 24.5.0) 2024-05-21 Robert Tari * Merge branch 'sunweaver-pr/lomiri-indicators-target' (d8ed9457) 2024-05-21 Mike Gabriel * data/ayatana-indicator-bluetooth.service.in: Become part of lomiri-indicators.target. (af853087) 2024-04-01 复予 * Translated using Weblate (Chinese (Simplified)) (66b25a85) 2024-03-22 Steve * Translated using Weblate (French) (15104e5a) 2024-03-14 이정희 * Translated using Weblate (Korean) (b524b093) 2023-10-22 Weblate * Added translation using Weblate (Kurdish) (0668079f) 2023-10-12 Mike Gabriel * release 23.10.0 (736eaa96) (tag: 23.10.0) 2023-10-10 Mike Gabriel * po/: Update translatio files. (485e539e) 2023-09-15 gallegonovato * Translated using Weblate (Spanish) (1aa2edd7) 2023-09-11 Mike Gabriel * Translated using Weblate (German) (1b705e56) 2023-09-09 Mike Gabriel * Merge branch 'tari01-pr/fix-schema-translation' (33d4e817) 2023-09-07 Robert Tari * Fix gschema file translation (cfde53e2) 2023-09-09 Mike Gabriel * Merge branch 'tari01-pr/drop-testing' (99055f62) 2023-09-08 Robert Tari * src/desktop.vala: Use blueman-manager for settings on XFCE (0f4312d5) 2023-09-06 Kieran W * Translated using Weblate (English (United Kingdom)) (145f43c2) 2023-09-08 Mike Gabriel * Merge branch 'tari01-pr/xfce-blueman-settings' (6ca2230b) 2023-09-08 Robert Tari * src/desktop.vala: Use blueman-manager for settings on XFCE (15beb49d) 2023-09-06 Kieran W * Translated using Weblate (English (United Kingdom)) (2ea6783d) 2023-09-06 Robert Tari * Drop testing/coverage options (1d296224) 2023-07-01 spnux * Translated using Weblate (French) (25889d67) 2023-06-27 Sylke Vicious * Translated using Weblate (Italian) (1f17e868) 2023-06-22 Joan CiberSheep * Translated using Weblate (Catalan) (90e42cdc) 2023-05-20 Milo Ivir * Translated using Weblate (Croatian) (d9ab7e48) 2023-04-20 Vilakone Thammavong * Translated using Weblate (Lao) (4b305031) 2023-04-06 ssantos * Translated using Weblate (Portuguese) (1b8d6153) 2023-03-15 Heimen Stoffels * Translated using Weblate (Dutch) (ba3cdcae) 2023-03-03 gallegonovato * Translated using Weblate (Spanish) (2e8c59dd) 2023-02-15 Mike Gabriel * release 22.9.1 (bc432520) (tag: 22.9.1) * Merge branch 'tari01-pr/icon-to-bus-lomiri' (c6dc3d1e) 2023-02-14 Robert Tari * src/profile.vala: Send all menu root properties to D-Bus on Lomiri regardless of the Bluetooth state (fe15518f) 2023-02-10 Luna Jernberg * Translated using Weblate (Swedish) (a924392f) 2023-01-06 Andy Chiang * Translated using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (cafe652d) 2022-12-30 Milo Ivir * Translated using Weblate (Croatian) (a393385c) 2022-10-19 Kristjan Räts * Translated using Weblate (Estonian) (f90fbf4f) 2022-10-01 Mubarek Seyd Juhar * Translated using Weblate (Tigrinya) (b80b6754) 2022-09-29 이정희 * Translated using Weblate (Korean) (25cb0870) 2022-09-25 Oğuz Ersen * Translated using Weblate (Turkish) (f9bdc366) * Translated using Weblate (Turkish) (4f8f75ac) 2022-09-14 Sergii Horichenko * Translated using Weblate (Ukrainian) (c70652c6) * Translated using Weblate (Russian) (078e185e) 2022-09-14 Mike Gabriel * release 22.9.0 (f7b910de) (tag: 22.9.0) 2022-09-14 Milan Korecky * Translated using Weblate (Czech) (01eb12da) 2022-09-14 Mike Gabriel * po/*.po{,t}: Translation strings update (esp. source file references). (2ffdf6a7) * update-po{,t}.sh: Also catch multi-file source file references. (a2bfe09c) * po/*.po: Update translation strings. (989f4a24) 2022-09-13 Robert Tari * Merge branch 'sunweaver-pr/beautify-paths-in-pot-file' (743c3b5c) 2022-09-07 Quentin PAGÈS * Translated using Weblate (Occitan) (1f878cf4) 2022-09-07 Moo * Translated using Weblate (Lithuanian) (786e35e4) 2022-09-06 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (bf2b8167) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (1471d828) 2022-09-05 Eric * Translated using Weblate (Chinese (Simplified)) (ce3b4c6b) 2022-09-05 Yaron Shahrabani * Translated using Weblate (Hebrew) (9c0f84b8) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (590fd16b) 2022-09-11 Mike Gabriel * po/ayatana-indicator-bluetooth.pot: Update file. (093d0112) * update-po{,t}.sh: Omit ../ at beginning of file names in .pot file. (24033c31) 2022-09-07 Quentin PAGÈS * Translated using Weblate (Occitan) (a6516106) 2022-09-07 Moo * Translated using Weblate (Lithuanian) (c6418907) 2022-09-06 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (b79da34f) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (4726c385) 2022-09-05 Eric * Translated using Weblate (Chinese (Simplified)) (a9e1731b) 2022-09-05 Yaron Shahrabani * Translated using Weblate (Hebrew) (972ac030) 2022-09-05 Mike Gabriel * Translated using Weblate (German) (1db42be7) * po/*.po{,t}: Translation strings update. (5fee084a) * Merge branch 'tari01-pr/hide-icon-if-no-adapter' (26e135ab) 2022-07-22 Mike Gabriel * src/profile.vala: Add tooltip. (19530d56) 2022-08-06 Quentin PAGÈS * Translated using Weblate (Occitan) (4bdc03c8) 2022-09-01 Mike Gabriel * Merge branch 'sunweaver-pr/tooltip-support' (710c133e) 2022-07-22 Mike Gabriel * src/profile.vala: Add tooltip. (f47463e4) 2022-08-06 Quentin PAGÈS * Translated using Weblate (Occitan) (a6835859) 2022-08-01 Robert Tari * Hide bluetooth icon on hardware without bluetooth support (5ebb1a36) 2022-07-27 Sergii Horichenko * Translated using Weblate (Ukrainian) (ed77cff4) 2022-07-14 Teitei * Translated using Weblate (Burmese) (2f1676f6) 2022-06-26 Mike Gabriel * Merge branch 'peat-psuwit-qmenumodel-compat' (4048650f) 2022-06-22 Ratchanan Srirattanamet * src/*.vala: make the switch item & action QMenuModel compatible (b3adf1f4) 2022-06-14 Mike Gabriel * Translated using Weblate (German) (1e922c24) 2022-04-23 Sergii Horichenko * Translated using Weblate (Russian) (191e8c2c) * Translated using Weblate (Ukrainian) (6afb61b8) * Translated using Weblate (Russian) (3568eb46) * Translated using Weblate (Ukrainian) (5f68674e) * Translated using Weblate (Ukrainian) (6968ff0b) 2022-02-27 이정희 * Translated using Weblate (Korean) (8e58a6de) 2022-02-28 Yaron Shahrabani * Translated using Weblate (Hebrew) (e0a57e24) 2022-02-17 Mike Gabriel * release 22.2.0 (f2281a9a) (tag: 22.2.0) 2022-02-16 Mike Gabriel * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' (f3644373) 2022-02-16 Robert Tari * data/CMakeLists.txt: Drop unused pkglibexecdir definition (7b61cdfa) 2022-02-08 Robert Tari * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system (20f67a20) 2022-02-02 Aung Xange * Translated using Weblate (Burmese) (7c9505ff) 2022-01-27 Mike Gabriel * Merge branch 'tari01-pr/cleanup-compile-flags' (cd08e1e3) 2022-01-11 Robert Tari * .build.yml: Drop extra compilation flags and build with -Werror (b1fd511a) * CMakeLists.txt: Clean up compilation flags (a7c80f64) 2022-01-02 ssantos * Translated using Weblate (Portuguese) (1267d39c) 2021-12-15 Mike Gabriel * Merge branch 'tari01-pr/fix-device-section-layout' (aed99ec2) 2021-12-15 Robert Tari * src/desktop.vala: Fix device section layout (706ba0db) 2021-12-15 Mike Gabriel * Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' (2022bfc5) 2021-12-06 Robert Tari * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES (d57e4c82) 2021-11-18 phlostically * Translated using Weblate (Esperanto) (a556eb81) 2021-11-17 Mike Gabriel * release 0.9.0 (0ec67c2c) (tag: 0.9.0) 2021-11-16 Phil Clifford * Translated using Weblate (Gaelic) (53e179ef) 2021-11-05 Andrej Shadura * Translated using Weblate (Slovak) (fdd55211) 2021-11-04 Michele * Translated using Weblate (Italian) (74b2a7a5) 2021-11-03 ElectrifiedSpeed * Translated using Weblate (Macedonian) (103d42c5) 2021-11-02 Mike Gabriel * Merge branch 'tari01-pr/drop-merge-review' (2e4774e4) 2021-11-02 Robert Tari * Drop all references to MERGE-REVIEW (6d61bfd3) 2021-10-26 Robert Tari * Merge branch 'sunweaver-pr/travis-cleanup' (f0c22a81) 2021-10-25 Mike Gabriel * .build.yml: Remove source code of locally built dependency after it has been installed. (0472b402) 2021-10-26 Mike Gabriel * .build.yml. Skip cppcheck run for the bluetooth indicator, only Vala code in here. (a300ef3b) 2021-10-25 Mike Gabriel * .build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target. (7bec1ae9) * .build.yml: Drop autogen.sh support. (3d034271) 2021-10-22 Robert Tari * data/CMakeLists.txt: Do not use automatic GSchema compilation (8be805d5) 2021-10-21 Mike Gabriel * Merge branch 'tari01-pr/use-intltool-merge-translations' (253e534a) 2021-10-21 Robert Tari * data/CMakeLists.txt: Use intltool_merge_translations instead of execute_process (2e7199ec) 2021-10-20 Robert Tari * .travis.yml: Temporarily disable ppc64le builds (a77ead4c) 2021-10-20 Mike Gabriel * Merge branch 'tari01-pr/compile-gschema-during-installation' (ed270745) 2021-10-20 Robert Tari * Compile GSchema during installation (2ee00dd9) 2021-09-02 Robert Tari * .build.yml: Also run unit tests during CI builds against Ubuntu. (f75ac444) 2021-09-23 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (3ea1fef6) 2021-09-02 Robert Tari * Fix Travis status image (61b6fcfe) 2021-08-29 Mike Gabriel * debian/{control,compat}: Bump to level 10. (25ea6181) * debian/changelog: Syntax fix. (cba8d5f2) * debian/rules: Enable unit tests with the new way. (c9adf522) 2021-08-28 Mike Gabriel * po/: Split up ku.po into ckb.po, kmr.po, and sdh.po. (5b126ad4) * .travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts. (008ccb8b) * debian/control: Add B-D: libayatana-common-dev (>= 0.9.3). (11f95708) * Merge branch 'tari01-pr/drop-lomiri-url-dispatcher' (56999400) 2021-08-27 Robert Tari * debian/: Drop all references to lomiri-url-dispatcher (5849ff3d) * .build.yml: Adjust to lomiri-url-dispatcher being an optional dependency of libayatana-common; Debian 11 has been released, so drop debian:stable specific requirements." (c0df5d0e) * Drop lomiri-url-dispatcher (fe24f8d4) 2021-08-28 Mike Gabriel * Merge branch 'tari01-pr/use-libayatana-common' (3e827b80) 2021-08-27 Robert Tari * Add libayatana-common dependencies (9ca4205f) * Replace code with libayatana-common functions (3e045e89) 2021-08-28 Mike Gabriel * Merge branch 'tari01-pr/add-enable-werror-option' (f9dcff7b) 2021-08-09 Robert Tari * Add ENABLE_WERROR option (6bddc110) 2021-08-28 Mike Gabriel * Merge branch 'tari01-pr/fix-duplicate-languages' (7d109076) 2021-07-28 Robert Tari * Remove duplicate translation files (a5238643) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/cmake-install-full' (b48e3161) 2021-08-03 Robert Tari * Use CMAKE_INSTALL_FULL_*DIR locations for installation (2ea849e4) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-documentation-and-build-instructions' (3675599e) 2021-07-28 Robert Tari * Add documentation and build instructions (c200a3d1) 2021-08-04 Mike Gabriel * Merge branch 'tari01-pr/add-standard-cmake-bits' (cbfecc6a) 2021-07-28 Robert Tari * Add standard Ayatana CMake bits (fb099bb1) 2021-07-15 Boyuan Yang * Translated using Weblate (Chinese (Simplified)) (a84dc9bf) 2021-05-22 Yaron Shahrabani * Translated using Weblate (Hebrew) (83d34cb2) 2021-05-04 Robert Tari * Merge branch 'sunweaver-pr/travis-ci' (f116de58) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (7aa2d3bb) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (e1d6ffe5) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (48b55c65) 2021-05-04 Mike Gabriel * .travis.yml: Don't try running autotools based CI build. (c89874fb) * Travis CI: Disable unit test runs (none present). (6c287023) * Travis CI: Initial draft for CI builds. (b3a39588) 2021-05-01 Tomáš Marný * Translated using Weblate (Czech) (977400d8) 2021-03-29 Weblate * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) (c0d9f6a2) 2021-03-18 Reza Almanda * Translated using Weblate (Indonesian) (46166aa8) 2021-02-04 Mike Gabriel * post-release update of debian/changelog (720dbfef) 2021-02-03 Mike Gabriel * release 0.8.2 (43c78e6b) (tag: 0.8.2) * src/CMakeLists.txt: Fix loading VAPI file for lomiri-url-dispatcher. (38329359) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/finalize-lomiri-url-dispatcher-port' (697f09a1) 2021-02-03 Mike Gabriel * Finalize incomplete switch to Lomiri URL Dispatcher. (a0a8973d) * debian/control: Switch from url-dispatcher to lomiri-url-dispatcher. (8d6ed865) 2021-01-28 Milo Ivir * Translated using Weblate (Croatian) (b406121c) 2021-01-27 Mike Gabriel * debian/control: Make B-D on dh-systemd optional (fixes FTBFS in Debian bullseye). (5817d4a4) 2021-01-16 Kristjan Räts * Translated using Weblate (Estonian) (0d81295f) 2020-12-30 J. Lavoie * Translated using Weblate (French (Canada)) (43bff8e3) * Translated using Weblate (English (Canada)) (db1edad4) * Translated using Weblate (English (United Kingdom)) (ede9d942) * Translated using Weblate (German) (f1ecac86) 2020-12-29 Wellington Terumi Uemura * Translated using Weblate (Portuguese (Brazil)) (4632ce2e) 2020-12-30 J. Lavoie * Translated using Weblate (French) (101b0742) 2020-12-23 Luna Jernberg * Translated using Weblate (Swedish) (2575b097) 2020-12-22 Mike Gabriel * Merge branch 'tari01-pr/devices-to-sections' (e077724a) 2020-12-22 Robert Tari * Show devices in sections (0f5f6c0b) 2020-12-22 Mike Gabriel * Merge branch 'tari01-pr/build-warnings' (14e884ba) 2020-12-21 Robert Tari * Fix build warnings (3bbded73) 2020-12-22 Mike Gabriel * Merge branch 'tari01-pr/do-not-hide-the-indicator' (4634e402) 2020-12-21 Robert Tari * desktop.vala: Do not hide the indicator (85de6718) 2020-11-26 Ács Zoltán * Translated using Weblate (Hungarian) (50669bef) 2020-11-23 Adolfo Jayme Barrientos * Translated using Weblate (Spanish) (ef717cbf) 2020-11-17 Moo * Translated using Weblate (Lithuanian) (fc0410dd) 2020-11-13 Mike Gabriel * Merge branch 'comradekingu-patch-1' (a173cf66) 2020-11-10 Allan Nordhøy * Spelling: Bluetooth (ecdfded1) * Translated using Weblate (Norwegian Bokmål) (cb5f6aed) 2020-11-11 Oğuz Ersen * Translated using Weblate (Turkish) (f3983620) 2020-11-07 Quentin PAGÈS * Translated using Weblate (Occitan) (12531f68) 2020-11-06 Ács Zoltán * Translated using Weblate (Hungarian) (ca86d838) 2020-10-31 Joan CiberSheep * Translated using Weblate (Catalan) (663bafa6) 2020-10-30 Mike Gabriel * src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file headers). (2191d313) * release 0.8.1 (5c72d42a) (tag: 0.8.1) * locale: Add more languages. (0ee1eb78) * debian/copyright: Adopt from official Debian package. (bdb852e1) * src/*.vala: Fix license headers having been a mix of GPL and LGPL license text fragments. Adapt to GPL-3, fully. (dd2f32e2) 2020-10-28 Milan Korecky * Translated using Weblate (Czech) (60858e98) 2020-10-27 Mike Gabriel * release 0.8.0 (17eb55dc) (tag: 0.8.0) * locale: Update translation files once more. (128e70bc) 2020-10-26 Adrià Martín * Translated using Weblate (Sardinian) (af8276bd) 2020-10-26 Anders Jonsson * Translated using Weblate (Swedish) (a60a03fb) 2020-10-27 Milo Ivir * Translated using Weblate (Croatian) (0454b48c) 2020-10-26 Michele * Translated using Weblate (Italian) (371b3949) 2020-10-26 Luna Jernberg * Translated using Weblate (Swedish) (ab8f265e) 2020-10-26 Weblate * Added translation using Weblate (Norwegian Bokmål) (844cab1e) * Added translation using Weblate (German (Walser)) (350b6b71) * Added translation using Weblate (Shan) (ac26ae9c) * Added translation using Weblate (Meadow Mari) (e4c53574) * Added translation using Weblate (Crimean Tatar) (6cbb817d) * Added translation using Weblate (Bemba) (d7bfd86a) * Added translation using Weblate (Manx) (ac06bf70) * Added translation using Weblate (Chuvash) (b4c13259) * Added translation using Weblate (Corsican) (fecb19eb) * Added translation using Weblate (Chechen) (8221edbd) * Added translation using Weblate (Afar) (5e7dcdc7) * Added translation using Weblate (Silesian) (3d7bcc32) * Added translation using Weblate (Sanskrit) (5539664f) * Added translation using Weblate (Latin) (41022442) * Added translation using Weblate (Nyanja) (c714b3f1) * Added translation using Weblate (French (Canada)) (0cd8200d) * Added translation using Weblate (Chinese (Traditional)) (53d4e30a) * Added translation using Weblate (Franco-Provençal) (b0d399dc) * Added translation using Weblate (Ossetian) (1aa15623) * Added translation using Weblate (Sindhi) (85c946d6) * Added translation using Weblate (Northern Sami) (b3e900f2) * Added translation using Weblate (Burmese) (5b6d5f86) * Added translation using Weblate (Greenlandic) (daf1c111) * Added translation using Weblate (Assamese) (2c5185a4) * Added translation using Weblate (Sardinian) (dad532c2) * Added translation using Weblate (Wolof) (d5485383) * Added translation using Weblate (Haitian) (e381cc5d) * Added translation using Weblate (Central Kurdish) (90005766) * Added translation using Weblate (Uzbek) (fb6fb1f0) * Added translation using Weblate (Urdu) (5fc571d9) * Added translation using Weblate (Kyrgyz) (26fa61f6) * Added translation using Weblate (Kurdish) (0089e990) * Added translation using Weblate (Cornish) (91a466ae) * Added translation using Weblate (Sinhala) (12347757) * Added translation using Weblate (Central Khmer) (ab029189) * Added translation using Weblate (Kannada) (7d7a3139) * Added translation using Weblate (Korean) (066fa6d2) * Added translation using Weblate (Albanian) (33d5f6b7) * Added translation using Weblate (Georgian) (b5801401) * Added translation using Weblate (Faroese) (b8daf914) * Added translation using Weblate (Persian) (4a7d2a52) * Added translation using Weblate (Swedish) (28d53c4a) * Added translation using Weblate (Frisian) (5a738925) * Added translation using Weblate (Nepali) (bc956c08) * Added translation using Weblate (Indonesian) (82f88573) 2020-10-26 Mike Gabriel * Translated using Weblate (German) (f74e48bb) 2020-10-26 Weblate * Added translation using Weblate (Azerbaijani) (cc7b0a00) * Added translation using Weblate (Interlingua) (1f5eca00) * Added translation using Weblate (Arabic) (a76c8c89) * Added translation using Weblate (Aragonese) (d536a436) * Added translation using Weblate (Amharic) (59f922cd) * Added translation using Weblate (Swahili) (010e2c1e) * Added translation using Weblate (Afrikaans) (57c3caa8) * Added translation using Weblate (Marathi) (02f697ee) * Added translation using Weblate (Maori) (187f8ade) * Added translation using Weblate (Malayalam) (b44355f5) * Added translation using Weblate (Chinese (Simplified)) (278eb574) * Added translation using Weblate (Malagasy) (244fc0e5) * Added translation using Weblate (English (Canada)) (28d7c463) * Added translation using Weblate (English (Australia)) (ef2233ab) * Added translation using Weblate (Hebrew) (646216d4) * Added translation using Weblate (Hindi) (f6850238) * Added translation using Weblate (Slovenian) (ae9a510f) * Added translation using Weblate (Slovak) (40300195) * Added translation using Weblate (Serbian) (24420be4) * Added translation using Weblate (Armenian) (c290f628) * Added translation using Weblate (Icelandic) (d44744ed) * Added translation using Weblate (Vietnamese) (9db40ad6) * Added translation using Weblate (Kazakh) (7e13d0c1) * Added translation using Weblate (Finnish) (fe57f29c) * Added translation using Weblate (Norwegian Nynorsk) (7ff80f38) * Added translation using Weblate (Punjabi) (23f3c343) * Added translation using Weblate (Dutch) (a8a31fb2) * Added translation using Weblate (Pashto) (cdb33abe) * Added translation using Weblate (Bosnian) (022a5624) * Added translation using Weblate (Italian) (fe8ca94a) * Added translation using Weblate (Uyghur) (466271c6) * Added translation using Weblate (Malay) (6602d1e6) * Added translation using Weblate (Breton) (3fb9c4a1) * Added translation using Weblate (Tibetan) (c4e4deb7) * Added translation using Weblate (Hungarian) (142771af) * Added translation using Weblate (Asturian) (27d36660) * Added translation using Weblate (Croatian) (2db95e5d) * Added translation using Weblate (English (United Kingdom)) (27198654) * Added translation using Weblate (Belarusian) (0656e059) * Added translation using Weblate (Portuguese) (58b5e765) * Added translation using Weblate (Romanian) (0743ff09) * Added translation using Weblate (Czech) (caab75ca) * Added translation using Weblate (Basque) (248bf8e9) * Added translation using Weblate (Welsh) (6c3540a4) * Added translation using Weblate (Esperanto) (cf8fc280) * Added translation using Weblate (Occitan) (069f23a3) * Added translation using Weblate (Japanese) (763e389c) * Added translation using Weblate (Ukrainian) (9aaaee7f) * Added translation using Weblate (Danish) (6aa4011e) * Added translation using Weblate (Bulgarian) (4d20163b) * Added translation using Weblate (Chinese (Traditional, Hong Kong)) (1112b201) * Added translation using Weblate (Bengali) (178d3d2f) * Added translation using Weblate (Russian) (8d9f0182) * Added translation using Weblate (Tamil) (a9fb6256) * Added translation using Weblate (Filipino) (7855a93e) * Added translation using Weblate (Estonian) (0eae0142) * Added translation using Weblate (Tajik) (13406166) * Added translation using Weblate (Greek) (aad69634) * Added translation using Weblate (German) (582557c0) * Added translation using Weblate (Portuguese (Brazil)) (af598945) * Added translation using Weblate (Tigrinya) (f74eb770) * Added translation using Weblate (Thai) (f81bd8ab) * Added translation using Weblate (Telugu) (96df519c) * Added translation using Weblate (Lao) (d3484c6a) * Added translation using Weblate (Lithuanian) (86752576) * Added translation using Weblate (Luxembourgish) (7e6185a7) * Added translation using Weblate (Latvian) (d02f7d6a) * Added translation using Weblate (Irish) (370b61ff) * Added translation using Weblate (Turkish) (4817417b) * Added translation using Weblate (Galician) (479ef832) * Added translation using Weblate (Gaelic) (30506aeb) * Added translation using Weblate (Valencian) (6fe384ea) * Added translation using Weblate (Gujarati) (09c3f6b9) 2020-10-26 Mike Gabriel * locale: Update translation files (add new .po files for just added languages). (b9d8876f) * locale: Update LINGUAS file, with many new translations. (bdc48828) * locale: update translation files. (c5e0906a) * Merge branch 'sunweaver-pr/locale-helper-scripts' (bd5008a1) 2020-10-25 Mike Gabriel * Add locale helper scripts. (7930783f) 2020-10-26 Mike Gabriel * debian/control: Add B-D: intltool. (3c2271b4) * Merge branch 'sunweaver-pr/cmake-port' (a3c012df) 2020-10-25 Mike Gabriel * Port from autotools to CMake. (e672e512) 2020-10-26 Mike Gabriel * Merge branch 'sunweaver-pr/debian-amendments' (d720a798) 2020-10-25 Mike Gabriel * debian/control: Improve LONG_DESCRIPTION. (46a83f42) * debian/source/format: Add file (format 1.0). (2ae8a3e4) 2020-10-26 Mike Gabriel * Merge branch 'sunweaver-pr/indicator-specific-fixes' (3404e45c) 2020-10-25 Robert Tari * src/*: Switch to new activate state connect approach, rathern than using notify["state"].connect. (33860bf0) * src/bluez.vala: Make BLUEZ_BUSNAME 'const string' (not 'static const string'). (fd441718) * src/*: Scope and white-space fixes. (89e7fc16) 2020-10-26 Mike Gabriel * Merge branch 'sunweaver-pr/mate-support' (d0974811) 2020-10-25 Robert Tari * debian/control: Alternative dependency on mate-control-center. (aae2a1fa) * Make indicator aware of running inside the MATE desktop environment. (c0de75cc) 2020-10-26 Mike Gabriel * configure.ac: Regression fix for 49e87fdb. Drop reference to data/upstart/Makefile. The data/upstart/ folder has been removed in the referenced commit. (fc0145c9) * Merge branch 'sunweaver-pr/fix-localedir-variable-name' (4105028e) 2020-10-25 Robert Tari * Switch from GNOMELOCALEDIR to LOCALEDIR variable name. (447f27c4) 2020-10-26 Mike Gabriel * Merge branch 'sunweaver-pr/make-url-dispatcher-optional' (c53da7f6) 2020-10-25 Mike Gabriel * debian/control: Allow builds where liburl-dispatcher1-dev is not available. (00c71511) 2020-10-25 Robert Tari * Make dependency on liburl-dispatcher optional. (babfaba6) 2020-10-26 Mike Gabriel * Merge branch 'sunweaver-pr/drop-ubuntuisms' (21b8f5e9) 2020-10-25 Robert Tari * Drop bzr remnants. We are on Git these days. (611df0c8) * Drop upstart support. (49e87fdb) 2020-10-26 Robert Tari * Attributes GH PR #2: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/2 Merge branch 'sunweaver-pr/ayatana-indicators-port' into master (73163e63) 2020-10-25 Robert Tari * debian/rules: Add --with autoreconf DH option. (6a5ff481) * debian/rules: Move --fail-missing DH flag into dh_missing override. (8a508b6c) * debian/rules: Add dh_auto_test override that shows how to enable live test logs. (1d1dd40b) * Switch over from Ubuntu System Indicator to Ayatana System Indicator. (67376d6a) 2018-01-11 Dan Chapman * Update Jenkinsfile (5024aafd) 2017-11-01 Marius Gripsgard * Update Jenkinsfile (bcd3785a) 2017-07-23 Marius Gripsgard * Update changelog (2a5ca189) * Imported to UBports (ec3f329b) 2016-10-23 Bileto Bot * Releasing 0.0.6+17.04.20161023-0ubuntu1 (bebb1871) 2016-10-23 Ted Gould * Adding an systemd user session unit (accdf325) 2016-10-22 Ted Gould * Fix variable name (2e85ab90) * Merging trunk (8a43e4ad) 2016-10-03 Bileto Bot * Releasing 0.0.6+16.10.20161003-0ubuntu1 (285ce0ff) 2016-10-03 Robert Ancell * Correctly use XDG_CURRENT_DESKTOP (LP: #1554878) (c41ef290) 2016-07-20 Ted Gould * Adding a restart rule (8d199809) 2016-07-19 Ted Gould * Install dep on indicator-common (7f2c3a6e) 2016-07-18 Ted Gould * Adding an systemd user session unit (475e5e01) 2016-06-07 Robert Ancell * Correctly use XDG_CURRENT_DESKTOP (6578e279) 2016-05-26 CI Train Bot * Releasing 0.0.6+16.10.20160526-0ubuntu1 (eb2d435f) 2016-05-26 Sebastien Bacher * Remove the "browse" action since there is no working backend Fixes: #1562822 Approved by: Robert Ancell, PS Jenkins bot (1e4d22b1) 2016-05-12 Sebastien Bacher * Remove the "browse" action since there is no working backend (04743cc8) 2016-02-14 CI Train Bot * Releasing 0.0.6+16.04.20160214-0ubuntu1 (7be3a464) 2016-02-14 Charles Kerr * Change the indicator's Bluez class to watch for 'org.bluez' to appear/vanish on the system bus. (1c4b29c5) * in bluez.vala, silence a startup g_warning by calling init_bluez_state_vars() before we start listening for org.bluez on the bus (20ea5744) * in bluez.vala, update our state properties when org.bluez vanishes from the bus (4fc9eb37) * in bluez.vala, create a symbolic name for bluez' busname (55bd7905) * (trivial) remove trailing whitespace (5262691e) * in bluez.vala, watch for org.bluez to be owned/unowned on the system bus (1e386423) 2015-09-29 CI Train Bot * Releasing 0.0.6+15.10.20150929-0ubuntu1 (cb2ad7cf) 2015-09-29 Robert Ancell * Check for NULL when getting cached properties Address and UUIDs. Fixes: #1497928 Approved by: PS Jenkins bot, Sebastien Bacher (b01126f6) 2015-09-28 Robert Ancell * Check for NULL when getting cached properties Address and UUIDs (507aff23) 2015-09-15 CI Train Bot * Releasing 0.0.6+15.10.20150915-0ubuntu1 (99dc56c4) 2015-09-15 Sebastien Bacher * under unity8 start system-settings instead unity-control-center Fixes: #1489490 Approved by: Charles Kerr, PS Jenkins bot (3a835ef0) 2015-08-27 Sebastien Bacher * under unity8 start system-settings instead unity-control-center (8e6baf47) 2015-08-13 CI Train Bot * Releasing 0.0.6+15.10.20150813-0ubuntu1 (3d63adec) 2015-08-13 Robert Ancell * Support Bluez 5 (cf886e17) 2015-08-07 Robert Ancell * Remove unused argument in DBus interface (db3ee2a3) 2014-12-11 Robert Ancell * Support Bluez 5 (682e6149) 2014-10-06 CI bot * Releasing 0.0.6+14.10.20141006-0ubuntu1 (b60855a8) 2014-10-06 Charles Kerr * Move the position of this indicator on the panel. Fixes: 1377294 Approved by: Ted Gould, PS Jenkins bot (9231c137) * only rearrange the indicator position on the phone (2c5271eb) * move bluetooth indicator as per the 'Indicator RTM Usability Fixes' document (280728d2) 2014-09-22 CI bot * Releasing 0.0.6+14.10.20140922-0ubuntu1 (0a23919d) 2014-09-22 Mathieu Trudel-Lapierre * Synchronize process management across indicators Fixes: 1232828 Approved by: Charles Kerr, PS Jenkins bot (a5bb0664) 2014-09-22 Ted Gould * Changlog for CI Train (816d3537) 2014-09-22 Mathieu Trudel-Lapierre * Toggle rfkill again so that we have a chance of persisting the bluetooth state across reboots. (a365a5fb) 2014-02-26 Ted Gould * Update for gnome-fallback (754b56db) 2014-02-19 Ted Gould * Putting the upstart directory in its own directory so it doesn't fight (df756433) * Add onlyshowin (514971da) 2014-02-14 Ted Gould * Start condition cleanup and respawn limits (3279417b) 2014-02-07 CI bot * Releasing 0.0.6+14.04.20140207-0ubuntu1 (c23fc969) * Adding acceptance tests and merge review policies (06473b37) 2014-01-31 Ted Gould * Adding acceptance tests and merge review policies. (546f3c51) * Adding merge review policy (58ec03d9) * Adding basic acceptance tests (6c339c10) 2014-01-24 Automatic PS uploader * Releasing 0.0.6+14.04.20140124-0ubuntu1 (revision 79 from lp:indicator-bluetooth). (869f3737) * Releasing 0.0.6+14.04.20140124-0ubuntu1, based on r79 (8f8a2ea1) 2014-01-22 Robert Ancell * Use unity-control-center if it is available. Fixes: https://bugs.launchpad.net/bugs/1257505. (8d511055) * Only run unity-control-center under unity (d3640822) 2014-01-14 Robert Ancell * Recommend unity-control-center before gnome-control-center (722d6102) 2014-01-10 Robert Ancell * Use unity-control-center if it is available (dce18d4a) 2013-12-18 Charles Kerr * Switching DBus service to an Upstart Job. (7f23146b) * sync with trunk (c2536fe0) * remove NotShowIn=Unity from the main .desktop file (33dc5dc1) * add a second .desktop file to be installed in /usr/share/upstart/xdg/autostart with Hidden=true (004680a0) 2013-12-06 Charles Kerr * Gets us a little closer to the spec in two ways: (a9968502) * Switching DBus service to an Upstart Job. (8c6f26a6) * mark the 'Bluetooth' menuitem for translation (f1ebedfa) * change the bluetooth.supported property whenever bluez' default adapter changes its object path. (1ada398d) * support header icon states as per the spec -- different icons for disabled, enabled, and enabled-with-connected-devices (a3b7b1c7) * add a 'connected' property as a simple hook to whether or not we have any connected bluetooth devices (abc3e28d) * on the desktop, show a bluetooth indicator if the hardware supports bluetooth and if the user has chosen for the indicator to be visible. (9d183eb6) 2013-10-29 Automatic PS uploader * Releasing 0.0.6+14.04.20131029.1-0ubuntu1 (revision 75 from lp:indicator-bluetooth). (a26756e4) * Releasing 0.0.6+14.04.20131029.1-0ubuntu1, based on r75 (b08565fe) 2013-10-28 Ted Gould * Adding a phone_greeter profile. (eab5e96a) * Adding a phone_greeter profile (eb110a27) 2013-10-25 Charles Kerr * explicitly instantiate GVariants to avoid leaking them. See the description in bug #1244468 for before & after C code and more information. Fixes: https://bugs.launchpad.net/bugs/1244468. (674cdd5b) 2013-10-24 Charles Kerr * don't leak implicitly-created GVariants (1ad4f0f5) 2013-10-24 Lars Uebernickel * Desktop menu: mark "Visible" menu item label as translatable. Fixes: https://bugs.launchpad.net/bugs/1242038. (506ae9ce) 2013-10-21 Lars Uebernickel * Desktop menu: mark "Visible" menu item label for translation (d753f21a) 2013-10-18 Dmitrijs Ledkovs * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539. (07958318) * Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539) (2d76b5ea) 2013-10-16 Automatic PS uploader * Releasing 0.0.6+13.10.20131016-0ubuntu1 (revision 70 from lp:indicator-bluetooth). (329794cb) * Releasing 0.0.6+13.10.20131016-0ubuntu1, based on r70 (c48b1641) 2013-10-15 Charles Kerr * When the user chooses to toggle bluetooth on or off, if /dev/rfkill isn't available, fall back to toggling org.bluez.Adapter's Powered property. Fixes: https://bugs.launchpad.net/bugs/1230275, https://bugs.launchpad.net/bugs/1236249. (08f40993) 2013-10-14 Charles Kerr * make org.bluez.Adapter's set_property() call nonblocking (73cc5b06) * omit the rfkill killswitch altogether, leaving on/off to bluez via org.bluez.Adapter's Powered property (46d4ad6f) * when listening to notify events from bluetooth to update desktop indicator visibility, add a specifier for which event to monitor (e15cd36f) * if killswitch exists and is valid, prefer its use over toggling org.bluez.Adapter's Powered property (5a14c4f4) 2013-10-11 Charles Kerr * if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth toggles simply by toggling bluez Adapters' Powered property (f7ca11b2) 2013-10-11 Automatic PS uploader * Releasing 0.0.6+13.10.20131011-0ubuntu1 (revision 68 from lp:indicator-bluetooth). (5fb78027) * Releasing 0.0.6+13.10.20131011-0ubuntu1, based on r68 (c0e9fd23) 2013-10-10 Charles Kerr * add an action whose state shows whether or not bluetooth is supported by the hardware, used by ubuntu-system-settings. Fixes: https://bugs.launchpad.net/bugs/1233628. (3145f106) * add an action whose state shows whether or not bluetooth is supported by the hardware, used by ubuntu-system-settings (0932c83d) 2013-10-04 Automatic PS uploader * Releasing 0.0.6+13.10.20131004-0ubuntu1 (revision 66 from lp:indicator-bluetooth). (5165b13e) * Releasing 0.0.6+13.10.20131004-0ubuntu1, based on r66 (b1e6e1a8) 2013-10-03 Charles Kerr * Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/bugs/1231444. (ea3f6e94) * Update settings URL to settings:///system (d6b2ff51) 2013-10-02 Sebastien Bacher * Don't list autogenerated files as translation sources. (e0990524) 2013-10-01 Ted Gould * Flip the dependency list so that ubuntu-system-settings doesn't get pulled in. (656d54ff) 2013-10-01 Sebastien Bacher * Don't list autogenerated files as translation sources (1fc501b3) 2013-09-30 Automatic PS uploader * Releasing 0.0.6+13.10.20130930-0ubuntu1 (revision 62 from lp:indicator-bluetooth). (eeb4c223) * Releasing 0.0.6+13.10.20130930-0ubuntu1, based on r62 (ad40c38f) 2013-09-26 Ted Gould * Flip the dependency list so that ubuntu-system-settings doesn't get pulled in (ba13ff91) 2013-09-25 Charles Kerr * Use url-dispatcher instead of invoking system-settings directly. Fixes: https://bugs.launchpad.net/bugs/1230819. (dadbe9e8) * use url-dispatcher instead of invoking system-settings directly. (760dc3b9) 2013-09-24 Automatic PS uploader * Releasing 0.0.6+13.10.20130924.2-0ubuntu1 (revision 60 from lp:indicator-bluetooth). (acbd029f) * Releasing 0.0.6+13.10.20130924.2-0ubuntu1, based on r60 (5333068a) 2013-09-23 Charles Kerr * Handle the change-state event rather than notify["state"] so that there won't be any inconsistency between the action's state and the killswitch -- ie, the state won't change unless the killswitch toggle succeeds. (e440832b) * use the change-state signal to handle bluetooth-enabled change requests. h/t larsu (2edd2fbe) 2013-09-13 Automatic PS uploader * Releasing 0.0.6+13.10.20130913-0ubuntu1 (revision 58 from lp:indicator-bluetooth). (d42aa2d2) * Releasing 0.0.6+13.10.20130913-0ubuntu1, based on r58 (e642f815) 2013-09-11 Charles Kerr * Adds a title in the header's action state. Fixes: https://bugs.launchpad.net/bugs/1223635. (2c2f7da4) * add a title to the header's action state (ff2593f1) 2013-08-23 Automatic PS uploader * Releasing 0.0.6+13.10.20130823-0ubuntu1 (revision 56 from lp:indicator-bluetooth). (cb5ce56f) * Releasing 0.0.6+13.10.20130823-0ubuntu1, based on r56 (58126cde) 2013-08-23 Charles Kerr * Since we're not using the gnome-bluetooth vapi file, we shouldn't bundle it. (bf7ba1f4) * Don't use deprecated GSimpleActionGroup APIs. (43c384d3) 2013-08-22 Charles Kerr * Don't use deprecated GSimpleActionGroup APIs. (076c482f) * remove vapi/gnome-bluetooth-1.0.vapi (8b2bc6c8) 2013-08-12 Automatic PS uploader * Releasing 0.0.6+13.10.20130812.1-0ubuntu1 (revision 53 from lp:indicator-bluetooth). (2ee6f894) * Releasing 0.0.6+13.10.20130812.1-0ubuntu1, based on r53 (8f6e427e) 2013-08-10 Charles Kerr * Add phone profile. Export menus & actions using gio. Drops the gtk, dbusmenu, and libindicator build dependencies. Drops runtime dependency on gnome-blueooth in the phone profile. (f28653eb) 2013-08-09 Charles Kerr * remove the libindicator vapi file; it's no longer used. (a0616908) * create Profile.root_action in Profile's constructor. (aacf0dec) * on shutdown, unexport the menus and unown the bus name (c1d8ca09) * set indicatorsdir to $(datadir)/unity/indicators instead of $(prefix)/share/unity/indicators (654ce426) 2013-08-08 Charles Kerr * in debian/control, make the bluez dependency explicit (a6092a4c) * change control s.t. either ubuntu-system-settings, or (gnome-control-center && gnome-bluetooth), are a Dependency (f77ffbd3) 2013-08-06 Charles Kerr * copyediting: whitespace, type inference (b82c9a9d) * templated strings need to begin with a '@' (df2bb308) * add src/bluez.c, src/desktop.c, src/phone.c to POTFILES.in (a5c2cb14) * copyediting: fix lines that wrap (bbca3ae3) * add some extra comments (c920d6f9) * copyediting: don't use 'this.' when it's not needed (cd197748) * bump version to 13.10.0 (d4432eb4) * sync POTFILES.in with the new files in src/ (7c0143bb) * add device.vala to the repo (afafeed1) 2013-08-05 Charles Kerr * Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth on the desktop. (6f6674a8) * main() should return service.run() (90a5d3f5) * copyediting: fix indentation in Service, fix copyright & author comments in bluez, service, main (bae23fbc) * promote shared functions up from Desktop to Profile so that Phone can use it too (6492053f) * in phone and desktop, make 'action_state_for_root' private -- it's no longer in the Profile superclass. (2d034206) * copyediting: readability + grouping related methods together (76efb05a) * pass the SimpleActionGroup handle into the profile object so that dynamically-added actions can get added/exported (77e298f1) * silence g_message scaffolding (fcf74c76) * edit killswitch for readability and to remove the iowatch in dispose() (ccc56573) * fully implement the bluez/device backend. in the desktop profile, add menuitems for the devices. (c1ce02f2) 2013-08-03 Charles Kerr * initial support for individual devices in Bluetooth class (9837ce82) * tweak startup comments (d73ae642) * change the 'BluetoothMenu' superclass to 'Profile' (43059ed4) 2013-08-01 Charles Kerr * move indicator3-0.4.vapi to the vapi dir. it'll go away soon enough... (dfd38e50) * improve documentation on Killswitch, Bluetooth, and Bluez (5bc8ff54) * add a bluetooth backend to track bluetooth being enabled, being hard/soft blocked, and its devices. (cf894302) * add per-profile icons and initial menus w/settings section (3cc732f5) 2013-07-31 Charles Kerr * add main() to its own file (39263df5) * add a vapi/ directory off the top package directory (761a9fff) * sync this indicator's i18n autoconf rules with the other indicators (143845e6) * remove --enable-localinstall (5140c099) 2013-06-07 Automatic PS uploader * Releasing 0.0.6daily13.06.07-0ubuntu1 to ubuntu. (0391025f) * Releasing 0.0.6daily13.06.07-0ubuntu1, based on r51 (387eca46) 2013-06-06 Jeremy Bicha * This change will have indicator-bluetooth build against the default valac (for Ubuntu 13.10 this is currently valac 0.18 but we may switch to 0.20 as Debian testing already has). I have successfully test-built against valac-0.20. (9cbe6f19) * debian/control: - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions (d80631e8) 2013-02-19 Automatic PS uploader * Releasing 0.0.6daily13.02.19-0ubuntu1 to ubuntu. (ed790f85) * Releasing 0.0.6daily13.02.19-0ubuntu1, based on r49 (4087b182) 2013-02-15 Sebastien Bacher * breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2). Fixes: https://bugs.launchpad.net/bugs/1123115. (7a4ce653) * breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2) (f1e4c729) 2013-02-12 Robert Ancell * Releasing 0.0.6 (8bda5c90) 2013-02-11 Robert Ancell * Support existing gsettings key to disable indicator. Fixes: https://bugs.launchpad.net/bugs/1115394. (c3b9103a) 2013-02-08 Robert Ancell * Support existing gsettings key to disable indicator (5ab20c16) * Only show indicator if Bluetooth adapter present (4643e100) * Add "Set Up New Device" menu item (0166a12e) 2013-02-06 Michael Terry * A couple strings weren't marked for translation. (b4ead8b4) * Add bootstrap message for Jenkins. (103c24e2) 2013-02-05 Michael Terry * add autolanding bootstrap message (96acdc0b) 2013-02-05 Mathieu Trudel-Lapierre * Fix up changelog to match what is in the archive (release 0.0.5). (9f7df98b) * With debhelper compat level 9, libexecdir no longer includes the package name. So use pkglibexecdir instead. (c328f677) * Inline packaging, for autolanding. (ca53a577) 2013-02-04 Michael Terry * add bzr-builddeb (7112b9e2) 2013-02-01 Robert Ancell * Update license header (f338093b) 2013-01-31 Michael Terry * install service into pkglibexecdir, not libexecdir (e3d1f4a3) * update POTFILES and pot (7471eb6e) * translate accessible descriptions (ead9d50f) * move debian/ inline (d2b21e0f) * relicense as GPL-3, not GPL-3+ (e73d88a4) * Add COPYING file and fix license to be GPL-3, not GPL-3+ (06e60790) 2013-01-31 Robert Ancell * Stop items being duplicated on resume from suspend (748795c6) 2013-01-30 Robert Ancell * Update LINGUAS (842e5786) 2013-01-24 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (6efdf5f1) 2013-01-15 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (c96b5578) 2013-01-11 Robert Ancell * Releasing 0.0.3 (0af35a79) * Fix indicator-bluetooth.service file having wrong library directory (9107c644) * Set useful values for accessible description (29eaa616) 2013-01-08 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (f5413a11) 2013-01-08 Robert Ancell * Releasing 0.0.2 (1f12196a) * Fix item disconnection (5619bd36) * Add start of accessible description (bc429154) * Hide items without options (3cdfd9a3) * Stop feedback loop when switch settings changed from external sources (54301406) * Use ellipses in labels (6895fc9d) * Add LINGUAS (a7252957) * Merge in translations (df30168f) * Fix reversed logic on visible menu item (c4249717) 2012-12-16 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (589700f1) 2012-12-15 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (b430c436) 2012-12-09 Launchpad Translations on behalf of robert-ancell * Launchpad automatic translations update. (237fa941) 2012-12-06 Robert Ancell * Make enable label 'Bluetooth' to match design (9a8b4ffb) * Check in translations (07e85b52) * Ignore files (bf24e68c) * Get distcheck working (b121a13c) * Fix icon (0119cb84) * Make into a proper indicator (4993d0aa) 2012-12-05 Robert Ancell * Add icons (34c7299d) * Add connect button (6309b14c) * Only add required elements to submenus (a958c28e) * Add bug link for workaround (90a0f1be) * Workaround a bug in libappindicator3 (22bfe324) 2012-12-04 Robert Ancell * Fix visible toggle (904619da) * Only show devices, not adapters (5f295934) * Tidy up gnome-bluetooth-1.0.vapi (f2e15cbd) * Correctly set icon (35ab3546) * Use GnomeBluetooth.Killswitch instead of reading /dev/rfkill directly (7dd1e1aa) * Use GnomeBluetooth instead of bluez directly (c9759cfd) 2012-10-11 Robert Ancell * Check device class (de247720) * Fix visible toggle (8e5d7ea5) * Abstract out bluez more (072e0486) * Get killswitch working (ca444db4) * First start on bluetooth-indicator (f14da3cc) ayatana-indicator-bluetooth-24.5.0/cmake/COPYING-CMAKE-SCRIPTS0000644000000000000000000000245714623307153020155 0ustar Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ayatana-indicator-bluetooth-24.5.0/cmake/FindGObjectIntrospection.cmake0000644000000000000000000000376514623307153023063 0ustar # - try to find gobject-introspection # # Once done this will define # # INTROSPECTION_FOUND - system has gobject-introspection # INTROSPECTION_SCANNER - the gobject-introspection scanner, g-ir-scanner # INTROSPECTION_COMPILER - the gobject-introspection compiler, g-ir-compiler # INTROSPECTION_GENERATE - the gobject-introspection generate, g-ir-generate # INTROSPECTION_GIRDIR # INTROSPECTION_TYPELIBDIR # INTROSPECTION_CFLAGS # INTROSPECTION_LIBS # # Copyright (C) 2010, Pino Toscano, # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. macro(_GIR_GET_PKGCONFIG_VAR _outvar _varname) execute_process( COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=${_varname} gobject-introspection-1.0 OUTPUT_VARIABLE _result RESULT_VARIABLE _null ) if (_null) else() string(REGEX REPLACE "[\r\n]" " " _result "${_result}") string(REGEX REPLACE " +$" "" _result "${_result}") separate_arguments(_result) set(${_outvar} ${_result} CACHE INTERNAL "") endif() endmacro(_GIR_GET_PKGCONFIG_VAR) find_package(PkgConfig) if(PKG_CONFIG_FOUND) if(PACKAGE_FIND_VERSION_COUNT GREATER 0) set(_gir_version_cmp ">=${PACKAGE_FIND_VERSION}") endif() pkg_check_modules(_pc_gir gobject-introspection-1.0${_gir_version_cmp}) if(_pc_gir_FOUND) set(INTROSPECTION_FOUND TRUE) _gir_get_pkgconfig_var(INTROSPECTION_SCANNER "g_ir_scanner") _gir_get_pkgconfig_var(INTROSPECTION_COMPILER "g_ir_compiler") _gir_get_pkgconfig_var(INTROSPECTION_GENERATE "g_ir_generate") _gir_get_pkgconfig_var(INTROSPECTION_GIRDIR "girdir") _gir_get_pkgconfig_var(INTROSPECTION_TYPELIBDIR "typelibdir") set(INTROSPECTION_CFLAGS "${_pc_gir_CFLAGS}") set(INTROSPECTION_LIBS "${_pc_gir_LIBS}") endif() endif() mark_as_advanced( INTROSPECTION_SCANNER INTROSPECTION_COMPILER INTROSPECTION_GENERATE INTROSPECTION_GIRDIR INTROSPECTION_TYPELIBDIR INTROSPECTION_CFLAGS INTROSPECTION_LIBS ) ayatana-indicator-bluetooth-24.5.0/cmake/FindVala.cmake0000644000000000000000000000442214623307153017637 0ustar # - Find Vala # This module looks for valac. # This module defines the following values: # VALA_FOUND # VALA_COMPILER # VALA_VERSION # VAPI_GEN # VAPI_GEN_VERSION #============================================================================= # Copyright Přemysl Janouch 2011 # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY # OF SUCH DAMAGE. #============================================================================= find_program (VALA_COMPILER "valac") if (VALA_COMPILER) execute_process (COMMAND ${VALA_COMPILER} --version OUTPUT_VARIABLE VALA_VERSION) string (REGEX MATCH "[.0-9]+" VALA_VERSION "${VALA_VERSION}") endif (VALA_COMPILER) find_program (VAPI_GEN "vapigen") if (VAPI_GEN) execute_process (COMMAND ${VAPI_GEN} --version OUTPUT_VARIABLE VAPI_GEN_VERSION) string (REGEX MATCH "[.0-9]+" VAPI_GEN_VERSION "${VAPI_GEN_VERSION}") endif (VAPI_GEN) include (FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS (Vala REQUIRED_VARS VALA_COMPILER VERSION_VAR VALA_VERSION) mark_as_advanced (VALA_COMPILER VALA_VERSION VAPI_GEN) ayatana-indicator-bluetooth-24.5.0/CMakeLists.txt0000644000000000000000000000323414623307153016631 0ustar cmake_minimum_required(VERSION 3.13) project (ayatana-indicator-bluetooth VERSION 24.5.0 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") # Options option(ENABLE_WERROR "Treat all build warnings as errors" OFF) set (CMAKE_BUILD_TYPE "Release") if(ENABLE_WERROR) add_definitions("-Werror") endif() if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") add_definitions("-Weverything") else() add_definitions("-Wall") endif() find_package(PkgConfig REQUIRED) include(GNUInstallDirs) include(UseVala) set(GETTEXT_PACKAGE "ayatana-indicator-bluetooth") set(LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale") add_definitions( -DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" ) set(SOURCE_DIR "${CMAKE_SOURCE_DIR}/src") set(SOURCE_BINARY_DIR "${CMAKE_BINARY_DIR}/src") set(GLIB_2_0_REQUIRED_VERSION 2.32) set(GIO_2_0_REQUIRED_VERSION 2.25.13) pkg_check_modules( BLUETOOTHSERVICE REQUIRED glib-2.0>=${GLIB_2_0_REQUIRED_VERSION} gio-unix-2.0>=${GIO_2_0_REQUIRED_VERSION} libayatana-common>=0.9.3 ) include_directories(${BLUETOOTHSERVICE_INCLUDE_DIRS}) find_package(Vala 0.20) find_package(GObjectIntrospection 0.9.12) include_directories(${SOURCE_DIR}) include_directories(${SOURCE_BINARY_DIR}) configure_file( "config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/config.h" ) add_subdirectory(data) add_subdirectory(src) add_subdirectory(po) # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") message(STATUS "Build with -Werror: ${ENABLE_WERROR}") ayatana-indicator-bluetooth-24.5.0/cmake/UseGObjectIntrospection.cmake0000644000000000000000000000743714623307153022737 0ustar # Copyright (C) 2010, Pino Toscano, # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. include(ListOperations) macro(_gir_list_prefix _outvar _listvar _prefix) set(${_outvar}) foreach(_item IN LISTS ${_listvar}) list(APPEND ${_outvar} ${_prefix}${_item}) endforeach() endmacro(_gir_list_prefix) macro(gir_add_introspections introspections_girs) foreach(gir IN LISTS ${introspections_girs}) set(_gir_name "${gir}") ## Transform the gir filename to something which can reference through a variable ## without automake/make complaining, eg Gtk-2.0.gir -> Gtk_2_0_gir string(REPLACE "-" "_" _gir_name "${_gir_name}") string(REPLACE "." "_" _gir_name "${_gir_name}") # Namespace and Version is either fetched from the gir filename # or the _NAMESPACE/_VERSION variable combo set(_gir_namespace "${${_gir_name}_NAMESPACE}") if (_gir_namespace STREQUAL "") string(REGEX REPLACE "([^-]+)-.*" "\\1" _gir_namespace "${gir}") endif () set(_gir_version "${${_gir_name}_VERSION}") if (_gir_version STREQUAL "") string(REGEX REPLACE ".*-([^-]+).gir" "\\1" _gir_version "${gir}") endif () # _PROGRAM is an optional variable which needs it's own --program argument set(_gir_program "${${_gir_name}_PROGRAM}") if (NOT _gir_program STREQUAL "") set(_gir_program "--program=${_gir_program}") endif () # Variables which provides a list of things _gir_list_prefix(_gir_libraries ${_gir_name}_LIBS "--library=") _gir_list_prefix(_gir_packages ${_gir_name}_PACKAGES "--pkg=") _gir_list_prefix(_gir_includes ${_gir_name}_INCLUDES "--include=") _gir_list_prefix(_gir_export_packages ${_gir_name}_EXPORT_PACKAGES "--pkg-export=") # Reuse the LIBTOOL variable from by automake if it's set set(_gir_libtool "--no-libtool") add_custom_command( COMMAND ${INTROSPECTION_SCANNER} ${INTROSPECTION_SCANNER_ARGS} --namespace=${_gir_namespace} --nsversion=${_gir_version} ${_gir_libtool} ${_gir_program} ${_gir_libraries} ${_gir_packages} ${_gir_includes} ${_gir_export_packages} ${${_gir_name}_SCANNERFLAGS} ${${_gir_name}_CFLAGS} ${${_gir_name}_FILES} --output ${CMAKE_CURRENT_BINARY_DIR}/${gir} DEPENDS ${${_gir_name}_FILES} ${${_gir_name}_LIBS} OUTPUT ${gir} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} VERBATIM ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${gir} DESTINATION share/gir-1.0) string(REPLACE ".gir" ".typelib" _typelib "${gir}") add_custom_command( COMMAND ${INTROSPECTION_COMPILER} ${INTROSPECTION_COMPILER_ARGS} --includedir=. ${CMAKE_CURRENT_BINARY_DIR}/${gir} -o ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${gir} OUTPUT ${_typelib} WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION ${CMAKE_INSTALL_LIBDIR}/girepository-1.0) add_custom_target(gir-${gir} ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${gir}) add_custom_target(gir-typelibs-${_typelib} ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_typelib}) endforeach() endmacro(gir_add_introspections) macro(gir_get_cflags _output) get_directory_property(_tmp_includes INCLUDE_DIRECTORIES) list_prefix(_includes _tmp_includes "-I") get_directory_property(_tmp_compile_definitions COMPILE_DEFINITIONS) list_prefix(_compile_definitions _tmp_compile_definitions "-D") set(${_output} ${_includes} ${_compile_definitions}) endmacro(gir_get_cflags) ayatana-indicator-bluetooth-24.5.0/cmake/UseVala.cmake0000644000000000000000000002067414623307153017522 0ustar # - Precompilation of Vala/Genie source files into C sources # Makes use of the parallel build ability introduced in Vala 0.11. Derived # from a similar module by Jakob Westhoff and the original GNU Make rules. # Might be a bit oversimplified. # # This module defines three functions. The first one: # # vala_init (id # [DIRECTORY dir] - Output directory (binary dir by default) # [PACKAGES package...] - Package dependencies # [OPTIONS option...] - Extra valac options # [CUSTOM_VAPIS file...]) - Custom vapi files to include in the build # [DEPENDS targets...]) - Extra dependencies for code generation # # initializes a single precompilation unit using the given arguments. # You can put files into it via the following function: # # vala_add (id source.vala # [DEPENDS source...]) - Vala/Genie source or .vapi dependencies # # Finally retrieve paths for generated C files by calling: # # vala_finish (id # [SOURCES sources_var] - Input Vala/Genie sources # [OUTPUTS outputs_var] - Output C sources # [GENERATE_HEADER id.h - Generate id.h and id_internal.h # [GENERATE_VAPI id.vapi] - Generate a vapi file # [GENERATE_SYMBOLS id.def]]) - Generate a list of public symbols # #============================================================================= # Copyright Přemysl Janouch 2011 # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY # OF SUCH DAMAGE. #============================================================================= find_package (Vala 0.20 REQUIRED) include (CMakeParseArguments) function (vala_init id) set (_multi_value PACKAGES OPTIONS CUSTOM_VAPIS DEPENDS) cmake_parse_arguments (arg "" "DIRECTORY" "${_multi_value}" ${ARGN}) if (arg_DIRECTORY) set (directory ${arg_DIRECTORY}) if (NOT IS_DIRECTORY ${directory}) file (MAKE_DIRECTORY ${directory}) endif (NOT IS_DIRECTORY ${directory}) else (arg_DIRECTORY) set (directory ${CMAKE_CURRENT_BINARY_DIR}) endif (arg_DIRECTORY) set (pkg_opts) foreach (pkg ${arg_PACKAGES}) list (APPEND pkg_opts "--pkg=${pkg}") endforeach (pkg) set (VALA_${id}_DIR "${directory}" PARENT_SCOPE) set (VALA_${id}_ARGS ${pkg_opts} ${arg_OPTIONS} ${arg_CUSTOM_VAPIS} PARENT_SCOPE) set (VALA_${id}_DEPENDS ${arg_DEPENDS} PARENT_SCOPE) set (VALA_${id}_SOURCES "" PARENT_SCOPE) set (VALA_${id}_OUTPUTS "" PARENT_SCOPE) set (VALA_${id}_FAST_VAPI_FILES "" PARENT_SCOPE) set (VALA_${id}_FAST_VAPI_ARGS "" PARENT_SCOPE) endfunction (vala_init) function (vala_add id file) cmake_parse_arguments (arg "" "" "DEPENDS" ${ARGN}) if (NOT IS_ABSOLUTE "${file}") set (file "${CMAKE_CURRENT_SOURCE_DIR}/${file}") endif (NOT IS_ABSOLUTE "${file}") get_filename_component (output_name "${file}" NAME) get_filename_component (output_base "${file}" NAME_WE) set (output_base "${VALA_${id}_DIR}/${output_base}") # XXX: It would be best to have it working without touching the vapi # but it appears this cannot be done in CMake. add_custom_command (OUTPUT "${output_base}.vapi" COMMAND ${VALA_COMPILER} "${file}" "--fast-vapi=${output_base}.vapi" COMMAND ${CMAKE_COMMAND} -E touch "${output_base}.vapi" DEPENDS "${file}" COMMENT "Generating a fast vapi for ${output_name}" VERBATIM) set (vapi_opts) set (vapi_depends) foreach (vapi ${arg_DEPENDS}) if (NOT IS_ABSOLUTE "${vapi}") set (vapi "${VALA_${id}_DIR}/${vapi}.vapi") endif (NOT IS_ABSOLUTE "${vapi}") list (APPEND vapi_opts "--use-fast-vapi=${vapi}") list (APPEND vapi_depends "${vapi}") endforeach (vapi) add_custom_command (OUTPUT "${output_base}.c" COMMAND ${VALA_COMPILER} "${file}" -C ${vapi_opts} ${VALA_${id}_ARGS} COMMAND ${CMAKE_COMMAND} -E touch "${output_base}.c" DEPENDS "${file}" ${vapi_depends} ${VALA_${id}_DEPENDS} WORKING_DIRECTORY "${VALA_${id}_DIR}" COMMENT "Precompiling ${output_name}" VERBATIM) set (VALA_${id}_SOURCES ${VALA_${id}_SOURCES} "${file}" PARENT_SCOPE) set (VALA_${id}_OUTPUTS ${VALA_${id}_OUTPUTS} "${output_base}.c" PARENT_SCOPE) set (VALA_${id}_FAST_VAPI_FILES ${VALA_${id}_FAST_VAPI_FILES} "${output_base}.vapi" PARENT_SCOPE) set (VALA_${id}_FAST_VAPI_ARGS ${VALA_${id}_FAST_VAPI_ARGS} "--use-fast-vapi=${output_base}.vapi" PARENT_SCOPE) endfunction (vala_add) function (vala_finish id) set (_one_value SOURCES OUTPUTS GENERATE_VAPI GENERATE_HEADER GENERATE_SYMBOLS) cmake_parse_arguments (arg "" "${_one_value}" "" ${ARGN}) if (arg_SOURCES) set (${arg_SOURCES} ${VALA_${id}_SOURCES} PARENT_SCOPE) endif (arg_SOURCES) if (arg_OUTPUTS) set (${arg_OUTPUTS} ${VALA_${id}_OUTPUTS} PARENT_SCOPE) endif (arg_OUTPUTS) set (outputs) set (export_args) if (arg_GENERATE_VAPI) if (NOT IS_ABSOLUTE "${arg_GENERATE_VAPI}") set (arg_GENERATE_VAPI "${VALA_${id}_DIR}/${arg_GENERATE_VAPI}") endif (NOT IS_ABSOLUTE "${arg_GENERATE_VAPI}") list (APPEND outputs "${arg_GENERATE_VAPI}") list (APPEND export_args "--internal-vapi=${arg_GENERATE_VAPI}") if (NOT arg_GENERATE_HEADER) message (FATAL_ERROR "Header generation required for vapi") endif (NOT arg_GENERATE_HEADER) endif (arg_GENERATE_VAPI) if (arg_GENERATE_SYMBOLS) if (NOT IS_ABSOLUTE "${arg_GENERATE_SYMBOLS}") set (arg_GENERATE_SYMBOLS "${VALA_${id}_DIR}/${arg_GENERATE_SYMBOLS}") endif (NOT IS_ABSOLUTE "${arg_GENERATE_SYMBOLS}") list (APPEND outputs "${arg_GENERATE_SYMBOLS}") list (APPEND export_args "--symbols=${arg_GENERATE_SYMBOLS}") if (NOT arg_GENERATE_HEADER) message (FATAL_ERROR "Header generation required for symbols") endif (NOT arg_GENERATE_HEADER) endif (arg_GENERATE_SYMBOLS) if (arg_GENERATE_HEADER) if (NOT IS_ABSOLUTE "${arg_GENERATE_HEADER}") set (arg_GENERATE_HEADER "${VALA_${id}_DIR}/${arg_GENERATE_HEADER}") endif (NOT IS_ABSOLUTE "${arg_GENERATE_HEADER}") get_filename_component (header_path "${arg_GENERATE_HEADER}" PATH) get_filename_component (header_name "${arg_GENERATE_HEADER}" NAME_WE) set (header_base "${header_path}/${header_name}") get_filename_component (header_ext "${arg_GENERATE_HEADER}" EXT) list (APPEND outputs "${header_base}${header_ext}" "${header_base}_internal${header_ext}") list (APPEND export_args "--header=${header_base}${header_ext}" "--internal-header=${header_base}_internal${header_ext}") endif (arg_GENERATE_HEADER) if (outputs) add_custom_command (OUTPUT ${outputs} COMMAND ${VALA_COMPILER} -C ${VALA_${id}_ARGS} ${export_args} ${VALA_${id}_FAST_VAPI_ARGS} DEPENDS ${VALA_${id}_FAST_VAPI_FILES} COMMENT "Generating vapi/headers/symbols" VERBATIM) endif (outputs) endfunction (vala_finish id) function (vapi_gen id) set (_one_value LIBRARY INPUT) set (_multi_value PACKAGES) cmake_parse_arguments (arg "" "${_one_value}" "${_multi_value}" ${ARGN}) set(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${id}.vapi") if (arg_LIBRARY) set (OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${arg_LIBRARY}.vapi") endif (arg_LIBRARY) set("${id}_OUTPUT" ${OUTPUT} PARENT_SCOPE) set(PACKAGE_LIST) foreach(PACKAGE ${arg_PACKAGES}) list(APPEND PACKAGE_LIST "--pkg" ${PACKAGE}) endforeach() add_custom_command( OUTPUT ${OUTPUT} COMMAND ${VAPI_GEN} ${PACKAGE_LIST} --library=${arg_LIBRARY} ${arg_INPUT} DEPENDS ${arg_INPUT} VERBATIM ) add_custom_target(${id} ALL DEPENDS ${OUTPUT}) endfunction (vapi_gen id) ayatana-indicator-bluetooth-24.5.0/config.h.in0000644000000000000000000000160014623307153016107 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Author: Pete Woods */ #ifndef AYATANA_INDICATOR_BLUETOOTH_CONFIG_H_ #define AYATANA_INDICATOR_BLUETOOTH_CONFIG_H_ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" #define LOCALEDIR "@LOCALEDIR@" #endif // AYATANA_INDICATOR_BLUETOOTH_CONFIG_H_ ayatana-indicator-bluetooth-24.5.0/COPYING0000644000000000000000000010451314623307153015126 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-bluetooth-24.5.0/data/ayatana-indicator-bluetooth.desktop.in0000644000000000000000000000036514623307153024377 0ustar [Desktop Entry] Type=Application Name=Ayatana Indicator Bluetooth Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service NoDisplay=true StartupNotify=false Terminal=false OnlyShowIn=Unity;MATE;XFCE; ayatana-indicator-bluetooth-24.5.0/data/ayatana-indicator-bluetooth.service.in0000644000000000000000000000054014623307153024361 0ustar [Unit] Description=Ayatana Indicator Bluetooth Service PartOf=graphical-session.target PartOf=ayatana-indicators.target lomiri-indicators.target [Service] ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service Restart=on-failure [Install] WantedBy=ayatana-indicators.target lomiri-indicators.target ayatana-indicator-bluetooth-24.5.0/data/CMakeLists.txt0000644000000000000000000000300414623307153017535 0ustar find_package(GSettings) ########################### # Indicator service ########################### set( INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATADIR}/ayatana/indicators" CACHE FILEPATH "Ayatana Indicators Directory" ) install( FILES "org.ayatana.indicator.bluetooth" DESTINATION "${INDICATOR_DIR}" ) ########################### # Systemd Job ########################### pkg_check_modules(SYSTEMD systemd) if (${SYSTEMD_FOUND}) # where to install 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") # build it configure_file ("${SYSTEMD_USER_FILE_IN}" "${SYSTEMD_USER_FILE}") # install it install (FILES "${SYSTEMD_USER_FILE}" DESTINATION "${SYSTEMD_USER_DIR}") endif() ########################### # XDG Autostart ########################### set( INDICATOR_BLUETOOTH_XDG_AUTOSTART "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth.desktop" ) configure_file( "ayatana-indicator-bluetooth.desktop.in" ${INDICATOR_BLUETOOTH_XDG_AUTOSTART} @ONLY ) install( FILES "${INDICATOR_BLUETOOTH_XDG_AUTOSTART}" DESTINATION "/etc/xdg/autostart" ) ########################### # GSettings ########################### add_schema ("org.ayatana.indicator.bluetooth.gschema.xml") ayatana-indicator-bluetooth-24.5.0/data/org.ayatana.indicator.bluetooth0000644000000000000000000000060314623307153023105 0ustar [Indicator Service] Name=ayatana-indicator-bluetooth ObjectPath=/org/ayatana/indicator/bluetooth Position=70 [desktop] ObjectPath=/org/ayatana/indicator/bluetooth/desktop [phone] ObjectPath=/org/ayatana/indicator/bluetooth/phone Position=36 [ubiquity] ObjectPath=/org/ayatana/indicator/bluetooth/desktop [phone_greeter] ObjectPath=/org/ayatana/indicator/bluetooth/phone Position=36 ayatana-indicator-bluetooth-24.5.0/data/org.ayatana.indicator.bluetooth.gschema.xml0000644000000000000000000000055214623307153025315 0ustar true Bluetooth indicator in the menu bar. Whether or not to show the Bluetooth indicator in the menu bar. ayatana-indicator-bluetooth-24.5.0/INSTALL.md0000644000000000000000000000070614623307153015522 0ustar # Build and installation instructions ## Compile-time build dependencies - cmake (>= 3.13) - cmake-extras - glib-2.0 (>= 2.36) - intltool - systemd - vala (>= 0.20) - gcovr (>= 2.4) - lcov (>= 1.9) - gtest (>= 1.6.0) ## For end-users and packagers ``` cd ayatana-indicator-bluetooth-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`** ayatana-indicator-bluetooth-24.5.0/Jenkinsfile0000644000000000000000000000601014623307153016250 0ustar pipeline { agent any stages { stage('Build source') { steps { sh '/usr/bin/build-source.sh' stash(name: 'source', includes: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt') cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } } stage('Build binary - armhf') { steps { parallel( "Build binary - armhf": { node(label: 'arm64') { cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) unstash 'source' sh '''export architecture="armhf" build-binary.sh''' stash(includes: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt', name: 'build-armhf') cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } }, "Build binary - arm64": { node(label: 'arm64') { cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) unstash 'source' sh '''export architecture="arm64" build-binary.sh''' stash(includes: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt', name: 'build-arm64') cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } }, "Build binary - amd64": { node(label: 'amd64') { cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) unstash 'source' sh '''export architecture="amd64" build-binary.sh''' stash(includes: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt', name: 'build-amd64') cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } } ) } } stage('Results') { steps { cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) unstash 'build-armhf' unstash 'build-arm64' unstash 'build-amd64' archiveArtifacts(artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo', fingerprint: true, onlyIfSuccessful: true) sh '''/usr/bin/build-repo.sh''' } } stage('Cleanup') { steps { cleanWs(cleanWhenAborted: true, cleanWhenFailure: true, cleanWhenNotBuilt: true, cleanWhenSuccess: true, cleanWhenUnstable: true, deleteDirs: true) } } } } ayatana-indicator-bluetooth-24.5.0/NEWS0000644000000000000000000000715514623307153014576 0ustar Overview of changes in ayatana-indicator-bluetooth 24.5.0 - data/ayatana-indicator-bluetooth.service.in: Become part of lomiri-indicators.target. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 23.10.0 - Fix gschema file translation. - Use blueman-manager for settings on XFCE. - Drop testing/coverage options - Update translations. Overview of changes in ayatana-indicator-bluetooth 22.9.1 - src/profile.vala: Send all menu root properties to D-Bus on Lomiri regardless of the Bluetooth state. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 22.9.0 - Add tooltip support. - src/*.vala: Make the switch item/action QMenuModel compatible. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 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. - data/CMakeLists.txt: Drop unused pkglibexecdir definition. - CMakeLists.txt: Clean up compilation flags. - src/desktop.vala: Fix device section layout. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 0.9.0 - Drop lomiri-url-dispatcher as a build dependency. - Add libayatana-common as a build dependency. - Replace code with libayatana-common functions. - Update/add documentation. - Add Travis CI configuration. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 0.8.2 - Do not hide the indicator when unused. - Fix build warnings. - Show devices in sections for non-Lomiri environments. - Finalize port from URL Dispatcher to Lomiri URL Dispatcher. - Translation updates. Overview of changes in ayatana-indicator-bluetooth 0.8.1 - Fix license headers in src/*.vala. They contained a mix of GPL-3 and some LGPL license fragments. Updated to GPL-3. - Translation updates. - locale: Add more languages to this project's translation scheme. Overview of changes in ayatana-indicator-bluetooth 0.8.0 - Port from Ubuntu Indicators to Ayatana Indicators. - New versioning scheme. - Port from autotools to CMake. - Switch to new activate state connect approach, rather than using notify["state"].connect. - Add support for MATE Desktop Environment. - Make dependency on url-dispatcher optional. - Translation updates. (Translation workflow has been move to hosted.weblate.org. Thanks for the service, thanks to all translators there). Overview of changes in indicator-bluetooth 13.10.0 - Add phone profile - Remove dbusmenu, gtk, libindicator dependencies - Remove gnome-bluetooth runtime dependency in phone profile Overview of changes in indicator-bluetooth 0.0.6 - Add "Set Up New Device" menu item - Only show indicator if Bluetooth adapter present - Support existing gsettings key to disable indicator Overview of changes in indicator-bluetooth 0.0.5 - Add license file - Update copyright date Overview of changes in indicator-bluetooth 0.0.4 - Stop items being duplicated on resume from suspend Overview of changes in indicator-bluetooth 0.0.3 - Fix service file having incorrect path - Set useful values for accessible description Overview of changes in indicator-bluetooth 0.0.2 - Stop feedback loop when settings changed outside of indicator - Implement disconnecting from devices - Add accessible description - Hide devices without controls - Change enable label to match design - Added translations Overview of changes in indicator-bluetooth 0.0.1 - First release ayatana-indicator-bluetooth-24.5.0/po/aa.po0000644000000000000000000000252014623307153015425 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: 2020-10-26 12:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "" #: ../src/desktop.vala:96 msgid "Connection" msgstr "" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "" #: ../src/desktop.vala:189 msgid "Visible" msgstr "" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/af.po0000644000000000000000000000275114623307153015440 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/am.po0000644000000000000000000000275114623307153015447 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/an.po0000644000000000000000000000275114623307153015450 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ar.po0000644000000000000000000000275114623307153015454 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/as.po0000644000000000000000000000252014623307153015447 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: 2020-10-26 12:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "" #: ../src/desktop.vala:96 msgid "Connection" msgstr "" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "" #: ../src/desktop.vala:189 msgid "Visible" msgstr "" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ast.po0000644000000000000000000000275214623307153015642 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ayatana-indicator-bluetooth.pot0000644000000000000000000000300214623307153022617 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: 2023-10-10 23:51+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/az.po0000644000000000000000000000275114623307153015464 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/bem.po0000644000000000000000000000275214623307153015616 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/be.po0000644000000000000000000000275114623307153015440 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/bg.po0000644000000000000000000000275114623307153015442 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/bn.po0000644000000000000000000000275114623307153015451 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/bo.po0000644000000000000000000000275114623307153015452 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/br.po0000644000000000000000000000275114623307153015455 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/bs.po0000644000000000000000000000275114623307153015456 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ca.po0000644000000000000000000000412714623307153015434 0ustar # Catalan translation for indicator-bluetooth # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the indicator-bluetooth package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: indicator-bluetooth\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-06-23 01:41+0000\n" "Last-Translator: Joan CiberSheep \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18.1\n" "X-Launchpad-Export-Date: 2013-01-08 06:02+0000\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicador Bluetooth a la barra de menú." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Si s'ha de mostrar o no l'indicador Bluetooth a la barra de menú." #: src/bluez.vala:310 msgid "Unknown" msgstr "Desconegut" #: src/desktop.vala:114 msgid "Connection" msgstr "Connexió" #: src/desktop.vala:167 msgid "Send files…" msgstr "Envia fitxers…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Paràmetres del teclat…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Paràmetres de ratolí i ratolí tàctil…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Paràmetres de so…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Paràmetres de bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Paràmetres de bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Estat del Bluetooth i connexions del dispositiu" ayatana-indicator-bluetooth-24.5.0/po/ca@valencia.po0000644000000000000000000000276214623307153017242 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ce.po0000644000000000000000000000275114623307153015441 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ckb.po0000644000000000000000000000275214623307153015612 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/CMakeLists.txt0000644000000000000000000000016114623307153017243 0ustar find_package(Intltool REQUIRED) intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} ) ayatana-indicator-bluetooth-24.5.0/po/co.po0000644000000000000000000000275114623307153015453 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/crh.po0000644000000000000000000000275214623307153015627 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/csb.po0000644000000000000000000000277114623307153015623 0ustar # Kashubian translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/cs.po0000644000000000000000000000400214623307153015446 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: 2023-10-10 23:51+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indikátor Bluetooth na liště nabídek." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Zda se má či nemá zobrazovat indikátor Bluetooth na liště nabídek." #: src/bluez.vala:310 msgid "Unknown" msgstr "Neznámý" #: src/desktop.vala:114 msgid "Connection" msgstr "Spojení" #: src/desktop.vala:167 msgid "Send files…" msgstr "Odeslat soubory…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Nastavení klávesnice…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Nastavení myši a touchpadu…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Nastavení zvuku…" #: src/desktop.vala:234 msgid "Visible" msgstr "Viditelné" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Nastavení Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth nastavení…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Stav Bluetooth a připojení zařízení" ayatana-indicator-bluetooth-24.5.0/po/cv.po0000644000000000000000000000275114623307153015462 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/cy.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/da.po0000644000000000000000000000275114623307153015436 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/de.po0000644000000000000000000000401014623307153015430 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-09-11 19:55+0000\n" "Last-Translator: Mike Gabriel \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetooth-Indikator in der Menüleiste." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" "Ob der Bluetooth-Indikator in der Menüleiste angezeigt werden soll oder " "nicht." #: src/bluez.vala:310 msgid "Unknown" msgstr "Unbekannt" #: src/desktop.vala:114 msgid "Connection" msgstr "Verbindung" #: src/desktop.vala:167 msgid "Send files…" msgstr "Übertrage Dateien …" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Tastatureinstellungen…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Maus- und Touchpadeinstellungen …" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Klangeinstellungen …" #: src/desktop.vala:234 msgid "Visible" msgstr "Sichtbar" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth-Einstellungen…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth-Einstellungen…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth Status & Geräteverbindungen" ayatana-indicator-bluetooth-24.5.0/po/dv.po0000644000000000000000000000276514623307153015470 0ustar # Divehi translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/el.po0000644000000000000000000000275114623307153015452 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/en_AU.po0000644000000000000000000000275414623307153016044 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/en_CA.po0000644000000000000000000000371514623307153016020 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-12-31 10:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: English (Canada) \n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "Whether or not to show the bluetooth indicator in the menu bar." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Whether or not to show the bluetooth indicator in the menu bar." #: src/bluez.vala:310 msgid "Unknown" msgstr "Unknown" #: src/desktop.vala:114 msgid "Connection" msgstr "Connection" #: src/desktop.vala:167 msgid "Send files…" msgstr "Send files…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Keyboard Settings…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Mouse and touchpad settings…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Sound settings…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth settings…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth settings…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/en_GB.po0000644000000000000000000000372214623307153016023 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-09-07 05:05+0000\n" "Last-Translator: Kieran W \n" "Language-Team: English (United Kingdom) \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" "X-Generator: Weblate 5.0.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetooth indicator in the menu bar." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Whether or not to show the Bluetooth indicator in the menu bar." #: src/bluez.vala:310 msgid "Unknown" msgstr "Unknown" #: src/desktop.vala:114 msgid "Connection" msgstr "Connection" #: src/desktop.vala:167 msgid "Send files…" msgstr "Send files…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Keyboard settings…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Mouse and touchpad settings…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Sound settings…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth settings…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth settings…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth status & device connections" ayatana-indicator-bluetooth-24.5.0/po/eo.po0000644000000000000000000000367614623307153015464 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2021-11-19 13: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.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "Ĉu montri la Bludento-indikilon en la menubreto." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Ĉu montri la Bludento-indikilon en la menubreto." #: src/bluez.vala:310 msgid "Unknown" msgstr "Nekonata" #: src/desktop.vala:114 msgid "Connection" msgstr "Konekto" #: src/desktop.vala:167 msgid "Send files…" msgstr "Sendi dosierojn…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Agordoj pri klavoj…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Agordoj pri muso kaj tuŝplato…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Agordoj pri sono…" #: src/desktop.vala:234 msgid "Visible" msgstr "Montrata" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Agordoj pri Bludento…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Agordoj pri Bludento…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bludento" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/es.po0000644000000000000000000000426714623307153015465 0ustar # Spanish translation for indicator-bluetooth # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the indicator-bluetooth package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: indicator-bluetooth\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-09-16 20:12+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0.2\n" "X-Launchpad-Export-Date: 2013-01-08 06:02+0000\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicador Bluetooth en la barra de menú." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Mostrar o no el indicador Bluetooth en la barra de menús." #: src/bluez.vala:310 msgid "Unknown" msgstr "Desconocido" #: src/desktop.vala:114 msgid "Connection" msgstr "Conexión" #: src/desktop.vala:167 msgid "Send files…" msgstr "Enviar archivos…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Ajustes del teclado…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Configuración de ratón y panel táctil…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Configuración de sonido…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Ajustes del Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Ajustes de Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Estado del Bluetooth y conexiones del dispositivos" #~ msgid "Enabled" #~ msgstr "Activado" #~ msgid "Browse files..." #~ msgstr "Examinar archivos…" ayatana-indicator-bluetooth-24.5.0/po/et.po0000644000000000000000000000367214623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-10-20 10:03+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.14.2-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetoothi indikaator menüüribal." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Kas kuvada või peita Bluetoothi indikaator menüüribal." #: src/bluez.vala:310 msgid "Unknown" msgstr "Tundmatu" #: src/desktop.vala:114 msgid "Connection" msgstr "Ühendus" #: src/desktop.vala:167 msgid "Send files…" msgstr "Saada faile…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Klaviatuuri seaded…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Hiire ja puuteplaadi seaded…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Heli seaded…" #: src/desktop.vala:234 msgid "Visible" msgstr "Nähtav" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetoothi seaded…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetoothi seaded…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetoothi olek ja ühendused seadmetega" ayatana-indicator-bluetooth-24.5.0/po/eu.po0000644000000000000000000000275114623307153015463 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fa.po0000644000000000000000000000275114623307153015440 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fil.po0000644000000000000000000000275214623307153015625 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fi.po0000644000000000000000000000275114623307153015450 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fo.po0000644000000000000000000000275114623307153015456 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fr_CA.po0000644000000000000000000000376014623307153016025 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-12-31 10:29+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.4.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "Afficher ou non l'indicateur Bluetooth dans la barre de menu." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Afficher ou non l'indicateur Bluetooth dans la barre de menu." #: src/bluez.vala:310 msgid "Unknown" msgstr "Inconnu" #: src/desktop.vala:114 msgid "Connection" msgstr "Connexion" #: src/desktop.vala:167 msgid "Send files…" msgstr "Envoi des fichiers…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Praramètres du clavier…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Paramètres de la souris et du pavé tactile…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Paramètres sonores…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Paramètres Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Paramètres Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fr.po0000644000000000000000000000411714623307153015457 0ustar # French translation for indicator-bluetooth # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the indicator-bluetooth package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: indicator-bluetooth\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2024-03-23 23:01+0000\n" "Last-Translator: Steve \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.5-dev\n" "X-Launchpad-Export-Date: 2013-01-24 05:34+0000\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicateur Bluetooth dans la barre de menu." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Afficher ou non l'indicateur Bluetooth dans la barre de menu." #: src/bluez.vala:310 msgid "Unknown" msgstr "Inconnu" #: src/desktop.vala:114 msgid "Connection" msgstr "Connexion" #: src/desktop.vala:167 msgid "Send files…" msgstr "Envoi de fichiers…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Paramètres du clavier…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Paramètres de la souris et du pavé tactile…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Paramètres sonores…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Paramètres Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Paramètres Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "État du Bluetooth et connexions des appareils" ayatana-indicator-bluetooth-24.5.0/po/frp.po0000644000000000000000000000275214623307153015642 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fur.po0000644000000000000000000000277014623307153015647 0ustar # Friulian translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/fy.po0000644000000000000000000000275114623307153015470 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ga.po0000644000000000000000000000275114623307153015441 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/gd.po0000644000000000000000000000336214623307153015443 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2021-11-17 14:52+0000\n" "Last-Translator: Phil Clifford \n" "Language-Team: Gaelic \n" "Language: gd\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==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " "(n > 2 && n < 20) ? 2 : 3;\n" "X-Generator: Weblate 4.9.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 #, fuzzy msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/gl.po0000644000000000000000000000275114623307153015454 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/gu.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/gv.po0000644000000000000000000000275114623307153015466 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/he.po0000644000000000000000000000413214623307153015441 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-05 19:29+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=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "מחוון Bluetooth בסרגל התפריטים." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "האם להציג את מחוון ה־Bluetooth בשורת התפריטים או לא." #: src/bluez.vala:310 msgid "Unknown" msgstr "לא ידוע" #: src/desktop.vala:114 msgid "Connection" msgstr "חיבור" #: src/desktop.vala:167 msgid "Send files…" msgstr "שליחת קבצים…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "הגדרות מקלדת…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "הגדרות עכבר ומשטח מגע…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "הגדרות שמע…" #: src/desktop.vala:234 msgid "Visible" msgstr "גלוי" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "הגדרות Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "הגדרות Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "מצב Bluetooth וחיבורי מכשירים" ayatana-indicator-bluetooth-24.5.0/po/hi.po0000644000000000000000000000275114623307153015452 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/hr.po0000644000000000000000000000401114623307153015452 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-05-21 13:47+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.18-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetooth indikator u traci izbornika." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Da li prikazati indikator Bluetootha u traci izbornika." #: src/bluez.vala:310 msgid "Unknown" msgstr "Nepoznato" #: src/desktop.vala:114 msgid "Connection" msgstr "Veza" #: src/desktop.vala:167 msgid "Send files…" msgstr "Pošalji datoteke …" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Postavke tipkovnice …" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Postavke miša i dodirne ploče …" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Postavke zvuka …" #: src/desktop.vala:234 msgid "Visible" msgstr "Vidljivo" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Postavke Bluetootha …" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Postavke Bluetootha …" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth stanje i veze uređaja" ayatana-indicator-bluetooth-24.5.0/po/ht.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/hu.po0000644000000000000000000000373514623307153015471 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-11-27 13:28+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.4-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "Megjelenjen-e a Bluetooth-indikátor a menüsorban." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Megjelenjen-e a Bluetooth-indikátor a menüsorban." #: src/bluez.vala:310 msgid "Unknown" msgstr "Ismeretlen" #: src/desktop.vala:114 msgid "Connection" msgstr "Kapcsolat" #: src/desktop.vala:167 msgid "Send files…" msgstr "Fájlok küldése…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Billentyűzet beállítások…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Egér és érintőpad beállítások…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Hangbeállítások…" #: src/desktop.vala:234 msgid "Visible" msgstr "Látható" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth beállítások…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth beállítások…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/hy.po0000644000000000000000000000275114623307153015472 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ia.po0000644000000000000000000000275114623307153015443 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/id.po0000644000000000000000000000351114623307153015441 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: 2023-10-10 23:51+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "Tidak diketahui" #: src/desktop.vala:114 msgid "Connection" msgstr "Koneksi" #: src/desktop.vala:167 msgid "Send files…" msgstr "Mengirim file…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Pengaturan Papan tik…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Pengaturan tetikus dan touchpad…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Pengaturan suara…" #: src/desktop.vala:234 msgid "Visible" msgstr "Nampak" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Pengaturan Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Pengaturan bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/is.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/it_CARES.po0000644000000000000000000000305314623307153016377 0ustar # Italian translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/it.po0000644000000000000000000000374614623307153015473 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-06-28 11:52+0000\n" "Last-Translator: Sylke Vicious \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18.1\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicatore Bluetooth nella barra dei menu." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Mostrare o meno l'indicatore del bluetooth nella barra dei menu." #: src/bluez.vala:310 msgid "Unknown" msgstr "Sconosciuto" #: src/desktop.vala:114 msgid "Connection" msgstr "Connessione" #: src/desktop.vala:167 msgid "Send files…" msgstr "Invia file…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Impostazioni Tastiera…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Impostazioni mouse e touchpad…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Impostazioni volume…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visibile" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Impostazioni Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Impostazioni Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Stato del Bluetooth & connessioni dei dispositivi" ayatana-indicator-bluetooth-24.5.0/po/ja.po0000644000000000000000000000275114623307153015444 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ka.po0000644000000000000000000000275114623307153015445 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/kk.po0000644000000000000000000000275114623307153015457 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/kl.po0000644000000000000000000000275114623307153015460 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/km.po0000644000000000000000000000275114623307153015461 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/kmr.po0000644000000000000000000000252014623307153015635 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: 2020-10-27 15:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "" #: ../src/desktop.vala:96 msgid "Connection" msgstr "" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "" #: ../src/desktop.vala:189 msgid "Visible" msgstr "" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/kn.po0000644000000000000000000000275114623307153015462 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ko.po0000644000000000000000000000375214623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2024-03-15 15:01+0000\n" "Last-Translator: 이정희 \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "메뉴 표시줄의 블루투스 표시도구입니다." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "메뉴 표시줄에 블루투스 표시도구를 표시할지 여부입니다." #: src/bluez.vala:310 msgid "Unknown" msgstr "알 수 없음" #: src/desktop.vala:114 msgid "Connection" msgstr "연결" #: src/desktop.vala:167 msgid "Send files…" msgstr "파일 전송…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "키보드 설정…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "마우스 및 터치패드 설정…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "사운드 설정…" #: src/desktop.vala:234 msgid "Visible" msgstr "볼 수 있음" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "블루투스 설정…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "블루투스 설정…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "블루투스" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "블루투스 상태 및 장치 연결" ayatana-indicator-bluetooth-24.5.0/po/ku.po0000644000000000000000000000275114623307153015471 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/kw.po0000644000000000000000000000275114623307153015473 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ky.po0000644000000000000000000000275114623307153015475 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/la.po0000644000000000000000000000275114623307153015446 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/lb.po0000644000000000000000000000275114623307153015447 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/LINGUAS0000644000000000000000000000067214623307153015537 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_NO ne nl nn_NO 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 vec dv gv tt fur ta_LK ny mk csb it_CARES ayatana-indicator-bluetooth-24.5.0/po/lo.po0000644000000000000000000000341014623307153015455 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-04-21 15:52+0000\n" "Last-Translator: Vilakone Thammavong \n" "Language-Team: Lao \n" "Language: lo\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.18-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "ປະເພດການຈ່າຍເງິນ" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "ບໍ່ຮູ້ຈັກ" #: src/desktop.vala:114 msgid "Connection" msgstr "ເຊື່ອມຕໍ່" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/lt.po0000644000000000000000000000412014623307153015461 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-08 18:20+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" "X-Generator: Weblate 4.14.1-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetooth indikatorius meniu juostoje." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Ar meniu juostoje rodyti Bluetooth indikatorių, ar ne." #: src/bluez.vala:310 msgid "Unknown" msgstr "Nežinoma" #: src/desktop.vala:114 msgid "Connection" msgstr "Ryšys" #: src/desktop.vala:167 msgid "Send files…" msgstr "Siųsti failus…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Klaviatūros nustatymai…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Pelės ir jutiklinio kilimėlio nustatymai…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Garso nustatymai…" #: src/desktop.vala:234 msgid "Visible" msgstr "Matomas" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth nustatymai…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth nustatymai…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth būsena ir ryšiai su įrenginiais" ayatana-indicator-bluetooth-24.5.0/po/lv.po0000644000000000000000000000275114623307153015473 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/mg.po0000644000000000000000000000275114623307153015455 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/mhr.po0000644000000000000000000000275214623307153015641 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/mi.po0000644000000000000000000000275114623307153015457 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/mk.po0000644000000000000000000000364214623307153015461 0ustar # Macedonian translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2021-11-04 17:34+0000\n" "Last-Translator: ElectrifiedSpeed \n" "Language-Team: Macedonian \n" "Language: mk\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%10==1 ? 0 : 1;\n" "X-Generator: Weblate 4.9-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "Дали да се прикаже или не индикаторот за Bluetooth во менито." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Дали да се прикаже или не индикаторот за Bluetooth во менито." #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ml.po0000644000000000000000000000275114623307153015462 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/mr.po0000644000000000000000000000275114623307153015470 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ms.po0000644000000000000000000000275114623307153015471 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/my.po0000644000000000000000000000474614623307153015505 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-07-15 20:14+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.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "မီနူး ဘားထဲက Bluetooth ညွှန်ပြတာကို ပြဖို့လား၊ မပြဘူးလား။" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "မီနူး ဘားထဲက Bluetooth ညွှန်ပြတာကို ပြဖို့လား၊ မပြဘူးလား။" #: src/bluez.vala:310 msgid "Unknown" msgstr "မသိသော" #: src/desktop.vala:114 msgid "Connection" msgstr "ဆက်သွယ်ခြင်း" #: src/desktop.vala:167 msgid "Send files…" msgstr "ဖိုင်များကိုပို့ပါ…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "ကီးဘုတ်အပြင်အဆင်များ…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "မောက်စ်နှင့်တောက်ပတ်ခ်ျ ပြင်ဆင်မှုများ…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "အသံပြင်ဆင်ချက်များ…" #: src/desktop.vala:234 msgid "Visible" msgstr "မြင်နိုင်စွမ်း" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "ဘလူးတုသ် ပြင်ဆင်မှုများ…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "ဘလူးတုသ် ပြင်ဆင်မှုများ…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "ဘလူးတုသ်" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/nb_NO.po0000644000000000000000000000275414623307153016050 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ne.po0000644000000000000000000000275114623307153015454 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/nl.po0000644000000000000000000000375714623307153015472 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-03-17 10:40+0000\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.16.2-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetoothindicator op de menubalk." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" "Of de bluetoothindicator op de menubalk wel of niet dient te worden getoond." #: src/bluez.vala:310 msgid "Unknown" msgstr "Onbekend" #: src/desktop.vala:114 msgid "Connection" msgstr "Verbinding" #: src/desktop.vala:167 msgid "Send files…" msgstr "Bestanden versturen…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Toetsenbordinstellingen…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Muis- en touchpadinstellingen…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Geluidsinstellingen…" #: src/desktop.vala:234 msgid "Visible" msgstr "Zichtbaar" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetoothinstellingen…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetoothinstellingen…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetoothstatus en apparaatverbindingen" ayatana-indicator-bluetooth-24.5.0/po/nn_NO.po0000644000000000000000000000275114623307153016061 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ny.po0000644000000000000000000000275114623307153015500 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/oc.po0000644000000000000000000000374614623307153015460 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-08 18:20+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicator Bluetooth dins la barra de menú." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Mostrar o non l’indicator Bluetooth dins la barra de menú." #: src/bluez.vala:310 msgid "Unknown" msgstr "Desconegut" #: src/desktop.vala:114 msgid "Connection" msgstr "Connexion" #: src/desktop.vala:167 msgid "Send files…" msgstr "Mandadís fichièrs…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Paramètres del clavièr…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Paramètres mirga e pavat tactil…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Paramètres son…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visible" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Paramètres Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Paramètres Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Estatuts Bluetooth e connexions aparelhs" ayatana-indicator-bluetooth-24.5.0/po/os.po0000644000000000000000000000275114623307153015473 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/pa.po0000644000000000000000000000275114623307153015452 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/pl.po0000644000000000000000000000320514623307153015460 0ustar # Polish translation for indicator-bluetooth # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the indicator-bluetooth package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: indicator-bluetooth\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2013-01-14 21:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-01-15 05:31+0000\n" "X-Generator: Launchpad (build 16420)\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/POTFILES.in0000644000000000000000000000050114623307153016256 0ustar # List of source files containing translatable strings. # Please keep this file in alphabetical order. [encoding: UTF-8] data/org.ayatana.indicator.bluetooth.gschema.xml src/bluetooth.vala src/bluez.vala src/desktop.vala src/device.vala src/killswitch.vala src/main.vala src/phone.vala src/profile.vala src/service.vala ayatana-indicator-bluetooth-24.5.0/po/POTFILES.skip0000644000000000000000000000000014623307153016610 0ustar ayatana-indicator-bluetooth-24.5.0/po/ps.po0000644000000000000000000000275114623307153015474 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/pt_BR.po0000644000000000000000000000405514623307153016057 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-07 03:22+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicador do bluetooth na barra do menu." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Se deve ou não mostrar o indicador do bluetooth na barra do menu." #: src/bluez.vala:310 msgid "Unknown" msgstr "Desconhecido" #: src/desktop.vala:114 msgid "Connection" msgstr "Conexão" #: src/desktop.vala:167 msgid "Send files…" msgstr "Envie arquivos…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Configurações do mouse e do touchpad…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Configurações do som…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visível" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Configurações do bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Configurações do bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Condição do bluetooth & e dispositivos conectados" ayatana-indicator-bluetooth-24.5.0/po/pt.po0000644000000000000000000000376614623307153015504 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-04-07 16:49+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.17-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Indicador do bluetooth na barra do menu." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Se deve ou não mostrar o indicador bluetooth na barra do menu." #: src/bluez.vala:310 msgid "Unknown" msgstr "Desconhecido" #: src/desktop.vala:114 msgid "Connection" msgstr "Conexão" #: src/desktop.vala:167 msgid "Send files…" msgstr "Enviar ficheiros…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Configurações do teclado…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Configurações do rato e do touchpad…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Configurações do som…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visível" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Configurações do bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Configurações do bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Estado do bluetooth & e aparelhos conectados" ayatana-indicator-bluetooth-24.5.0/po/ro.po0000644000000000000000000000275114623307153015472 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ru.po0000644000000000000000000000434414623307153015500 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-15 22: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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Индикатор Bluetooth в строке меню." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Показывать или не показывать индикатор Bluetooth в строке меню." #: src/bluez.vala:310 msgid "Unknown" msgstr "Неизвестно" #: src/desktop.vala:114 msgid "Connection" msgstr "Подключение" #: src/desktop.vala:167 msgid "Send files…" msgstr "Отправить файлы…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Настройки клавиатуры…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Настройки мыши и тачпада…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Настройки звука…" #: src/desktop.vala:234 msgid "Visible" msgstr "Видимый" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Настройки Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Настройки Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Состояние Bluetooth и подключения устройств" ayatana-indicator-bluetooth-24.5.0/po/sa.po0000644000000000000000000000275114623307153015455 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sc.po0000644000000000000000000000404014623307153015450 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 14:36+0000\n" "Last-Translator: Adrià Martín \n" "Language-Team: Sardinian \n" "Language: sc\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.3.2-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 #, fuzzy msgid "Bluetooth indicator in the menu bar." msgstr "" "Si s'indicadore de Bluetooth depet èssere ammustradu in sa barra de menù." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 #, fuzzy msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" "Si s'indicadore de Bluetooth depet èssere ammustradu in sa barra de menù." #: src/bluez.vala:310 msgid "Unknown" msgstr "Disconnotu" #: src/desktop.vala:114 msgid "Connection" msgstr "Connessione" #: src/desktop.vala:167 msgid "Send files…" msgstr "Imbia archìvios…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Cunfiguratzione tecladu…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Cunfiguratzione sòrighe e sòrighe tàtile…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Cunfiguratzione sonu…" #: src/desktop.vala:234 msgid "Visible" msgstr "Visìbile" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Cunfiguratzione Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Cunfiguratzione Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sdh.po0000644000000000000000000000252014623307153015622 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: 2020-10-27 15:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.indicator.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "" #: ../src/desktop.vala:96 msgid "Connection" msgstr "" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "" #: ../src/desktop.vala:189 msgid "Visible" msgstr "" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sd.po0000644000000000000000000000275114623307153015460 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/se.po0000644000000000000000000000275114623307153015461 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/shn.po0000644000000000000000000000275214623307153015643 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/si.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sk.po0000644000000000000000000000330514623307153015463 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2021-11-07 16:51+0000\n" "Last-Translator: Andrej Shadura \n" "Language-Team: Slovak \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" "X-Generator: Weblate 4.9-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Nastavenia zvuku…" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sl.po0000644000000000000000000000275114623307153015470 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sq.po0000644000000000000000000000275114623307153015475 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sr.po0000644000000000000000000000275114623307153015476 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/sv.po0000644000000000000000000000374514623307153015506 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2023-02-11 12:35+0000\n" "Last-Translator: Luna Jernberg \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.16-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Bluetooth-indikatorn i menyfält." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Huruvida Bluetooth-indikatorn ska visas eller inte visas i menyfält." #: src/bluez.vala:310 msgid "Unknown" msgstr "Okänd" #: src/desktop.vala:114 msgid "Connection" msgstr "Anslutning" #: src/desktop.vala:167 msgid "Send files…" msgstr "Skicka filer…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Tangentbordsinställningar…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Inställningar för mus och styrplatta…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Ljudinställningar…" #: src/desktop.vala:234 msgid "Visible" msgstr "Synlig" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth-inställningar…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth-inställningar…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Blåtand" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth-status och enhetsanslutningar" ayatana-indicator-bluetooth-24.5.0/po/sw.po0000644000000000000000000000275114623307153015503 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/szl.po0000644000000000000000000000275214623307153015663 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ta_LK.po0000644000000000000000000000276714623307153016053 0ustar # Tamil translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ta.po0000644000000000000000000000275114623307153015456 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/te.po0000644000000000000000000000275114623307153015462 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/tg.po0000644000000000000000000000275114623307153015464 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/th.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ti.po0000644000000000000000000000326614623307153015470 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-10-01 12:23+0000\n" "Last-Translator: Mubarek Seyd Juhar \n" "Language-Team: Tigrinya \n" "Language: ti\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "ዘይፍለጥ" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "ብሉቱዝ" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/tr.po0000644000000000000000000000374314623307153015501 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-26 14:15+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Menü çubuğunda Bluetooth göstergesi." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Bluetooth göstergesinin menü çubuğunda gösterilip gösterilmeyeceği." #: src/bluez.vala:310 msgid "Unknown" msgstr "Bilinmeyen Aygıt" #: src/desktop.vala:114 msgid "Connection" msgstr "Bağlantı" #: src/desktop.vala:167 msgid "Send files…" msgstr "Dosyaları gönder…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Klavye Ayarları…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Fare ve Dokunmatik Yüzey Ayarları…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Ses Ayarları…" #: src/desktop.vala:234 msgid "Visible" msgstr "Görünür" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Bluetooth Ayarları…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Bluetooth ayarları…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Bluetooth durumu ve aygıt bağlantıları" ayatana-indicator-bluetooth-24.5.0/po/tt.po0000644000000000000000000000276414623307153015505 0ustar # Tatar translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/ug.po0000644000000000000000000000275114623307153015465 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/uk.po0000644000000000000000000000436214623307153015471 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2022-09-15 22: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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "Індикатор Bluetooth в рядку меню." #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "Відображати чи ні індикатор Bluetooth в рядку меню." #: src/bluez.vala:310 msgid "Unknown" msgstr "Невідомо" #: src/desktop.vala:114 msgid "Connection" msgstr "Підключення" #: src/desktop.vala:167 msgid "Send files…" msgstr "Надіслати файли…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "Налаштування клавіатури…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "Налаштування миші та сенсорної панелі…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "Налаштування звуку…" #: src/desktop.vala:234 msgid "Visible" msgstr "Видимий" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "Налаштування Bluetooth…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "Налаштування Bluetooth…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "Bluetooth" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "Стан Bluetooth та підключення пристроїв" ayatana-indicator-bluetooth-24.5.0/po/ur.po0000644000000000000000000000275114623307153015500 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/uz.po0000644000000000000000000000275114623307153015510 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/vec.po0000644000000000000000000000277414623307153015634 0ustar # Language vec translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/vi.po0000644000000000000000000000275114623307153015470 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/wae.po0000644000000000000000000000275214623307153015627 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: 2023-10-10 23:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/wo.po0000644000000000000000000000252014623307153015471 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: 2020-10-26 12:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "" #: ../src/desktop.vala:96 msgid "Connection" msgstr "" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "" #: ../src/desktop.vala:189 msgid "Visible" msgstr "" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/zh_CN.po0000644000000000000000000000362114623307153016050 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2024-04-01 22:37+0000\n" "Last-Translator: 复予 \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" #: data/org.ayatana.indicator.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "菜单栏上的蓝牙指示器。" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "是否在菜单栏上显示蓝牙指示器。" #: src/bluez.vala:310 msgid "Unknown" msgstr "未知" #: src/desktop.vala:114 msgid "Connection" msgstr "连接" #: src/desktop.vala:167 msgid "Send files…" msgstr "发送文件…" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "键盘设置…" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "鼠标和触摸板设置…" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "声音设置…" #: src/desktop.vala:234 msgid "Visible" msgstr "可见" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "蓝牙设置…" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "蓝牙设置…" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "蓝牙" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "蓝牙状态 & 设备连接" ayatana-indicator-bluetooth-24.5.0/po/zh_HK.po0000644000000000000000000000277114623307153016057 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/po/zh_LATN@pinyin.po0000644000000000000000000000324414623307153017636 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: 2020-10-26 12:23+0100\n" "PO-Revision-Date: 2023-01-07 17:47+0000\n" "Last-Translator: Andy Chiang \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_LATN@pinyin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15.1-dev\n" #: ../data/org.ayatana.indicator.bluetooth.gschema.xml.in:1 msgid "Whether or not to show the bluetooth indicator in the menu bar." msgstr "" #: ../src/bluez.vala:310 msgid "Unknown" msgstr "未知" #: ../src/desktop.vala:96 msgid "Connection" msgstr "连接" #: ../src/desktop.vala:146 msgid "Send files…" msgstr "传文件…" #: ../src/desktop.vala:152 msgid "Keyboard Settings…" msgstr "键盘设置…" #: ../src/desktop.vala:158 msgid "Mouse and Touchpad Settings…" msgstr "鼠标与触摸板设置…" #: ../src/desktop.vala:165 msgid "Sound Settings…" msgstr "声音设置…" #: ../src/desktop.vala:189 msgid "Visible" msgstr "可视" #. settings section #: ../src/desktop.vala:202 msgid "Bluetooth Settings…" msgstr "蓝牙设置…" #: ../src/phone.vala:43 msgid "Bluetooth settings…" msgstr "蓝牙设置…" #: ../src/profile.vala:89 ../src/profile.vala:169 msgid "Bluetooth" msgstr "蓝牙" ayatana-indicator-bluetooth-24.5.0/po/zh_TW.po0000644000000000000000000000277114623307153016107 0ustar # Chinese translations for PACKAGE package. # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2020. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-10 23:51+0200\n" "PO-Revision-Date: 2020-10-27 15:38+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.bluetooth.gschema.xml:1 msgid "Bluetooth indicator in the menu bar." msgstr "" #: data/org.ayatana.indicator.bluetooth.gschema.xml:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" #: src/bluez.vala:310 msgid "Unknown" msgstr "" #: src/desktop.vala:114 msgid "Connection" msgstr "" #: src/desktop.vala:167 msgid "Send files…" msgstr "" #: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" #: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" #: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" #: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section #: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" #: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" #: src/profile.vala:91 src/profile.vala:179 msgid "Bluetooth" msgstr "" #: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" ayatana-indicator-bluetooth-24.5.0/README.md0000644000000000000000000000371214623307153015351 0ustar # Ayatana System Indicator — Bluetooth [![Build Status](https://api.travis-ci.com/AyatanaIndicators/ayatana-indicator-bluetooth.svg)](https://travis-ci.com/github/AyatanaIndicators/ayatana-indicator-bluetooth) ## 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 Bluetooth Ayatana System Indicator The -bluetooth Ayatana System Indicator is the bluetooth 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/AyatanaIndicatorBluetooth ## 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-bluetooth-24.5.0/src/bluetooth.vala0000644000000000000000000000407114623307153017532 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr */ /** * Abstract interface for the Bluetooth backend. */ public interface Bluetooth: Object { /* True if there are any bluetooth adapters on this system. This work as a proxy for "does this hardware support bluetooth?" */ public abstract bool supported { get; protected set; } /* True if bluetooth's enabled on this system. Bluetooth can be soft-blocked by software and hard-blocked physically, eg by a laptop's network killswitch */ public abstract bool enabled { get; protected set; } /* True if we have a connected device. */ public abstract bool connected { get; protected set; } /* Try to enable/disable bluetooth. This can fail if it's overridden by the system, eg by a laptop's network killswitch */ public abstract void try_set_enabled (bool b); /* True if our system can be seen by other bluetooth devices */ public abstract bool discoverable { get; protected set; } public abstract void try_set_discoverable (bool discoverable); /* Get a list of the Device structs that we know about */ public abstract List get_devices (); /* Emitted when one or more of the devices is added, removed, or changed */ public signal void devices_changed (); /* Try to connect/disconnect a particular device. The device_key argument comes from the Device struct */ public abstract void set_device_connected (uint device_key, bool connected); } ayatana-indicator-bluetooth-24.5.0/src/bluez.vala0000644000000000000000000003506614623307153016656 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr * Robert Ancell */ /** * Bluetooth implementaion which uses org.bluez on DBus */ public class Bluez: Bluetooth, Object { uint name_watch_id = 0; uint next_device_id = 1; ObjectManager manager; const string BLUEZ_BUSNAME = "org.bluez"; private bool _powered = false; private bool powered { get { return _powered; } set { _powered = value; update_enabled(); } } private KillSwitch killswitch = new RfKillSwitch (); private DBusConnection bus = null; /* maps an org.bluez.Adapter1's object_path to the BluezAdapter proxy */ private HashTable path_to_adapter_proxy; /* maps an org.bluez.Device1's object_path to the BluezDevice proxy */ private HashTable path_to_device_proxy; /* maps an org.bluez.Device1's object_path to our arbitrary unique id */ private HashTable path_to_id; /* maps our arbitrary unique id to an org.bluez.Device's object path */ private HashTable id_to_path; /* maps our arbitrary unique id to a Bluetooth.Device struct for public consumption */ private HashTable id_to_device; public Bluez (KillSwitch? killswitch) { init_bluez_state_vars (); if ((killswitch != null) && (killswitch.is_valid())) { this.killswitch = killswitch; killswitch.notify["blocked"].connect (() => update_enabled()); update_enabled (); } name_watch_id = Bus.watch_name(BusType.SYSTEM, BLUEZ_BUSNAME, BusNameWatcherFlags.AUTO_START, on_bluez_appeared, on_bluez_vanished); } ~Bluez() { Bus.unwatch_name(name_watch_id); } private void on_bluez_appeared (DBusConnection connection, string name, string name_owner) { debug(@"$name owned by $name_owner, setting up bluez proxies"); bus = connection; init_bluez_state_vars(); reset_manager(); } private void on_bluez_vanished (DBusConnection connection, string name) { debug(@"$name vanished from the bus"); reset_bluez(); } private void init_bluez_state_vars () { id_to_path = new HashTable (direct_hash, direct_equal); id_to_device = new HashTable (direct_hash, direct_equal); path_to_id = new HashTable (str_hash, str_equal); path_to_adapter_proxy = new HashTable (str_hash, str_equal); path_to_device_proxy = new HashTable (str_hash, str_equal); } private void reset_bluez () { init_bluez_state_vars (); devices_changed (); update_combined_adapter_state (); update_connected (); update_enabled (); } private void reset_manager() { try { manager = bus.get_proxy_sync (BLUEZ_BUSNAME, "/"); // Find the adapters and watch for changes manager.interfaces_added.connect ((object_path, interfaces_and_properties) => { var iter = HashTableIter> (interfaces_and_properties); string name; while (iter.next (out name, null)) { if (name == "org.bluez.Adapter1") update_adapter (object_path); if (name == "org.bluez.Device1") update_device (object_path); } }); manager.interfaces_removed.connect ((object_path, interfaces) => { foreach (var interface in interfaces) { if (interface == "org.bluez.Adapter1") adapter_removed (object_path); if (interface == "org.bluez.Device1") device_removed (object_path); } }); var objects = manager.get_managed_objects (); var object_iter = HashTableIter>> (objects); ObjectPath object_path; HashTable> interfaces_and_properties; while (object_iter.next (out object_path, out interfaces_and_properties)) { var iter = HashTableIter> (interfaces_and_properties); string name; while (iter.next (out name, null)) { if (name == "org.bluez.Adapter1") update_adapter (object_path); if (name == "org.bluez.Device1") update_device (object_path); } } } catch (Error e) { critical (@"$(e.message)"); } } //// //// Adapter Upkeep //// private void update_adapter (ObjectPath object_path) { debug(@"bluez5 calling update_adapter for $object_path"); // Create a proxy if we don't have one var adapter_proxy = path_to_adapter_proxy.lookup (object_path); if (adapter_proxy == null) { try { adapter_proxy = bus.get_proxy_sync (BLUEZ_BUSNAME, object_path); } catch (Error e) { critical (@"$(e.message)"); return; } path_to_adapter_proxy.insert (object_path, adapter_proxy); adapter_proxy.g_properties_changed.connect(() => update_adapter (object_path)); } update_combined_adapter_state (); } private void adapter_removed (ObjectPath object_path) { path_to_adapter_proxy.remove (object_path); update_combined_adapter_state (); } private void update_combined_adapter_state () { var is_discoverable = false; var is_powered = false; var is_supported = false; var iter = HashTableIter (path_to_adapter_proxy); BluezAdapter adapter_proxy; while (iter.next (null, out adapter_proxy)) { var v = adapter_proxy.get_cached_property ("Discoverable"); if (!is_discoverable) is_discoverable = (v != null) && v.get_boolean (); v = adapter_proxy.get_cached_property ("Powered"); if (!is_powered) is_powered = (v != null) && v.get_boolean (); is_supported = true; } discoverable = is_discoverable; powered = is_powered; supported = is_supported; } //// //// bluetooth device UUIDs //// private static uint16 get_uuid16_from_uuid_string (string uuid) { uint16 uuid16; string[] tokens = uuid.split ("-", 1); if (tokens.length > 0) uuid16 = (uint16) uint64.parse ("0x"+tokens[0]); else uuid16 = 0; return uuid16; } // A device supports file transfer if OBEXObjectPush is in its uuid list private bool device_supports_file_transfer (uint16[] uuids) { foreach (var uuid16 in uuids) if (uuid16 == 0x1105) // OBEXObjectPush return true; return false; } // A device supports browsing if OBEXFileTransfer is in its uuid list private bool device_supports_browsing (uint16[] uuids) { foreach (var uuid16 in uuids) if (uuid16 == 0x1106) // OBEXFileTransfer return true; return false; } //// //// Device Upkeep //// /* Update our public Device struct from the org.bluez.Device's properties. * * This is called when we first walk through bluez' Devices on startup, * when the org.bluez.Adapter gets a new device, * and when a device's properties change s.t. we need to rebuild the proxy. */ private void update_device (ObjectPath object_path) { debug(@"bluez5 calling update_device for $object_path"); // Create a proxy if we don't have one var device_proxy = path_to_device_proxy.lookup (object_path); if (device_proxy == null) { try { device_proxy = bus.get_proxy_sync (BLUEZ_BUSNAME, object_path); } catch (Error e) { critical (@"$(e.message)"); return; } path_to_device_proxy.insert (object_path, device_proxy); device_proxy.g_properties_changed.connect(() => update_device (object_path)); } // look up our id for this device. // if we don't have one yet, create one. var id = path_to_id.lookup (object_path); if (id == 0) { id = next_device_id ++; id_to_path.insert (id, object_path); path_to_id.insert (object_path, id); } // look up the device's type Device.Type type; var v = device_proxy.get_cached_property ("Class"); if (v == null) type = Device.Type.OTHER; else type = Device.class_to_device_type (v.get_uint32()); // look up the device's human-readable name v = device_proxy.get_cached_property ("Alias"); if (v == null) v = device_proxy.get_cached_property ("Name"); var name = v == null ? _("Unknown") : v.get_string (); // look up the device's bus address v = device_proxy.get_cached_property ("Address"); var address = v == null ? null : v.get_string (); // look up the device's bus address v = device_proxy.get_cached_property ("Icon"); var icon = new ThemedIcon (v != null ? v.get_string() : "unknown"); // look up the device's Connected flag v = device_proxy.get_cached_property ("Connected"); var is_connected = (v != null) && v.get_boolean (); // derive the uuid-related attributes we care about v = device_proxy.get_cached_property ("UUIDs"); uint16[] uuids = {}; if (v != null) { string[] uuid_strings = v.dup_strv (); foreach (var s in uuid_strings) uuids += get_uuid16_from_uuid_string (s); } var supports_browsing = device_supports_browsing (uuids); var supports_file_transfer = device_supports_file_transfer (uuids); id_to_device.insert (id, new Device (id, type, name, address, icon, true, is_connected, supports_browsing, supports_file_transfer)); devices_changed (); update_connected (); } private void device_removed (ObjectPath path) { var id = path_to_id.lookup (path); path_to_id.remove (path); id_to_path.remove (id); id_to_device.remove (id); devices_changed (); } /* update the 'enabled' property by looking at the killswitch state and the 'powered' property state */ void update_enabled () { var blocked = (killswitch != null) && killswitch.blocked; debug (@"in upate_enabled, powered is $powered, blocked is $blocked"); enabled = powered && !blocked; } private bool have_connected_device () { var devices = get_devices(); foreach (var device in devices) if (device.is_connected) return true; return false; } private void update_connected () { connected = have_connected_device (); } //// //// Public API //// public void set_device_connected (uint id, bool connected) { var device = id_to_device.lookup (id); var path = id_to_path.lookup (id); var proxy = (path != null) ? path_to_device_proxy.lookup (path) : null; if ((device != null) && (device.is_connected != connected)) { try { if (connected) proxy.connect_ (); else proxy.disconnect_ (); } catch (Error e) { debug (@"$path org.bluez.Device1 connect/disconnect failed: $(e.message)"); } update_connected (); } } public void try_set_discoverable (bool b) { if (discoverable != b) { var iter = HashTableIter (path_to_adapter_proxy); ObjectPath object_path; BluezAdapter adapter_proxy; while (iter.next (out object_path, out adapter_proxy)) adapter_proxy.call.begin ("org.freedesktop.DBus.Properties.Set", new Variant ("(ssv)", "org.bluez.Adapter1", "Discoverable", new Variant.boolean (b)), DBusCallFlags.NONE, -1); } } public List get_devices () { return id_to_device.get_values(); } public bool supported { get; protected set; default = false; } public bool discoverable { get; protected set; default = false; } public bool enabled { get; protected set; default = false; } public bool connected { get; protected set; default = false; } public void try_set_enabled (bool b) { if (killswitch != null) { debug (@"setting killswitch blocked to $(!b)"); killswitch.try_set_blocked (!b); } else { var iter = HashTableIter (path_to_adapter_proxy); ObjectPath object_path; BluezAdapter adapter_proxy; while (iter.next (out object_path, out adapter_proxy)) adapter_proxy.call.begin ("org.freedesktop.DBus.Properties.Set", new Variant ("(ssv)", "org.bluez.Adapter1", "Powered", new Variant.boolean (b)), DBusCallFlags.NONE, -1); } } } [DBus (name = "org.freedesktop.DBus.ObjectManager")] private interface ObjectManager : Object { [DBus (name = "GetManagedObjects")] public abstract HashTable>> get_managed_objects() throws DBusError, IOError; [DBus (name = "InterfacesAdded")] public signal void interfaces_added(ObjectPath object_path, HashTable> interfaces_and_properties); [DBus (name = "InterfacesRemoved")] public signal void interfaces_removed(ObjectPath object_path, string[] interfaces); } [DBus (name = "org.bluez.Adapter1")] private interface BluezAdapter : DBusProxy { } [DBus (name = "org.bluez.Device1")] private interface BluezDevice : DBusProxy { [DBus (name = "Connect")] public abstract void connect_() throws DBusError, IOError; [DBus (name = "Disconnect")] public abstract void disconnect_() throws DBusError, IOError; } ayatana-indicator-bluetooth-24.5.0/src/CMakeLists.txt0000644000000000000000000000621714623307153017424 0ustar ########################### # Vala Generation ########################### set(HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service.h") set(SYMBOLS_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service.def") set(VAPI_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service.vapi") vala_init(ayatana-indicator-bluetooth-service DEPENDS PACKAGES config rfkill posix gio-2.0 gio-unix-2.0 AyatanaCommon OPTIONS --ccode --target-glib=${GLIB_2_0_REQUIRED_VERSION} --vapidir=${CMAKE_SOURCE_DIR}/vapi/ --vapidir=. ) vala_add(ayatana-indicator-bluetooth-service main.vala DEPENDS service bluetooth device bluez killswitch ) vala_add(ayatana-indicator-bluetooth-service bluetooth.vala DEPENDS device ) vala_add(ayatana-indicator-bluetooth-service bluez.vala DEPENDS bluetooth killswitch device ) vala_add(ayatana-indicator-bluetooth-service desktop.vala DEPENDS profile bluetooth device ) vala_add(ayatana-indicator-bluetooth-service device.vala ) vala_add(ayatana-indicator-bluetooth-service killswitch.vala ) vala_add(ayatana-indicator-bluetooth-service phone.vala DEPENDS profile bluetooth device ) vala_add(ayatana-indicator-bluetooth-service profile.vala DEPENDS bluetooth device ) vala_add(ayatana-indicator-bluetooth-service service.vala DEPENDS bluetooth profile device phone desktop ) vala_finish(ayatana-indicator-bluetooth-service SOURCES project_VALA_SOURCES OUTPUTS project_VALA_C GENERATE_HEADER ${HEADER_PATH} GENERATE_SYMBOLS ${SYMBOLS_PATH} GENERATE_VAPI ${VAPI_PATH} ) set_source_files_properties( ${project_VALA_SOURCES} PROPERTIES HEADER_FILE_ONLY TRUE ) set( INDICATOR_BLUETOOTH_SOURCES ${project_VALA_SOURCES} ${project_VALA_C} ${SYMBOLS_PATH} ) ########################### # Lib ########################### add_definitions( -w -DG_LOG_DOMAIN="ayatana-indicator-bluetooth" ) add_library( ayatana-indicator-bluetooth-service-lib STATIC ${INDICATOR_BLUETOOTH_SOURCES} ) target_link_libraries( ayatana-indicator-bluetooth-service-lib ${BLUETOOTHSERVICE_LIBRARIES} -lm ) ########################### # Executable ########################### include_directories(${CMAKE_BINARY_DIR}) add_executable( ayatana-indicator-bluetooth-service-bin ${project_VALA_C} ) set_target_properties( ayatana-indicator-bluetooth-service-bin PROPERTIES OUTPUT_NAME "ayatana-indicator-bluetooth-service" ) target_link_libraries( ayatana-indicator-bluetooth-service-bin ayatana-indicator-bluetooth-service-lib ) ########################### # Installation ########################### install( TARGETS ayatana-indicator-bluetooth-service-bin RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-bluetooth/ ) # coverage reporting set(COVERAGE_TARGETS ${COVERAGE_TARGETS} ayatana-indicator-bluetooth-service-lib ayatana-indicator-bluetooth-service-bin PARENT_SCOPE ) ayatana-indicator-bluetooth-24.5.0/src/desktop.vala0000644000000000000000000002436214623307153017203 0ustar /* * Copyright 2013 Canonical Ltd. * Copyright 2021-2023 Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 3. * * 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 . * * Authors: * Charles Kerr * Robert Tari */ class Desktop: Profile { private uint idle_rebuild_id = 0; private Settings settings; private SimpleActionGroup action_group; private Menu device_section; private HashTable connect_actions; protected override void dispose () { if (idle_rebuild_id != 0) { Source.remove (idle_rebuild_id); idle_rebuild_id = 0; } base.dispose (); } public Desktop (Bluetooth bluetooth, SimpleActionGroup action_group) { const string profile_name = "desktop"; base (bluetooth, profile_name); this.action_group = action_group; connect_actions = new HashTable(direct_hash, direct_equal); settings = new Settings ("org.ayatana.indicator.bluetooth"); // build the static actions Action[] actions = {}; actions += root_action; actions += create_supported_action (bluetooth); actions += create_enabled_action (bluetooth); actions += create_discoverable_action (bluetooth); actions += create_browse_files_action (); actions += create_send_file_action (); actions += create_show_settings_action (); if (!AyatanaCommon.utils_is_lomiri()) { SimpleAction pAction = new SimpleAction ("item-enabled", VariantType.BOOLEAN); pAction.set_enabled(false); actions += pAction; } foreach (var a in actions) action_group.add_action (a); build_menu (); // know when to show the indicator & when to hide it if (AyatanaCommon.utils_is_lomiri()) { settings.changed["visible"].connect (()=> update_visibility()); bluetooth.notify["supported"].connect (() => update_visibility()); update_visibility (); } else { bluetooth.notify["supported"].connect (() => update_root_action_state()); update_root_action_state(); } // when devices change, rebuild our device section bluetooth.devices_changed.connect (()=> { if (idle_rebuild_id == 0) idle_rebuild_id = Idle.add (() => { rebuild_device_section (); idle_rebuild_id = 0; return false; }); }); } void update_visibility () { visible = bluetooth.supported && settings.get_boolean("visible"); } /// /// MenuItems /// MenuItem create_device_connection_menuitem (Device device) { var id = device.id; var action_name = @"desktop-device-$(id)-connected"; var item = new MenuItem (_("Connection"), @"indicator.$(action_name)(true)"); item.set_attribute ("x-ayatana-type", "s", "org.ayatana.indicator.switch"); // if this doesn't already have an action, create one if (!connect_actions.contains (id)) { debug (@"creating action for $action_name"); var a = new SimpleAction.stateful (action_name, VariantType.BOOLEAN, new Variant.boolean (device.is_connected)); a.activate.connect ((action, param) => a.change_state (param)); a.change_state.connect ((action, requestedValue) => bluetooth.set_device_connected (id, requestedValue.get_boolean())); connect_actions.insert (device.id, a); action_group.add_action (a); } else { debug (@"updating action $(device.id) state to $(device.is_connected)"); var action = connect_actions.lookup (device.id); action.set_state (new Variant.boolean (device.is_connected)); } return item; } void rebuild_device_section () { device_section.remove_all (); foreach (var device in bluetooth.get_devices()) { Menu submenu = new Menu (); MenuItem item; if (device.is_connectable) submenu.append_item (create_device_connection_menuitem (device)); /* There is no working backend that can be used there, disable the action until that situation gets sorted out see http://launchpad.net/bugs/1562822 if (device.supports_browsing) submenu.append (_("Browse files…"), @"indicator.desktop-browse-files::$(device.address)"); */ if (device.supports_file_transfer) submenu.append (_("Send files…"), @"indicator.desktop-send-file::$(device.address)"); switch (device.device_type) { case Device.Type.KEYBOARD: submenu.append (_("Keyboard Settings…"), "indicator.desktop-show-settings::keyboard"); break; case Device.Type.MOUSE: case Device.Type.TABLET: submenu.append (_("Mouse and Touchpad Settings…"), "indicator.desktop-show-settings::mouse"); break; case Device.Type.HEADSET: case Device.Type.HEADPHONES: case Device.Type.OTHER_AUDIO: submenu.append (_("Sound Settings…"), "indicator.desktop-show-settings::sound"); break; default: break; } // only show the device if it's got actions that we can perform on it int nItems = submenu.get_n_items(); if (nItems > 0) { item = new MenuItem (device.name, null); item.set_attribute_value ("icon", device.icon.serialize()); if (AyatanaCommon.utils_is_lomiri()) { item.set_submenu (submenu); device_section.append_item (item); } else { item.set_detailed_action("indicator.item-enabled"); item.set_attribute("x-ayatana-type", "s", "org.ayatana.indicator.basic"); item.set_attribute("x-ayatana-use-markup", "b", true); item.set_label("" + device.name + ""); device_section.append_item(item); for (int nItem = 0; nItem < nItems; nItem++) { MenuItem pItem = new MenuItem.from_model(submenu, nItem); device_section.append_item(pItem); } } } } } void build_menu () { Menu section; MenuItem item; // quick toggles section section = new Menu (); section.append_item (create_enabled_menuitem ()); item = new MenuItem (_("Visible"), "indicator.desktop-discoverable(true)"); item.set_attribute ("x-ayatana-type", "s", "org.ayatana.indicator.switch"); section.append_item (item); menu.append_section (null, section); // devices section device_section = new Menu (); rebuild_device_section (); menu.append_section (null, device_section); // settings section section = new Menu (); section.append (_("Bluetooth Settings…"), "indicator.desktop-show-settings::bluetooth"); menu.append_section (null, section); } /// /// Actions /// void show_settings (string panel) { if (AyatanaCommon.utils_is_lomiri()) { AyatanaCommon.utils_open_url("settings:///system/bluetooth"); } else if (AyatanaCommon.utils_is_unity() && AyatanaCommon.utils_have_program("unity-control-center")) { AyatanaCommon.utils_execute_command("unity-control-center " + panel); } else if (AyatanaCommon.utils_is_mate() && AyatanaCommon.utils_have_program("blueman-manager")) { AyatanaCommon.utils_execute_command("blueman-manager"); } else if (AyatanaCommon.utils_is_xfce() && AyatanaCommon.utils_have_program("blueman-manager")) { AyatanaCommon.utils_execute_command("blueman-manager"); } else { AyatanaCommon.utils_execute_command("gnome-control-center " + panel); } } Action create_discoverable_action (Bluetooth bluetooth) { var action = new SimpleAction.stateful ("desktop-discoverable", VariantType.BOOLEAN, new Variant.boolean (bluetooth.discoverable)); action.activate.connect ((action, param) => action.change_state (param)); action.change_state.connect ((action, requestedValue) => bluetooth.try_set_discoverable (requestedValue.get_boolean())); bluetooth.notify["discoverable"].connect (() => action.set_state (new Variant.boolean (bluetooth.discoverable))); return action; } Action create_browse_files_action () { var action = new SimpleAction ("desktop-browse-files", VariantType.STRING); action.activate.connect ((action, address) => { var uri = @"obex://[$(address.get_string())]/"; var file = File.new_for_uri (uri); file.mount_enclosing_volume.begin (MountMountFlags.NONE, null, null, (obj, res) => { try { AppInfo.launch_default_for_uri (uri, null); } catch (Error e) { warning (@"unable to launch '$uri': $(e.message)"); } }); }); return action; } Action create_send_file_action () { var action = new SimpleAction ("desktop-send-file", VariantType.STRING); action.activate.connect ((action, address) => { var cmd = @"bluetooth-sendto --device=$(address.get_string())"; spawn_command_line_async (cmd); }); return action; } Action create_show_settings_action () { var action = new SimpleAction ("desktop-show-settings", VariantType.STRING); action.activate.connect ((action, panel) => show_settings (panel.get_string())); return action; } } ayatana-indicator-bluetooth-24.5.0/src/device.vala0000644000000000000000000001002314623307153016756 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr */ public class Device: Object { public enum Type { OTHER, COMPUTER, PHONE, MODEM, NETWORK, HEADSET, HEADPHONES, VIDEO, OTHER_AUDIO, JOYPAD, KEYPAD, KEYBOARD, TABLET, MOUSE, PRINTER, CAMERA } public Type device_type { get; construct; } public uint id { get; construct; } public string name { get; construct; } public string address { get; construct; } public Icon icon { get; construct; } public bool is_connectable { get; construct; } public bool is_connected { get; construct; } public bool supports_browsing { get; construct; } public bool supports_file_transfer { get; construct; } public string print() { return @"{id:$id, name:$name, address:$address, icon:$(icon.to_string()), device_type:$device_type, is_connectable:$is_connectable, is_connected:$is_connected, supports_browsing:$supports_browsing, supports_file_transfer:$supports_file_transfer}"; } public Device (uint id, Type device_type, string name, string address, Icon icon, bool is_connectable, bool is_connected, bool supports_browsing, bool supports_file_transfer) { Object (id: id, device_type: device_type, name: name, address: address, icon: icon, is_connectable: is_connectable, is_connected: is_connected, supports_browsing: supports_browsing, supports_file_transfer: supports_file_transfer); } public static Type class_to_device_type (uint32 c) { switch ((c & 0x1f00) >> 8) { case 0x01: return Type.COMPUTER; case 0x02: switch ((c & 0xfc) >> 2) { case 0x01: case 0x02: case 0x03: case 0x05: return Type.PHONE; case 0x04: return Type.MODEM; } break; case 0x03: return Type.NETWORK; case 0x04: switch ((c & 0xfc) >> 2) { case 0x01: case 0x02: return Type.HEADSET; case 0x06: return Type.HEADPHONES; case 0x0b: // vcr case 0x0c: // video camera case 0x0d: // camcorder return Type.VIDEO; default: return Type.OTHER_AUDIO; } case 0x05: switch ((c & 0xc0) >> 6) { case 0x00: switch ((c & 0x1e) >> 2) { case 0x01: case 0x02: return Type.JOYPAD; } break; case 0x01: return Type.KEYBOARD; case 0x02: switch ((c & 0x1e) >> 2) { case 0x05: return Type.TABLET; default: return Type.MOUSE; } } break; case 0x06: if ((c & 0x80) != 0) return Type.PRINTER; if ((c & 0x20) != 0) return Type.CAMERA; break; } return 0; } } ayatana-indicator-bluetooth-24.5.0/src/killswitch.vala0000644000000000000000000001104414623307153017700 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr */ /** * Monitors whether or not bluetooth is blocked, * either by software (e.g., a session configuration setting) * or by hardware (e.g., user disabled it via a physical switch on her laptop). * * KillSwitchBluetooth uses this as the impl for its Bluetooth.blocked property */ public interface KillSwitch: Object { public abstract bool is_valid (); public abstract bool blocked { get; protected set; } /* Try to block/unblock bluetooth. * This can fail if the requested state is overruled by a hardware block. */ public abstract void try_set_blocked (bool blocked); } /** * KillSwitch impementation for Linux using /dev/rfkill */ public class RfKillSwitch: KillSwitch, Object { public bool blocked { get; protected set; default = false; } public void try_set_blocked (bool blocked) { return_if_fail (this.blocked != blocked); // Try to soft-block all the bluetooth devices var event = Linux.RfKillEvent() { op = Linux.RfKillOp.CHANGE_ALL, type = Linux.RfKillType.BLUETOOTH, soft = (uint8)blocked }; /* Write this request to rfkill. * Don't update this object's "blocked" property here -- * We'll get the update when on_channel_event() reads it below */ var bwritten = Posix.write (fd, &event, sizeof(Linux.RfKillEvent)); if (bwritten == -1) warning (@"Could not write rfkill event: $(strerror(errno))"); } /* represents an entry that we've read from the rfkill file */ private class Entry { public uint32 idx; public Linux.RfKillType type; public bool soft; public bool hard; } private HashTable entries; private int fd = -1; private IOChannel channel; private uint watch; protected override void dispose () { if (watch != 0) { Source.remove (watch); watch = 0; } if (fd != -1) { Posix.close (fd); fd = -1; } base.dispose (); } public RfKillSwitch () { entries = new HashTable(direct_hash, direct_equal); var path = "/dev/rfkill"; fd = Posix.open (path, Posix.O_RDWR | Posix.O_NONBLOCK ); if (fd == -1) { warning (@"Can't open $path for use as a killswitch backend: $(strerror(errno))"); } else { // read everything that's already there, then watch for more while (read_event()); channel = new IOChannel.unix_new (fd); watch = channel.add_watch (IOCondition.IN, on_channel_event); } } public bool is_valid () { return fd != -1; } private bool on_channel_event (IOChannel source, IOCondition condition) { read_event (); return true; } private bool read_event () { assert (fd != -1); var event = Linux.RfKillEvent(); var n = sizeof (Linux.RfKillEvent); var bytesread = Posix.read (fd, &event, n); if (bytesread == n) { process_event (event); return true; } return false; } private void process_event (Linux.RfKillEvent event) { // we only want things that affect bluetooth if ((event.type != Linux.RfKillType.ALL) && (event.type != Linux.RfKillType.BLUETOOTH)) return; switch (event.op) { case Linux.RfKillOp.CHANGE: case Linux.RfKillOp.ADD: Entry entry = new Entry (); entry.idx = event.idx; entry.type = event.type; entry.soft = event.soft != 0; entry.hard = event.hard != 0; entries.insert (entry.idx, entry); break; case Linux.RfKillOp.DEL: entries.remove (event.idx); break; default: break; } /* update our blocked property. it should be true if any bluetooth entry is hard- or soft-blocked */ var b = false; foreach (var entry in entries.get_values ()) if ((b = (entry.soft || entry.hard))) break; blocked = b; } } ayatana-indicator-bluetooth-24.5.0/src/main.vala0000644000000000000000000000213614623307153016451 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr */ public static int main (string[] args) { // set up i18n Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); Intl.setlocale (LocaleCategory.ALL, ""); Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR); Intl.textdomain (Config.GETTEXT_PACKAGE); // create the backend var bluetooth = new Bluez (null); // start the service var service = new Service (bluetooth); return service.run (); } ayatana-indicator-bluetooth-24.5.0/src/phone.vala0000644000000000000000000000426514623307153016643 0ustar /* * Copyright 2013 Canonical Ltd. * 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 as published by * the Free Software Foundation; version 3. * * 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 . * * Authors: * Charles Kerr * Robert Tari */ class Phone: Profile { SimpleActionGroup action_group; public Phone (Bluetooth bluetooth, SimpleActionGroup action_group) { const string profile_name = "phone"; base (bluetooth, profile_name); this.bluetooth = bluetooth; this.action_group = action_group; // build the static actions Action[] actions = {}; actions += root_action; actions += create_supported_action (bluetooth); actions += create_enabled_action (bluetooth); actions += create_settings_action (); foreach (var a in actions) action_group.add_action (a); var section = new Menu (); section.append_item (create_enabled_menuitem ()); section.append (_("Bluetooth settings…"), "indicator.phone-show-settings::bluetooth"); menu.append_section (null, section); // know when to show the indicator & when to hide it bluetooth.notify.connect (() => update_visibility()); update_visibility (); bluetooth.notify.connect (() => update_root_action_state()); } void update_visibility () { visible = bluetooth.enabled; } /// /// Actions /// void show_settings (string panel) { AyatanaCommon.utils_open_url("settings:///system/bluetooth"); } Action create_settings_action () { var action = new SimpleAction ("phone-show-settings", VariantType.STRING); action.activate.connect ((action, panel) => show_settings (panel.get_string())); return action; } } ayatana-indicator-bluetooth-24.5.0/src/profile.vala0000644000000000000000000001232114623307153017162 0ustar /* * Copyright 2013 Canonical Ltd. * Copyright 2022-2023 Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 3. * * 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 . * * Authors: * Charles Kerr * Robert Tari */ class Profile: Object { protected Bluetooth bluetooth; protected string profile_name; protected Menu root; protected Menu menu; private uint menu_export_id; protected SimpleAction root_action; protected bool visible { get; set; default = true; } public Profile (Bluetooth bluetooth, string profile_name) { this.bluetooth = bluetooth; this.profile_name = profile_name; root_action = new SimpleAction.stateful (@"root-$profile_name", null, action_state_for_root()); notify["visible"].connect (() => update_root_action_state()); bluetooth.notify["enabled"].connect (() => update_root_action_state()); bluetooth.notify["connected"].connect (() => update_root_action_state()); menu = new Menu (); var item = create_root_menuitem (); item.set_submenu (menu); root = new Menu (); root.append_item (item); } public void export_menu (DBusConnection connection, string object_path) { try { debug (@"exporting menu '$profile_name'"); menu_export_id = connection.export_menu_model (object_path, root); } catch (Error e) { critical (@"Unable to export menu on $object_path: $(e.message)"); } } public void unexport_menu (DBusConnection connection) { if (menu_export_id != 0) { debug (@"unexporting menu '$profile_name'"); connection.unexport_menu_model (menu_export_id); menu_export_id = 0; } } protected void spawn_command_line_async (string command) { try { Process.spawn_command_line_async (command); } catch (Error e) { warning (@"Unable to launch '$command': $(e.message)"); } } /// /// Menu Items /// protected MenuItem create_enabled_menuitem () { var item = new MenuItem (_("Bluetooth"), "indicator.bluetooth-enabled(true)"); item.set_attribute ("x-ayatana-type", "s", "org.ayatana.indicator.switch"); return item; } private MenuItem create_root_menuitem () { var item = new MenuItem (null, @"indicator.root-$profile_name"); item.set_attribute ("x-ayatana-type", "s", "org.ayatana.indicator.root"); return item; } /// /// Actions /// protected Action create_supported_action (Bluetooth bluetooth) { var action = new SimpleAction.stateful ("bluetooth-supported", null, new Variant.boolean (bluetooth.supported)); bluetooth.notify["supported"].connect (() => action.set_state (new Variant.boolean (bluetooth.supported))); return action; } protected Action create_enabled_action (Bluetooth bluetooth) { var action = new SimpleAction.stateful ("bluetooth-enabled", VariantType.BOOLEAN, new Variant.boolean (bluetooth.enabled)); action.activate.connect ((action, param) => action.change_state (param)); action.change_state.connect ((action, requestedValue) => bluetooth.try_set_enabled (requestedValue.get_boolean())); bluetooth.notify["enabled"].connect (() => action.set_state (new Variant.boolean (bluetooth.enabled))); return action; } protected void update_root_action_state () { root_action.set_state (action_state_for_root ()); } protected Variant action_state_for_root () { string a11y; string icon_name; if (bluetooth.connected) { a11y = "Bluetooth (connections)"; icon_name = "bluetooth-paired"; } else if (bluetooth.enabled) { a11y = "Bluetooth (on)"; icon_name = "bluetooth-active"; } else { a11y = "Bluetooth (off)"; icon_name = "bluetooth-disabled"; } var icon = new ThemedIcon.with_default_fallbacks (icon_name); var builder = new VariantBuilder (new VariantType ("a{sv}")); builder.add ("{sv}", "visible", new Variant.boolean (visible)); builder.add ("{sv}", "accessible-desc", new Variant.string (a11y)); if (AyatanaCommon.utils_is_lomiri () || (bluetooth.supported && visible)) { builder.add ("{sv}", "icon", icon.serialize()); } builder.add ("{sv}", "title", new Variant.string (_("Bluetooth"))); builder.add ("{sv}", "tooltip", new Variant.string (_("Bluetooth status & device connections"))); return builder.end (); } } ayatana-indicator-bluetooth-24.5.0/src/service.vala0000644000000000000000000000615614623307153017173 0ustar /* * Copyright 2013 Canonical Ltd. * * 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; version 3. * * 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 . * * Authors: * Charles Kerr * Robert Ancell */ /** * Boilerplate class to own the name on the bus, * to create the profiles, and to export them on the bus. */ public class Service: Object { private MainLoop loop; private SimpleActionGroup actions; private HashTable profiles; private DBusConnection connection; private uint exported_action_id; private const string OBJECT_PATH = "/org/ayatana/indicator/bluetooth"; private void unexport () { if (connection != null) { profiles.for_each ((name, profile) => profile.unexport_menu (connection)); if (exported_action_id != 0) { debug (@"unexporting action group '$(OBJECT_PATH)'"); connection.unexport_action_group (exported_action_id); exported_action_id = 0; } } } public Service (Bluetooth bluetooth) { actions = new SimpleActionGroup (); profiles = new HashTable (str_hash, str_equal); profiles.insert ("phone", new Phone (bluetooth, actions)); profiles.insert ("desktop", new Desktop (bluetooth, actions)); } public int run () { if (loop != null) { warning ("service is already running"); return Posix.EXIT_FAILURE; } var own_name_id = Bus.own_name (BusType.SESSION, "org.ayatana.indicator.bluetooth", BusNameOwnerFlags.NONE, on_bus_acquired, null, on_name_lost); loop = new MainLoop (null, false); loop.run (); // cleanup unexport (); Bus.unown_name (own_name_id); return Posix.EXIT_SUCCESS; } void on_bus_acquired (DBusConnection connection, string name) { debug (@"bus acquired: $name"); this.connection = connection; try { debug (@"exporting action group '$(OBJECT_PATH)'"); exported_action_id = connection.export_action_group (OBJECT_PATH, actions); } catch (Error e) { critical (@"Unable to export actions on $OBJECT_PATH: $(e.message)"); } profiles.for_each ((name, profile) => profile.export_menu (connection, @"$OBJECT_PATH/$name")); } void on_name_lost (DBusConnection connection, string name) { debug (@"name lost: $name"); loop.quit (); } } ayatana-indicator-bluetooth-24.5.0/.travis.yml0000644000000000000000000000170614623307153016204 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-bluetooth-24.5.0/update-po.sh0000755000000000000000000000262514623307153016331 0ustar #!/bin/bash set -x # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cp po/${GETTEXT_DOMAIN}.pot po/${GETTEXT_DOMAIN}.pot~ cd po/ cat LINGUAS | while read lingua; do if [ ! -e ${lingua}.po ]; then msginit --input=${GETTEXT_DOMAIN}.pot --locale=${lingua} --no-translator --output-file=$lingua.po else intltool-update --gettext-package ${GETTEXT_DOMAIN} $(basename ${lingua}) fi sed -E \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i ${lingua}.po done cd - 1>/dev/null mv po/${GETTEXT_DOMAIN}.pot~ po/${GETTEXT_DOMAIN}.pot ayatana-indicator-bluetooth-24.5.0/update-pot.sh0000755000000000000000000000213614623307153016512 0ustar #!/bin/bash # Copyright (C) 2017 by Mike Gabriel # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 of the License. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see GETTEXT_DOMAIN=$(cat CMakeLists.txt | grep 'set.*(.*GETTEXT_PACKAGE' | sed -r -e 's/.*\"([^"]+)\"\)/\1/') cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot && cd - 1>/dev/null sed -E \ -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ -e 's@^#: \.\./@#: @g' \ -e 's@(:[0-9]+) \.\./@\1 @g' \ -i po/${GETTEXT_DOMAIN}.pot ayatana-indicator-bluetooth-24.5.0/vapi/config.vapi0000644000000000000000000000043414623307153017155 0ustar [CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "../config.h")] namespace Config { public const string GETTEXT_PACKAGE; public const string LOCALEDIR; public const string PKGDATADIR; public const string PACKAGE_NAME; public const string PACKAGE_VERSION; } ayatana-indicator-bluetooth-24.5.0/vapi/rfkill.vapi0000644000000000000000000000201514623307153017170 0ustar // (C) Michael 'Mickey' Lauer // LGPL2 // scheduled for inclusion in linux.vapi namespace Linux { /* * RfKill */ [CCode (cname = "struct rfkill_event", cheader_filename = "linux/rfkill.h")] public struct RfKillEvent { public uint32 idx; public RfKillType type; public RfKillOp op; public uint8 soft; public uint8 hard; } [CCode (cname = "guint8", cprefix = "RFKILL_OP_", cheader_filename = "linux/rfkill.h")] public enum RfKillOp { ADD, DEL, CHANGE, CHANGE_ALL } [CCode (cname = "guint8", cprefix = "RFKILL_STATE_", cheader_filename = "linux/rfkill.h")] public enum RfKillState { SOFT_BLOCKED, UNBLOCKED, HARD_BLOCKED } [CCode (cname = "guint8", cprefix = "RFKILL_TYPE_", cheader_filename = "linux/rfkill.h")] public enum RfKillType { ALL, WLAN, BLUETOOTH, UWB, WIMAX, WWAN } } /* namespace Linux */