summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-03-09 05:33:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-03-09 05:52:54 +0100
commit66c9d2a5920b30474b595603a79915d2be38cdbe (patch)
treec896bdcef6cba137863cebb6106c62a9fd01c6ca /src
parent0c8df48682481faa5249ab010e09d67af08e6457 (diff)
downloadtdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.tar.gz
tdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.zip
Added CMakeL10n rules.
Added template for translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeL10n.txt16
-rw-r--r--src/tdebluez-common/CMakeLists.txt62
-rw-r--r--src/tdebluez-common/mimetypes/CMakeLists.txt8
-rw-r--r--src/tdebluez-common/mimetypes/av-device-class.desktop30
-rw-r--r--src/tdebluez-common/mimetypes/computer-device-class.desktop29
-rw-r--r--src/tdebluez-common/mimetypes/dun-profile.desktop28
-rw-r--r--src/tdebluez-common/mimetypes/fax-profile.desktop29
-rw-r--r--src/tdebluez-common/mimetypes/handsfree-profile.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/headset-profile.desktop28
-rw-r--r--src/tdebluez-common/mimetypes/health-device-class.desktop6
-rw-r--r--src/tdebluez-common/mimetypes/imaging-device-class.desktop28
-rw-r--r--src/tdebluez-common/mimetypes/keyboard-device-class.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/lan-device-class.desktop28
-rw-r--r--src/tdebluez-common/mimetypes/misc-device-class.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/mouse-device-class.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/obex-ftp-profile.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/obex-objectpush-profile.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/peripheral-device-class.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/phone-device-class.desktop29
-rw-r--r--src/tdebluez-common/mimetypes/serial-port-profile.desktop27
-rw-r--r--src/tdebluez-common/mimetypes/synchronization-profile.desktop29
-rw-r--r--src/tdebluez-common/mimetypes/toy-device-class.desktop6
-rw-r--r--src/tdebluez-common/mimetypes/unknown-device-class.desktop28
-rw-r--r--src/tdebluez-common/mimetypes/unknown-profile.desktop30
-rw-r--r--src/tdebluez-common/mimetypes/wearable-device-class.desktop6
-rw-r--r--src/tdebluez-common/tde-settings-network-bluetooth.directory4
-rw-r--r--src/tdebluez/CMakeLists.txt17
-rw-r--r--src/tdebluez/eventsrc333
-rw-r--r--src/tdebluez/tdebluez.autostart.desktop40
-rw-r--r--src/tdebluez/tdebluez.desktop63
-rw-r--r--src/tdebluezauth/CMakeLists.txt11
-rw-r--r--src/tdebluezauth/main.cpp6
-rw-r--r--src/tdebluezauth/tdebluezauth.desktop39
-rw-r--r--src/tdeioclient/main.cpp1
-rw-r--r--src/tdeioslave/bluetooth/CMakeLists.txt15
-rw-r--r--src/tdeioslave/bluetooth/bluetooth.protocol31
-rw-r--r--src/tdeioslave/bluetooth/bluetooth_sidebarentry.desktop30
-rw-r--r--src/tdeioslave/obex/CMakeLists.txt22
-rw-r--r--src/tdeioslave/obex/obex_sidebarentry.desktop5
-rw-r--r--src/tdeioslave/obex/obexftp.protocol45
-rw-r--r--src/tdeioslave/obex/obexopp.protocol45
-rw-r--r--src/tdeioslave/obex/tdeio_obex.cpp2
42 files changed, 165 insertions, 1180 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
new file mode 100644
index 0000000..9db8cca
--- /dev/null
+++ b/src/CMakeL10n.txt
@@ -0,0 +1,16 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "messages/tdebluez" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tdebluez-desktops"
+ SOURCES
+ *.desktop
+ *.directory
+ *.protocol
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/eventsrc/"
+ SOURCES tdebluez/eventsrc
+)
diff --git a/src/tdebluez-common/CMakeLists.txt b/src/tdebluez-common/CMakeLists.txt
index 8dbf649..ac577e9 100644
--- a/src/tdebluez-common/CMakeLists.txt
+++ b/src/tdebluez-common/CMakeLists.txt
@@ -9,59 +9,23 @@
#
#################################################
-project( tdebluez-common )
-# include( ConfigureChecks.cmake )
-
-# import required
-#tde_import( lib... )
-
-include_directories(
- ${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/tdebluez-common
- ${TDE_INCLUDE_DIR}
- ${TQT_INCLUDE_DIRS}
-)
-
-#link_directories(
-# ${TQT_LIBRARY_DIRS}
-#)
+add_subdirectory( icons )
+add_subdirectory( mimetypes )
+#add_subdirectory( dunhandler )
+#add_subdirectory( faxhandler )
##### other data ################################
-# Example
-#install( FILES knotes.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
-#install( FILES knoteconfig.kcfg knotesglobalconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
-#install( FILES knotesappui.rc knotesui.rc DESTINATION ${DATA_INSTALL_DIR}/knotes )
-#install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes )
-#install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources )
-
-# # from tdebase/applnk/Makefile.am
-# install-data-local:
-# $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Settings/Network/Bluetooth
-# $(INSTALL_DATA) $(srcdir)/kde-settings-network-bluetooth.directory \
-# $(DESTDIR)$(kde_appsdir)/Settings/Network/Bluetooth/.directory
-#
-# uninstall-local:
-# -rm -f $(DESTDIR)$(kde_appsdir)/Settings/Network/Bluetooth/.directory
-
-##### install import cmake modules ###############
-#tde_install_export( )
# Bluetooth directory entry in the control center
-install( FILES tde-settings-network-bluetooth.directory
- DESTINATION ${DATA_INSTALL_DIR}/tdebluez )
-
-# Bluetooth access to system debus org.bluez
-install( FILES org.trinitydesktop.tdebluez.conf
- DESTINATION ${DBUS_SYS_DIR} )
-# DESTINATION ${DBUS_SYSTEM_CONF_DIRECTORY} )
-
-
+tde_create_translated_desktop(
+ SOURCE tde-settings-network-bluetooth.directory
+ DESTINATION ${DATA_INSTALL_DIR}/tdebluez
+)
-add_subdirectory( icons )
-add_subdirectory( mimetypes )
-#add_subdirectory( dunhandler )
-#add_subdirectory( faxhandler ) \ No newline at end of file
+# Bluetooth access to system debus org.bluez
+install(
+ FILES org.trinitydesktop.tdebluez.conf
+ DESTINATION ${DBUS_SYS_DIR}
+)
diff --git a/src/tdebluez-common/mimetypes/CMakeLists.txt b/src/tdebluez-common/mimetypes/CMakeLists.txt
index 9e912b8..01de91f 100644
--- a/src/tdebluez-common/mimetypes/CMakeLists.txt
+++ b/src/tdebluez-common/mimetypes/CMakeLists.txt
@@ -9,9 +9,8 @@
#
#################################################
-#shellmimedir = $(kde_mimedir)/bluetooth
-#/opt/trinity/share/mimelnk
-install( FILES
+tde_create_translated_desktop(
+ SOURCE
av-device-class.desktop
computer-device-class.desktop
imaging-device-class.desktop
@@ -34,4 +33,5 @@ install( FILES
serial-port-profile.desktop
synchronization-profile.desktop
unknown-profile.desktop
- DESTINATION ${MIME_INSTALL_DIR}/bluetooth )
+ DESTINATION ${MIME_INSTALL_DIR}/bluetooth
+)
diff --git a/src/tdebluez-common/mimetypes/av-device-class.desktop b/src/tdebluez-common/mimetypes/av-device-class.desktop
index befe686..15eed78 100644
--- a/src/tdebluez-common/mimetypes/av-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/av-device-class.desktop
@@ -1,32 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Audio/Video Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/av-device-class
Icon=audio-x-generic
-Comment=Audio/Video Bluetooth Device
-Comment[ar]=جهاز صوتي/مرئي Bluetooth
-Comment[bg]=Аудио/видео Bluetooth устройство
-Comment[bs]=Audio/video Bluetooth uređaj
-Comment[ca]=Dispositiu Bluetooth àudio/vídeo
-Comment[da]=Audio/Video Bluetooth-enhed
-Comment[de]=Audio/Video Bluetooth-Gerät
-Comment[el]=Συσκευή ήχου/βίντεο Bluetooth
-Comment[es]=Dispositivo Bluetooth audio/vídeo
-Comment[et]=Audio/video Bluetoothi seade
-Comment[fr]=Périphérique Audio/Vidéo Bluetooth
-Comment[gl]=Dispositivo Bluetooth Áudio/Vídeo
-Comment[it]=Dispositivo Bluetooth Audio/Video
-Comment[ja]=オーディオ/ビデオ Bluetooth デバイス
-Comment[lt]=Audio/video Bluetooth įrenginys
-Comment[nl]=Bluetooth Audio/Video-apparaat
-Comment[pa]=ਆਡੀਓ/ਵੀਡਿਓ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie Bluetooth Audio/Wideo
-Comment[pt]=Dispositivo Bluetooth Áudio/Vídeo
-Comment[pt_BR]=Dispositivo Bluetooth Áudio/Vídeo
-Comment[sr]=Аудио-видео bluetooth уређај
-Comment[sr@Latn]=Audio-video bluetooth uređaj
-Comment[sv]=Blåtandsenhet med ljud eller video
-Comment[ta]=அடியோ/விடியோ புலுடுத் கருவி
-Comment[tg]=Дастгоҳи аудио/видео Bluetoot
-Comment[tr]=Bluetooth Ses/Görüntü Aygıtı
-Comment[xx]=xxAudio/Video Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/computer-device-class.desktop b/src/tdebluez-common/mimetypes/computer-device-class.desktop
index c20ff0f..f7e7c63 100644
--- a/src/tdebluez-common/mimetypes/computer-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/computer-device-class.desktop
@@ -1,32 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Computer/PDA Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/computer-device-class
Icon=konsole
X-TDE-IsAlso=inode/directory
-Comment=Computer/PDA Bluetooth Device
-Comment[bg]=Компютърно/PDA Bluetooth устройство
-Comment[bs]=Računar/PDA Bluetooth uređaj
-Comment[ca]=Dispositiu Bluetooth ordinador/PDA
-Comment[da]=Computer/PDA Bluetooth-enhed
-Comment[de]=Computer/PDA Bluetooth-Gerät
-Comment[el]=Συσκευή υπολογιστή/PDA Bluetooth
-Comment[es]=Dispositivo Bluetooth computadora/PDA
-Comment[et]=Arvuti/PDA Bluetoothi seade
-Comment[fr]=Périphérique ordinateur ou PDA Bluetooth
-Comment[gl]=Dispositivo Bluetooth Computador/PDA
-Comment[it]=Dispositivo Bluetooth Computer/PDA
-Comment[ja]=コンピュータ/PDA Bluetooth デバイス
-Comment[lt]=Kompiuterio/PDA Bluetooth įrenginys
-Comment[nl]=Bluetooth computer/PDA-apparaat
-Comment[pa]=ਕੰਪਿਊਟਰ/PDA ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie Bluetooth komputer/PDA
-Comment[pt]=Dispositivo Bluetooth Computador/PDA
-Comment[pt_BR]=Dispositivo Bluetooth Computador/PDA
-Comment[sr]=Рачунар/PDA bluetooth уређај
-Comment[sr@Latn]=Računar/PDA bluetooth uređaj
-Comment[sv]=Blåtandsenhet i dator eller handdator
-Comment[ta]=கணிணி/PDA புலுடுத் கருவி
-Comment[tg]=Дастгоҳи компютер/PDA Bluetooth
-Comment[tr]=Bluetooth Bilgisayar/PDA Aygıtı
-Comment[xx]=xxComputer/PDA Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/dun-profile.desktop b/src/tdebluez-common/mimetypes/dun-profile.desktop
index dd0d5de..00468b2 100644
--- a/src/tdebluez-common/mimetypes/dun-profile.desktop
+++ b/src/tdebluez-common/mimetypes/dun-profile.desktop
@@ -1,30 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Dial-Up Networking Profile
+
Type=MimeType
MimeType=bluetooth/dun-profile
Icon=network_local
-Comment=Bluetooth Dial-Up Networking Profile
-Comment[bg]=Профил за връзка с Bluetooth (Dial-Up)
-Comment[bs]=Bluetooth dial-up networking profil
-Comment[ca]=Perfil de xarxa telefònica Bluetooth
-Comment[da]=Bluetooth opkalds-netværkprofil
-Comment[de]=Bluetooth Netzwerkeinwahl-Profil
-Comment[el]=Προφίλ δικτύου μέσω τηλεφωνικής κλήσης Bluetooth
-Comment[es]=Perfil de red telefónica Bluetooth
-Comment[et]=Bluetoothi sissehelistamisteenuse profiil
-Comment[fr]=Profil Réseau Bluetooth
-Comment[gl]=Perfil de Rede Dial-Up Bluetooth
-Comment[it]=Profilo di rete telefonica Bluetooth
-Comment[ja]=Bluetooth ダイアルアップ ネットワーク プロファイル (DUN)
-Comment[lt]=Bluetooth Dial-Up ryšio profilis
-Comment[nl]=Bluetooth inbelnetwerkprofiel
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਡਾਇਲਅੱਪ ਨੈਟਵਰਕ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil sieci wdzwanianej Bluetooth
-Comment[pt]=Perfil de Rede 'Dial-Up' Bluetooth
-Comment[pt_BR]=Perfil de Rede 'Dial-Up' Bluetooth
-Comment[sr]=Bluetooth профил повезивања преко телефона
-Comment[sr@Latn]=Bluetooth profil povezivanja preko telefona
-Comment[sv]=Blåtandsprofil för uppringt nätverk
-Comment[ta]=புலுடுத் தொலைபேசி முலம் இனைகும் முறை
-Comment[tr]=Bluetooth Çevirmeli Bağlantı Profili
-Comment[xx]=xxBluetooth Dial-Up Networking Profilexx
diff --git a/src/tdebluez-common/mimetypes/fax-profile.desktop b/src/tdebluez-common/mimetypes/fax-profile.desktop
index 1c4ff8c..e7347c2 100644
--- a/src/tdebluez-common/mimetypes/fax-profile.desktop
+++ b/src/tdebluez-common/mimetypes/fax-profile.desktop
@@ -1,31 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Fax Profile
+
Type=MimeType
MimeType=bluetooth/fax-profile
Icon=printer2
-Comment=Bluetooth Fax Profile
-Comment[ar]=مواصفات فاكس Bluetooth
-Comment[bg]=Профил за факс с Bluetooth
-Comment[bs]=Bluetooth fax profil
-Comment[ca]=Perfil de fax Bluetooth
-Comment[da]=Bluetooth fax-profil
-Comment[de]=Bluetooth Fax-Profil
-Comment[el]=Προφίλ Bluetooth Fax
-Comment[es]=Perfil de fax Bluetooth
-Comment[et]=Bluetoothi faksiprofiil
-Comment[fr]=Profil de Fax Bluetooth
-Comment[gl]=Perfil de Fax Bluetooth
-Comment[it]=Profilo Fax Bluetooth
-Comment[ja]=Bluetooth ファクス プロファイル (FAX)
-Comment[lt]=Bluetooth fakso profilis
-Comment[nl]=Bluetooth faxprofiel
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਫੈਕਸ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil Bluetooth faksowania
-Comment[pt]=Perfil de Fax Bluetooth
-Comment[pt_BR]=Perfil de Fax Bluetooth
-Comment[sr]=Bluetooth профил за факс
-Comment[sr@Latn]=Bluetooth profil za faks
-Comment[sv]=Blåtandsprofil för telefax
-Comment[ta]=புலுடுத் தொலை நகல் பக்கநோக்கு
-Comment[tr]=Bluetooth Faks Profili
-Comment[xx]=xxBluetooth Fax Profilexx
diff --git a/src/tdebluez-common/mimetypes/handsfree-profile.desktop b/src/tdebluez-common/mimetypes/handsfree-profile.desktop
index 90ecf70..b7ad677 100644
--- a/src/tdebluez-common/mimetypes/handsfree-profile.desktop
+++ b/src/tdebluez-common/mimetypes/handsfree-profile.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Hands-Free Profile
+
Type=MimeType
MimeType=bluetooth/handsfree-profile
Icon=kaddressbook
-Comment=Bluetooth Hands-Free Profile
-Comment[bg]=Профил Hands-Free за Bluetooth
-Comment[bs]=Bluetooth hands-free profil
-Comment[ca]=Perfil de mans lliures Bluetooth
-Comment[da]=Bluetooth Hands-Free-profil
-Comment[de]=Bluetooth Hands-Free-Profil
-Comment[el]=Προφίλ Bluetooth Hands-Free
-Comment[es]=Perfil manos libres Bluetooth
-Comment[et]=Bluetoothi handsfree profiil
-Comment[fr]=Profil Hands-Free Bluetooth
-Comment[gl]=Perfil de Maos-Libres Bluetooth
-Comment[it]=Profilo viva voce Bluetooth
-Comment[ja]=Bluetooth ハンズフリー プロファイル (HFP)
-Comment[lt]=Bluetooth laisvų rankų profilis
-Comment[nl]=Bluetooth Hands-Free-profiel
-Comment[pl]=Profil Bluetooth zestawu słuchawkowego
-Comment[pt]=Perfil Mãos-Livres Bluetooth
-Comment[pt_BR]=Perfil Mãos-Livres Bluetooth
-Comment[sr]=Bluetooth хендсфри профил
-Comment[sr@Latn]=Bluetooth hendsfri profil
-Comment[sv]=Blåtandsprofil för handsfree
-Comment[ta]=புலுடுத் கைஇல்லா பக்கநோக்கு
-Comment[tr]=Bluetooth Eller Serbest Profili
-Comment[xx]=xxBluetooth Hands-Free Profilexx
diff --git a/src/tdebluez-common/mimetypes/headset-profile.desktop b/src/tdebluez-common/mimetypes/headset-profile.desktop
index e5c38cf..4fe381c 100644
--- a/src/tdebluez-common/mimetypes/headset-profile.desktop
+++ b/src/tdebluez-common/mimetypes/headset-profile.desktop
@@ -1,30 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Headset Profile
+
Type=MimeType
MimeType=bluetooth/headset-profile
Icon=kaddressbook
-Comment=Bluetooth Headset Profile
-Comment[bg]=Профил Headset за Bluetooth
-Comment[bs]=Bluetooth headset profil
-Comment[ca]=Perfil d'auriculars Bluetooth
-Comment[da]=Bluetooth Headset-profil
-Comment[de]=Bluetooth Headset-Profil
-Comment[el]=Προφίλ Bluetooth ακουστικών
-Comment[es]=Perfil de auriculares Bluetooth
-Comment[et]=Bluetoothi peakomplekti profiil
-Comment[fr]=Profil Headset Bluetooth
-Comment[gl]=Perfil de Auricular Bluetooth
-Comment[it]=Profilo cuffie Bluetooth
-Comment[ja]=Bluetooth ヘッドセット プロファイル (HSP)
-Comment[lt]=Bluetooth ausinių profilis
-Comment[nl]=Bluetooth Headset-profiel
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਹੈਡਸੈਟ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil Bluetooth zestawu słuchawek z mikrofonem
-Comment[pt]=Perfil de Auricular Bluetooth
-Comment[pt_BR]=Perfil de Auricular Bluetooth
-Comment[sr]=Bluetooth профил за слушалице
-Comment[sr@Latn]=Bluetooth profil za slušalice
-Comment[sv]=Blåtandsprofil för headset
-Comment[ta]=புலுடுத் தலைஅமைப்பு பக்கநோக்கு
-Comment[tr]=Bluetooth Kulaklıklı Mikrofon Profili
-Comment[xx]=xxBluetooth Headset Profilexx
diff --git a/src/tdebluez-common/mimetypes/health-device-class.desktop b/src/tdebluez-common/mimetypes/health-device-class.desktop
index fbc682d..2b34153 100644
--- a/src/tdebluez-common/mimetypes/health-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/health-device-class.desktop
@@ -1,9 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Health Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/health-device-class
Icon=health
X-TDE-IsAlso=inode/directory
-Comment=Health Bluetooth Device
-Comment[bg]=Медицинско Bluetooth устройство
-Comment[xx]=xxHealth Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/imaging-device-class.desktop b/src/tdebluez-common/mimetypes/imaging-device-class.desktop
index 24b5f48..e48ff79 100644
--- a/src/tdebluez-common/mimetypes/imaging-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/imaging-device-class.desktop
@@ -1,30 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Imaging Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/imaging-device-class
Icon=camera_unmount
-Comment=Imaging Bluetooth Device
-Comment[bg]=Bluetooth устройство за снимка
-Comment[bs]=Imaging Bluetooth uređaj
-Comment[ca]=Dispositiu Bluetooth d'imatges
-Comment[da]=Imaging Bluetooth-enhed
-Comment[de]=Imaging Bluetooth-Gerät
-Comment[el]=Συσκευή εικόνας Bluetooth
-Comment[es]=Dispositivo Bluetooth de imágenes
-Comment[et]=Bluetoothi pildiseade
-Comment[fr]=Périphérique d'imagerie Bluetooth
-Comment[gl]=Dispositivo Bluetooth con Imaxe
-Comment[it]=Dispositivo fotografico Bluetooth
-Comment[ja]=イメージング Bluetooth デバイス
-Comment[lt]=Bluetooth paveikslėlių įrenginys
-Comment[nl]=Bluetooth imaging-apparaat
-Comment[pa]=ਚਿੱਤਰ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie Bluetooth obrazowania
-Comment[pt]=Dispositivo Bluetooth com Imagem
-Comment[pt_BR]=Dispositivo Bluetooth com Imagem
-Comment[sr]=Bluetooth уређај за прављење слика
-Comment[sr@Latn]=Bluetooth uređaj za pravljenje slika
-Comment[sv]=Blåtandsenhet med kamera
-Comment[ta]=புலுடுத் நினைக்கும் கருவி
-Comment[tr]=Bluetooth Görüntü Aygıtı
-Comment[xx]=xxImaging Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/keyboard-device-class.desktop b/src/tdebluez-common/mimetypes/keyboard-device-class.desktop
index 1445b7b..fccd791 100644
--- a/src/tdebluez-common/mimetypes/keyboard-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/keyboard-device-class.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Peripheral Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/keyboard-device-class
Icon=keyboard
-Comment=Peripheral Bluetooth Device
-Comment[bg]=Периферно Bluetooth устройство
-Comment[ca]=Dispositiu Bluetooth perifèric
-Comment[da]=Perifer Bluetooth-enhed
-Comment[de]=Peripheriegerät für Bluetooth
-Comment[el]=Περιφερειακή συσκευή Bluetooth
-Comment[es]=Dispositivo Bluetooth periférico
-Comment[et]=Väline Bluetoothi seade
-Comment[fr]=Périphérique Bluetooth
-Comment[gl]=Dispositivo Bluetooth Periférico
-Comment[it]=Dispositivo Bluetooth periferico
-Comment[ja]=周辺機器 Bluetooth デバイス
-Comment[lt]=Periferinis Bluetooth įrenginys
-Comment[nl]=Bluetooth randapparaat
-Comment[pa]=ਪੈਰਾਫੀਰਲ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie peryferyjne Bluetooth
-Comment[pt]=Dispositivo Bluetooth Periférico
-Comment[pt_BR]=Dispositivo Bluetooth Periférico
-Comment[sr]=Периферијски bluetooth уређај
-Comment[sr@Latn]=Periferijski bluetooth uređaj
-Comment[sv]=Extern Blåtandsenhet
-Comment[ta]=புற புலுடுத் கருவி
-Comment[tr]=Çevresel Bluetooth Aygıtı
-Comment[xx]=xxPeripheral Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/lan-device-class.desktop b/src/tdebluez-common/mimetypes/lan-device-class.desktop
index 5035fd7..dcd8631 100644
--- a/src/tdebluez-common/mimetypes/lan-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/lan-device-class.desktop
@@ -1,30 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=LAN/Networking Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/lan-device-class
Icon=nfs_unmount
-Comment=LAN/Networking Bluetooth Device
-Comment[bg]=Мрежово/LAN Bluetooth устройство
-Comment[ca]=Dispositiu Bluetooth de xarxa
-Comment[da]=LAN/Netværk Bluetooth-enhed
-Comment[de]=LAN/Netwerk Bluetooth-Gerät
-Comment[el]=Δικτυακή συσκευή Bluetooth
-Comment[es]=Dispositivo Bluetooth de redes
-Comment[et]=Kohtvõrgu/interneti Bluetoothi seade
-Comment[fr]=Périphérique LAN/Réseau Bluetooth
-Comment[gl]=Dispositivo de Rede Bluetooth
-Comment[it]=Dispositivo Bluetooth di LAN/Rete
-Comment[ja]=LAN/ネットワーク Bluetooth デバイス
-Comment[lt]=Bluetooth LAN/tinklo įrenginys
-Comment[nl]=Bluetooth LAN-/netwerk-apparaat
-Comment[pa]=LAN/ਨੈਟਵਰਕ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie Bluetooth LAN/sieciowe
-Comment[pt]=Dispositivo de Rede Bluetooth
-Comment[pt_BR]=Dispositivo de Rede Bluetooth
-Comment[sr]=LAN/мрежни bluetooth уређај
-Comment[sr@Latn]=LAN/mrežni bluetooth uređaj
-Comment[sv]=Blåtandsenhet för lokalt nätverk
-Comment[ta]=LAN/புலுடுத் வலை இனைப்பு கருவி
-Comment[tg]=Дастгоҳи шабака/LAN Bluetooth
-Comment[tr]=LAN/Ağ Bluetooth Aygıtı
-Comment[xx]=xxLAN/Networking Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/misc-device-class.desktop b/src/tdebluez-common/mimetypes/misc-device-class.desktop
index 67a510b..b306ecd 100644
--- a/src/tdebluez-common/mimetypes/misc-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/misc-device-class.desktop
@@ -1,30 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Miscellaneous Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/misc-device-class
Icon=tdebluez
X-TDE-IsAlso=inode/directory
-Comment=Miscellaneous Bluetooth Device
-Comment[bg]=Разни Bluetooth устройства
-Comment[ca]=Dispositiu Bluetooth divers
-Comment[da]=Diverse Bluetooth-enheder
-Comment[de]=Vielseitiges Bluetooth-Gerät
-Comment[el]=Συσκευή Bluetooth άλλης κατηγορίας
-Comment[es]=Dispositivo Bluetooth diverso
-Comment[et]=Mitmesugused Bluetoothi seadmed
-Comment[fr]=Périphérique Bluetooth divers
-Comment[gl]=Dispositivo Bluetooth
-Comment[it]=Dispositivo Bluetooth vario
-Comment[ja]=その他の Bluetooth デバイス
-Comment[lt]=Kitas Bluetooth įrenginys
-Comment[nl]=Ander Bluetooth-apparaat
-Comment[pa]=ਫੁਟਕਲ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Inne urządzenie Bluetooth
-Comment[pt]=Dispositivo Bluetooth Variado
-Comment[pt_BR]=Dispositivo Bluetooth Variado
-Comment[sr]=Неодређени bluetooth уређај
-Comment[sr@Latn]=Neodređeni bluetooth uređaj
-Comment[sv]=Annan Blåtandsenhet
-Comment[ta]=இதர புலுடுத் கருவி
-Comment[tr]=Çeşitli Bluetooth Aygıtları
-Comment[xx]=xxMiscellaneous Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/mouse-device-class.desktop b/src/tdebluez-common/mimetypes/mouse-device-class.desktop
index 00a5880..c1a214c 100644
--- a/src/tdebluez-common/mimetypes/mouse-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/mouse-device-class.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Peripheral Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/mouse-device-class
Icon=mouse
-Comment=Peripheral Bluetooth Device
-Comment[bg]=Периферно Bluetooth устройство
-Comment[ca]=Dispositiu Bluetooth perifèric
-Comment[da]=Perifer Bluetooth-enhed
-Comment[de]=Peripheriegerät für Bluetooth
-Comment[el]=Περιφερειακή συσκευή Bluetooth
-Comment[es]=Dispositivo Bluetooth periférico
-Comment[et]=Väline Bluetoothi seade
-Comment[fr]=Périphérique Bluetooth
-Comment[gl]=Dispositivo Bluetooth Periférico
-Comment[it]=Dispositivo Bluetooth periferico
-Comment[ja]=周辺機器 Bluetooth デバイス
-Comment[lt]=Periferinis Bluetooth įrenginys
-Comment[nl]=Bluetooth randapparaat
-Comment[pa]=ਪੈਰਾਫੀਰਲ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie peryferyjne Bluetooth
-Comment[pt]=Dispositivo Bluetooth Periférico
-Comment[pt_BR]=Dispositivo Bluetooth Periférico
-Comment[sr]=Периферијски bluetooth уређај
-Comment[sr@Latn]=Periferijski bluetooth uređaj
-Comment[sv]=Extern Blåtandsenhet
-Comment[ta]=புற புலுடுத் கருவி
-Comment[tr]=Çevresel Bluetooth Aygıtı
-Comment[xx]=xxPeripheral Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/obex-ftp-profile.desktop b/src/tdebluez-common/mimetypes/obex-ftp-profile.desktop
index a16bcbd..b93be50 100644
--- a/src/tdebluez-common/mimetypes/obex-ftp-profile.desktop
+++ b/src/tdebluez-common/mimetypes/obex-ftp-profile.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=OBEX File Transfer Profile
+
Type=MimeType
MimeType=bluetooth/obex-ftp-profile
Icon=nfs_unmount
-Comment=OBEX File Transfer Profile
-Comment[bg]=Профил за пренос на OBEX файл
-Comment[ca]=Perfil de transferència de fitxers OBEX
-Comment[da]=OBEX filoverførselsprofil
-Comment[de]=OBEX Dateitransferprotokoll
-Comment[el]=Προφίλ μεταφοράς αρχείων OBEX
-Comment[es]=Perfil de transferencia de archivos OBEX
-Comment[et]=OBEX failiedastuse profiil
-Comment[fr]=Profil de transfert de fichiers via OBEX
-Comment[gl]=Perfil de Transferéncia de Ficheiros OBEX
-Comment[it]=Profilo di trasferimento file OBEX
-Comment[ja]=OBEX ファイル転送プロファイル (FTP)
-Comment[lt]=OBEX bylų persiuntimo profilis
-Comment[nl]=OBEX bestandsoverdrachtprofiel
-Comment[pa]=OBEX ਫਾਇਲ ਸੰਚਾਰ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil transferu plików OBEX
-Comment[pt]=Perfil de Transferência de Ficheiros OBEX
-Comment[pt_BR]=Perfil de Transferência de Ficheiros OBEX
-Comment[sr]=Профил за OBEX пренос фајлова
-Comment[sr@Latn]=Profil za OBEX prenos fajlova
-Comment[sv]=OBEX-filöverföringsprofil
-Comment[ta]=OBEX கோப்பு மாற்று பக்கநோக்கு
-Comment[tr]=OBEX Dosya Transfer Profili
-Comment[xx]=xxOBEX File Transfer Profilexx
diff --git a/src/tdebluez-common/mimetypes/obex-objectpush-profile.desktop b/src/tdebluez-common/mimetypes/obex-objectpush-profile.desktop
index d1b0ce6..64e1cfc 100644
--- a/src/tdebluez-common/mimetypes/obex-objectpush-profile.desktop
+++ b/src/tdebluez-common/mimetypes/obex-objectpush-profile.desktop
@@ -1,32 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
Comment=OBEX Object Push Profile
-Comment[bg]=Профил OBEX Object Push
-Comment[ca]=Perfil d'enviament d'objectes OBEX
-Comment[da]=OBEX objekt-skubbeprofil
-Comment[de]=OBEX Object-Push-Profil
-Comment[el]=Προφίλ αποστολής αντικειμένων OBEX
-Comment[es]=Perfil de envío de objetos OBEX
-Comment[et]=OBEX objekti saatmise profiil
-Comment[fr]=Profil OBEX Object Push
-Comment[gl]=Perfil de Envio de Obxectos OBEX
-Comment[it]=Profilo di Oggetto Push OBEX
-Comment[ja]=OBEX オブジェクトプッシュ プロファイル (OPP)
-Comment[lt]=OBEX persiuntimo profilis
-Comment[nl]=OBEX Object Push-profiel
-Comment[pa]=OBEX Object Push ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil OBEX Object Push
-Comment[pt]=Perfil de Envio de Objectos OBEX
-Comment[pt_BR]=Perfil de Envio de Objectos OBEX
-Comment[sr]=Профил за OBEX гурање објеката
-Comment[sr@Latn]=Profil za OBEX guranje objekata
-Comment[sv]=OBEX-objektsändingsprofil
-Comment[ta]=OBEX பொருள் விளக்கக்குறிப்பு
-Comment[tr]=OBEX Nesne Ekleme Profili
-Comment[xx]=xxOBEX Object Push Profilexx
-Icon=mail_send
+
Type=MimeType
MimeType=bluetooth/obex-object-push-profile
+Icon=mail_send
Patterns=
NoDisplay=false
X-TDE-AutoEmbed=true
diff --git a/src/tdebluez-common/mimetypes/peripheral-device-class.desktop b/src/tdebluez-common/mimetypes/peripheral-device-class.desktop
index 55eaa3f..3c2d57e 100644
--- a/src/tdebluez-common/mimetypes/peripheral-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/peripheral-device-class.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Peripheral Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/peripheral-device-class
Icon=joystick
-Comment=Peripheral Bluetooth Device
-Comment[bg]=Периферно Bluetooth устройство
-Comment[ca]=Dispositiu Bluetooth perifèric
-Comment[da]=Perifer Bluetooth-enhed
-Comment[de]=Peripheriegerät für Bluetooth
-Comment[el]=Περιφερειακή συσκευή Bluetooth
-Comment[es]=Dispositivo Bluetooth periférico
-Comment[et]=Väline Bluetoothi seade
-Comment[fr]=Périphérique Bluetooth
-Comment[gl]=Dispositivo Bluetooth Periférico
-Comment[it]=Dispositivo Bluetooth periferico
-Comment[ja]=周辺機器 Bluetooth デバイス
-Comment[lt]=Periferinis Bluetooth įrenginys
-Comment[nl]=Bluetooth randapparaat
-Comment[pa]=ਪੈਰਾਫੀਰਲ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie peryferyjne Bluetooth
-Comment[pt]=Dispositivo Bluetooth Periférico
-Comment[pt_BR]=Dispositivo Bluetooth Periférico
-Comment[sr]=Периферијски bluetooth уређај
-Comment[sr@Latn]=Periferijski bluetooth uređaj
-Comment[sv]=Extern Blåtandsenhet
-Comment[ta]=புற புலுடுத் கருவி
-Comment[tr]=Çevresel Bluetooth Aygıtı
-Comment[xx]=xxPeripheral Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/phone-device-class.desktop b/src/tdebluez-common/mimetypes/phone-device-class.desktop
index b1b28f8..db12871 100644
--- a/src/tdebluez-common/mimetypes/phone-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/phone-device-class.desktop
@@ -1,32 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Phone Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/phone-device-class
Icon=kaddressbook
X-TDE-IsAlso=inode/directory
-Comment=Phone Bluetooth Device
-Comment[ar]=جهاز هاتف Bluetooth
-Comment[bg]=Телефонно Bluetooth устройство
-Comment[ca]=Dispositiu Bluetooth telefònic
-Comment[da]=Telefon Bluetooth-enhed
-Comment[de]=Bluetooth-Gerät für Telefonie
-Comment[el]=Τηλεφωνική συσκευή Bluetooth
-Comment[es]=Dispositivo bluetooth telefónico
-Comment[et]=Telefoni Bluetoothi seade
-Comment[fr]=Téléphone Bluetooth
-Comment[gl]=Teléfone con Bluetooth
-Comment[it]=Dispositivo Bluetooth telefonico
-Comment[ja]=電話 Bluetooth デバイス
-Comment[lt]=Bluetooth telefono įrenginys
-Comment[nl]=Bluetooth telefoon
-Comment[pa]=ਫੋਨ ਬਲਿਊਟੁੱਥ ਜੰਤਰ
-Comment[pl]=Urządzenie Bluetooth - telefon
-Comment[pt]=Dispositivo Bluetooth Telefone
-Comment[pt_BR]=Dispositivo Bluetooth Telefone
-Comment[sr]=Телефонски bluetooth уређај
-Comment[sr@Latn]=Telefonski bluetooth uređaj
-Comment[sv]=Blåtandsenhet i telefon
-Comment[ta]=தொலைபெசி புலுடுத் கருவி
-Comment[tg]=Дастгоҳи телефони Bluetooth
-Comment[tr]=Bluetooth Telefon Aygıtı
-Comment[xx]=xxPhone Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/serial-port-profile.desktop b/src/tdebluez-common/mimetypes/serial-port-profile.desktop
index 439de4a..185c043 100644
--- a/src/tdebluez-common/mimetypes/serial-port-profile.desktop
+++ b/src/tdebluez-common/mimetypes/serial-port-profile.desktop
@@ -1,29 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Serial Port Profile
+
Type=MimeType
MimeType=bluetooth/serial-port-profile
Icon=input_devices_settings
-Comment=Bluetooth Serial Port Profile
-Comment[bg]=Профил за сериен порт за Bluetooth
-Comment[ca]=Perfil de port sèrie Bluetooth
-Comment[da]=Bluetooth seriel port profil
-Comment[de]=Serielles Bluetooth-Anschlussprofil
-Comment[el]=Προφίλ σειριακής θύρας Bluetooth
-Comment[es]=Perfil Bluetooth de puerto serie
-Comment[et]=Bluetoothi jadapordi profiil
-Comment[fr]=Profil de port série Bluetooth
-Comment[gl]=Perfil Bluetooth de Porto Série
-Comment[it]=Profilo di porta seriale Bluetooth
-Comment[ja]=Bluetooth シリアルポート プロファイル (SPP)
-Comment[lt]=Bluetooth nuoseklaus prievado profilis
-Comment[nl]=Bluetooth seriële-poort-profiel
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਸੀਰੀਅਲ ਪੋਰਟ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil Bluetooth portu szeregowego
-Comment[pt]=Perfil Bluetooth de Portal Série
-Comment[pt_BR]=Perfil Bluetooth de Portal Série
-Comment[sr]=Bluetooth профил серијског порта
-Comment[sr@Latn]=Bluetooth profil serijskog porta
-Comment[sv]=Blåtandsprofil för serieport
-Comment[ta]=புலுடுத் தொடர் துரை பக்கநோக்கு
-Comment[tr]=Bluetooth Seri Port Profili
-Comment[xx]=xxBluetooth Serial Port Profilexx
diff --git a/src/tdebluez-common/mimetypes/synchronization-profile.desktop b/src/tdebluez-common/mimetypes/synchronization-profile.desktop
index 50efd3c..376eb2f 100644
--- a/src/tdebluez-common/mimetypes/synchronization-profile.desktop
+++ b/src/tdebluez-common/mimetypes/synchronization-profile.desktop
@@ -1,31 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Bluetooth Synchronization Profile
+
Type=MimeType
MimeType=bluetooth/synchronization-profile
Icon=pda_blue
-Comment=Bluetooth Synchronization Profile
-Comment[ar]=مواصفات مقارنة التزامن Bluetooth
-Comment[bg]=Профил за синхронизиране на Bluetooth
-Comment[ca]=Perfil de sincronització Bluetooth
-Comment[da]=Bluetooth synkroniseringsprofil
-Comment[de]=Bluetooth Synchronisationsprofil
-Comment[el]=Προφίλ συγχρονισμού Bluetooth
-Comment[en_GB]=Bluetooth Synchronisation Profile
-Comment[es]=Perfil de sincronización Bluetooth
-Comment[et]=Bluetoothi sünkroprofiil
-Comment[fr]=Profil de Synchronisation Bluetooth
-Comment[gl]=Perfil de Sincronizazón Bluetooth
-Comment[it]=Profilo di sincronizzazione Bluetooth
-Comment[ja]=Bluetooth 同期プロファイル (SYNC)
-Comment[lt]=Bluetooth sinchronizacijos profilis
-Comment[nl]=Bluetooth synchronisatieprofiel
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਸਮਕਾਲੀ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Profil Bluetooth synchronizacji
-Comment[pt]=Perfil de Sincronização Bluetooth
-Comment[pt_BR]=Perfil de Sincronização Bluetooth
-Comment[sr]=Bluetooth профил синхронизације
-Comment[sr@Latn]=Bluetooth profil sinhronizacije
-Comment[sv]=Blåtandsprofil för synkronisering
-Comment[ta]=புலுடுத் ஒத்திசை பக்கநோக்கு
-Comment[tr]=Bluetooth Eşzamanlama Profili
-Comment[xx]=xxBluetooth Synchronization Profilexx
diff --git a/src/tdebluez-common/mimetypes/toy-device-class.desktop b/src/tdebluez-common/mimetypes/toy-device-class.desktop
index b2b40d3..7880d9e 100644
--- a/src/tdebluez-common/mimetypes/toy-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/toy-device-class.desktop
@@ -1,9 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Toy Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/toy-device-class
Icon=package_toys
X-TDE-IsAlso=inode/directory
-Comment=Toy Bluetooth Device
-Comment[bg]=Играчка Bluetooth устройство
-Comment[xx]=xxToy Bluetooth Devicexx
diff --git a/src/tdebluez-common/mimetypes/unknown-device-class.desktop b/src/tdebluez-common/mimetypes/unknown-device-class.desktop
index 5a05925..5518419 100644
--- a/src/tdebluez-common/mimetypes/unknown-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/unknown-device-class.desktop
@@ -1,30 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Unknown Bluetooth Device Class
+
Type=MimeType
MimeType=bluetooth/unknown-device-class
Icon=tdebluez
-Comment=Unknown Bluetooth Device Class
-Comment[ar]=فئة جهاز Bluetooth غير معروف
-Comment[bg]=Неизвестен клас на Bluetooth устройство
-Comment[ca]=Classe de dispositiu Bluetooth desconegut
-Comment[da]=Ukendt Bluetooth enhedsklasse
-Comment[de]=Unbekannte Bluetooth-Geräteklasse
-Comment[el]=Άγνωστη κλάση συσκευής Bluetooth
-Comment[es]=Clase de dispositivo Bluetooth desconocida
-Comment[et]=Tundmatu Bluetoothi seadme klass
-Comment[fr]=Classe du périphérique Bluetooth inconnue
-Comment[gl]=Clase de dispositivo Bluetooth descoñecida
-Comment[it]=Classe di dispositivo Bluetooth ignota
-Comment[ja]=未知の Bluetooth デバイスクラス
-Comment[lt]=Nežinoma Bluetooth įrenginio klasė
-Comment[nl]=Onbekende Bluetooth apparaatklasse
-Comment[pa]=ਅਣਜਾਣ ਬਲਿਊਟੁੱਥ ਜੰਤਰ ਕਲਾਸ
-Comment[pl]=Nieznana klasa urządzenia Bluetooth
-Comment[pt]=Classe de dispositivo Bluetooth desconhecida
-Comment[pt_BR]=Classe de dispositivo Bluetooth desconhecida
-Comment[sr]=Непозната класа bluetooth уређаја
-Comment[sr@Latn]=Nepoznata klasa bluetooth uređaja
-Comment[sv]=Okänd klass av Blåtandsenhet
-Comment[ta]=தேரியாத புலுடுத் கருவி வகுப்புகள்
-Comment[tr]=Bilinmeyen Bluetooth Aygıt Sınıfı
-Comment[xx]=xxUnknown Bluetooth Device Classxx
diff --git a/src/tdebluez-common/mimetypes/unknown-profile.desktop b/src/tdebluez-common/mimetypes/unknown-profile.desktop
index 926c29e..768c1a9 100644
--- a/src/tdebluez-common/mimetypes/unknown-profile.desktop
+++ b/src/tdebluez-common/mimetypes/unknown-profile.desktop
@@ -1,33 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
Comment=Unknown Bluetooth Profile
-Comment[ar]=مواصفات Bluetooth غير معروفة
-Comment[bg]=Неизвестен профил на Bluetooth
-Comment[br]=Profil Bluetooth dianav
-Comment[ca]=Perfil Bluetooth desconegut
-Comment[da]=Ukendt Bluetooth-profil
-Comment[de]=Unkekanntes Bluetooth Profil
-Comment[el]=Άγνωστο προφίλ Bluetooth
-Comment[es]=Perfil Bluetooth desconocido
-Comment[et]=Tundmatu Bluetoothi profiil
-Comment[fr]=Profil Bluetooth inconnu
-Comment[gl]=Perfil Bluetooth Descoñecido
-Comment[it]=Profilo Bluetooth ignoto
-Comment[ja]=未知の Bluetooth プロファイル
-Comment[lt]=Nežinomas Bluetooth profilis
-Comment[nl]=Onbekend Bluetooth-profiel
-Comment[pa]=ਅਣਜਾਣ ਬਲਿਊਟੁੱਥ ਪ੍ਰੋਫਾਇਲ
-Comment[pl]=Nieznany profil Bluetooth
-Comment[pt]=Perfil Bluetooth Desconhecido
-Comment[pt_BR]=Perfil Bluetooth Desconhecido
-Comment[sr]=Непознати bluetooth профил
-Comment[sr@Latn]=Nepoznati bluetooth profil
-Comment[sv]=Okänd Blåtandsprofil
-Comment[ta]=தெரியாத ப்ளூ டூத் விளக்கக்குறிப்பு
-Comment[tg]=Профили Bluetooth номуайян
-Comment[tr]=Bilinmeyen Bluetooth Profili
-Comment[xx]=xxUnknown Bluetooth Profilexx
-Icon=misc
+
Type=MimeType
MimeType=bluetooth/unknown-profile
+Icon=misc
Patterns=
diff --git a/src/tdebluez-common/mimetypes/wearable-device-class.desktop b/src/tdebluez-common/mimetypes/wearable-device-class.desktop
index fe1f182..e7a363c 100644
--- a/src/tdebluez-common/mimetypes/wearable-device-class.desktop
+++ b/src/tdebluez-common/mimetypes/wearable-device-class.desktop
@@ -1,9 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
+Comment=Wearable Bluetooth Device
+
Type=MimeType
MimeType=bluetooth/wearable-device-class
Icon=kaddressbook
X-TDE-IsAlso=inode/directory
-Comment=Wearable Bluetooth Device
-Comment[bg]=Преносимо Bluetooth устройство
-Comment[xx]=xxWearable Bluetooth Devicexx
diff --git a/src/tdebluez-common/tde-settings-network-bluetooth.directory b/src/tdebluez-common/tde-settings-network-bluetooth.directory
index 54636e7..0df174e 100644
--- a/src/tdebluez-common/tde-settings-network-bluetooth.directory
+++ b/src/tdebluez-common/tde-settings-network-bluetooth.directory
@@ -1,7 +1,3 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Bluetooth
-Name[pa]=ਬਲਿਊਟੁੱਥ
-Name[sv]=Blåtand
-Name[xx]=xxBluetoothxx
Icon=tdebluez
diff --git a/src/tdebluez/CMakeLists.txt b/src/tdebluez/CMakeLists.txt
index 8d1efcc..ac92309 100644
--- a/src/tdebluez/CMakeLists.txt
+++ b/src/tdebluez/CMakeLists.txt
@@ -42,7 +42,16 @@ tde_add_tdeinit_executable( tdebluez AUTOMOC
)
##### other data ################################
-#
-install( FILES tdebluez.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
-install( FILES tdebluez.autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )
-install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/tdebluez )
+
+tde_create_translated_desktop(
+ SOURCE tdebluez.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
+tde_create_translated_desktop(
+ SOURCE tdebluez.autostart.desktop
+ DESTINATION ${AUTOSTART_INSTALL_DIR}
+)
+tde_create_translated_desktop(
+ SOURCE eventsrc
+ DESTINATION ${DATA_INSTALL_DIR}/tdebluez
+)
diff --git a/src/tdebluez/eventsrc b/src/tdebluez/eventsrc
index c4fb1a2..51c437d 100644
--- a/src/tdebluez/eventsrc
+++ b/src/tdebluez/eventsrc
@@ -1,397 +1,64 @@
[!Global!]
IconName=tdebluez
Comment=TDEBluetooth
-Comment[sv]=TDEBluetooth
-Comment[tr]=TDEBluetooth
[AdapterAttached]
Name=AdapterAttached
-Name[bg]=Прикачен адаптер
Comment=Adapter attached
-Comment[bg]=Адаптер за блутут беше прикачен към системата
default_presentation=20
[AdapterDetached]
Name=AdapterDetached
-Name[bg]=Отстранен адаптер
Comment=Adapter detached
-Comment[bg]=Адаптер за блутут беше отстранен от системата
default_presentation=20
[AdapterAvailable]
Name=AdapterAvailable
-Name[bg]=Адаптер на разположение
Comment=Adapter available
-Comment[bg]=Адаптер за блутут е на разположение
default_presentation=20
[IncomingConnection]
Name=IncomingConnection
-Name[bg]=Входяща връзка
-Name[br]=Kevreadenn resev
-Name[cy]=CysylltiadCyrraedd
-Name[da]=Indgående forbindelse
-Name[de]=EingehendeVerbindung
-Name[el]=Εισερχόμενη σύνδεση
-Name[es]=Conexión entrante
-Name[et]=Sisenev ühendus
-Name[fr]=Connexion entrante
-Name[ga]=CeangalIsteach
-Name[gl]=Chamada Entrante
-Name[it]=ConnessioneInArrivo
-Name[lt]=Įeinantis ryšys
-Name[nl]=Inkomende verbinding
-Name[pl]=Połączenie przychodzące
-Name[pt]=Ligação Recebida
-Name[pt_BR]=Ligação Recebida
-Name[sr]=Долазна веза
-Name[sr@Latn]=Долазна веза
-Name[sv]=Inkommande anslutning
-Name[ta]=உள் வரும் இனைப்பு
-Name[tg]=Пайвастшавии даромад
-Name[tr]=Gelen Bağlandı
Comment=Received incoming connection
-Comment[bg]=Получаване на входяща връзка
-Comment[bs]=Primljena dolazeća konekcija
-Comment[ca]=S'ha rebut una connexió entrant
-Comment[cs]=Obdrženo příchozí spojení
-Comment[cy]=Derbynwyd cysylltiad a gyrhaeddodd
-Comment[da]=Modtog indkommende forbindelse
-Comment[de]=Empfangene eingehende Verbindung
-Comment[el]=Λήψη εισερχόμενης σύνδεσης
-Comment[es]=Se ha recibido una conexión entrante
-Comment[et]=Saadi sisenev ühendus
-Comment[fr]=Connexion rentrante reçue
-Comment[gl]=Foi recebida unha chamada
-Comment[it]=Connessione in arrivo ricevuta
-Comment[ja]=着信接続がありました
-Comment[lt]=Priimtas įeinantis ryšys
-Comment[nl]=Ontving een inkomende verbinding
-Comment[pl]=Otrzymano połączenie przychodzące
-Comment[pt]=Foi recebida uma ligação
-Comment[pt_BR]=Foi recebida uma ligação
-Comment[sr]=Примљена је долазећа веза
-Comment[sr@Latn]=Примљена је долазећа веза
-Comment[sv]=Tog emot inkommande anslutning
-Comment[ta]=உள் வரும் இனைப்பை பேற்றுள்ளது
-Comment[tg]=Пайвастшавии даромад қабул шуд
default_presentation=20
[ProcessStderr]
Name=ProcessStderr
-Name[de]=ProzessStderr
-Name[el]=Διεργασία Stderr
-Name[es]=Error estándar de proceso
-Name[fr]=Stdett du processus
-Name[gl]=ProcesStderr
-Name[it]=StderrDelProcesso
-Name[pl]=Wyjście diagnostyczne procesu
-Name[pt]=Processamento do STDERR
-Name[pt_BR]=Processamento do STDERR
-Name[sr]=Stderr процеса
-Name[sr@Latn]=Stderr процеса
-Name[sv]=Processens standardfelutmatning
Comment=Output of search job on stderr
-Comment[bg]=Изходни данни за търсене на работа на stderr
-Comment[ca]=Resultat del treball de cerca en stderr
-Comment[da]=Uddata fra søgejob til stderr
-Comment[de]=Ausgabe des Suchauftrags auf stderr
-Comment[el]=Έξοδος της εργασίας αναζήτησης στο stderr
-Comment[es]=Salida del trabajo de búsqueda de error
-Comment[et]=Otsingutöö väljund stderri
-Comment[fr]=Sortie de la tâche de recherche sur stderr
-Comment[gl]=Resultado do traballo de procura en stderr
-Comment[it]=Output del processo di ricerca su stderr
-Comment[ja]=検索ジョブの stderr への出力
-Comment[lt]=Paieškos rezultato išvedimas į stderr
-Comment[nl]=Uitvoer van zoektaak op stderr
-Comment[pl]=Wyjście zadania wyszukiwania na standardowe wyjście diagnostyczne
-Comment[pt]=Resultado da tarefa de pestquisa no 'stderr'
-Comment[pt_BR]=Resultado da tarefa de pestquisa no 'stderr'
-Comment[sr]=Излаз посла тражења на stderr
-Comment[sr@Latn]=Излаз посла тражења на stderr
-Comment[sv]=Utmatning från sökjobb på standardfelutmatningen
-Comment[ta]=stderr இல் தேடும் பணியின் வெளியீடு
-Comment[tg]=Натиҷаи ҷустуҷӯи корҳои stderr
default_presentation=28
default_sound=KDE_Critical_Error.wav
[ProcessStdout]
Name=ProcessStdout
-Name[de]=ProzessStdout
-Name[el]=Διεργασία Stdout
-Name[es]=Salida estándar de proceso
-Name[fr]=Stdout du processus
-Name[gl]=ProcesStdout
-Name[it]=StdoutProcesso
-Name[pl]=Wyjście standardowe procesu
-Name[pt]=Processamento do STDOUT
-Name[pt_BR]=Processamento do STDOUT
-Name[sr]=Stdout процеса
-Name[sr@Latn]=Stdout процеса
-Name[sv]=Processens standardutmatning
Comment=Output of search job on stdout
-Comment[bg]=Изходни данни за търсене на работа на stdout
-Comment[ca]=Resultat del treball de cerca en stdout
-Comment[da]=Uddata fra søgejob til stdout
-Comment[de]=Ausgabe des Suchauftrags auf stdout
-Comment[el]=Έξοδος της εργασίας αναζήτησης στο stdout
-Comment[es]=Salida del trabajo de búsqueda en la salida estándar
-Comment[et]=Otsingutöö väljund stdouti
-Comment[fr]=Sortie de la tâche de recherche sur stdout
-Comment[gl]=Resultado do traballo de procura en stdout
-Comment[it]=Output del processo di ricerca su stdout
-Comment[ja]=検索ジョブの stdout への出力
-Comment[lt]=Paieškos rezultato išvedimas į stdout
-Comment[nl]=Uitvoer van zoektaak op stdout
-Comment[pl]=Wyjście zadania wyszukiwania na standardowe wyjście procesu
-Comment[pt]=Resultado da tarefa de pestquisa no 'stdout'
-Comment[pt_BR]=Resultado da tarefa de pestquisa no 'stdout'
-Comment[sr]=Излаз посла тражења на stdout
-Comment[sr@Latn]=Излаз посла тражења на stdout
-Comment[sv]=Utmatning från sökjobb på standardutmatningen
-Comment[ta]=stdout இல் தேடும் பணியின் வெளியீடு
default_presentation=8
[ProcessFailed]
Name=ProcessFailed
-Name[bg]=Грешка при изпълнение
-Name[cs]=Proces selhal
-Name[cy]=MethoddProses
-Name[de]=ProzessFehlgeschlagen
-Name[el]=Η διεργασία απέτυχε
-Name[es]=Proceso fallido
-Name[et]=Protsess nurjus
-Name[fr]=Échec du processus
-Name[ga]=PróiseasTeipthe
-Name[gl]=ProcesFailed
-Name[it]=ProcessoNonRiuscito
-Name[lt]=Procesas baigėsi klaida
-Name[nl]=Proces mislukt
-Name[pa]=ਕਾਰਜ ਫੇਲ
-Name[pl]=Błąd procesu
-Name[pt]=Processo Mal-Sucedido
-Name[pt_BR]=Processo Mal-Sucedido
-Name[sr]=Неуспео процес
-Name[sr@Latn]=Неуспео процес
-Name[sv]=Processen misslyckades
-Name[ta]=சேயல் இயந்தது
-Name[tg]=Амалиёт қатъ шуд
-Name[tr]=Süreç Hatası
Comment=Could not call process to handle connection
-Comment[bg]=Грешка при изпълнение на процес за обработка на връзка
-Comment[bs]=Nisam mogao pozvati proces koji rukuje konekcijom
-Comment[ca]=No s'ha pogut cridar al procés per a manejar la connexió
-Comment[cs]=Nelze spustit proces k obsluze spojení
-Comment[cy]=Methu galw proses i drin y cysylltiad
-Comment[da]=Kunne ikke kalde proces til at håndtere forbindelse
-Comment[de]=Prozess zum Behandeln der Verbindung konnte nicht aufgerufen werden
-Comment[el]=Αδυναμία κλήσης της διεργασίας για τον έλεγχο της σύνδεσης
-Comment[es]=No se pudo llamar al proceso que maneja la conexión
-Comment[et]=Ei suuda käivitada protsessi ühenduse käsitlemiseks
-Comment[fr]=Impossible d'appeler le processus pour ouvrir la connexion
-Comment[gl]=Non foi posíbel chamar o proceso de xestión da conexón
-Comment[it]=Impossibile chiamare processo per gestire la connessione
-Comment[ja]=接続を扱うプロセスを呼び出せませんでした
-Comment[lt]=Nepavyko iškviesti proceso prisijungimui apdoroti
-Comment[nl]=Het proces om de verbinding af te handelen kon niet worden aangeroepen
-Comment[pl]=Nie można wywołać procesu do obsługi połączenia
-Comment[pt]=Não foi possível invocar o processo para tratar da ligação
-Comment[pt_BR]=Não foi possível invocar o processo para tratar da ligação
-Comment[sr]=Нисам могао да позовем процес за руковање везом
-Comment[sr@Latn]=Нисам могао да позовем процес за руковање везом
-Comment[sv]=Kunde inte anropa process för att hantera anslutningen
-Comment[ta]=இனைப்பை கையாள செயல் எதுவும் இல்லை
-Comment[tg]=Амалиёт барои пайвастшавӣ фаъол карда натавонист
default_presentation=15
default_sound=KDE_Critical_Error.wav
[BluetoothDeviceLost]
Name=BluetoothDeviceLost
-Name[bg]=Връзката с Bluetooth устройството е изгубена
-Name[de]=BluetoothGerätVerloren
-Name[el]=Η συσκευή Bluetooth χάθηκε
-Name[es]=Dispositivos bluetooth perdidos
-Name[et]=Bluetooth seade kadunud
-Name[fr]=Périphérique Bluetooth Perdu
-Name[it]=DispositivoBluetoothPerso
-Name[lt]=Ryšys su bluetooth įrenginiu nutrūko
-Name[nl]=Bluetooth-apparaat verloren
-Name[pl]=Utracono urządzenie
-Name[pt]=Dispositivo Bluetooth Perdido
-Name[pt_BR]=Dispositivo Bluetooth Perdido
-Name[sr]=Bluetooth уређај је изгубљен
-Name[sr@Latn]=Bluetooth уређај је изгубљен
-Name[sv]=Blåtandsenhet förlorad
-Name[ta]=புலுடுத் கருவி தொலைந்தது
-Name[tg]=Дастгоҳи Bluetooth гум шуд
-Name[tr]=Bluetooth Aygıtı Kaybedildi
Comment=The Bluetooth device failed or was unplugged
-Comment[bg]=Bluetooth устройство се повреди или е било изключено
-Comment[bs]=Bluetooth uređaj je izazvao grešku ili je iskopčan
-Comment[ca]=El dispositiu Bluetooth ha fallat o ha estat desendollat
-Comment[da]=Bluetooth-enheden mislykkedes eller var ikke sat til
-Comment[de]=Das Bluetooth-Gerät meldet einen Fehler oder wurde entfernt
-Comment[el]=Η συσκευή Bluetooth απέτυχε ή δεν είναι συνδεδεμένη
-Comment[es]=Falló el dispositivo bluetooth o se desconectó
-Comment[et]=Bluetooth seade tõrkus või ei ole ühendatud
-Comment[fr]=Le périphérique Bluetooth a planté ou a été débranché
-Comment[gl]=O dispositivo Bluetooth fallou ou foi desconectado
-Comment[it]=Il dispositivo Bluetooth è in errore o è stato scollegato
-Comment[ja]=Bluetooth デバイスに問題があるか、取り外されました
-Comment[lt]=Bluetooth įrenginys nesuveikė arba buvo atjungtas
-Comment[nl]=Het Bluetooth-apparaat faalde of is niet aangesloten
-Comment[pl]=Urządzenie Bluetooth zostało odłączone lub wystąpił w nim błąd
-Comment[pt]=O dispositivo Bluetooth falhou ou foi desligado
-Comment[pt_BR]=O dispositivo Bluetooth falhou ou foi desligado
-Comment[sr]=Bluetooth уређај није у реду или је искључен
-Comment[sr@Latn]=Bluetooth уређај није у реду или је искључен
-Comment[sv]=Blåtandsenheten slutade fungera eller kopplades bort
-Comment[ta]=புலுடுத் கருவி சேயல் இயந்தது அல்லது இனைப்பு துண்டிக்க பட்டது
-Comment[tg]=Дастгоҳи Bluetooth қатъ шуд ё ҷудо карда шуд
-Comment[tr]=Bluetooth aygıtı başarısız oldu ya da çıkartıldı
default_presentation=21
default_sound=KDE_Dialog_Disappear.wav
[BluetoothDeviceFound]
Name=BluetoothDeviceFound
-Name[bg]=Открито е устройство Bluetooth
-Name[de]=BluetoothGerätGefunden
-Name[el]=Βρέθηκε συσκευή Bluetooth
-Name[es]=Dispositivo bluetooth encontrado
-Name[et]=Bluetooth seade leitud
-Name[fr]=Périphérique Bluetooth Trouvé
-Name[it]=DispositivoBluetoothTrovato
-Name[lt]=Aptiktas bluetooth įrenginys
-Name[nl]=Bluetooth-apparaat gevonden
-Name[pl]=Znaleziono urządzenie Bluetooth
-Name[pt]=Dispositivo Bluetooth Encontrado
-Name[pt_BR]=Dispositivo Bluetooth Encontrado
-Name[sr]=Нађен Bluetooth уређај
-Name[sr@Latn]=Нађен Bluetooth уређај
-Name[sv]=Blåtandsenhet hittades
-Name[ta]=புலுடுத் கருவி கிடைத்தது
-Name[tg]=Дастгоҳи Bluetooth ёфт нашуд
-Name[tr]=Bluetooth Aygıtı Bulundu
Comment=The Bluetooth device was detected
-Comment[ar]=تم اكتشلف جهاز Bluetooth
-Comment[bg]=Открито е устройство Bluetooth
-Comment[bs]=Bluetooth uređaj je detektovan
-Comment[ca]=El dispositiu Bluetooth ha estat detectat
-Comment[da]=Bluetooth-enheden blev detekteret
-Comment[de]=Das Bluetooth-Gerät wurde erkannt
-Comment[el]=Η συσκευή Bluetooth εντοπίστηκε
-Comment[es]=Se detectó el dispositivo bluetooth
-Comment[et]=Tuvastati Bluetooth seade
-Comment[fr]=Le périphérique Bluetooth a été détecté
-Comment[gl]=O dispositivo Bluetooth foi detectado
-Comment[it]=Il dispositivo Bluetooth è stato rilevato
-Comment[ja]=Bluetooth デバイスを検出しました
-Comment[lt]=Aptiktas naujas bluetooth įrenginys
-Comment[nl]=Het Bluetooth-apparaat is gevonden
-Comment[pa]=ਬਲਿਊਟੁੱਥ ਜੰਤਰ ਨਹੀਂ ਮਿਲਿਆ ਹੈ
-Comment[pl]=Znaleziono urządzenie Bluetooth
-Comment[pt]=Foi detectado um dispositivo Bluetooth
-Comment[pt_BR]=Foi detectado um dispositivo Bluetooth
-Comment[sr]=Bluetooth уређај је пронађен
-Comment[sr@Latn]=Bluetooth уређај је пронађен
-Comment[sv]=Blåtandsenheten detekterades
-Comment[ta]=புலுடுத் கருவி கண்டறிய பட்டது
-Comment[tg]=Дастгоҳи Bluetooth пайдо шуд
-Comment[tr]=Bluetooth aygıtı bulundu
default_presentation=21
default_sound=KDE_Dialog_Appear.wav
[NoChannelFound]
Name=NoChannelFound
-Name[bg]=Не е открит канал
-Name[de]=KeinKanalGefunden
-Name[el]=Δε βρέθηκε κανάλι
-Name[es]=No se encontró el canal
-Name[et]=Kanaleid pole
-Name[fr]=Aucun Canal trouvé
-Name[it]=NessunCanaleTrovato
-Name[lt]=Neaptiktas joks kanalas
-Name[nl]=Geen kanaal gevonden
-Name[pl]=Kanał nie odnaleziony
-Name[pt]=Nenhum Canal Encontrado
-Name[pt_BR]=Nenhum Canal Encontrado
-Name[sr]=Није нађен канал
-Name[sr@Latn]=Није нађен канал
-Name[sv]=Ingen kanal hittades
-Name[ta]=அலைவரிசை எதுவும் கிடைக்கவில்லை
-Name[tg]=Ягон канал ёфт нашуд
Comment=No channel could be assigned to a service
-Comment[ar]=لم اتمكن من تعيين قناة للخدمة
-Comment[bg]=Не е открит канал за услуга
-Comment[bs]=Nisam mogao pridružiti kanal usluzi
-Comment[ca]=No s'ha pogut assignar cap canal a un servei
-Comment[da]=Ingen kanal kunne tilknyttes en tjeneste
-Comment[de]=Es konnte dem Dienst kein Kanal zugeordnet werden
-Comment[el]=Δε βρέθηκε κανάλι για την αντιστοίχηση με μια υπηρεσία
-Comment[es]=No se pudo asignar ningún canal al servicio
-Comment[et]=Teenusele pole võimalik kanalit eraldada
-Comment[fr]=Aucun canal n'a pu être assigné au service
-Comment[gl]=Non foi posíbel atribuir un canal ao servizo
-Comment[it]=Nessun canale ha potuto essere assegnato a un servizio
-Comment[ja]=サービスにチャネルを割り当てられませんでした
-Comment[lt]=Tarnybai nepavyko priskirti jokio kanalo
-Comment[nl]=Er kon geen kanaal worden toegewezen aan een dienst
-Comment[pl]=Żaden kanał nie mógł zostać przypisany do urządzenia
-Comment[pt]=Não foi possível atribuir um canal a um serviço
-Comment[pt_BR]=Não foi possível atribuir um canal a um serviço
-Comment[sr]=Нема канала који се може доделити услузи
-Comment[sr@Latn]=Нема канала који се може доделити услузи
-Comment[sv]=Någon kanal kunde inte tilldelas till en tjänst
-Comment[ta]=சேவைக்கு எந்த ஒரு அலைவரிசையும் கோடுக்கபட வில்லை
default_presentation=15
default_sound=KDE_Critical_Error.wav
[ConnectionError]
Name=ConnectionError
-Name[ar]=خطأ عند الاتصال
-Name[bg]=Грешка при връзка
-Name[br]=Fazi Kevreadur
-Name[de]=Verbindungsfehler
-Name[el]=Σφάλμα σύνδεσης
-Name[es]=Error de conexión
-Name[et]=Ühenduse viga
-Name[fr]=Erreur de Connexion
-Name[it]=ErroreDiConnessione
-Name[lt]=Prisijungimo klaida
-Name[nl]=Verbindingsfout
-Name[pl]=Błąd połączenia
-Name[pt]=Erro de Ligação
-Name[pt_BR]=Erro de Ligação
-Name[sr]=Грешка везе
-Name[sr@Latn]=Грешка везе
-Name[sv]=Anslutningsfel
-Name[ta]=இனைப்பு பிழை
-Name[tg]=Хатои пайвастшавӣ
Comment=Error while setting up a connection
-Comment[ar]=خطأ عند أعداد الاتصال
-Comment[bg]=Грешка при установяване на връзка
-Comment[bs]=Greška prilikom podešavanja konekcije
-Comment[ca]=Error mentre s'establia una connexió
-Comment[da]=Fejl ved opsætning af en forbindelse
-Comment[de]=Fehler beim Aufbauen einer Verbindung
-Comment[el]=Σφάλμα κατά την εγκαθίδρυση μιας σύνδεσης
-Comment[es]=Error durante la configuración de una conexión
-Comment[et]=Viga ühenduse loomisel
-Comment[fr]=Erreur lors de la mise en place de la connexion
-Comment[gl]=Erro ao configurar unha conexón
-Comment[it]=Errore durante l'impostazione di una connessione
-Comment[ja]=接続のセットアップ中にエラーが発生しました
-Comment[lt]=Klaida užmezgant ryšį
-Comment[nl]=Fout bij het opzetten van een verbinding
-Comment[pa]=ਕੁਨੈਕਸ਼ਨ ਬਣਾਉਣ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ
-Comment[pl]=Błąd w trakcie przygotowywania połączenia
-Comment[pt]=Ocorreu um erro ao configurar uma ligação
-Comment[pt_BR]=Ocorreu um erro ao configurar uma ligação
-Comment[sr]=Грешка при подешавању везе
-Comment[sr@Latn]=Грешка при подешавању везе
-Comment[sv]=Fel när en anslutning skulle upprättas
-Comment[ta]=இனைப்பை அமைக்கையில் பிழை
-Comment[tg]=Ҳангоми танзими пайвастшавӣ хато пайдо шуд
default_presentation=21
default_sound=KDE_Error.wav
diff --git a/src/tdebluez/tdebluez.autostart.desktop b/src/tdebluez/tdebluez.autostart.desktop
index 4ac8608..5229e6b 100644
--- a/src/tdebluez/tdebluez.autostart.desktop
+++ b/src/tdebluez/tdebluez.autostart.desktop
@@ -1,44 +1,14 @@
[Desktop Entry]
-Encoding=UTF-8
Name=TDEBluetooth
-Name[sv]=TDEBluetooth
+
GenericName=TDE Bluetooth Daemon
-GenericName[ar]=مراقب TDE Bluetooth
-GenericName[bg]=Демон за Bluetooth в TDE
-GenericName[br]=Diaoul TDE Bluetooth
-GenericName[bs]=TDE Bluetooth daemon
-GenericName[ca]=Dimoni Bluetooth de TDE
-GenericName[cs]=Bluetooth démon pro TDE
-GenericName[da]=TDE Bluetooth-dæmon
-GenericName[de]=TDE Bluetooth-Daemon
-GenericName[el]=Ο δαίμονας Bluetooth του TDE
-GenericName[es]=Daemon Bluetooth de TDE
-GenericName[et]=TDE Bluetoothi deemon
-GenericName[fr]=Démon TDE Bluetooth
-GenericName[gl]=Servizo Bluetooth de TDE
-GenericName[it]=Demone Bluetooth di TDE
-GenericName[ja]=TDE Bluetooth デーモン
-GenericName[lt]=TDE Bluetooth tarnyba
-GenericName[nl]=TDE Bluetooth-daemon
-GenericName[pa]=TDE ਬਲਿਊਟੁੱਥ ਡਾਈਮੋਨ
-GenericName[pl]=Demon Bluetooth dla TDE
-GenericName[pt]=Serviço Bluetooth do TDE
-GenericName[pt_BR]=Serviço Bluetooth do TDE
-GenericName[ru]=Служба TDE Bluetooth
-GenericName[sr]=Bluetooth демон за TDE
-GenericName[sr@Latn]=Bluetooth demon za TDE
-GenericName[sv]=TDE-Blåtandsdemon
-GenericName[ta]=TDE புலுடுத் டேமொன்
-GenericName[tg]=Даймони TDE Bluetooth
-GenericName[tr]=TDE Bluetooth Servisi
+
+Type=Application
Exec=tdebluez
Icon=tdebluez
-Type=Application
-X-DocPath=tdebluez/index.html
Terminal=false
+X-DocPath=tdebluez/index.html
+X-DCOP-ServiceType=Unique
X-TDE-autostart-after=panel
X-TDE-StartupNotify=false
-X-DCOP-ServiceType=Unique
-#X-TDE-Library=klipper_panelapplet
-#X-TDE-UniqueApplet=true
X-TDE-autostart-condition=tdebluezrc:General:AutoStart:false
diff --git a/src/tdebluez/tdebluez.desktop b/src/tdebluez/tdebluez.desktop
index 10c037f..285ba61 100644
--- a/src/tdebluez/tdebluez.desktop
+++ b/src/tdebluez/tdebluez.desktop
@@ -1,61 +1,12 @@
[Desktop Entry]
-Encoding=UTF-8
-Exec=tdebluez
-Icon=tdebluez
-Type=Application
Name=tdebluez
-Name[en]=tdebluez
+
GenericName=Bluetooth Server
-GenericName[ar]=خادم Bluetooth
-GenericName[bg]=Сървър за Bluetooth
-GenericName[br]=Servijer Bluetooth
-GenericName[ca]=Servidor Bluetooth
-GenericName[cs]=Bluetooth server
-GenericName[da]=Bluetooth-server
-GenericName[de]=Bluetooth-Server
-GenericName[el]=Εξυπηρετητής Bluetooth
-GenericName[es]=Servidor Bluetooth
-GenericName[et]=Bluetoothi server
-GenericName[fr]=Services Bluetooth
-GenericName[ga]=Freastalaí Bluetooth
-GenericName[gl]=Servidor Bluetooth
-GenericName[it]=Server Bluetooth
-GenericName[ja]=Bluetooth サーバ
-GenericName[lt]=Bluetooth serveris
-GenericName[nl]=Bluetooth-dienst
-GenericName[pa]=ਬਲਿਊਟੁੱਥ ਸਰਵਰ
-GenericName[pl]=Serwer Bluetooth
-GenericName[pt]=Servidor Bluetooth
-GenericName[pt_BR]=Servidor Bluetooth
-GenericName[sr]=Bluetooth сервер
-GenericName[sr@Latn]=Bluetooth server
-GenericName[sv]=Blåtandserver
-GenericName[tg]=Хидматгоҳи Bluetooth
-GenericName[tr]=Bluetooth Sunucusu
-GenericName[xx]=xxBluetooth Serverxx
-Categories=Qt;TDE;System;Monitor;
-OnlyShowIn=TDE;
+
Comment=TDE Bluetooth Framework Metaserver
-Comment[bg]=Мета сървър за Bluetooth Framework
-Comment[bs]=TDE Bluetooth framework metaserver
-Comment[ca]=Meta-servidor de l'estructura Bluetooth de TDE
-Comment[da]=TDE Bluetooth-skelet metaserver
-Comment[de]=TDE Bluetooth-Framework Metaserver
-Comment[el]=Πλαίσιο στήριξης εξυπηρετητή Bluetooth του TDE
-Comment[es]=Metaservidor del marco de trabajo Bluetooth de TDE
-Comment[et]=TDE Bluetooth raamistiku metaserver
-Comment[fr]=Méta-serveur de l'interface TDE Bluetooth
-Comment[gl]=Meta-servidor da Infra-estrutura Bluetooth de TDE
-Comment[it]=Metaserver dell'infrastruttura Bluetooth di TDE
-Comment[ja]=TDE Bluetooth フレームワーク メタサーバ
-Comment[lt]=TDE Bluetooth aplinkos meta serveris
-Comment[pl]=Metaserwer szkieletu TDE Bluetooth
-Comment[pt]=Meta-servidor da Infra-estrutura Bluetooth do TDE
-Comment[pt_BR]=Meta-servidor da Infra-estrutura Bluetooth do TDE
-Comment[sr]=Bluetooth оквирни метасервер за TDE
-Comment[sr@Latn]=Bluetooth okvirni metaserver za TDE
-Comment[sv]=Metaserver för TDE:s Blåtandsramverk
-Comment[ta]=TDE புலுடுத் சட்ட வேலை மேட்டா சேவகன்
-Comment[tr]=TDE Bluetooth Ortamı Meta Sunucusu
-Comment[xx]=xxTDE Bluetooth Framework Metaserverxx
+Type=Application
+Exec=tdebluez
+Icon=tdebluez
+OnlyShowIn=TDE;
+Categories=Qt;TDE;System;Monitor;
diff --git a/src/tdebluezauth/CMakeLists.txt b/src/tdebluezauth/CMakeLists.txt
index 055779d..681179a 100644
--- a/src/tdebluezauth/CMakeLists.txt
+++ b/src/tdebluezauth/CMakeLists.txt
@@ -11,9 +11,6 @@
project( tdebluezauth )
-# import required
-#tde_import( lib... )
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
@@ -22,7 +19,6 @@ include_directories(
${CMAKE_BINARY_DIR}/src/libtdebluez
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
-# ${DBUS_INCLUDE_DIRS}
${DBUS_TQT_INCLUDE_DIRS}
)
@@ -43,5 +39,8 @@ tde_add_executable( tdebluezauth AUTOMOC
)
##### other data ################################
-#tde_install_icons( tdebluezauth )
-install( FILES tdebluezauth.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+
+tde_create_translated_desktop(
+ SOURCE tdebluezauth.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
diff --git a/src/tdebluezauth/main.cpp b/src/tdebluezauth/main.cpp
index 98ca19e..f8adeca 100644
--- a/src/tdebluezauth/main.cpp
+++ b/src/tdebluezauth/main.cpp
@@ -42,7 +42,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[])
{
- TDELocale::setMainCatalogue("tdebluetooth");
+ TDELocale::setMainCatalogue("tdebluez");
TDEAboutData aboutData("tdebluezauth",
I18N_NOOP("TDEBluezAuth"),
0,
@@ -64,8 +64,8 @@ int main(int argc, char *argv[])
if (!a.isConnectedToDBUS())
{
- KMessageBox::error(NULL,i18n("Can't connect to DBus!\nUnable to start tdebluezauth. \n\n \
- Restart dbus and the bluetooth service"));
+ KMessageBox::error(NULL,i18n("Can't connect to DBus!\nUnable to start tdebluezauth.\n\n"
+ "Restart dbus and the bluetooth service"));
KUniqueApplication::kApplication()->quit();
return -1;
}
diff --git a/src/tdebluezauth/tdebluezauth.desktop b/src/tdebluezauth/tdebluezauth.desktop
index efdeaf4..f13c41c 100644
--- a/src/tdebluezauth/tdebluezauth.desktop
+++ b/src/tdebluezauth/tdebluezauth.desktop
@@ -1,36 +1,11 @@
[Desktop Entry]
-Encoding=UTF-8
-Exec=tdebluezauth
-Icon=tdebluez
-Type=Application
Name=tdebluezauth
+
GenericName=Bluetooth Wizard
-GenericName[de]=Bluetooth-Assistent
-GenericName[es]=Asistente de bluetooth
-GenericName[et]=Bluetoothi nõustaja
-GenericName[it]=Assistente per Bluetooth
-GenericName[ja]=Bluetooth ウィザード
-GenericName[nl]=Bluetooth-assistent
-GenericName[pt]=Assistente de Bluetooth
-GenericName[pt_BR]=Assistente de Bluetooth
-GenericName[sr]=Bluetooth чаробњак
-GenericName[sr@Latn]=Bluetooth čarobnjak
-GenericName[sv]=Blåtandsguide
-GenericName[tg]=Устоди Bluetooth
-GenericName[tr]=Bluetooth Sihirbazı
-GenericName[xx]=xxBluetooth Wizardxx
-Categories=Qt;TDE;System;Monitor;
+
Comment=TDE Bluetooth Wizard
-Comment[de]=TDE Bluetooth-Assistent
-Comment[es]=Asistente de bluetooth para TDE
-Comment[et]=TDE Bluetoothi nõustaja
-Comment[it]=Assistente per Bluetooth di TDE
-Comment[ja]=TDE Bluetooth ウィザード
-Comment[nl]=TDE Bluetooth-assistent
-Comment[pt]=Assistente de Bluetooth do TDE
-Comment[pt_BR]=Assistente de Bluetooth do TDE
-Comment[sr]=TDE чаробњак за Bluetooth
-Comment[sr@Latn]=TDE čarobnjak za Bluetooth
-Comment[sv]=TDE:s Blåtandsguide
-Comment[tg]=Устоди TDE Bluetooth
-Comment[tr]=TDE Bluetooth Sihirbazı
+
+Type=Application
+Exec=tdebluezauth
+Icon=tdebluez
+Categories=Qt;TDE;System;Monitor;
diff --git a/src/tdeioclient/main.cpp b/src/tdeioclient/main.cpp
index cfd8e82..7428407 100644
--- a/src/tdeioclient/main.cpp
+++ b/src/tdeioclient/main.cpp
@@ -55,6 +55,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char **argv)
{
+ TDELocale::setMainCatalogue("tdebluez");
TDEAboutData about("tdebluezioclient",
I18N_NOOP("tdeio client for tdebluez"),
version, description,
diff --git a/src/tdeioslave/bluetooth/CMakeLists.txt b/src/tdeioslave/bluetooth/CMakeLists.txt
index f74af27..aabceb6 100644
--- a/src/tdeioslave/bluetooth/CMakeLists.txt
+++ b/src/tdeioslave/bluetooth/CMakeLists.txt
@@ -21,6 +21,8 @@ include_directories(
${DBUS_INCLUDE_DIRS}
${DBUS_TQT_INCLUDE_DIRS}
)
+
+
##### tdeio_bluetooth (static) #############################
set( target tdeio_bluetooth )
@@ -31,10 +33,11 @@ tde_add_kpart( ${target} AUTOMOC
)
# konqueror sidebar entry
-install(
- FILES bluetooth.protocol
- DESTINATION ${SERVICES_INSTALL_DIR} )
-install(
- FILES bluetooth_sidebarentry.desktop
- DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services
+tde_create_translated_desktop(
+ SOURCE bluetooth.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
+tde_create_translated_desktop(
+ SOURCE bluetooth_sidebarentry.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services
)
diff --git a/src/tdeioslave/bluetooth/bluetooth.protocol b/src/tdeioslave/bluetooth/bluetooth.protocol
index b99a1f5..9253aad 100644
--- a/src/tdeioslave/bluetooth/bluetooth.protocol
+++ b/src/tdeioslave/bluetooth/bluetooth.protocol
@@ -1,33 +1,12 @@
[Protocol]
-exec=tdeio_bluetooth
+Description=Bluetooth inquiry protocol
+
+Icon=tdebluez
protocol=bluetooth
+exec=tdeio_bluetooth
+maxInstances=3
input=none
output=filesystem
reading=true
listing=Name,Type
-Icon=tdebluez
-Description=Bluetooth inquiry protocol
-Description[bg]=Протокол за заявка към Bluetooth
-Description[ca]=Protocol de recerca Bluetooth
-Description[da]=Bluetooth forespørgselsprotokol
-Description[de]=Bluetooth-Anfrageprotokoll
-Description[el]=Πρωτόκολλο έρευνας Bluetooth
-Description[es]=Protocolo de búsqueda Bluetooth
-Description[et]=Bluetoothi päringuprotokoll
-Description[fr]=Protocole de Demande de renseignements Bluetooth
-Description[gl]=Protocolo de pestquisa Bluetooth
-Description[it]=Protocollo di richiesta Bluetooth
-Description[ja]=Bluetooth 問い合わせプロトコル
-Description[lt]=Bluetooth užklausų protokolas
-Description[nl]=Bluetooth inquiry-protocol
-Description[pl]=Protokół wyszukiwania Bluetooth
-Description[pt]=Protocolo de intquisição Bluetooth
-Description[pt_BR]=Protocolo de intquisição Bluetooth
-Description[sr]=Протокол испитивања Bluetooth-а
-Description[sr@Latn]=Protokol ispitivanja Bluetooth-a
-Description[sv]=Blåtand frågeprotokoll
-Description[ta]=புளூடூத்தை உள்ளிடும் நெறிமுறை
-Description[tr]=Bluetooth sorgulama protokolü
-Description[xx]=xxBluetooth inquiry protocolxx
-maxInstances=3
DocPath=tdebluez/components.tdeio_sdp.html
diff --git a/src/tdeioslave/bluetooth/bluetooth_sidebarentry.desktop b/src/tdeioslave/bluetooth/bluetooth_sidebarentry.desktop
index 79306e0..8d8461f 100644
--- a/src/tdeioslave/bluetooth/bluetooth_sidebarentry.desktop
+++ b/src/tdeioslave/bluetooth/bluetooth_sidebarentry.desktop
@@ -1,35 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
+Name=Bluetooth Browser
+
Type=Link
URL=bluetooth:/
Icon=tdebluez
-Name=Bluetooth Browser
-Name[ar]= متصفح Bluetooth
-Name[bg]=Браузър за Bluetooth
-Name[br]=Furcher Bluetooth
-Name[ca]=Fullejador Bluetooth
-Name[da]=Bluetooth-browser
-Name[de]=Bluetooth-Browser
-Name[el]=Περιηγητής Bluetooth
-Name[es]=Navegador Bluetooth
-Name[et]=Bluetoothi brauser
-Name[fr]=Navigateur Bluetooth
-Name[ga]=Brabhsálaí Bluetooth
-Name[gl]=Navegador Bluetooth
-Name[it]=Navigatore Bluetooth
-Name[ja]=Bluetooth ブラウザ
-Name[lt]=Bluetooth naršyklė
-Name[pa]=ਬਲਿਊਟੁੱਥ ਝਲਕਾਰਾ
-Name[pl]=Przeglądarka Bluetooth
-Name[pt]=Navegador Bluetooth
-Name[pt_BR]=Navegador Bluetooth
-Name[ru]=Обозреватель Bluetooth
-Name[sr]=Bluetooth прегледач
-Name[sr@Latn]=Bluetooth pregledač
-Name[sv]=Blåtandsbläddrare
-Name[ta]=புலுடுத் உலாவி
-Name[tr]=Bluetooth Tarayıcısı
-Name[xx]=xxBluetooth Browserxx
Open=false
X-TDE-TreeModule=Directory
X-TDE-KonqSidebarModule=konqsidebar_tree
diff --git a/src/tdeioslave/obex/CMakeLists.txt b/src/tdeioslave/obex/CMakeLists.txt
index d31aa6f..13aa0f4 100644
--- a/src/tdeioslave/obex/CMakeLists.txt
+++ b/src/tdeioslave/obex/CMakeLists.txt
@@ -21,7 +21,9 @@ include_directories(
${DBUS_INCLUDE_DIRS}
${DBUS_TQT_INCLUDE_DIRS}
)
-##### tdeio_bluetooth (static) #############################
+
+
+##### tdeio_obex (part) #############################
set( target tdeio_obex )
tde_add_kpart( ${target} AUTOMOC
@@ -30,9 +32,15 @@ tde_add_kpart( ${target} AUTOMOC
DESTINATION ${PLUGIN_INSTALL_DIR}
)
-install( FILES obexftp.protocol
- DESTINATION ${SERVICES_INSTALL_DIR} )
-install( FILES obexopp.protocol
- DESTINATION ${SERVICES_INSTALL_DIR} )
-install( FILES obex_sidebarentry.desktop
- DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services ) \ No newline at end of file
+tde_create_translated_desktop(
+ SOURCE obexftp.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
+tde_create_translated_desktop(
+ SOURCE obexopp.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
+tde_create_translated_desktop(
+ SOURCE obex_sidebarentry.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services
+)
diff --git a/src/tdeioslave/obex/obex_sidebarentry.desktop b/src/tdeioslave/obex/obex_sidebarentry.desktop
index 9bc0178..7d6dcae 100644
--- a/src/tdeioslave/obex/obex_sidebarentry.desktop
+++ b/src/tdeioslave/obex/obex_sidebarentry.desktop
@@ -1,10 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
+Name=Bluetooth Browser
+
Type=Link
URL=obexftp:/
Icon=tdebluez
-Name=Bluetooth Browser
-Name[et]=Bluetoothi brauser
Open=false
X-TDE-TreeModule=Directory
X-TDE-KonqSidebarModule=konqsidebar_tree
diff --git a/src/tdeioslave/obex/obexftp.protocol b/src/tdeioslave/obex/obexftp.protocol
index 3262d4b..744b07c 100644
--- a/src/tdeioslave/obex/obexftp.protocol
+++ b/src/tdeioslave/obex/obexftp.protocol
@@ -1,52 +1,19 @@
[Protocol]
-# The executable
-exec=tdeio_obex
-# This protocol name
+Description=A tdeioslave for OBEX connections
+
protocol=obexftp
+exec=tdeio_obex
+Icon=remote
+maxInstances=1
Parent=system:/
-
-# input/output can be one of: filesystem, stream, none
input=none
output=filesystem
-maxInstances=1
-
-# capabilities for this protocol
+source=false
reading=true
writing=true
makedir=true
deleting=true
moving=false
linking=false
-
-# What to list ... FIXME work out how ...
listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group
-
-# Can be source protocol
-source=false
-
-Description=A tdeioslave for OBEX connections
-Description[bg]=tdeioslave за OBEX връзки
-Description[br]=Ur c'hioslave evit ar c'hevreadennoù OBEX
-Description[ca]=Un tdeioslave per a les connexions OBEX
-Description[da]=En tdeioslave til OBEX-forbindelser
-Description[de]=Ein tdeioslave für OBEX-Verbindungen
-Description[el]=Ένας υπηρέτης tdeio για συνδέσεις OBEX
-Description[es]=Un 'tdeioslave' para conexiones OBEX
-Description[et]=OBEX-ühenduste I/O-moodul
-Description[fr]=Un tdeioslave pour les connexions OBEX
-Description[it]=Un tdeioslave per connessioni OBEX
-Description[ja]=OBEX 接続のための tdeioslave
-Description[ka]=tdeioslave OBEX კავშირებისთვის
-Description[nl]=Een tdeioslave for OBEX-verbindingen
-Description[pl]=Wtyczka protokołu dla połączeń OBEX
-Description[pt]=Um 'tdeioslave' para ligações OBEX
-Description[pt_BR]=Um 'tdeioslave' para ligações OBEX
-Description[sr]=tdeioslave за OBEX везе
-Description[sr@Latn]=tdeioslave za OBEX veze
-Description[sv]=En I/O-slav för OBEX-anslutningar
-Description[ta]=ஒரு OBEX இணைப்பிற்க்காண tdeioslave.
-Description[tr]=OBEX bağlantıları için bir tdeioslave
-Description[xx]=xxA tdeioslave for OBEX connectionsxx
-Icon=remote
-
DocPath=tdebluez/components.tdeio_obex.html
diff --git a/src/tdeioslave/obex/obexopp.protocol b/src/tdeioslave/obex/obexopp.protocol
index 964bab9..f56b884 100644
--- a/src/tdeioslave/obex/obexopp.protocol
+++ b/src/tdeioslave/obex/obexopp.protocol
@@ -1,52 +1,19 @@
[Protocol]
-# The executable
-exec=tdeio_obex
-# This protocol name
+Description=A tdeioslave for OBEX connections
+
protocol=obexopp
+exec=tdeio_obex
+Icon=remote
+maxInstances=1
Parent=system:/
-
-# input/output can be one of: filesystem, stream, none
input=none
output=none
-maxInstances=1
-
-# capabilities for this protocol
+source=false
reading=false
writing=true
makedir=false
deleting=false
moving=false
linking=false
-
-# What to list ... FIXME work out how ...
listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group
-
-# Can be source protocol
-source=false
-
-Description=A tdeioslave for OBEX connections
-Description[bg]=tdeioslave за OBEX връзки
-Description[br]=Ur c'hioslave evit ar c'hevreadennoù OBEX
-Description[ca]=Un tdeioslave per a les connexions OBEX
-Description[da]=En tdeioslave til OBEX-forbindelser
-Description[de]=Ein tdeioslave für OBEX-Verbindungen
-Description[el]=Ένας υπηρέτης tdeio για συνδέσεις OBEX
-Description[es]=Un 'tdeioslave' para conexiones OBEX
-Description[et]=OBEX-ühenduste I/O-moodul
-Description[fr]=Un tdeioslave pour les connexions OBEX
-Description[it]=Un tdeioslave per connessioni OBEX
-Description[ja]=OBEX 接続のための tdeioslave
-Description[ka]=tdeioslave OBEX კავშირებისთვის
-Description[nl]=Een tdeioslave for OBEX-verbindingen
-Description[pl]=Wtyczka protokołu dla połączeń OBEX
-Description[pt]=Um 'tdeioslave' para ligações OBEX
-Description[pt_BR]=Um 'tdeioslave' para ligações OBEX
-Description[sr]=tdeioslave за OBEX везе
-Description[sr@Latn]=tdeioslave za OBEX veze
-Description[sv]=En I/O-slav för OBEX-anslutningar
-Description[ta]=ஒரு OBEX இணைப்பிற்க்காண tdeioslave.
-Description[tr]=OBEX bağlantıları için bir tdeioslave
-Description[xx]=xxA tdeioslave for OBEX connectionsxx
-Icon=remote
-
DocPath=tdebluez/components.tdeio_obex.html
diff --git a/src/tdeioslave/obex/tdeio_obex.cpp b/src/tdeioslave/obex/tdeio_obex.cpp
index fbd2fb5..3e5bdbe 100644
--- a/src/tdeioslave/obex/tdeio_obex.cpp
+++ b/src/tdeioslave/obex/tdeio_obex.cpp
@@ -49,6 +49,8 @@ extern "C" {
TDECmdLineArgs::init(argc, argv, "tdeio_obex", 0, 0, 0, 0);
TDECmdLineArgs::addCmdLineOptions( options );
TDEApplication app( false, false, false );
+ TDELocale::setMainCatalogue("tdebluez");
+
// We want to be anonymous even if we use DCOP
app.dcopClient()->attach();