├── COPYING ├── Makefile ├── README.md ├── blueberry.pot ├── debian ├── changelog ├── compat ├── control ├── copyright ├── install ├── rules └── source │ └── format ├── etc └── xdg │ └── autostart │ ├── blueberry-obex-agent.desktop │ └── blueberry-tray.desktop ├── generate_desktop_files ├── makepot ├── po ├── blueberry-af.po ├── blueberry-am.po ├── blueberry-ar.po ├── blueberry-as.po ├── blueberry-az.po ├── blueberry-be.po ├── blueberry-ber.po ├── blueberry-bg.po ├── blueberry-bn.po ├── blueberry-br.po ├── blueberry-bs.po ├── blueberry-ca.po ├── blueberry-ca@valencia.po ├── blueberry-ckb.po ├── blueberry-crh.po ├── blueberry-cs.po ├── blueberry-cy.po ├── blueberry-da.po ├── blueberry-de.po ├── blueberry-el.po ├── blueberry-en_AU.po ├── blueberry-en_CA.po ├── blueberry-en_GB.po ├── blueberry-eo.po ├── blueberry-es.po ├── blueberry-et.po ├── blueberry-eu.po ├── blueberry-fa.po ├── blueberry-fi.po ├── blueberry-fil.po ├── blueberry-fr.po ├── blueberry-fr_CA.po ├── blueberry-frp.po ├── blueberry-fy.po ├── blueberry-gd.po ├── blueberry-gl.po ├── blueberry-gu.po ├── blueberry-he.po ├── blueberry-hi.po ├── blueberry-hr.po ├── blueberry-hu.po ├── blueberry-hy.po ├── blueberry-ia.po ├── blueberry-id.po ├── blueberry-ie.po ├── blueberry-is.po ├── blueberry-it.po ├── blueberry-ja.po ├── blueberry-ka.po ├── blueberry-kab.po ├── blueberry-kk.po ├── blueberry-km.po ├── blueberry-kn.po ├── blueberry-ko.po ├── blueberry-ku.po ├── blueberry-la.po ├── blueberry-li.po ├── blueberry-lo.po ├── blueberry-lt.po ├── blueberry-lv.po ├── blueberry-mai.po ├── blueberry-mk.po ├── blueberry-ml.po ├── blueberry-mn.po ├── blueberry-mnw.po ├── blueberry-mr.po ├── blueberry-ms.po ├── blueberry-my.po ├── blueberry-nap.po ├── blueberry-nb.po ├── blueberry-nds.po ├── blueberry-ne.po ├── blueberry-nl.po ├── blueberry-nn.po ├── blueberry-oc.po ├── blueberry-or.po ├── blueberry-pa.po ├── blueberry-pap.po ├── blueberry-pl.po ├── blueberry-pt.po ├── blueberry-pt_BR.po ├── blueberry-ro.po ├── blueberry-ru.po ├── blueberry-rue.po ├── blueberry-sc.po ├── blueberry-sco.po ├── blueberry-shn.po ├── blueberry-si.po ├── blueberry-sk.po ├── blueberry-sl.po ├── blueberry-so.po ├── blueberry-sq.po ├── blueberry-sr.po ├── blueberry-sr@ijekavian.po ├── blueberry-sr@latin.po ├── blueberry-sv.po ├── blueberry-szl.po ├── blueberry-ta.po ├── blueberry-te.po ├── blueberry-tg.po ├── blueberry-th.po ├── blueberry-tl.po ├── blueberry-tr.po ├── blueberry-tt.po ├── blueberry-ug.po ├── blueberry-uk.po ├── blueberry-ur.po ├── blueberry-uz.po ├── blueberry-vi.po ├── blueberry-wae.po ├── blueberry-xh.po ├── blueberry-yo.po ├── blueberry-zgh.po ├── blueberry-zh_CN.po ├── blueberry-zh_HK.po ├── blueberry-zh_TW.po └── blueberry-zu.po ├── test └── usr ├── bin ├── blueberry └── blueberry-tray ├── lib └── blueberry │ ├── BlueberrySettingsWidgets.py │ ├── blueberry-obex-agent.py │ ├── blueberry-tray.py │ ├── blueberry.py │ ├── blueberry.ui │ ├── rfkillMagic.py │ └── safechild └── share ├── applications └── blueberry.desktop ├── glib-2.0 └── schemas │ └── org.blueberry.gschema.xml └── icons └── hicolor ├── 16x16 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 192x192 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 22x22 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 24x24 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 256x256 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 32x32 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 48x48 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 64x64 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 72x72 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png ├── 96x96 └── status │ ├── blueberry-active.png │ ├── blueberry-disabled.png │ └── blueberry.png └── scalable └── status ├── blueberry-active.svg ├── blueberry-disabled.svg ├── blueberry-tray-active-symbolic.svg ├── blueberry-tray-active.svg ├── blueberry-tray-disabled-symbolic.svg ├── blueberry-tray-disabled.svg ├── blueberry-tray-symbolic.svg ├── blueberry-tray.svg └── blueberry.svg /Makefile: -------------------------------------------------------------------------------- 1 | all: buildmo 2 | 3 | buildmo: 4 | @echo "Building the mo files" 5 | # WARNING: the second sed below will only works correctly with the languages that don't contain "-" 6 | for file in `ls po/*.po`; do \ 7 | lang=`echo $$file | sed 's@po/@@' | sed 's/.po//' | sed 's/blueberry-//'`; \ 8 | install -d usr/share/locale/$$lang/LC_MESSAGES/; \ 9 | msgfmt -o usr/share/locale/$$lang/LC_MESSAGES/blueberry.mo $$file; \ 10 | done \ 11 | 12 | clean: 13 | rm -rf usr/share/locale 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Introduction 2 | 3 | A wrapper application to use gnome-bluetooth outside of GNOME. 4 | 5 | Depends on gnome-bluetooth >= 3.14 and <= 41. 6 | 7 | --- 8 | 9 | ## How to build and install 10 | 11 | #### Download the source code and enter the source directory 12 | 13 | ``` 14 | # Clone this repo: 15 | git clone https://github.com/linuxmint/blueberry.git 16 | 17 | # Enter the folder: 18 | cd blueberry 19 | ``` 20 | 21 | #### Building the package 22 | 23 | ``` 24 | # Use mint-build to build the project for the first time. 25 | # This also fetches and installs the build dependencies: 26 | mint-build 27 | 28 | # If mint-build fails with error like: mint-build: command not found 29 | # Install [mint-dev-tools]([url](https://github.com/linuxmint/mint-dev-tools)) 30 | sudo apt install mint-dev-tools 31 | 32 | # In subsequent builds, you can use dpkg-buildpackage for faster builds: 33 | dpkg-buildPackage 34 | ``` 35 | 36 | #### Install the package: 37 | 38 | ``` 39 | # Once that succeeds, install: 40 | cd .. 41 | sudo dpkg -i blueberry\*.deb 42 | ``` 43 | 44 | For more information, refer the developer guide: 45 | https://linuxmint-developer-guide.readthedocs.io/en/latest/index.html 46 | -------------------------------------------------------------------------------- /blueberry.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: PACKAGE VERSION\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "Language: \n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=CHARSET\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | Source: blueberry 2 | Section: admin 3 | Priority: optional 4 | Maintainer: Linux Mint 5 | Build-Depends: debhelper (>= 9), python3 6 | Standards-Version: 3.9.5 7 | 8 | Package: blueberry 9 | Architecture: all 10 | Depends: python3, gnome-bluetooth, gir1.2-gnomebluetooth-1.0, rfkill, wmctrl, python3-setproctitle, bluez-obexd, bluez-tools, python3-dbus, gir1.2-notify-0.7, python3-gi 11 | Description: A configuration tool for Bluetooth 12 | Configure Bluetooth devices. 13 | -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- 1 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | Upstream-Name: blueberry 3 | Upstream-Contact: Clement Lefebvre 4 | Source: https://github.com/linuxmint/blueberry 5 | 6 | Files: * 7 | Copyright: 2015 Clement Lefebvre 8 | License: GPL-3+ 9 | This program is free software: you can redistribute it and/or modify 10 | it under the terms of the GNU General Public License as published by 11 | the Free Software Foundation, either version 3 of the License, or (at 12 | your option) any later version. 13 | . 14 | This program is distributed in the hope that it will be useful, but 15 | WITHOUT ANY WARRANTY; without even the implied warranty of 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 | General Public License for more details. 18 | . 19 | You should have received a copy of the GNU General Public License 20 | along with this program. If not, see . 21 | . 22 | On Debian systems, the complete text of the GNU General 23 | Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". 24 | -------------------------------------------------------------------------------- /debian/install: -------------------------------------------------------------------------------- 1 | usr 2 | etc 3 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh ${@} 5 | 6 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /etc/xdg/autostart/blueberry-obex-agent.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Bluetooth OBEX Agent 3 | Comment=Allows to receive files via Bluetooth 4 | Keywords=files;bluetooth;obex;receive; 5 | Icon=blueberry 6 | Exec=/usr/lib/blueberry/blueberry-obex-agent.py 7 | Terminal=false 8 | Type=Application 9 | Categories=GTK;GNOME;Settings;X-GNOME-NetworkSettings; 10 | StartupNotify=false 11 | NoDisplay=true 12 | NotShowIn=GNOME;KDE;Unity; 13 | -------------------------------------------------------------------------------- /etc/xdg/autostart/blueberry-tray.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | 3 | Name=blueberry 4 | Comment=Blueberry tray icon 5 | Exec=blueberry-tray 6 | AutostartCondition=GSettings org.blueberry tray-enabled 7 | X-GNOME-Autostart-Delay=5 8 | Terminal=false 9 | Type=Application 10 | Categories=GTK;GNOME;Settings;X-GNOME-NetworkSettings; 11 | StartupNotify=false 12 | NoDisplay=true 13 | NotShowIn=GNOME;KDE;Unity; 14 | -------------------------------------------------------------------------------- /generate_desktop_files: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python3 2 | 3 | DOMAIN = "blueberry" 4 | PATH = "/usr/share/locale" 5 | 6 | import os, gettext 7 | from mintcommon import additionalfiles 8 | 9 | os.environ['LANGUAGE'] = "en_US.UTF-8" 10 | gettext.install(DOMAIN, PATH) 11 | 12 | prefix = "[Desktop Entry]\n" 13 | 14 | suffix = """Icon=bluetooth 15 | Exec=blueberry 16 | Terminal=false 17 | Type=Application 18 | Categories=GTK;GNOME;Settings;HardwareSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings; 19 | StartupNotify=true 20 | NotShowIn=GNOME;KDE;Unity; 21 | """ 22 | 23 | additionalfiles.generate(DOMAIN, PATH, "usr/share/applications/blueberry.desktop", prefix, _("Bluetooth"), _("Configure Bluetooth settings"), suffix) 24 | -------------------------------------------------------------------------------- /makepot: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | xgettext --language=Python --keyword=_ --output=blueberry.pot usr/lib/blueberry/*.py generate_desktop_files 4 | -------------------------------------------------------------------------------- /po/blueberry-as.po: -------------------------------------------------------------------------------- 1 | # Assamese translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-06-20 12:33+0000\n" 12 | "Last-Translator: maxspice \n" 13 | "Language-Team: Assamese \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n!=1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ব্লুটুথ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "কোনো ব্লুটুথ এডাপ্টাৰ পোৱা নগল" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "ব্লুটুথ হাৰ্ডৱেৰ চুইচ দ্বাৰা অসামৰ্থবান" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ব্লুটুথ অসামৰ্থবান" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "ব্লুটুথ ডিভাইচ মেনেজাৰ খোলক" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "প্ৰস্থান কৰক" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-ber.po: -------------------------------------------------------------------------------- 1 | # Berber (Other) translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2020-09-19 07:06+0000\n" 12 | "Last-Translator: Hakim Oubouali \n" 13 | "Language-Team: Berber (Other) \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "ⴷⴳⴳⵉ" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ⴰⴳⵢ" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "ⵕⵥⵎ" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ⴰⴱⵍⵓⵜⵓⵜ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "ⵜⵉⵙⵖⴰⵍ" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "ⵉⵙⵎ" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "ⵡⴰ ⴷ ⵉⵙⵎ ⵏ ⵓⴱⵍⵓⵜⵓⵜ ⴳ ⵓⵎⵙⵙⵓⴷⵙ ⵏⵏⴽ" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "ⵓⵔ ⵉⵜⵢⴰⴼ ⴰⵡⴷ ⴱⵍⵓⵜⵓⵜ" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ⵉⵅⵙⵉ ⴱⵍⵓⵜⵓⵜ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ⴰⵣⵏ ⵉⴼⵓⵢⵍⴰ ⵖⵔ ⵢⴰⵏ ⵡⴰⵍⵍⴰⵍ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ⴼⴼⵖ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-ckb.po: -------------------------------------------------------------------------------- 1 | # Kurdish (Sorani) translation for linuxmint 2 | # Copyright (c) 2018 Rosetta Contributors and Canonical Ltd 2018 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2018. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2018-07-01 19:23+0000\n" 12 | "Last-Translator: omer \n" 13 | "Language-Team: Kurdish (Sorani) \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "ئەم ئامێرە نەناسراوە" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "هاتنی فایل لەڕێی بلوتوسەوە" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ڕەتکردنەوە" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "وەرگرتنی فایلەکان" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "فایلەکە گەیشت" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "کردنەوە" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-crh.po: -------------------------------------------------------------------------------- 1 | # Crimean Turkish; Crimean Tatar translation for linuxmint 2 | # Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2016. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-03-06 19:36+0000\n" 12 | "Last-Translator: bekircan \n" 13 | "Language-Team: Crimean Turkish; Crimean Tatar \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Hiç bluetooth adaptörü bulunamadı" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth donanım anahtarı ile kapatıldı" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth etkin değil" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Dosyaları cihaza gönder" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Bluetooth cihaz yöneticisini aç" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Çıkış" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-en_AU.po: -------------------------------------------------------------------------------- 1 | # English (Australia) translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-12-05 09:10+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: English (Australia) \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-en_GB.po: -------------------------------------------------------------------------------- 1 | # English (United Kingdom) translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2022-08-01 22:20+0000\n" 12 | "Last-Translator: Andi Chandler \n" 13 | "Language-Team: English (United Kingdom) \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Quit" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-fil.po: -------------------------------------------------------------------------------- 1 | # Filipino translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-03-18 19:30+0000\n" 12 | "Last-Translator: Ueliton \n" 13 | "Language-Team: Filipino \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Adapter Bluetooth ay hindi nahanap" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth ay naka-off sa pamamagitan ng hardware nakakaistorbo" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth ay pinigilan" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Magpadala ng mga file sa isang aparato" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Buksan ang tagapamahala para sa mga Bluetooth aparato" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Ikulong" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-frp.po: -------------------------------------------------------------------------------- 1 | # Franco-Provençal translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-08-19 14:34+0000\n" 12 | "Last-Translator: Alekĉjo \n" 13 | "Language-Team: Franco-Provençal \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Nyun adaptatòr de Bleutooth dètèctâ" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Lo Bluetooth est desactivâ pèr un interruptòr materiâl" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Lo Bluetooth est desactivâ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Enviar de fìchiérs a l’aparèly" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Ovrir la trablèta de l’aparèly Bluetooth" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Sèrrar" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-km.po: -------------------------------------------------------------------------------- 1 | # Khmer translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-05-21 12:01+0000\n" 12 | "Last-Translator: Rockworld \n" 13 | "Language-Team: Khmer \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ប្ល៊ូធូស" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "រក​មិន​ឃើញ​អាដាប់ទ័រ​ប៊្លូធូស" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "ប៊្លូធូស​ត្រូវ​បាន​បិទ​ដោយ​កុងតាក់​ផ្នែក​រឹង" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ប្ល៊ូធូស​បាន​បិទ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ផ្ញើឯកសារទៅកាន់ឧបករណ៍មួយ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "បើក​កម្មវិធី​គ្រប់គ្រង​ឧបករណ៍​ប៊្លូ​ធូ​ស" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ចាកចេញ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "កំណត់​រចនាសម្ព័ន្ធ​ការ​កំណត់​ប្ល៊ូធូស" 197 | -------------------------------------------------------------------------------- /po/blueberry-kn.po: -------------------------------------------------------------------------------- 1 | # Kannada translation for linuxmint 2 | # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2019. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2019-05-26 07:51+0000\n" 12 | "Last-Translator: Adithya CH \n" 13 | "Language-Team: Kannada \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "ಅಪರಿಚಿತ ಸಾಧನ" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "ಅಂಗೀಕರಿಸು" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ತಿರಸ್ಕರಿಸು" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿದೆ" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "ಫೈಲ್ ಸ್ವೀಕರಿಸಲಾಗಿದೆ" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "ತೆರೆಯಿರಿ" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "ವರ್ಗಾವಣೆ ವಿಫಲಗೊಂಡಿದೆ" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "ಫೈಲ್ಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ಬ್ಲೂಟೂತ್" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "ಹೆಸರು" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "ಇದು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್ನ ಬ್ಲೂಟೂತ್ ಹೆಸರು" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ಬ್ಲೂಟೂತ್ ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-lo.po: -------------------------------------------------------------------------------- 1 | # Lao translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2018-05-09 06:06+0000\n" 12 | "Last-Translator: Rockworld \n" 13 | "Language-Team: Lao \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "ບໍ່ຮູ້ຈັກຊະນິດຂອງອຸປະກອນ" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "ຍອມຮັບ" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ປະຕິເສດ" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "ເປີດ" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ບລູທູດ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "ບໍ່ພົບອະແດບເຕີບລູທູດ" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "ບລູທູດຖືກປິດໃຊ້ງານດ້ວຍສະວິດຮາດແວ" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ບລູທູດຖືກປິດໃຊ້ງານ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ສົ່ງຟາຍໄປຫາອຸປະກອນ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "ເປີດ ໂຕ ຄວບຄຸມ ອຸປະກອນ Bluetooth" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ອອກ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "ກົນົດຄ່າຕັ້ງຂອງບລູທູດ" 197 | -------------------------------------------------------------------------------- /po/blueberry-lv.po: -------------------------------------------------------------------------------- 1 | # Latvian translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-08-16 15:17+0000\n" 12 | "Last-Translator: tuxmaniack \n" 13 | "Language-Team: Latvian \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Nav atrastu Bluetooth adapteru" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth ir izslēgts ar slēdzi datorā" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth ir izslēgts" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Nosūtīt uz ierīci datnes" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Atvērt Bluetooth ierīču pārvaldnieku" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Iziet" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "Konfigurēt Bluetooth iestatījumus" 197 | -------------------------------------------------------------------------------- /po/blueberry-mn.po: -------------------------------------------------------------------------------- 1 | # Mongolian translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-05-24 09:55+0000\n" 12 | "Last-Translator: Paul Andrei \n" 13 | "Language-Team: Mongolian \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Блүтүүт" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Гарах" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-mnw.po: -------------------------------------------------------------------------------- 1 | # Mon translation for linuxmint 2 | # Copyright (c) 2023 Rosetta Contributors and Canonical Ltd 2023 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2023. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2023-05-31 05:54+0000\n" 12 | "Last-Translator: Tao Mon Lae \n" 13 | "Language-Team: Mon \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "စက်ဟွံတီယၟု" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "ဝှါၚ်သွက်ဂွံလုပ်ကၠုၚ်နူ Bluetooth" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "%(0)s ဝှါၚ်လုပ် နူ %(1)s" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "ဒုၚ်တဲ" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "တးပါဲ" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "ဒုၚ်ကေတ်ဒၟံၚ်ဝှါၚ်" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "ဒုၚ်ကေတ်ဒၟံၚ်ဝှါၚ် %(0)s နူ %(1)s" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "ဝှါၚ်လုပ်အိုတ်ယျ" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "ဝှါၚ် %(0)s နူ %(1)s လုပ်ဂွံၜိုတ်ဏံယျ" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "ပံက်" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "ဆက်စၠောံဟွံအံၚ်ဇၞး" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "ဆက်စၠောံဝှါၚ် %(0)s ဟွံအံၚ်ဇၞး" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "ဝှါၚ်လုပ်ကၠုၚ်ယျ" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ပဠူတုတ်" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "တၚ်ချိၚ်" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "ယၟု" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-my.po: -------------------------------------------------------------------------------- 1 | # Burmese translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-02-26 14:12+0000\n" 12 | "Last-Translator: Naungy \n" 13 | "Language-Team: Burmese \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "No Bluetooth adapters found" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth is disabled by hardware switch" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth is disabled" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ကိရိယာမှဖိုင်များကို Send" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "ပွင့်လင်း Bluetooth ကိရိယာမန်နေဂျာ" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ထွက်" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-or.po: -------------------------------------------------------------------------------- 1 | # Oriya translation for linuxmint 2 | # Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2016. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-04-23 13:51+0000\n" 12 | "Last-Translator: Bijay Swain \n" 13 | "Language-Team: Oriya \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n!=1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ବ୍ଲୁଟୁଥ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "କୌଣସି ବ୍ଲୁଟୁଥ ଆଡପଟର ମିଳିଲା ନାହିଁ" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "ବ୍ଲୁଟୁଥକୁ ହାର୍ଡୱେର ସ୍ୱିଚ ଦ୍ୱାରା ବନ୍ଦ କରାହୋଇଅଛି" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ବ୍ଲୁଟୁଥ ବନ୍ଦ ଅଛି" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ଗୋଟେ ଡିଭାଇ୍ସ କୁ ଫାଇଲ୍ସ ପଠାଅ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "ବ୍ଲୁଟୁଥ ମାନେଜର୍ ଖୋଲ" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ବିଦାୟ ନିଅନ୍ତୁ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "ବ୍ଲୁଟୁଥ ସେଟିଂଗର ପରିବର୍ତ୍ତନ କରନ୍ତୁ" 197 | -------------------------------------------------------------------------------- /po/blueberry-pa.po: -------------------------------------------------------------------------------- 1 | # Punjabi translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-07-17 16:26+0000\n" 12 | "Last-Translator: Gurdit Singh Bedi \n" 13 | "Language-Team: Punjabi \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ਬਲੂਟੂਥ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "ਕੋਈ ਬਲੂਟੂਥ ਅਡੈਪਟਰ ਮੌਜੂਦ ਨਹੀਂ" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "ਬਲੂਟੂਥ ਨੂੰ ਹਾਰਡਵੇਅਰ ਸਵਿੱਚ ਰਾਹੀਂ ਬੰਦ ਕੀਤਾ ਹੋਇਆ ਹੈ" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "ਬਲੂਟੂਥ ਬੰਦ ਹੈ" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ਕਿਸੇ ਜੰਤਰ ਨੂੰ ਫਾਇਲ ਭੇਜੋ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "ਬਲੂਟੂਥ ਜੰਤਰ ਮੈਨੇਜਰ ਨੂੰ ਖੋਲੋ" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ਬੰਦ ਕਰੋ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-pap.po: -------------------------------------------------------------------------------- 1 | # Papiamento translation for linuxmint 2 | # Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2016. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-06-21 19:25+0000\n" 12 | "Last-Translator: Frank \n" 13 | "Language-Team: Papiamento \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "Mustra un pictogram di e dienblad" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "No a haña ni un Bluetooth adapter" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth a wòrdu di desaktivá via di un switch mekaniko" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth a desaktivá" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Manda dokumento pa un aparato" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Habri e atministradó di Bluetooth" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Sali" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "Konfigura Bluetooth" 197 | -------------------------------------------------------------------------------- /po/blueberry-sc.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 6 | "PO-Revision-Date: 2018-08-17 17:45+0000\n" 7 | "Last-Translator: amm \n" 8 | "Language-Team: LANGUAGE \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=n!=1;\n" 13 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 14 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 15 | "Language: \n" 16 | 17 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 18 | msgid "Unknown device" 19 | msgstr "Dispositivu disconnotu" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 22 | msgid "Incoming file over Bluetooth" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 26 | #, python-format 27 | msgid "Incoming file %(0)s from %(1)s" 28 | msgstr "" 29 | 30 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 31 | msgid "Accept" 32 | msgstr "Atzeta" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Reject" 36 | msgstr "Refuda" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 39 | msgid "Receiving file" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 43 | #, python-format 44 | msgid "Receiving file %(0)s from %(1)s" 45 | msgstr "" 46 | 47 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 48 | msgid "File received" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 52 | #, python-format 53 | msgid "File %(0)s from %(1)s successfully received" 54 | msgstr "" 55 | 56 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 57 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 58 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 59 | msgid "Open" 60 | msgstr "Aberi" 61 | 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 63 | msgid "Transfer failed" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 67 | #, python-format 68 | msgid "Transfer of file %(0)s failed" 69 | msgstr "" 70 | 71 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 72 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 73 | msgid "Files received" 74 | msgstr "" 75 | 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 77 | #, python-format 78 | msgid "Received %d file in the background" 79 | msgid_plural "Received %d files in the background" 80 | msgstr[0] "" 81 | msgstr[1] "" 82 | 83 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 84 | #, python-format 85 | msgid "Received %d more file in the background" 86 | msgid_plural "Received %d more files in the background" 87 | msgstr[0] "" 88 | msgstr[1] "" 89 | 90 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 91 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 92 | msgid "Bluetooth" 93 | msgstr "Bluetooth" 94 | 95 | #: usr/lib/blueberry/blueberry.py:102 96 | msgid "Settings" 97 | msgstr "Sestos" 98 | 99 | #: usr/lib/blueberry/blueberry.py:130 100 | msgid "Enable Bluetooth to edit" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:131 104 | msgid "Name" 105 | msgstr "Nùmene" 106 | 107 | #: usr/lib/blueberry/blueberry.py:132 108 | msgid "This is the Bluetooth name of your computer" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:139 112 | msgid "Receive files from remote devices" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:140 116 | msgid "" 117 | "This option allows your computer to receive files transferred over Bluetooth " 118 | "(OBEX)" 119 | msgstr "" 120 | 121 | #: usr/lib/blueberry/blueberry.py:147 122 | msgid "Show a tray icon" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:280 126 | #, python-format 127 | msgid "Visible as %s and available for Bluetooth file transfers." 128 | msgstr "" 129 | 130 | #: usr/lib/blueberry/blueberry.py:282 131 | #, python-format 132 | msgid "Visible as %s." 133 | msgstr "" 134 | 135 | #: usr/lib/blueberry/blueberry.py:299 136 | msgid "No Bluetooth adapters found" 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:302 140 | msgid "Bluetooth is disabled by hardware switch" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 144 | msgid "Bluetooth is disabled" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:316 148 | msgid "An error has occurred" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:318 152 | msgid "" 153 | "Permission issues can be solved with a udev rule for rfkill or membership in " 154 | "the 'rfkill' group." 155 | msgstr "" 156 | 157 | #: usr/lib/blueberry/blueberry-tray.py:85 158 | #, python-format 159 | msgid "Bluetooth: Connected to %s" 160 | msgstr "" 161 | 162 | #: usr/lib/blueberry/blueberry-tray.py:130 163 | msgid "Turn on Bluetooth" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:134 167 | msgid "Turn off Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:139 171 | msgid "Send files to a device" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:143 175 | msgid "Open Bluetooth device manager" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:149 179 | msgid "Paired devices" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:158 183 | msgid "Connected" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:166 187 | msgid "Quit" 188 | msgstr "Essi" 189 | 190 | #: generate_desktop_files:23 191 | msgid "Configure Bluetooth settings" 192 | msgstr "" 193 | -------------------------------------------------------------------------------- /po/blueberry-shn.po: -------------------------------------------------------------------------------- 1 | # Shan translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-07-21 14:08+0000\n" 12 | "Last-Translator: Rockworld \n" 13 | "Language-Team: Shan \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=(n == 1) ? 0 : 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ၸၢတ်ႇၸိတ်ႇ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ဢိုတ်း" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-si.po: -------------------------------------------------------------------------------- 1 | # Sinhalese translation for linuxmint 2 | # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2017. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2020-04-23 16:46+0000\n" 12 | "Last-Translator: manjula \n" 13 | "Language-Team: Sinhalese \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "හඳුනානොගත් උපකරණක්" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "බ්ලූටූත් ඔස්සේ ලැබෙනා ගොනුව" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "පිළිගන්න" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ප්‍රතික්ෂේප කරන්න" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "ගොනුව ලැබෙමින් පවතී" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "ගොනුව ලැබුණි" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "විවෘත කරනු" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "මාරු කිරීම අසාර්ථකයි" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-so.po: -------------------------------------------------------------------------------- 1 | # Somali translation for linuxmint 2 | # Copyright (c) 2023 Rosetta Contributors and Canonical Ltd 2023 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2023. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2023-06-03 22:59+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Somali \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-te.po: -------------------------------------------------------------------------------- 1 | # Telugu translation for linuxmint 2 | # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2017. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2017-03-04 13:29+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Telugu \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-tl.po: -------------------------------------------------------------------------------- 1 | # Tagalog translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-03-31 16:28+0000\n" 12 | "Last-Translator: Ueliton \n" 13 | "Language-Team: Tagalog \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Adapter Bluetooth ay hindi nahanap" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth ay naka-off sa pamamagitan ng hardware nakakaistorbo" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth ay pinigilan" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Magpadala ng mga file sa isang aparato" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Buksan ang tagapamahala para sa mga Bluetooth aparato" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Ikulong" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-tt.po: -------------------------------------------------------------------------------- 1 | # Tatar translation for linuxmint 2 | # Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2016. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2021-10-26 09:49+0000\n" 12 | "Last-Translator: MALASHA \n" 13 | "Language-Team: Tatar \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "Bluetooth аша керү файлы" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "Кабул итү" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "Кире кагу" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "Файлны кабул итү" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "Ачу" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "Bluetoth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "Билгечекне трейда күрсәтү" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Bluetooth адаптерлары табылмады" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "Bluetooth аппарат күчергече белән сүндерелгән" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "Bluetooth сүнгән" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "Файлларны җайланмага җибәрү" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "Bluetooth җайланмалар диспетчерын ачыгыз" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Чыгу" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "Bluetooth-ны көйләү" 197 | -------------------------------------------------------------------------------- /po/blueberry-ug.po: -------------------------------------------------------------------------------- 1 | # Uyghur translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2015-10-24 13:55+0000\n" 12 | "Last-Translator: Eltikin \n" 13 | "Language-Team: Uyghur \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "كۆكچىش" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "كۆكچىش ماسلاشتۇرغۇچىسى تېپىلمىدى" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "كۆكچىش قاتتىق ئۈزچات تەرىپىدىن چەكلەنگەن" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "كۆكچىش ئىناۋەتسىز قىلىندى" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ھۆججەتنى قۇبۇلۇغۇچى دېتالغا يوللاش" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "كۆك چېش دېتالنى ئاچ" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ئاخىرلاشتۇر" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-wae.po: -------------------------------------------------------------------------------- 1 | # Walser translation for linuxmint 2 | # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2019. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2019-05-04 15:42+0000\n" 12 | "Last-Translator: Pascal Haller \n" 13 | "Language-Team: Walser \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "Unbekannts Grät" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "Dateiempfang über Bluetooth" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "Dateiempfang %(0)s fu %(1)s" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "Akzeptiere" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "Ablehne" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "Datei wird empfange" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "Datei %(0)s fu %(1)s wird empfange" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "Datei empfange" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "Datei %(0)s fu %(1)s erfolgriich empfange" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "Üftüe" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "Überträgig fählgschlage" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "Übertragig fur Datei %(0)s fählgschlage" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-xh.po: -------------------------------------------------------------------------------- 1 | # Xhosa translation for linuxmint 2 | # Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2016. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2016-06-05 11:06+0000\n" 12 | "Last-Translator: Philani Apleni \n" 13 | "Language-Team: Xhosa \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "I-Bluetooth" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "Azifumaneki iziqhakamshelisi ze-Bluetooth" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "I-Bluetooth ivalwe kusetyenziswa iqhosha elibambekayo" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "I-Bluetooth ivaliwe" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "vula useto lwezixhobo ze-Bluetooth" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "Phuma" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-yo.po: -------------------------------------------------------------------------------- 1 | # Yoruba translation for linuxmint 2 | # Copyright (c) 2022 Rosetta Contributors and Canonical Ltd 2022 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2022. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2022-03-11 10:34+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Yoruba \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-zgh.po: -------------------------------------------------------------------------------- 1 | # Standard Moroccan Tamazight translation for linuxmint 2 | # Copyright (c) 2020 Rosetta Contributors and Canonical Ltd 2020 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2020. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2020-11-03 01:36+0000\n" 12 | "Last-Translator: Hakim Oubouali \n" 13 | "Language-Team: Standard Moroccan Tamazight \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "ⴰⵍⵍⴰⵍ ⴰⵔⵓⵙⵙⵉⵏ" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "ⴷⴳⴳⵉ" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "ⴰⴳⵢ" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "ⴰⴼⴰⵢⵍⵓ ⵢⵉⵡⴹⵏ" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "ⵢⵓⵡⴹⴷ ⵓⴼⴰⵢⵍⵓ %(0)s ⵙⴳ %(1)s" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "ⵕⵥⵎ" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "" 85 | msgstr[1] "" 86 | 87 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 88 | #, python-format 89 | msgid "Received %d more file in the background" 90 | msgid_plural "Received %d more files in the background" 91 | msgstr[0] "" 92 | msgstr[1] "" 93 | 94 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 95 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 96 | msgid "Bluetooth" 97 | msgstr "ⴰⴱⵍⵓⵜⵓⵜ" 98 | 99 | #: usr/lib/blueberry/blueberry.py:102 100 | msgid "Settings" 101 | msgstr "ⵜⵉⵙⵖⴰⵍ" 102 | 103 | #: usr/lib/blueberry/blueberry.py:130 104 | msgid "Enable Bluetooth to edit" 105 | msgstr "" 106 | 107 | #: usr/lib/blueberry/blueberry.py:131 108 | msgid "Name" 109 | msgstr "ⵉⵙⵎ" 110 | 111 | #: usr/lib/blueberry/blueberry.py:132 112 | msgid "This is the Bluetooth name of your computer" 113 | msgstr "ⵡⴰⴷ ⵉⵙⵎ ⵏ ⵓⴱⵍⵓⵜⵓⵜ ⵏ ⵓⵎⵙⵙⵓⴷⵙ ⵏⵏⴽ" 114 | 115 | #: usr/lib/blueberry/blueberry.py:139 116 | msgid "Receive files from remote devices" 117 | msgstr "" 118 | 119 | #: usr/lib/blueberry/blueberry.py:140 120 | msgid "" 121 | "This option allows your computer to receive files transferred over Bluetooth " 122 | "(OBEX)" 123 | msgstr "" 124 | 125 | #: usr/lib/blueberry/blueberry.py:147 126 | msgid "Show a tray icon" 127 | msgstr "" 128 | 129 | #: usr/lib/blueberry/blueberry.py:280 130 | #, python-format 131 | msgid "Visible as %s and available for Bluetooth file transfers." 132 | msgstr "" 133 | 134 | #: usr/lib/blueberry/blueberry.py:282 135 | #, python-format 136 | msgid "Visible as %s." 137 | msgstr "" 138 | 139 | #: usr/lib/blueberry/blueberry.py:299 140 | msgid "No Bluetooth adapters found" 141 | msgstr "" 142 | 143 | #: usr/lib/blueberry/blueberry.py:302 144 | msgid "Bluetooth is disabled by hardware switch" 145 | msgstr "" 146 | 147 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 148 | msgid "Bluetooth is disabled" 149 | msgstr "" 150 | 151 | #: usr/lib/blueberry/blueberry.py:316 152 | msgid "An error has occurred" 153 | msgstr "ⵉⵍⵍⴰ ⴽⵔⴰ ⵓⵣⴳⴰⵍ" 154 | 155 | #: usr/lib/blueberry/blueberry.py:318 156 | msgid "" 157 | "Permission issues can be solved with a udev rule for rfkill or membership in " 158 | "the 'rfkill' group." 159 | msgstr "" 160 | 161 | #: usr/lib/blueberry/blueberry-tray.py:85 162 | #, python-format 163 | msgid "Bluetooth: Connected to %s" 164 | msgstr "ⴰⴱⵍⵓⵜⵓⵜ: ⵉⵣⴷⵢ ⵖⵔ %s" 165 | 166 | #: usr/lib/blueberry/blueberry-tray.py:130 167 | msgid "Turn on Bluetooth" 168 | msgstr "" 169 | 170 | #: usr/lib/blueberry/blueberry-tray.py:134 171 | msgid "Turn off Bluetooth" 172 | msgstr "" 173 | 174 | #: usr/lib/blueberry/blueberry-tray.py:139 175 | msgid "Send files to a device" 176 | msgstr "ⴰⵣⵏ ⵉⴼⵓⵢⵍⴰ ⵉ ⵢⴰⵏ ⵡⴰⵍⵍⴰⵍ" 177 | 178 | #: usr/lib/blueberry/blueberry-tray.py:143 179 | msgid "Open Bluetooth device manager" 180 | msgstr "" 181 | 182 | #: usr/lib/blueberry/blueberry-tray.py:149 183 | msgid "Paired devices" 184 | msgstr "" 185 | 186 | #: usr/lib/blueberry/blueberry-tray.py:158 187 | msgid "Connected" 188 | msgstr "ⵉⵣⴷⵢ" 189 | 190 | #: usr/lib/blueberry/blueberry-tray.py:166 191 | msgid "Quit" 192 | msgstr "ⴼⴼⵖ" 193 | 194 | #: generate_desktop_files:23 195 | msgid "Configure Bluetooth settings" 196 | msgstr "" 197 | -------------------------------------------------------------------------------- /po/blueberry-zh_TW.po: -------------------------------------------------------------------------------- 1 | # Chinese (Traditional) translation for linuxmint 2 | # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 3 | # This file is distributed under the same license as the linuxmint package. 4 | # FIRST AUTHOR , 2015. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: linuxmint\n" 9 | "Report-Msgid-Bugs-To: FULL NAME \n" 10 | "POT-Creation-Date: 2021-11-26 10:14+0000\n" 11 | "PO-Revision-Date: 2022-01-16 17:33+0000\n" 12 | "Last-Translator: ryantsui \n" 13 | "Language-Team: Chinese (Traditional) \n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "X-Launchpad-Export-Date: 2024-01-04 14:56+0000\n" 19 | "X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n" 20 | 21 | #: usr/lib/blueberry/blueberry-obex-agent.py:281 22 | msgid "Unknown device" 23 | msgstr "未知裝置" 24 | 25 | #: usr/lib/blueberry/blueberry-obex-agent.py:303 26 | msgid "Incoming file over Bluetooth" 27 | msgstr "透過藍牙接收檔案" 28 | 29 | #: usr/lib/blueberry/blueberry-obex-agent.py:304 30 | #, python-format 31 | msgid "Incoming file %(0)s from %(1)s" 32 | msgstr "接收 %(0)s 檔案來自 %(1)s" 33 | 34 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 35 | msgid "Accept" 36 | msgstr "接受" 37 | 38 | #: usr/lib/blueberry/blueberry-obex-agent.py:305 39 | msgid "Reject" 40 | msgstr "拒絕" 41 | 42 | #: usr/lib/blueberry/blueberry-obex-agent.py:308 43 | msgid "Receiving file" 44 | msgstr "接收檔案" 45 | 46 | #: usr/lib/blueberry/blueberry-obex-agent.py:309 47 | #, python-format 48 | msgid "Receiving file %(0)s from %(1)s" 49 | msgstr "從 %(1)s 接收檔案 %(0)s" 50 | 51 | #: usr/lib/blueberry/blueberry-obex-agent.py:407 52 | msgid "File received" 53 | msgstr "檔案已接收" 54 | 55 | #: usr/lib/blueberry/blueberry-obex-agent.py:408 56 | #, python-format 57 | msgid "File %(0)s from %(1)s successfully received" 58 | msgstr "來自 %(1)s 的檔案 %(0)s 已成功接收" 59 | 60 | #: usr/lib/blueberry/blueberry-obex-agent.py:411 61 | #: usr/lib/blueberry/blueberry-obex-agent.py:434 62 | #: usr/lib/blueberry/blueberry-obex-agent.py:440 63 | msgid "Open" 64 | msgstr "開啟" 65 | 66 | #: usr/lib/blueberry/blueberry-obex-agent.py:413 67 | msgid "Transfer failed" 68 | msgstr "傳輸失敗" 69 | 70 | #: usr/lib/blueberry/blueberry-obex-agent.py:414 71 | #, python-format 72 | msgid "Transfer of file %(0)s failed" 73 | msgstr "%(0)s 檔案傳輸失敗" 74 | 75 | #: usr/lib/blueberry/blueberry-obex-agent.py:430 76 | #: usr/lib/blueberry/blueberry-obex-agent.py:436 77 | msgid "Files received" 78 | msgstr "檔案已接收" 79 | 80 | #: usr/lib/blueberry/blueberry-obex-agent.py:431 81 | #, python-format 82 | msgid "Received %d file in the background" 83 | msgid_plural "Received %d files in the background" 84 | msgstr[0] "在背景中已接收 %d 檔份案" 85 | 86 | #: usr/lib/blueberry/blueberry-obex-agent.py:437 87 | #, python-format 88 | msgid "Received %d more file in the background" 89 | msgid_plural "Received %d more files in the background" 90 | msgstr[0] "在背景中已又接收 %d 個檔案" 91 | 92 | #: usr/lib/blueberry/blueberry.py:100 usr/lib/blueberry/blueberry-tray.py:58 93 | #: usr/lib/blueberry/blueberry-tray.py:88 generate_desktop_files:23 94 | msgid "Bluetooth" 95 | msgstr "藍牙" 96 | 97 | #: usr/lib/blueberry/blueberry.py:102 98 | msgid "Settings" 99 | msgstr "設定值" 100 | 101 | #: usr/lib/blueberry/blueberry.py:130 102 | msgid "Enable Bluetooth to edit" 103 | msgstr "啟動藍牙後可編輯" 104 | 105 | #: usr/lib/blueberry/blueberry.py:131 106 | msgid "Name" 107 | msgstr "名稱" 108 | 109 | #: usr/lib/blueberry/blueberry.py:132 110 | msgid "This is the Bluetooth name of your computer" 111 | msgstr "這是您電腦的藍牙名稱" 112 | 113 | #: usr/lib/blueberry/blueberry.py:139 114 | msgid "Receive files from remote devices" 115 | msgstr "接收來自遠端裝置的檔案" 116 | 117 | #: usr/lib/blueberry/blueberry.py:140 118 | msgid "" 119 | "This option allows your computer to receive files transferred over Bluetooth " 120 | "(OBEX)" 121 | msgstr "這個選項能讓您的電腦透過藍牙接收檔案 (OBEX)" 122 | 123 | #: usr/lib/blueberry/blueberry.py:147 124 | msgid "Show a tray icon" 125 | msgstr "顯示系統匣圖示" 126 | 127 | #: usr/lib/blueberry/blueberry.py:280 128 | #, python-format 129 | msgid "Visible as %s and available for Bluetooth file transfers." 130 | msgstr "可被藍牙查找並以 %s 為名進行檔案傳輸。" 131 | 132 | #: usr/lib/blueberry/blueberry.py:282 133 | #, python-format 134 | msgid "Visible as %s." 135 | msgstr "以 %s 為名顯示。" 136 | 137 | #: usr/lib/blueberry/blueberry.py:299 138 | msgid "No Bluetooth adapters found" 139 | msgstr "找不到藍牙配接器" 140 | 141 | #: usr/lib/blueberry/blueberry.py:302 142 | msgid "Bluetooth is disabled by hardware switch" 143 | msgstr "藍牙已由硬體開關停用" 144 | 145 | #: usr/lib/blueberry/blueberry.py:304 usr/lib/blueberry/blueberry-tray.py:75 146 | msgid "Bluetooth is disabled" 147 | msgstr "藍牙已停用" 148 | 149 | #: usr/lib/blueberry/blueberry.py:316 150 | msgid "An error has occurred" 151 | msgstr "發生了一個錯誤" 152 | 153 | #: usr/lib/blueberry/blueberry.py:318 154 | msgid "" 155 | "Permission issues can be solved with a udev rule for rfkill or membership in " 156 | "the 'rfkill' group." 157 | msgstr "" 158 | 159 | #: usr/lib/blueberry/blueberry-tray.py:85 160 | #, python-format 161 | msgid "Bluetooth: Connected to %s" 162 | msgstr "藍牙:已連接至 %s" 163 | 164 | #: usr/lib/blueberry/blueberry-tray.py:130 165 | msgid "Turn on Bluetooth" 166 | msgstr "開啟藍牙" 167 | 168 | #: usr/lib/blueberry/blueberry-tray.py:134 169 | msgid "Turn off Bluetooth" 170 | msgstr "關閉藍牙" 171 | 172 | #: usr/lib/blueberry/blueberry-tray.py:139 173 | msgid "Send files to a device" 174 | msgstr "傳送檔案至裝置" 175 | 176 | #: usr/lib/blueberry/blueberry-tray.py:143 177 | msgid "Open Bluetooth device manager" 178 | msgstr "開啟藍牙裝置管理員" 179 | 180 | #: usr/lib/blueberry/blueberry-tray.py:149 181 | msgid "Paired devices" 182 | msgstr "設備已配置" 183 | 184 | #: usr/lib/blueberry/blueberry-tray.py:158 185 | msgid "Connected" 186 | msgstr "已連線" 187 | 188 | #: usr/lib/blueberry/blueberry-tray.py:166 189 | msgid "Quit" 190 | msgstr "退出" 191 | 192 | #: generate_desktop_files:23 193 | msgid "Configure Bluetooth settings" 194 | msgstr "調整藍牙設定" 195 | -------------------------------------------------------------------------------- /test: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | sudo rm -rf /usr/lib/blueberry 4 | sudo cp -R usr / 5 | blueberry 6 | -------------------------------------------------------------------------------- /usr/bin/blueberry: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /usr/lib/blueberry/blueberry.py & 4 | -------------------------------------------------------------------------------- /usr/bin/blueberry-tray: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /usr/lib/blueberry/blueberry-tray.py & 4 | 5 | -------------------------------------------------------------------------------- /usr/lib/blueberry/BlueberrySettingsWidgets.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python3 2 | 3 | import gi 4 | gi.require_version('Gtk', '3.0') 5 | from gi.repository import Gtk 6 | 7 | def list_header_func(row, before, user_data): 8 | if before and not row.get_header(): 9 | row.set_header(Gtk.Separator(orientation=Gtk.Orientation.HORIZONTAL)) 10 | 11 | class SettingsBox(Gtk.Frame): 12 | 13 | def __init__(self, title=""): 14 | Gtk.Frame.__init__(self) 15 | self.set_shadow_type(Gtk.ShadowType.IN) 16 | frame_style = self.get_style_context() 17 | frame_style.add_class("view") 18 | 19 | self.box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) 20 | self.add(self.box) 21 | 22 | if title != "": 23 | toolbar = Gtk.Toolbar.new() 24 | Gtk.StyleContext.add_class(Gtk.Widget.get_style_context(toolbar), "cs-header") 25 | 26 | label = Gtk.Label.new() 27 | label.set_markup("%s" % title) 28 | title_holder = Gtk.ToolItem() 29 | title_holder.add(label) 30 | toolbar.add(title_holder) 31 | self.box.add(toolbar) 32 | 33 | toolbar_separator = Gtk.Separator(orientation=Gtk.Orientation.HORIZONTAL) 34 | self.box.add(toolbar_separator) 35 | separator_context = toolbar_separator.get_style_context() 36 | frame_color = frame_style.get_border_color(Gtk.StateFlags.NORMAL).to_string() 37 | css_provider = Gtk.CssProvider() 38 | css_provider.load_from_data(".separator {{ -GtkWidget-wide-separators: 0; \ 39 | color: {}; \ 40 | }}".format(frame_color).encode()) 41 | separator_context.add_provider(css_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION) 42 | 43 | self.list_box = Gtk.ListBox() 44 | self.list_box.set_selection_mode(Gtk.SelectionMode.NONE) 45 | self.list_box.set_header_func(list_header_func, None) 46 | self.box.add(self.list_box) 47 | 48 | def add_row(self, row): 49 | self.list_box.add(row) 50 | 51 | 52 | class SettingsRow(Gtk.ListBoxRow): 53 | 54 | def __init__(self, label, main_widget, alternative_widget=None): 55 | 56 | self.main_widget = main_widget 57 | self.alternative_widget = alternative_widget 58 | self.label = label 59 | self.stack = Gtk.Stack() 60 | self.stack.set_transition_type(Gtk.StackTransitionType.SLIDE_LEFT_RIGHT) 61 | self.stack.set_transition_duration(1000) 62 | 63 | self.stack.add_named(main_widget, "main_widget") 64 | if alternative_widget is not None: 65 | self.stack.add_named(self.alternative_widget, "alternative_widget") 66 | 67 | Gtk.ListBoxRow.__init__(self) 68 | 69 | hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL) 70 | hbox.set_border_width(5) 71 | hbox.set_margin_left(20) 72 | hbox.set_margin_right(20) 73 | self.add(hbox) 74 | 75 | grid = Gtk.Grid() 76 | grid.set_column_spacing(15) 77 | hbox.pack_start(grid, True, True, 0) 78 | 79 | self.description_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) 80 | self.description_box.props.hexpand = True 81 | self.description_box.props.halign = Gtk.Align.START 82 | self.description_box.props.valign = Gtk.Align.CENTER 83 | self.label.props.xalign = 0.0 84 | self.description_box.add(self.label) 85 | 86 | grid.attach(self.description_box, 0, 0, 1, 1) 87 | grid.attach_next_to(self.stack, self.description_box, Gtk.PositionType.RIGHT, 1, 1) 88 | 89 | def show_alternative_widget(self): 90 | if self.alternative_widget is not None: 91 | self.stack.set_visible_child(self.alternative_widget) -------------------------------------------------------------------------------- /usr/lib/blueberry/rfkillMagic.py: -------------------------------------------------------------------------------- 1 | 2 | import _thread as thread 3 | import subprocess 4 | import re 5 | from gi.repository import GLib 6 | 7 | RFKILL_CHK = ["/usr/sbin/rfkill", "list", "bluetooth"] 8 | RFKILL_BLOCK = ["/usr/sbin/rfkill", "block", "bluetooth"] 9 | RFKILL_UNBLOCK = ["/usr/sbin/rfkill", "unblock", "bluetooth"] 10 | 11 | RFKILL_EVENT_MONITOR = ["/usr/lib/blueberry/safechild", "/usr/sbin/rfkill", "event"] 12 | 13 | class Interface: 14 | def __init__(self, output_callback, debug): 15 | self.enable_debugging = debug 16 | self.output_callback = output_callback 17 | self.have_adapter = False 18 | self.adapter_index = -1 19 | 20 | self.tproc = None 21 | self.blockproc = None 22 | 23 | self.hard_block = False 24 | self.soft_block = False 25 | self.rfkill_err = None 26 | 27 | self.monitor_killer = False 28 | 29 | self.adapter_check() 30 | self.start_event_monitor() 31 | 32 | def adapter_check(self): 33 | proc = subprocess.run(RFKILL_CHK, stdout=subprocess.PIPE) 34 | if proc.returncode != 0: 35 | self.debug("Error running command: %s." % RFKILL_CHK) 36 | res = "" 37 | else: 38 | res = proc.stdout.decode('utf-8') 39 | 40 | match = None 41 | have_adapter = False 42 | 43 | ''' 44 | Assume the output of: 45 | 46 | > /usr/sbin/rfkill list bluetooth 47 | 48 | looks like: 49 | 50 | 1: hci0: Bluetooth 51 | Soft blocked: yes 52 | Hard blocked: no 53 | ''' 54 | if res: 55 | match = re.search(r'^(?P\d+): .+: Bluetooth\n', res) 56 | 57 | if match: 58 | self.debug("adapter_check full output:\n%s" % res) 59 | self.adapter_index = int(match.group('idx')) 60 | self.debug("adapter_check found adapter at %d" % self.adapter_index) 61 | have_adapter = True 62 | else: 63 | self.debug("adapter_check no output (no adapter)") 64 | 65 | self.have_adapter = have_adapter 66 | return have_adapter 67 | 68 | def start_event_monitor(self): 69 | if not self.tproc and not self.monitor_killer: 70 | thread.start_new_thread(self.event_monitor_thread, (None,)) 71 | 72 | def event_monitor_thread(self, data): 73 | self.tproc = subprocess.Popen(RFKILL_EVENT_MONITOR, stdout=subprocess.PIPE, stdin=subprocess.PIPE) 74 | while self.tproc.poll() is None and not self.monitor_killer: 75 | l = self.tproc.stdout.readline().decode('utf-8') # This blocks until it receives a newline. 76 | self.update_state(l) 77 | 78 | def update_state(self, line): 79 | self.debug("update_state line: %s" % line) 80 | 81 | ''' 82 | Assume the output of: 83 | 84 | > /usr/bin/rfkill event 85 | 86 | looks like: 87 | 88 | 1426095957.906704: idx 0 type 1 op 0 soft 0 hard 0 89 | 1426095957.906769: idx 1 type 2 op 0 soft 1 hard 0 90 | 1426096013.465033: idx 1 type 2 op 2 soft 0 hard 0 91 | 92 | or: 93 | 94 | 2017-12-08 11:54:16,972291-0800: idx 0 type 2 op 0 soft 0 hard 0 95 | 2017-12-08 11:54:16,972431-0800: idx 1 type 1 op 0 soft 0 hard 0 96 | 2017-12-08 11:54:16,972474-0800: idx 4 type 2 op 0 soft 0 hard 0 97 | ''' 98 | if not self.have_adapter: 99 | self.adapter_check() 100 | 101 | if self.have_adapter: 102 | match = re.search(r'idx (?P\d+) type (?P\d+) op (?P\d+) soft (?P\d+) hard (?P\d+)', line) 103 | if match: 104 | if int(match.group('idx')) == self.adapter_index: 105 | if int(match.group('op')) == 1: 106 | self.adapter_check() 107 | self.soft_block = int(match.group('soft')) == 1 108 | self.hard_block = int(match.group('hard')) == 1 109 | 110 | self.update_ui() 111 | 112 | def update_ui(self): 113 | GLib.idle_add(self.output_callback) 114 | 115 | def try_set_blocked(self, blocked): 116 | thread.start_new_thread(self.set_block_thread, (blocked,)) 117 | 118 | def set_block_thread(self, data): 119 | block = data 120 | 121 | if block: 122 | self.debug("set_block_thread blocking") 123 | self.blockproc = subprocess.Popen(RFKILL_BLOCK, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 124 | else: 125 | self.debug("set_block_thread unblocking") 126 | self.blockproc = subprocess.Popen(RFKILL_UNBLOCK, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 127 | 128 | # Check for errors and continue 129 | _,err = self.blockproc.communicate() 130 | if err: 131 | error = err.decode("utf-8") 132 | self.debug(error) 133 | self.rfkill_err = error 134 | # Force UI update 135 | self.update_ui() 136 | else: 137 | self.rfkill_err = None 138 | 139 | self.blockproc = None 140 | self.debug("set_block_thread finished") 141 | thread.exit() 142 | 143 | def terminate(self): 144 | if self.blockproc: 145 | self.blockproc.kill() 146 | 147 | def debug(self, msg): 148 | if self.enable_debugging: 149 | print(msg) 150 | 151 | -------------------------------------------------------------------------------- /usr/lib/blueberry/safechild: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | : \ 4 | """ 5 | Wrapper for rfkill binary. 6 | 7 | This script spawns a process, then monitors stdin of its own parent 8 | and terminates the child when an EOF is received from the parent. 9 | 10 | This will happen when safechild's parent exits and its 11 | pipes are closed, regardless of *how* it got terminated. 12 | 13 | This script must be spawned by its parent with a STDIN pipe. The pipe 14 | never actually needs to be used or access (in fact it's probably safer 15 | if it *isn't* accessed, since unless you're careful, garbage collection 16 | may cause an EOF to be sent, causing early termination of this script 17 | and its child.) 18 | 19 | """ 20 | 21 | trap exit CHLD 22 | 23 | "$@" & 24 | childPID=$! 25 | 26 | while read -r anything; do : nothing; done 27 | 28 | kill $childPID 29 | wait 30 | -------------------------------------------------------------------------------- /usr/share/applications/blueberry.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Bluetooth 3 | Name[am]=ብሉቱዝ 4 | Name[ar]=البلوتوث 5 | Name[as]=ব্লুটুথ 6 | Name[ber]=ⴰⴱⵍⵓⵜⵓⵜ 7 | Name[bn]=ব্লুটুথ 8 | Name[eo]=Bludento 9 | Name[eu]=Bluetooth-a 10 | Name[fa]=بلوتوث 11 | Name[gu]=બ્લુટુથ 12 | Name[he]=בלוטות׳ 13 | Name[hi]=ब्लूटूथ 14 | Name[is]=Bluetooth (blátönn) 15 | Name[ka]=Bluetooth-ი 16 | Name[km]=ប្ល៊ូធូស 17 | Name[kn]=ಬ್ಲೂಟೂತ್ 18 | Name[ko]=블루투스 19 | Name[lo]=ບລູທູດ 20 | Name[mai]=ब्लूटूथ 21 | Name[ml]=ബ്ലുടൂത്ത് 22 | Name[mn]=Блүтүүт 23 | Name[mnw]=ပဠူတုတ် 24 | Name[mr]=ब्ल्यूटूथ 25 | Name[nb]=Blåtann 26 | Name[ne]=ब्लुटुथ 27 | Name[nn]=Blåtann 28 | Name[or]=ବ୍ଲୁଟୁଥ 29 | Name[pa]=ਬਲੂਟੂਥ 30 | Name[shn]=ၸၢတ်ႇၸိတ်ႇ 31 | Name[sr]=Блутут 32 | Name[sr@ijekavian]=Блутут 33 | Name[ta]=புளூடூத் 34 | Name[th]=บลูทูธ 35 | Name[tt]=Bluetoth 36 | Name[ug]=كۆكچىش 37 | Name[ur]=بلیو ٹوتھ 38 | Name[xh]=I-Bluetooth 39 | Name[zgh]=ⴰⴱⵍⵓⵜⵓⵜ 40 | Name[zh_CN]=蓝牙 41 | Name[zh_HK]=藍牙 42 | Name[zh_TW]=藍牙 43 | Name[zu]=I-Bluetooth 44 | Comment=Configure Bluetooth settings 45 | Comment[af]=Stel Bluetooth op 46 | Comment[am]=የ ብሉቱዝ ማሰናጃዎች ማዋቀሪያ 47 | Comment[ar]=تكوين إعدادات بلوتوث 48 | Comment[az]=Bluetooth parametrlərini konfiqurasiya et 49 | Comment[be]=Наладка Bluetooth 50 | Comment[bg]=Настройки на Bluetooth 51 | Comment[bn]=ব্লু-টুথ সেটিংস কনফিগার করুন 52 | Comment[br]=Cheñch parametroù ar Bluetooth 53 | Comment[bs]=Konfiguriši Bluetooth postavke 54 | Comment[ca]=Configureu els ajusts de Bluetooth 55 | Comment[ca@valencia]=Configura els paràmetres del Bluetooth 56 | Comment[cs]=Nastavení Bluetooth 57 | Comment[cy]=Ffurfweddu gosodiadau Bluetooth 58 | Comment[da]=Konfigurér Bluetooth-indstillinger 59 | Comment[de]=Bluetooth-Einstellungen bearbeiten 60 | Comment[el]=Διαμόρφωση ρυθμίσεων Bluetooth 61 | Comment[eo]=Ŝanĝi Bludento-agordojn 62 | Comment[es]=Configurar las opciones del Bluetooth 63 | Comment[et]=Bluetooth'i sätete häälestamine 64 | Comment[eu]=Konfiguratu Bluetooth-aren ezarpenak 65 | Comment[fa]=پیکربندی تنظیمات بلوتوث 66 | Comment[fi]=Bluetooth asetuksia 67 | Comment[fr]=Configurer les paramètres Bluetooth 68 | Comment[fr_CA]=Configurer les paramètres Bluetooth 69 | Comment[gd]=Rèitich na roghainnean Bluetooth 70 | Comment[gl]=Configurar os axustes do Bluetooth 71 | Comment[gu]=બ્લુટુથ સુયોજનોને રૂપરેખાંકિત કરો 72 | Comment[he]=הגדרת תצורת בלוטות' 73 | Comment[hi]=ब्लूटूथ सेटिंग्स विन्यस्त करें 74 | Comment[hr]=Uredi Bluetooth postavke 75 | Comment[hu]=Bluetooth beállítások módosítása 76 | Comment[hy]=Կարգավորել Bluetooth–ի պարամետրերը 77 | Comment[ia]=Configurar le parametros del Bluetooth 78 | Comment[id]=Konfigurasi pengaturan Bluetooth 79 | Comment[ie]=Configurar parametres de Bluetooth 80 | Comment[is]=Stilla Bluetooth-uppsetningu 81 | Comment[it]=Configura le impostazioni Bluetooth 82 | Comment[ja]=Bluetooth の設定を変更します 83 | Comment[ka]=Bluetooth-ის მორგება 84 | Comment[kab]=Swel iɣewwaṛen n Bluetooth 85 | Comment[kk]=Bluetooth баптаулары 86 | Comment[km]=កំណត់​រចនាសម្ព័ន្ធ​ការ​កំណត់​ប្ល៊ូធូស 87 | Comment[ko]=블루투스를 설정합니다 88 | Comment[ku]=Mîhengên Bluetooth ava bike 89 | Comment[la]=Bluetooth configurationem mutare 90 | Comment[li]=Bluetooth-instellingen configureren 91 | Comment[lo]=ກົນົດຄ່າຕັ້ງຂອງບລູທູດ 92 | Comment[lt]=Konfigūruoti Bluetooth nustatymus 93 | Comment[lv]=Konfigurēt Bluetooth iestatījumus 94 | Comment[mai]=ब्लूटूथ सेटिंग्स मिलाउ 95 | Comment[ml]=ബ്ലൂടൂത്ത് സജ്ജീകരണങ്ങള്‍ ക്രമീകരിക്കുക 96 | Comment[mr]=ब्ल्युटूथ सेटिंग्स् संरचीत करा 97 | Comment[ms]=Konfigur tetapan Bluetooh 98 | Comment[nap]=Acconcia l'impostazion d''o Bluetooth 99 | Comment[nb]=Konfigurer innstillinger for blåtann 100 | Comment[nds]=Bluetooth Einstellungen Konfigurieren 101 | Comment[ne]=ब्लुटुथ सेटिंग्स मिलाउनुहोस् 102 | Comment[nl]=Bluetooth-instellingen wijzigen 103 | Comment[nn]=Set opp blåtann 104 | Comment[oc]=Configurar los paramètres del Bluetooth 105 | Comment[or]=ବ୍ଲୁଟୁଥ ସେଟିଂଗର ପରିବର୍ତ୍ତନ କରନ୍ତୁ 106 | Comment[pap]=Konfigura Bluetooth 107 | Comment[pl]=Konfiguracja ustawień Bluetooth 108 | Comment[pt]=Configurar definições de Bluetooth 109 | Comment[pt_BR]=Definir configurações de bluetooth 110 | Comment[ro]=Configurează setările Bluetooth-ului 111 | Comment[ru]=Настроить параметры Bluetooth 112 | Comment[rue]=Наштімовати Bluetooth штім 113 | Comment[sk]=Konfiguruje nastavenia Bluetooth 114 | Comment[sl]=Nastavitve za Bluetooth 115 | Comment[sq]=Konfiguro parametrat e Bluetooth-it 116 | Comment[sr]=Измените подешавања Блутута 117 | Comment[sr@ijekavian]=Измјените подешавања Блутута 118 | Comment[sr@latin]=Bluetooth podešavanja 119 | Comment[sv]=Konfigurera bluetoothinställningar 120 | Comment[szl]=Kōnfiguracyjo sztelōnkōw Bluetooth 121 | Comment[ta]=ப்ளூடூத் அமைப்புகளை வடிவமை 122 | Comment[tg]=Танзимоти хусусиятҳои Bluetooth 123 | Comment[th]=กำหนดค่าตั้งบลูทูธ 124 | Comment[tr]=Bluetooth ayarlarını yapılandır 125 | Comment[tt]=Bluetooth-ны көйләү 126 | Comment[uk]=Налаштувати параметри Bluetooth 127 | Comment[ur]=بلوٹوتھ ترتیبات تشکیل دیں 128 | Comment[uz]=Bluetooth moslamalarini sozlash 129 | Comment[vi]=Thiết lập cấu hình cho Bluetooth 130 | Comment[zh_CN]=配置蓝牙设置 131 | Comment[zh_HK]=配置藍牙設定 132 | Comment[zh_TW]=調整藍牙設定 133 | Comment[zu]=Lungiselela izilungiselelo ze-Bluetooth 134 | Icon=bluetooth 135 | Exec=blueberry 136 | Terminal=false 137 | Type=Application 138 | Categories=GTK;GNOME;Settings;HardwareSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings; 139 | StartupNotify=true 140 | NotShowIn=GNOME;KDE;Unity; 141 | -------------------------------------------------------------------------------- /usr/share/glib-2.0/schemas/org.blueberry.gschema.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | Show a tray icon when bluetooth is enabled or connected 6 | 7 | 8 | true 9 | Whether the tray should use symbolic icons 10 | 11 | 12 | true 13 | Allow remote devices to send files to this computer via bluetooth 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /usr/share/icons/hicolor/16x16/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/16x16/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/16x16/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/16x16/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/16x16/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/16x16/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/192x192/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/192x192/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/192x192/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/192x192/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/192x192/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/192x192/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/22x22/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/22x22/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/22x22/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/22x22/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/22x22/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/22x22/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/24x24/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/24x24/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/24x24/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/24x24/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/24x24/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/24x24/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/256x256/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/256x256/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/256x256/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/256x256/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/256x256/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/256x256/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/32x32/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/32x32/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/32x32/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/32x32/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/32x32/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/32x32/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/48x48/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/48x48/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/48x48/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/48x48/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/48x48/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/48x48/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/64x64/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/64x64/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/64x64/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/64x64/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/64x64/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/64x64/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/72x72/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/72x72/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/72x72/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/72x72/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/72x72/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/72x72/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/96x96/status/blueberry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/96x96/status/blueberry-active.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/96x96/status/blueberry-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/96x96/status/blueberry-disabled.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/96x96/status/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxmint/blueberry/4edcd9f62385018298635104ad889131298ee72b/usr/share/icons/hicolor/96x96/status/blueberry.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/scalable/status/blueberry-tray-active-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 19 | 21 | image/svg+xml 22 | 24 | 25 | 26 | 27 | 28 | 30 | 50 | 54 | 60 | 61 | -------------------------------------------------------------------------------- /usr/share/icons/hicolor/scalable/status/blueberry-tray-disabled-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /usr/share/icons/hicolor/scalable/status/blueberry-tray-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --------------------------------------------------------------------------------