summaryrefslogtreecommitdiff
path: root/noncore/net
Side-by-side diff
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.pro31
-rw-r--r--noncore/net/opietooth/applet/applet.pro17
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro17
-rw-r--r--noncore/net/opietooth/lib/lib.pro17
-rw-r--r--noncore/net/opietooth/manager/manager.pro17
5 files changed, 85 insertions, 14 deletions
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index 509d6f3..3b6d3ea 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -6,20 +6,23 @@ TARGET = opieftp
REQUIRES=medium-config
DESTDIR = $(OPIEDIR)/bin
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts
-TRANSLATIONS += ../../i18n/es/opieftp.ts
-TRANSLATIONS += ../../i18n/pt/opieftp.ts
-TRANSLATIONS += ../../i18n/de/opieftp.ts
-TRANSLATIONS += ../../i18n/en/opieftp.ts
-TRANSLATIONS += ../../i18n/hu/opieftp.ts
-TRANSLATIONS += ../../i18n/sl/opieftp.ts
-TRANSLATIONS += ../../i18n/pl/opieftp.ts
-TRANSLATIONS += ../../i18n/ja/opieftp.ts
-TRANSLATIONS += ../../i18n/ko/opieftp.ts
-TRANSLATIONS += ../../i18n/no/opieftp.ts
-TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts
-TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts
-TRANSLATIONS += ../../i18n/fr/opieftp.ts
+
+
+TRANSLATIONS = ../../../i18n/de/opieftp.ts
+TRANSLATIONS += ../../../i18n/en/opieftp.ts
+TRANSLATIONS += ../../../i18n/es/opieftp.ts
+TRANSLATIONS += ../../../i18n/fr/opieftp.ts
+TRANSLATIONS += ../../../i18n/hu/opieftp.ts
+TRANSLATIONS += ../../../i18n/ja/opieftp.ts
+TRANSLATIONS += ../../../i18n/ko/opieftp.ts
+TRANSLATIONS += ../../../i18n/no/opieftp.ts
+TRANSLATIONS += ../../../i18n/pl/opieftp.ts
+TRANSLATIONS += ../../../i18n/pt/opieftp.ts
+TRANSLATIONS += ../../../i18n/pt_BR/opieftp.ts
+TRANSLATIONS += ../../../i18n/sl/opieftp.ts
+TRANSLATIONS += ../../../i18n/zh_CN/opieftp.ts
+TRANSLATIONS += ../../../i18n/zh_TW/opieftp.ts
+
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index cb78f85..e0a93dc 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -7,6 +7,23 @@ DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopietooth
VERSION = 0.0.3
+
+
+TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/sl/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/zh_CN/libbluetoothapplet.ts
+TRANSLATIONS += ../../../../i18n/zh_TW/libbluetoothapplet.ts
+
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 32366bc..4a622df 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -7,6 +7,23 @@ INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES = pindlgbase.ui
TARGET = $(OPIEDIR)/bin/bluepin
+
+
+TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluepin.ts
+TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluepin.ts
+
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 72cb456..eec7e43 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -4,6 +4,23 @@ HEADERS = parser.h device.h manager.h remotedevice.h services.h
SOURCES = parser.cc device.cc manager.cc remotedevice.cc services.cc
TARGET = opietooth
INCLUDEPATH += $(OPIEDIR)/include .
DESTDIR = $(QTDIR)/lib$(PROJMAK)
LIBS += -lopie
#VERSION = 0.0.0
+
+
+TRANSLATIONS = ../../../../i18n/de/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/en/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/es/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/no/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/zh_CN/libopietooth.ts
+TRANSLATIONS += ../../../../i18n/zh_TW/libopietooth.ts
+
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 3754869..9b54cd0 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -7,6 +7,23 @@ INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopietooth -lopie
INTERFACES = bluetoothbase.ui devicedialog.ui
TARGET = $(OPIEDIR)/bin/bluetooth-manager
+
+
+TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluetooth-manager.ts
+TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluetooth-manager.ts
+