#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-hardware-bluetooth name_application=$"Bluetooth" description_application=$"Conecte dispositivos Bluetooth ao seu PC" exec_application="file:/usr/share/bigbashview/run.run?bigbashview /usr/share/bigcontrolcenter/categories/hardware/bluetooth/bluetooth.sh.htm -i /usr/share/bigcontrolcenter/categories/hardware/bluetooth/icon.png" icon_application="file:/usr/share/bigcontrolcenter/categories/hardware/bluetooth/icon.png"