summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro2
-rw-r--r--core/applets/cardmon/cardmon.pro2
-rw-r--r--core/applets/clipboardapplet/clipboardapplet.pro2
-rw-r--r--core/applets/clockapplet/clockapplet.pro2
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro2
-rw-r--r--core/applets/vmemo/vmemo.pro2
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro2
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro2
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro2
-rw-r--r--core/launcher/launcher.pro2
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro2
-rw-r--r--core/pim/addressbook/addressbook.pro2
-rw-r--r--core/pim/datebook/datebook.pro1
-rw-r--r--core/pim/today/today.pro1
-rw-r--r--core/pim/todo/todo.pro2
-rw-r--r--core/settings/citytime/citytime.pro2
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro2
-rw-r--r--inputmethods/dvorak/dvorak.pro2
-rw-r--r--inputmethods/handwriting/handwriting.pro2
-rw-r--r--inputmethods/keyboard/keyboard.pro2
-rw-r--r--inputmethods/pickboard/pickboard.pro2
-rw-r--r--inputmethods/unikeyboard/unikeyboard.pro2
-rw-r--r--library/library.pro2
-rw-r--r--noncore/apps/dictionary/dictionary.pro1
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro2
-rw-r--r--noncore/comm/keypebble/keypebble.pro2
-rw-r--r--noncore/games/chess/chess.pro2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/kcheckers/kcheckers.pro2
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
-rw-r--r--noncore/games/minesweep/minesweep.pro2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/snake/snake.pro2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
-rw-r--r--noncore/games/tetrix/tetrix.pro2
-rw-r--r--noncore/games/tictac/tictac.pro2
-rw-r--r--noncore/games/wordgame/wordgame.pro2
-rw-r--r--noncore/graphics/drawpad/drawpad.pro2
-rw-r--r--noncore/multimedia/showimg/showimg.pro2
-rw-r--r--noncore/net/opieftp/opieftp.pro2
-rw-r--r--noncore/settings/language/language.pro2
-rw-r--r--noncore/settings/sound/sound.pro2
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro1
-rw-r--r--noncore/tools/calc2/calc.pro2
-rw-r--r--noncore/tools/calculator/calculator.pro2
-rw-r--r--noncore/tools/clock/clock.pro2
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro2
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro2
51 files changed, 97 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index eea429c..9cf7556 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts 12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts 16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts
15TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts 17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts
16TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts 18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro
index bda051b..ff3463c 100644
--- a/core/applets/cardmon/cardmon.pro
+++ b/core/applets/cardmon/cardmon.pro
@@ -9,8 +9,10 @@ DEPENDPATH += $(OPIEDIR)/include ../launcher
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../i18n/de/libcardmonapplet.ts 12TRANSLATIONS = ../i18n/de/libcardmonapplet.ts
13TRANSLATIONS += ../i18n/es/libcardmonapplet.ts
14TRANSLATIONS += ../i18n/pt/libcardmonapplet.ts
13TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts 15TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts
14TRANSLATIONS += ../i18n/en/libcardmonapplet.ts 16TRANSLATIONS += ../i18n/en/libcardmonapplet.ts
15TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts 17TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts
16TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts 18TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro
index f71c787..71e2bbe 100644
--- a/core/applets/clipboardapplet/clipboardapplet.pro
+++ b/core/applets/clipboardapplet/clipboardapplet.pro
@@ -9,4 +9,6 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts 12TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts
13TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts
14TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index 68621f0..85e3316 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -9,5 +9,7 @@ DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libclockapplet.ts 12TRANSLATIONS = ../../i18n/de/libclockapplet.ts
13TRANSLATIONS += ../../i18n/es/libclockapplet.ts
14TRANSLATIONS += ../../i18n/pt/libclockapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index d03bacc..e38074d 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -11,4 +11,6 @@ VERSION = 1.0.0
11MOC_DIR=opieobj 11MOC_DIR=opieobj
12OBJECTS_DIR=opieobj 12OBJECTS_DIR=opieobj
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts 14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts
15TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
16TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro
index 29f99fb..f7cc439 100644
--- a/core/applets/vmemo/vmemo.pro
+++ b/core/applets/vmemo/vmemo.pro
@@ -9,4 +9,6 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts 12TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts
13TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts
14TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index f27d2d6..54404bf 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -9,5 +9,7 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts 12TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts
13TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts
14TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index f73cd38..6e6860e 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -34,8 +34,10 @@ DEPENDPATH += $(OPIEDIR)/include
34LIBS += -lqpe 34LIBS += -lqpe
35REQUIRES = embeddedkonsole 35REQUIRES = embeddedkonsole
36 36
37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts 37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/es/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/de/embeddedkonsole.ts 40TRANSLATIONS += ../i18n/de/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/en/embeddedkonsole.ts 41TRANSLATIONS += ../i18n/en/embeddedkonsole.ts
40TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts 42TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts
41TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts 43TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 070dd2b..fe4553a 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -9,8 +9,10 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11 11
12TRANSLATIONS = ../i18n/de/helpbrowser.ts 12TRANSLATIONS = ../i18n/de/helpbrowser.ts
13TRANSLATIONS += ../i18n/es/helpbrowser.ts
14TRANSLATIONS += ../i18n/pt/helpbrowser.ts
13TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts 15TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
14TRANSLATIONS += ../i18n/en/helpbrowser.ts 16TRANSLATIONS += ../i18n/en/helpbrowser.ts
15TRANSLATIONS += ../i18n/hu/helpbrowser.ts 17TRANSLATIONS += ../i18n/hu/helpbrowser.ts
16TRANSLATIONS += ../i18n/ja/helpbrowser.ts 18TRANSLATIONS += ../i18n/ja/helpbrowser.ts
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index f94f338..b8e9236 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -111,8 +111,10 @@ TARGET = qpe
111 111
112 LIBS += -lqpe -lcrypt -lopie 112 LIBS += -lqpe -lcrypt -lopie
113 113
114TRANSLATIONS = ../i18n/de/qpe.ts 114TRANSLATIONS = ../i18n/de/qpe.ts
115TRANSLATIONS += ../i18n/es/qpe.ts
116TRANSLATIONS += ../i18n/pt/qpe.ts
115TRANSLATIONS += ../i18n/pt_BR/qpe.ts 117TRANSLATIONS += ../i18n/pt_BR/qpe.ts
116TRANSLATIONS += ../i18n/en/qpe.ts 118TRANSLATIONS += ../i18n/en/qpe.ts
117TRANSLATIONS += ../i18n/hu/qpe.ts 119TRANSLATIONS += ../i18n/hu/qpe.ts
118TRANSLATIONS += ../i18n/ja/qpe.ts 120TRANSLATIONS += ../i18n/ja/qpe.ts
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index cfbae03..d55cf8f 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -11,8 +11,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts 14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts
15TRANSLATIONS += ../../i18n/es/libmadplugin.ts
16TRANSLATIONS += ../../i18n/pt/libmadplugin.ts
15TRANSLATIONS += ../../i18n/de/libmadplugin.ts 17TRANSLATIONS += ../../i18n/de/libmadplugin.ts
16TRANSLATIONS += ../../i18n/en/libmadplugin.ts 18TRANSLATIONS += ../../i18n/en/libmadplugin.ts
17TRANSLATIONS += ../../i18n/hu/libmadplugin.ts 19TRANSLATIONS += ../../i18n/hu/libmadplugin.ts
18TRANSLATIONS += ../../i18n/sl/libmadplugin.ts 20TRANSLATIONS += ../../i18n/sl/libmadplugin.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 428af2b..99a0b23 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -21,8 +21,10 @@ INCLUDEPATH += $(OPIEDIR)/include
21 DEPENDPATH+= $(OPIEDIR)/include 21 DEPENDPATH+= $(OPIEDIR)/include
22LIBS += -lqpe -lopie 22LIBS += -lqpe -lopie
23 23
24TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts 24TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts
25TRANSLATIONS += ../../i18n/es/addressbook.ts
26TRANSLATIONS += ../../i18n/pt/addressbook.ts
25TRANSLATIONS += ../../i18n/de/addressbook.ts 27TRANSLATIONS += ../../i18n/de/addressbook.ts
26TRANSLATIONS += ../../i18n/en/addressbook.ts 28TRANSLATIONS += ../../i18n/en/addressbook.ts
27TRANSLATIONS += ../../i18n/hu/addressbook.ts 29TRANSLATIONS += ../../i18n/hu/addressbook.ts
28TRANSLATIONS += ../../i18n/sl/addressbook.ts 30TRANSLATIONS += ../../i18n/sl/addressbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 239decc..609b7dc 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -44,8 +44,9 @@ LIBS += -lqpe -lopie
44 44
45 TARGET = datebook 45 TARGET = datebook
46 46
47TRANSLATIONS = ../i18n/pt_BR/datebook.ts 47TRANSLATIONS = ../i18n/pt_BR/datebook.ts
48TRANSLATIONS += ../i18n/pt/datebook.ts
48TRANSLATIONS += ../i18n/de/datebook.ts 49TRANSLATIONS += ../i18n/de/datebook.ts
49TRANSLATIONS += ../i18n/en/datebook.ts 50TRANSLATIONS += ../i18n/en/datebook.ts
50TRANSLATIONS += ../i18n/hu/datebook.ts 51TRANSLATIONS += ../i18n/hu/datebook.ts
51TRANSLATIONS += ../i18n/pl/datebook.ts 52TRANSLATIONS += ../i18n/pl/datebook.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 0eb51d1..d75fdb5 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -10,8 +10,9 @@ LIBS += -lqpe -lopie
10 INTERFACES= 10 INTERFACES=
11 TARGET = today 11 TARGET = today
12 DESTDIR = $(OPIEDIR)/bin 12 DESTDIR = $(OPIEDIR)/bin
13TRANSLATIONS = ../i18n/pt_BR/today.ts 13TRANSLATIONS = ../i18n/pt_BR/today.ts
14TRANSLATIONS += ../i18n/pt/today.ts
14TRANSLATIONS += ../i18n/de/today.ts 15TRANSLATIONS += ../i18n/de/today.ts
15TRANSLATIONS += ../i18n/en/today.ts 16TRANSLATIONS += ../i18n/en/today.ts
16TRANSLATIONS += ../i18n/hu/today.ts 17TRANSLATIONS += ../i18n/hu/today.ts
17TRANSLATIONS += ../i18n/sl/today.ts 18TRANSLATIONS += ../i18n/sl/today.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index a365081..1e4492c 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -18,8 +18,10 @@ INCLUDEPATH += $(OPIEDIR)/include
18 DEPENDPATH+= $(OPIEDIR)/include 18 DEPENDPATH+= $(OPIEDIR)/include
19LIBS += -lqpe -lopie 19LIBS += -lqpe -lopie
20 20
21TRANSLATIONS = ../i18n/pt_BR/todolist.ts 21TRANSLATIONS = ../i18n/pt_BR/todolist.ts
22TRANSLATIONS += ../i18n/es/todolist.ts
23TRANSLATIONS += ../i18n/pt/todolist.ts
22TRANSLATIONS += ../i18n/de/todolist.ts 24TRANSLATIONS += ../i18n/de/todolist.ts
23TRANSLATIONS += ../i18n/en/todolist.ts 25TRANSLATIONS += ../i18n/en/todolist.ts
24TRANSLATIONS += ../i18n/hu/todolist.ts 26TRANSLATIONS += ../i18n/hu/todolist.ts
25TRANSLATIONS += ../i18n/sl/todolist.ts 27TRANSLATIONS += ../i18n/sl/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index afa658f..11a135d 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -10,8 +10,10 @@ INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include 10DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/de/citytime.ts 13TRANSLATIONS = ../i18n/de/citytime.ts
14TRANSLATIONS += ../i18n/es/citytime.ts
15TRANSLATIONS += ../i18n/pt/citytime.ts
14TRANSLATIONS += ../i18n/pt_BR/citytime.ts 16TRANSLATIONS += ../i18n/pt_BR/citytime.ts
15TRANSLATIONS += ../i18n/en/citytime.ts 17TRANSLATIONS += ../i18n/en/citytime.ts
16TRANSLATIONS += ../i18n/hu/citytime.ts 18TRANSLATIONS += ../i18n/hu/citytime.ts
17TRANSLATIONS += ../i18n/ja/citytime.ts 19TRANSLATIONS += ../i18n/ja/citytime.ts
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 9029a19..7e2afed 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -9,7 +9,9 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = light-and-power 10 TARGET = light-and-power
11 11
12TRANSLATIONS = ../../i18n/de/light-and-power.ts 12TRANSLATIONS = ../../i18n/de/light-and-power.ts
13TRANSLATIONS += ../../i18n/es/light-and-power.ts
14TRANSLATIONS += ../../i18n/pt/light-and-power.ts
13TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts 15TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
14TRANSLATIONS += ../../i18n/pl/light-and-power.ts 16TRANSLATIONS += ../../i18n/pl/light-and-power.ts
15TRANSLATIONS += ../../i18n/fr/light-and-power.ts 17TRANSLATIONS += ../../i18n/fr/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 0c924ad..1e815ac 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = security 10 TARGET = security
11 11
12TRANSLATIONS = ../../i18n/pt_BR/security.ts 12TRANSLATIONS = ../../i18n/pt_BR/security.ts
13TRANSLATIONS += ../../i18n/es/security.ts
14TRANSLATIONS += ../../i18n/pt/security.ts
13TRANSLATIONS += ../../i18n/de/security.ts 15TRANSLATIONS += ../../i18n/de/security.ts
14TRANSLATIONS += ../../i18n/en/security.ts 16TRANSLATIONS += ../../i18n/en/security.ts
15TRANSLATIONS += ../../i18n/hu/security.ts 17TRANSLATIONS += ../../i18n/hu/security.ts
16TRANSLATIONS += ../../i18n/sl/security.ts 18TRANSLATIONS += ../../i18n/sl/security.ts
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro
index c7b5b34..c433392 100644
--- a/inputmethods/dvorak/dvorak.pro
+++ b/inputmethods/dvorak/dvorak.pro
@@ -15,8 +15,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
15LIBS += -lqpe 15LIBS += -lqpe
16 VERSION = 1.0.0 16 VERSION = 1.0.0
17 17
18TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts 18TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts
19TRANSLATIONS += ../../i18n/es/libqdvorak.ts
20TRANSLATIONS += ../../i18n/pt/libqdvorak.ts
19TRANSLATIONS += ../../i18n/de/libqdvorak.ts 21TRANSLATIONS += ../../i18n/de/libqdvorak.ts
20TRANSLATIONS += ../../i18n/en/libqdvorak.ts 22TRANSLATIONS += ../../i18n/en/libqdvorak.ts
21TRANSLATIONS += ../../i18n/hu/libqdvorak.ts 23TRANSLATIONS += ../../i18n/hu/libqdvorak.ts
22TRANSLATIONS += ../../i18n/sl/libqdvorak.ts 24TRANSLATIONS += ../../i18n/sl/libqdvorak.ts
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro
index 7a6c3a0..24c8f6f 100644
--- a/inputmethods/handwriting/handwriting.pro
+++ b/inputmethods/handwriting/handwriting.pro
@@ -30,8 +30,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
30LIBS += -lqpe 30LIBS += -lqpe
31 VERSION = 1.0.0 31 VERSION = 1.0.0
32 32
33TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts 33TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts
34TRANSLATIONS += ../../i18n/es/libqhandwriting.ts
35TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts
34TRANSLATIONS += ../../i18n/de/libqhandwriting.ts 36TRANSLATIONS += ../../i18n/de/libqhandwriting.ts
35TRANSLATIONS += ../../i18n/en/libqhandwriting.ts 37TRANSLATIONS += ../../i18n/en/libqhandwriting.ts
36TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts 38TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts
37TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts 39TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro
index 2c2231c..38ef038 100644
--- a/inputmethods/keyboard/keyboard.pro
+++ b/inputmethods/keyboard/keyboard.pro
@@ -15,8 +15,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
15LIBS += -lqpe 15LIBS += -lqpe
16 VERSION = 1.0.0 16 VERSION = 1.0.0
17 17
18TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts 18TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts
19TRANSLATIONS += ../../i18n/es/libqkeyboard.ts
20TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts
19TRANSLATIONS += ../../i18n/de/libqkeyboard.ts 21TRANSLATIONS += ../../i18n/de/libqkeyboard.ts
20TRANSLATIONS += ../../i18n/en/libqkeyboard.ts 22TRANSLATIONS += ../../i18n/en/libqkeyboard.ts
21TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts 23TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts
22TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts 24TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro
index 6a669c9..ca495e9 100644
--- a/inputmethods/pickboard/pickboard.pro
+++ b/inputmethods/pickboard/pickboard.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts 12TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts
13TRANSLATIONS += ../../i18n/es/libqpickboard.ts
14TRANSLATIONS += ../../i18n/pt/libqpickboard.ts
13TRANSLATIONS += ../../i18n/de/libqpickboard.ts 15TRANSLATIONS += ../../i18n/de/libqpickboard.ts
14TRANSLATIONS += ../../i18n/en/libqpickboard.ts 16TRANSLATIONS += ../../i18n/en/libqpickboard.ts
15TRANSLATIONS += ../../i18n/pl/libqpickboard.ts 17TRANSLATIONS += ../../i18n/pl/libqpickboard.ts
16TRANSLATIONS += ../../i18n/hu/libqpickboard.ts 18TRANSLATIONS += ../../i18n/hu/libqpickboard.ts
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro
index 4c510b2..874eab1 100644
--- a/inputmethods/unikeyboard/unikeyboard.pro
+++ b/inputmethods/unikeyboard/unikeyboard.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts 12TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts
13TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts
14TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts
13TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts 15TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts
14TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts 16TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts
15TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts 17TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts
16TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts 18TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts
diff --git a/library/library.pro b/library/library.pro
index 32bf3d1..44fd7cf 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -127,8 +127,10 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK)
127# This is set by configure$(OPIEDIR). 127# This is set by configure$(OPIEDIR).
128 VERSION = 1.5.0 128 VERSION = 1.5.0
129 129
130TRANSLATIONS = ../i18n/de/libqpe.ts 130TRANSLATIONS = ../i18n/de/libqpe.ts
131TRANSLATIONS += ../i18n/es/libqpe.ts
132TRANSLATIONS += ../i18n/pt/libqpe.ts
131TRANSLATIONS += ../i18n/pt_BR/libqpe.ts 133TRANSLATIONS += ../i18n/pt_BR/libqpe.ts
132TRANSLATIONS += ../i18n/en/libqpe.ts 134TRANSLATIONS += ../i18n/en/libqpe.ts
133TRANSLATIONS += ../i18n/sl/libqpe.ts 135TRANSLATIONS += ../i18n/sl/libqpe.ts
134TRANSLATIONS += ../i18n/hu/libqpe.ts 136TRANSLATIONS += ../i18n/hu/libqpe.ts
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index 71056dc..34c06e3 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -13,8 +13,9 @@ LIBS += -lqpe
13 13
14 TARGET = dictionary 14 TARGET = dictionary
15 15
16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts 16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
17TRANSLATIONS += ../i18n/pt/dictionary.ts
17TRANSLATIONS += ../i18n/de/dictionary.ts 18TRANSLATIONS += ../i18n/de/dictionary.ts
18TRANSLATIONS += ../i18n/en/dictionary.ts 19TRANSLATIONS += ../i18n/en/dictionary.ts
19TRANSLATIONS += ../i18n/hu/dictionary.ts 20TRANSLATIONS += ../i18n/hu/dictionary.ts
20TRANSLATIONS += ../i18n/sl/dictionary.ts 21TRANSLATIONS += ../i18n/sl/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 407323f..86f6b0e 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -35,8 +35,10 @@ INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe
37 37
38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts 38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
39TRANSLATIONS += ../i18n/es/tableviewer.ts
40TRANSLATIONS += ../i18n/pt/tableviewer.ts
39TRANSLATIONS += ../i18n/en/tableviewer.ts 41TRANSLATIONS += ../i18n/en/tableviewer.ts
40TRANSLATIONS += ../i18n/de/tableviewer.ts 42TRANSLATIONS += ../i18n/de/tableviewer.ts
41TRANSLATIONS += ../i18n/hu/tableviewer.ts 43TRANSLATIONS += ../i18n/hu/tableviewer.ts
42TRANSLATIONS += ../i18n/pl/tableviewer.ts 44TRANSLATIONS += ../i18n/pl/tableviewer.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index 45b7635..93b81f9 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -36,8 +36,10 @@ INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 36DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe 37LIBS += -lqpe
38 38
39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts 39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts
40TRANSLATIONS += ../i18n/es/keypebble.ts
41TRANSLATIONS += ../i18n/pt/keypebble.ts
40TRANSLATIONS += ../i18n/de/keypebble.ts 42TRANSLATIONS += ../i18n/de/keypebble.ts
41TRANSLATIONS += ../i18n/en/keypebble.ts 43TRANSLATIONS += ../i18n/en/keypebble.ts
42TRANSLATIONS += ../i18n/hu/keypebble.ts 44TRANSLATIONS += ../i18n/hu/keypebble.ts
43TRANSLATIONS += ../i18n/sl/keypebble.ts 45TRANSLATIONS += ../i18n/sl/keypebble.ts
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index c18c110..49ecaba 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -13,8 +13,10 @@ DBFILE = chess.db
13 LANGUAGE= C++ 13 LANGUAGE= C++
14 CPP_ALWAYS_CREATE_SOURCE= TRUE 14 CPP_ALWAYS_CREATE_SOURCE= TRUE
15 15
16TRANSLATIONS = ../i18n/pt_BR/chess.ts 16TRANSLATIONS = ../i18n/pt_BR/chess.ts
17TRANSLATIONS += ../i18n/es/chess.ts
18TRANSLATIONS += ../i18n/pt/chess.ts
17TRANSLATIONS += ../i18n/de/chess.ts 19TRANSLATIONS += ../i18n/de/chess.ts
18TRANSLATIONS += ../i18n/en/chess.ts 20TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/fr/chess.ts 21TRANSLATIONS += ../i18n/fr/chess.ts
20TRANSLATIONS += ../i18n/pl/chess.ts 22TRANSLATIONS += ../i18n/pl/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index ee99799..964b816 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -9,8 +9,10 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = fifteen 10 TARGET = fifteen
11 11
12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts 12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
13TRANSLATIONS += ../i18n/es/fifteen.ts
14TRANSLATIONS += ../i18n/pt/fifteen.ts
13TRANSLATIONS += ../i18n/de/fifteen.ts 15TRANSLATIONS += ../i18n/de/fifteen.ts
14TRANSLATIONS += ../i18n/en/fifteen.ts 16TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts 17TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/pl/fifteen.ts 18TRANSLATIONS += ../i18n/pl/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 6405808..f9084a8 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -16,8 +16,10 @@ DEPENDPATH += $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 TARGET = go 17 TARGET = go
18 18
19TRANSLATIONS = ../i18n/de/go.ts 19TRANSLATIONS = ../i18n/de/go.ts
20TRANSLATIONS += ../i18n/es/go.ts
21TRANSLATIONS += ../i18n/pt/go.ts
20TRANSLATIONS += ../i18n/pt_BR/go.ts 22TRANSLATIONS += ../i18n/pt_BR/go.ts
21TRANSLATIONS += ../i18n/en/go.ts 23TRANSLATIONS += ../i18n/en/go.ts
22TRANSLATIONS += ../i18n/hu/go.ts 24TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts 25TRANSLATIONS += ../i18n/ja/go.ts
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 5892d3c..7ed418c 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -17,8 +17,10 @@ LIBS += -lqpe
17 DESTDIR = $(OPIEDIR)/bin 17 DESTDIR = $(OPIEDIR)/bin
18 TARGET = kcheckers 18 TARGET = kcheckers
19 19
20TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts 20TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
21TRANSLATIONS += ../../i18n/es/kcheckers.ts
22TRANSLATIONS += ../../i18n/pt/kcheckers.ts
21TRANSLATIONS += ../../i18n/de/kcheckers.ts 23TRANSLATIONS += ../../i18n/de/kcheckers.ts
22TRANSLATIONS += ../../i18n/en/kcheckers.ts 24TRANSLATIONS += ../../i18n/en/kcheckers.ts
23TRANSLATIONS += ../../i18n/hu/kcheckers.ts 25TRANSLATIONS += ../../i18n/hu/kcheckers.ts
24TRANSLATIONS += ../../i18n/sl/kcheckers.ts 26TRANSLATIONS += ../../i18n/sl/kcheckers.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 6da02a7..5b563ba 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -9,8 +9,10 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../i18n/de/mindbreaker.ts 12TRANSLATIONS = ../i18n/de/mindbreaker.ts
13TRANSLATIONS += ../i18n/es/mindbreaker.ts
14TRANSLATIONS += ../i18n/pt/mindbreaker.ts
13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts 15TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
14TRANSLATIONS += ../i18n/en/mindbreaker.ts 16TRANSLATIONS += ../i18n/en/mindbreaker.ts
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts 17TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/fr/mindbreaker.ts 18TRANSLATIONS += ../i18n/fr/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index a7128d1..c76e5e5 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -11,8 +11,10 @@ DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts
15TRANSLATIONS += ../i18n/es/minesweep.ts
16TRANSLATIONS += ../i18n/pt/minesweep.ts
15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts 17TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
16TRANSLATIONS += ../i18n/en/minesweep.ts 18TRANSLATIONS += ../i18n/en/minesweep.ts
17TRANSLATIONS += ../i18n/hu/minesweep.ts 19TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts 20TRANSLATIONS += ../i18n/ja/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 9404eb0..84e0964 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -8,8 +8,10 @@ INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/parashoot.ts 11TRANSLATIONS = ../i18n/de/parashoot.ts
12TRANSLATIONS += ../i18n/es/parashoot.ts
13TRANSLATIONS += ../i18n/pt/parashoot.ts
12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts 14TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
13TRANSLATIONS += ../i18n/en/parashoot.ts 15TRANSLATIONS += ../i18n/en/parashoot.ts
14TRANSLATIONS += ../i18n/hu/parashoot.ts 16TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts 17TRANSLATIONS += ../i18n/ja/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index be328d9..b35bdb0 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -8,8 +8,9 @@ INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/qasteroids.ts 11TRANSLATIONS = ../i18n/de/qasteroids.ts
12TRANSLATIONS += ../i18n/pt/qasteroids.ts
12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts 13TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
13TRANSLATIONS += ../i18n/en/qasteroids.ts 14TRANSLATIONS += ../i18n/en/qasteroids.ts
14TRANSLATIONS += ../i18n/hu/qasteroids.ts 15TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/fr/qasteroids.ts 16TRANSLATIONS += ../i18n/fr/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 256c524..7c8829b 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -8,8 +8,10 @@ INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/snake.ts 11TRANSLATIONS = ../i18n/de/snake.ts
12TRANSLATIONS += ../i18n/es/snake.ts
13TRANSLATIONS += ../i18n/pt/snake.ts
12TRANSLATIONS += ../i18n/pt_BR/snake.ts 14TRANSLATIONS += ../i18n/pt_BR/snake.ts
13TRANSLATIONS += ../i18n/en/snake.ts 15TRANSLATIONS += ../i18n/en/snake.ts
14TRANSLATIONS += ../i18n/hu/snake.ts 16TRANSLATIONS += ../i18n/hu/snake.ts
15TRANSLATIONS += ../i18n/sl/snake.ts 17TRANSLATIONS += ../i18n/sl/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 31b6b89..7a01e2b 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -15,8 +15,10 @@ LIBS += -lqpe
15 15
16 REQUIRES= patience 16 REQUIRES= patience
17 17
18TRANSLATIONS = ../i18n/de/patience.ts 18TRANSLATIONS = ../i18n/de/patience.ts
19TRANSLATIONS += ../i18n/es/patience.ts
20TRANSLATIONS += ../i18n/pt/patience.ts
19TRANSLATIONS += ../i18n/pt_BR/patience.ts 21TRANSLATIONS += ../i18n/pt_BR/patience.ts
20TRANSLATIONS += ../i18n/en/patience.ts 22TRANSLATIONS += ../i18n/en/patience.ts
21TRANSLATIONS += ../i18n/hu/patience.ts 23TRANSLATIONS += ../i18n/hu/patience.ts
22TRANSLATIONS += ../i18n/ja/patience.ts 24TRANSLATIONS += ../i18n/ja/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index ea37ee2..56310d7 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -16,8 +16,10 @@ DEPENDPATH += $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 INTERFACES= 17 INTERFACES=
18 18
19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts 19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
20TRANSLATIONS += ../i18n/es/tetrix.ts
21TRANSLATIONS += ../i18n/pt/tetrix.ts
20TRANSLATIONS += ../i18n/de/tetrix.ts 22TRANSLATIONS += ../i18n/de/tetrix.ts
21TRANSLATIONS += ../i18n/en/tetrix.ts 23TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/fr/tetrix.ts 24TRANSLATIONS += ../i18n/fr/tetrix.ts
23TRANSLATIONS += ../i18n/hu/tetrix.ts 25TRANSLATIONS += ../i18n/hu/tetrix.ts
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 2b22a9f..57a9246 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -10,8 +10,10 @@ DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 11DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts 13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
14TRANSLATIONS += ../../i18n/es/tictac.ts
15TRANSLATIONS += ../../i18n/pt/tictac.ts
14TRANSLATIONS += ../../i18n/de/tictac.ts 16TRANSLATIONS += ../../i18n/de/tictac.ts
15TRANSLATIONS += ../../i18n/en/tictac.ts 17TRANSLATIONS += ../../i18n/en/tictac.ts
16TRANSLATIONS += ../../i18n/hu/tictac.ts 18TRANSLATIONS += ../../i18n/hu/tictac.ts
17TRANSLATIONS += ../../i18n/sl/tictac.ts 19TRANSLATIONS += ../../i18n/sl/tictac.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 43b5cd1..553a63a 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -10,8 +10,10 @@ INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts 13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
14TRANSLATIONS += ../i18n/es/wordgame.ts
15TRANSLATIONS += ../i18n/pt/wordgame.ts
14TRANSLATIONS += ../i18n/de/wordgame.ts 16TRANSLATIONS += ../i18n/de/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts 17TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts 18TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/sl/wordgame.ts 19TRANSLATIONS += ../i18n/sl/wordgame.ts
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro
index 8dc89a2..da247ba 100644
--- a/noncore/graphics/drawpad/drawpad.pro
+++ b/noncore/graphics/drawpad/drawpad.pro
@@ -46,8 +46,10 @@ LIBS += -lqpe -lopie
46 DESTDIR = $(OPIEDIR)/bin 46 DESTDIR = $(OPIEDIR)/bin
47 TARGET = drawpad 47 TARGET = drawpad
48 48
49 TRANSLATIONS= ../../i18n/de/drawpad.ts 49 TRANSLATIONS= ../../i18n/de/drawpad.ts
50 TRANSLATIONS+= ../../i18n/es/drawpad.ts
51 TRANSLATIONS+= ../../i18n/pt/drawpad.ts
50 TRANSLATIONS+= ../../i18n/en/drawpad.ts 52 TRANSLATIONS+= ../../i18n/en/drawpad.ts
51 TRANSLATIONS+= ../../i18n/fr/drawpad.ts 53 TRANSLATIONS+= ../../i18n/fr/drawpad.ts
52 TRANSLATIONS+= ../../i18n/hu/drawpad.ts 54 TRANSLATIONS+= ../../i18n/hu/drawpad.ts
53 TRANSLATIONS+= ../../i18n/ja/drawpad.ts 55 TRANSLATIONS+= ../../i18n/ja/drawpad.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index d2ab437..1cf87ec 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -16,8 +16,10 @@ LIBS += -lqpe
16 16
17REQUIRES = showimg 17REQUIRES = showimg
18 18
19TRANSLATIONS = ../i18n/pt_BR/showimg.ts 19TRANSLATIONS = ../i18n/pt_BR/showimg.ts
20TRANSLATIONS += ../i18n/es/showimg.ts
21TRANSLATIONS += ../i18n/pt/showimg.ts
20TRANSLATIONS += ../i18n/de/showimg.ts 22TRANSLATIONS += ../i18n/de/showimg.ts
21TRANSLATIONS += ../i18n/en/showimg.ts 23TRANSLATIONS += ../i18n/en/showimg.ts
22TRANSLATIONS += ../i18n/hu/showimg.ts 24TRANSLATIONS += ../i18n/hu/showimg.ts
23TRANSLATIONS += ../i18n/sl/showimg.ts 25TRANSLATIONS += ../i18n/sl/showimg.ts
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index f25d15f..509d6f3 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -9,8 +9,10 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts 12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts
13TRANSLATIONS += ../../i18n/es/opieftp.ts
14TRANSLATIONS += ../../i18n/pt/opieftp.ts
13TRANSLATIONS += ../../i18n/de/opieftp.ts 15TRANSLATIONS += ../../i18n/de/opieftp.ts
14TRANSLATIONS += ../../i18n/en/opieftp.ts 16TRANSLATIONS += ../../i18n/en/opieftp.ts
15TRANSLATIONS += ../../i18n/hu/opieftp.ts 17TRANSLATIONS += ../../i18n/hu/opieftp.ts
16TRANSLATIONS += ../../i18n/sl/opieftp.ts 18TRANSLATIONS += ../../i18n/sl/opieftp.ts
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index 2e614df..16888bb 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = language 10 TARGET = language
11 11
12TRANSLATIONS = ../../i18n/pt_BR/language.ts 12TRANSLATIONS = ../../i18n/pt_BR/language.ts
13TRANSLATIONS += ../../i18n/es/language.ts
14TRANSLATIONS += ../../i18n/pt/language.ts
13TRANSLATIONS += ../../i18n/de/language.ts 15TRANSLATIONS += ../../i18n/de/language.ts
14TRANSLATIONS += ../../i18n/en/language.ts 16TRANSLATIONS += ../../i18n/en/language.ts
15TRANSLATIONS += ../../i18n/hu/language.ts 17TRANSLATIONS += ../../i18n/hu/language.ts
16TRANSLATIONS += ../../i18n/sl/language.ts 18TRANSLATIONS += ../../i18n/sl/language.ts
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro
index a4f6333..ff5cd09 100644
--- a/noncore/settings/sound/sound.pro
+++ b/noncore/settings/sound/sound.pro
@@ -9,8 +9,10 @@ DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10TARGET = sound 10TARGET = sound
11 11
12TRANSLATIONS = ../../i18n/pt_BR/sound.ts 12TRANSLATIONS = ../../i18n/pt_BR/sound.ts
13TRANSLATIONS += ../../i18n/es/sound.ts
14TRANSLATIONS += ../../i18n/pt/sound.ts
13TRANSLATIONS += ../../i18n/de/sound.ts 15TRANSLATIONS += ../../i18n/de/sound.ts
14TRANSLATIONS += ../../i18n/en/sound.ts 16TRANSLATIONS += ../../i18n/en/sound.ts
15TRANSLATIONS += ../../i18n/hu/sound.ts 17TRANSLATIONS += ../../i18n/hu/sound.ts
16TRANSLATIONS += ../../i18n/sl/sound.ts 18TRANSLATIONS += ../../i18n/sl/sound.ts
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 2764f68..88a20bb 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -26,8 +26,9 @@ LIBS += -lqpe
26 26
27TARGET = sysinfo 27TARGET = sysinfo
28 28
29TRANSLATIONS = ../i18n/de/sysinfo.ts 29TRANSLATIONS = ../i18n/de/sysinfo.ts
30TRANSLATIONS += ../i18n/pt/sysinfo.ts
30TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts 31TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts
31TRANSLATIONS += ../i18n/en/sysinfo.ts 32TRANSLATIONS += ../i18n/en/sysinfo.ts
32TRANSLATIONS += ../i18n/hu/sysinfo.ts 33TRANSLATIONS += ../i18n/hu/sysinfo.ts
33TRANSLATIONS += ../i18n/ja/sysinfo.ts 34TRANSLATIONS += ../i18n/ja/sysinfo.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 93e7f65..ce59a6e 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -9,8 +9,10 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 10LIBS += -lqpe -Wl,-export-dynamic
11 11
12TRANSLATIONS = ../i18n/pt_BR/calc.ts 12TRANSLATIONS = ../i18n/pt_BR/calc.ts
13TRANSLATIONS += ../i18n/es/calc.ts
14TRANSLATIONS += ../i18n/pt/calc.ts
13TRANSLATIONS += ../i18n/de/calc.ts 15TRANSLATIONS += ../i18n/de/calc.ts
14TRANSLATIONS += ../i18n/en/calc.ts 16TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/sl/calc.ts 17TRANSLATIONS += ../i18n/sl/calc.ts
16TRANSLATIONS += ../i18n/hu/calc.ts 18TRANSLATIONS += ../i18n/hu/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index ea60b54..3a3581d 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -10,8 +10,10 @@ LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13TRANSLATIONS = ../i18n/pt_BR/calculator.ts 13TRANSLATIONS = ../i18n/pt_BR/calculator.ts
14TRANSLATIONS += ../i18n/es/calculator.ts
15TRANSLATIONS += ../i18n/pt/calculator.ts
14TRANSLATIONS += ../i18n/de/calculator.ts 16TRANSLATIONS += ../i18n/de/calculator.ts
15TRANSLATIONS += ../i18n/en/calculator.ts 17TRANSLATIONS += ../i18n/en/calculator.ts
16TRANSLATIONS += ../i18n/sl/calculator.ts 18TRANSLATIONS += ../i18n/sl/calculator.ts
17TRANSLATIONS += ../i18n/hu/calculator.ts 19TRANSLATIONS += ../i18n/hu/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 7eecce1..46c18c3 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -10,8 +10,10 @@ LIBS += -lqpe -lopie
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../i18n/de/clock.ts 13TRANSLATIONS = ../i18n/de/clock.ts
14TRANSLATIONS += ../i18n/es/clock.ts
15TRANSLATIONS += ../i18n/pt/clock.ts
14TRANSLATIONS += ../i18n/pt_BR/clock.ts 16TRANSLATIONS += ../i18n/pt_BR/clock.ts
15TRANSLATIONS += ../i18n/en/clock.ts 17TRANSLATIONS += ../i18n/en/clock.ts
16TRANSLATIONS += ../i18n/hu/clock.ts 18TRANSLATIONS += ../i18n/hu/clock.ts
17TRANSLATIONS += ../i18n/sl/clock.ts 19TRANSLATIONS += ../i18n/sl/clock.ts
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 19195a4..3d9d49f 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -7,8 +7,10 @@ INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10TRANSLATIONS = ../i18n/de/filebrowser.ts 10TRANSLATIONS = ../i18n/de/filebrowser.ts
11TRANSLATIONS += ../i18n/es/filebrowser.ts
12TRANSLATIONS += ../i18n/pt/filebrowser.ts
11TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts 13TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts
12TRANSLATIONS += ../i18n/en/filebrowser.ts 14TRANSLATIONS += ../i18n/en/filebrowser.ts
13TRANSLATIONS += ../i18n/hu/filebrowser.ts 15TRANSLATIONS += ../i18n/hu/filebrowser.ts
14TRANSLATIONS += ../i18n/ja/filebrowser.ts 16TRANSLATIONS += ../i18n/ja/filebrowser.ts
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index fe5abfb..21cd7be 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -58,4 +58,6 @@ LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
58DESTDIR = $(OPIEDIR)/bin 58DESTDIR = $(OPIEDIR)/bin
59TARGET = qpdf 59TARGET = qpdf
60 60
61TRANSLATIONS = ../../i18n/de/qpdf.ts 61TRANSLATIONS = ../../i18n/de/qpdf.ts
62TRANSLATIONS += ../../i18n/es/qpdf.ts
63TRANSLATIONS += ../../i18n/pt/qpdf.ts