summaryrefslogtreecommitdiff
authorcniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
committer cniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
commit932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (side-by-side diff)
treea5afe4e516117c204af1a7fae6c6b5da4e2fe833
parentf3c439fa534832eec214e1779c7f7040a3325a2c (diff)
downloadopie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2
This add .pt and .es to all .pro
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
@@ -5,16 +5,18 @@ SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp
TARGET = batteryapplet
DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ..
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts
+TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts
+TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts
TRANSLATIONS += ../../i18n/zh_TW/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
@@ -5,16 +5,18 @@ SOURCES = cardmon.cpp cardmonimpl.cpp
TARGET = cardmonapplet
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include ../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../i18n/de/libcardmonapplet.ts
+TRANSLATIONS += ../i18n/es/libcardmonapplet.ts
+TRANSLATIONS += ../i18n/pt/libcardmonapplet.ts
TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts
TRANSLATIONS += ../i18n/en/libcardmonapplet.ts
TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts
TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts
TRANSLATIONS += ../i18n/pl/libcardmonapplet.ts
TRANSLATIONS += ../i18n/ja/libcardmonapplet.ts
TRANSLATIONS += ../i18n/fr/libcardmonapplet.ts
TRANSLATIONS += ../i18n/ko/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
@@ -5,8 +5,10 @@ SOURCES = clipboard.cpp clipboardappletimpl.cpp
TARGET = clipboardapplet
DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts
+TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts
+TRANSLATIONS += ../../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
@@ -5,9 +5,11 @@ SOURCES = clock.cpp clockappletimpl.cpp
TARGET = clockapplet
DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ..
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/de/libclockapplet.ts
+TRANSLATIONS += ../../i18n/es/libclockapplet.ts
+TRANSLATIONS += ../../i18n/pt/libclockapplet.ts
TRANSLATIONS += ../../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
@@ -7,8 +7,10 @@ DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
VERSION = 1.0.0
MOC_DIR=opieobj
OBJECTS_DIR=opieobj
TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts
+TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
+TRANSLATIONS += ../../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
@@ -5,8 +5,10 @@ SOURCES = vmemo.cpp vmemoimpl.cpp
TARGET = vmemoapplet
DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts
+TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts
+TRANSLATIONS += ../../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
@@ -5,9 +5,11 @@ SOURCES = volume.cpp volumeappletimpl.cpp
TARGET = volumeapplet
DESTDIR = ../../plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts
+TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts
+TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts
TRANSLATIONS += ../../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
@@ -30,16 +30,18 @@ SOURCES = TEScreen.cpp \
INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
TARGET = embeddedkonsole
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
REQUIRES = embeddedkonsole
TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts
+TRANSLATIONS += ../i18n/es/embeddedkonsole.ts
+TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts
TRANSLATIONS += ../i18n/de/embeddedkonsole.ts
TRANSLATIONS += ../i18n/en/embeddedkonsole.ts
TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts
TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts
TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts
TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts
TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts
TRANSLATIONS += ../i18n/no/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
@@ -5,16 +5,18 @@ HEADERS = helpbrowser.h
SOURCES = helpbrowser.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/de/helpbrowser.ts
+TRANSLATIONS += ../i18n/es/helpbrowser.ts
+TRANSLATIONS += ../i18n/pt/helpbrowser.ts
TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
TRANSLATIONS += ../i18n/en/helpbrowser.ts
TRANSLATIONS += ../i18n/hu/helpbrowser.ts
TRANSLATIONS += ../i18n/ja/helpbrowser.ts
TRANSLATIONS += ../i18n/sl/helpbrowser.ts
TRANSLATIONS += ../i18n/ko/helpbrowser.ts
TRANSLATIONS += ../i18n/no/helpbrowser.ts
TRANSLATIONS += ../i18n/pl/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
@@ -107,16 +107,18 @@ DEPENDPATH += $(OPIEDIR)/calibrate
INCLUDEPATH += $(OPIEDIR)/rsync
DEPENDPATH += $(OPIEDIR)/rsync
TARGET = qpe
LIBS += -lqpe -lcrypt -lopie
TRANSLATIONS = ../i18n/de/qpe.ts
+TRANSLATIONS += ../i18n/es/qpe.ts
+TRANSLATIONS += ../i18n/pt/qpe.ts
TRANSLATIONS += ../i18n/pt_BR/qpe.ts
TRANSLATIONS += ../i18n/en/qpe.ts
TRANSLATIONS += ../i18n/hu/qpe.ts
TRANSLATIONS += ../i18n/ja/qpe.ts
TRANSLATIONS += ../i18n/fr/qpe.ts
TRANSLATIONS += ../i18n/ko/qpe.ts
TRANSLATIONS += ../i18n/no/qpe.ts
TRANSLATIONS += ../i18n/zh_CN/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
@@ -7,16 +7,18 @@ SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c
TARGET = madplugin
DESTDIR = $(OPIEDIR)/plugins/codecs
INCLUDEPATH += $(OPIEDIR)/include ..
DEPENDPATH += ../$(OPIEDIR)/include ..
LIBS += -lqpe -lm
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts
+TRANSLATIONS += ../../i18n/es/libmadplugin.ts
+TRANSLATIONS += ../../i18n/pt/libmadplugin.ts
TRANSLATIONS += ../../i18n/de/libmadplugin.ts
TRANSLATIONS += ../../i18n/en/libmadplugin.ts
TRANSLATIONS += ../../i18n/hu/libmadplugin.ts
TRANSLATIONS += ../../i18n/sl/libmadplugin.ts
TRANSLATIONS += ../../i18n/ja/libmadplugin.ts
TRANSLATIONS += ../../i18n/pl/libmadplugin.ts
TRANSLATIONS += ../../i18n/ko/libmadplugin.ts
TRANSLATIONS += ../../i18n/no/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
@@ -17,16 +17,18 @@ SOURCES = main.cpp \
INTERFACES = addresssettingsbase.ui
TARGET = addressbook
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts
+TRANSLATIONS += ../../i18n/es/addressbook.ts
+TRANSLATIONS += ../../i18n/pt/addressbook.ts
TRANSLATIONS += ../../i18n/de/addressbook.ts
TRANSLATIONS += ../../i18n/en/addressbook.ts
TRANSLATIONS += ../../i18n/hu/addressbook.ts
TRANSLATIONS += ../../i18n/sl/addressbook.ts
TRANSLATIONS += ../../i18n/ja/addressbook.ts
TRANSLATIONS += ../../i18n/ko/addressbook.ts
TRANSLATIONS += ../../i18n/pl/addressbook.ts
TRANSLATIONS += ../../i18n/no/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
@@ -40,16 +40,17 @@ INTERFACES = dateentry.ui \
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TARGET = datebook
TRANSLATIONS = ../i18n/pt_BR/datebook.ts
+TRANSLATIONS += ../i18n/pt/datebook.ts
TRANSLATIONS += ../i18n/de/datebook.ts
TRANSLATIONS += ../i18n/en/datebook.ts
TRANSLATIONS += ../i18n/hu/datebook.ts
TRANSLATIONS += ../i18n/pl/datebook.ts
TRANSLATIONS += ../i18n/sl/datebook.ts
TRANSLATIONS += ../i18n/ja/datebook.ts
TRANSLATIONS += ../i18n/ko/datebook.ts
TRANSLATIONS += ../i18n/no/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
@@ -6,16 +6,17 @@ SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
INTERFACES =
TARGET = today
DESTDIR = $(OPIEDIR)/bin
TRANSLATIONS = ../i18n/pt_BR/today.ts
+TRANSLATIONS += ../i18n/pt/today.ts
TRANSLATIONS += ../i18n/de/today.ts
TRANSLATIONS += ../i18n/en/today.ts
TRANSLATIONS += ../i18n/hu/today.ts
TRANSLATIONS += ../i18n/sl/today.ts
TRANSLATIONS += ../i18n/ja/today.ts
TRANSLATIONS += ../i18n/ko/today.ts
TRANSLATIONS += ../i18n/no/today.ts
TRANSLATIONS += ../i18n/zh_CN/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
@@ -14,16 +14,18 @@ SOURCES = main.cpp \
INTERFACES = todoentry.ui
TARGET = todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TRANSLATIONS = ../i18n/pt_BR/todolist.ts
+TRANSLATIONS += ../i18n/es/todolist.ts
+TRANSLATIONS += ../i18n/pt/todolist.ts
TRANSLATIONS += ../i18n/de/todolist.ts
TRANSLATIONS += ../i18n/en/todolist.ts
TRANSLATIONS += ../i18n/hu/todolist.ts
TRANSLATIONS += ../i18n/sl/todolist.ts
TRANSLATIONS += ../i18n/pl/todolist.ts
TRANSLATIONS += ../i18n/ja/todolist.ts
TRANSLATIONS += ../i18n/ko/todolist.ts
TRANSLATIONS += ../i18n/no/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
@@ -6,16 +6,18 @@ INTERFACES = citytimebase.ui
HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h
SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp
TARGET = citytime
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/citytime.ts
+TRANSLATIONS += ../i18n/es/citytime.ts
+TRANSLATIONS += ../i18n/pt/citytime.ts
TRANSLATIONS += ../i18n/pt_BR/citytime.ts
TRANSLATIONS += ../i18n/en/citytime.ts
TRANSLATIONS += ../i18n/hu/citytime.ts
TRANSLATIONS += ../i18n/ja/citytime.ts
TRANSLATIONS += ../i18n/ko/citytime.ts
TRANSLATIONS += ../i18n/pl/citytime.ts
TRANSLATIONS += ../i18n/fr/citytime.ts
TRANSLATIONS += ../i18n/sl/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
@@ -5,11 +5,13 @@ HEADERS = settings.h
SOURCES = light.cpp main.cpp
INTERFACES = lightsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = light-and-power
TRANSLATIONS = ../../i18n/de/light-and-power.ts
+TRANSLATIONS += ../../i18n/es/light-and-power.ts
+TRANSLATIONS += ../../i18n/pt/light-and-power.ts
TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
TRANSLATIONS += ../../i18n/pl/light-and-power.ts
TRANSLATIONS += ../../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
@@ -5,16 +5,18 @@ HEADERS = security.h
SOURCES = security.cpp main.cpp
INTERFACES = securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = security
TRANSLATIONS = ../../i18n/pt_BR/security.ts
+TRANSLATIONS += ../../i18n/es/security.ts
+TRANSLATIONS += ../../i18n/pt/security.ts
TRANSLATIONS += ../../i18n/de/security.ts
TRANSLATIONS += ../../i18n/en/security.ts
TRANSLATIONS += ../../i18n/hu/security.ts
TRANSLATIONS += ../../i18n/sl/security.ts
TRANSLATIONS += ../../i18n/ja/security.ts
TRANSLATIONS += ../../i18n/ko/security.ts
TRANSLATIONS += ../../i18n/pl/security.ts
TRANSLATIONS += ../../i18n/no/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
@@ -11,16 +11,18 @@ SOURCES = dvorak.cpp \
TARGET = qdvorak
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts
+TRANSLATIONS += ../../i18n/es/libqdvorak.ts
+TRANSLATIONS += ../../i18n/pt/libqdvorak.ts
TRANSLATIONS += ../../i18n/de/libqdvorak.ts
TRANSLATIONS += ../../i18n/en/libqdvorak.ts
TRANSLATIONS += ../../i18n/hu/libqdvorak.ts
TRANSLATIONS += ../../i18n/sl/libqdvorak.ts
TRANSLATIONS += ../../i18n/pl/libqdvorak.ts
TRANSLATIONS += ../../i18n/ja/libqdvorak.ts
TRANSLATIONS += ../../i18n/ko/libqdvorak.ts
TRANSLATIONS += ../../i18n/no/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
@@ -26,16 +26,18 @@ INTERFACES = qimpenprefbase.ui
TARGET = qhandwriting
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/es/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts
TRANSLATIONS += ../../i18n/de/libqhandwriting.ts
TRANSLATIONS += ../../i18n/en/libqhandwriting.ts
TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts
TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts
TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts
TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts
TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts
TRANSLATIONS += ../../i18n/no/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
@@ -11,16 +11,18 @@ SOURCES = keyboard.cpp \
TARGET = qkeyboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/es/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts
TRANSLATIONS += ../../i18n/de/libqkeyboard.ts
TRANSLATIONS += ../../i18n/en/libqkeyboard.ts
TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts
TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts
TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts
TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts
TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts
TRANSLATIONS += ../../i18n/no/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
@@ -5,16 +5,18 @@ SOURCES = pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp
TARGET = qpickboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts
+TRANSLATIONS += ../../i18n/es/libqpickboard.ts
+TRANSLATIONS += ../../i18n/pt/libqpickboard.ts
TRANSLATIONS += ../../i18n/de/libqpickboard.ts
TRANSLATIONS += ../../i18n/en/libqpickboard.ts
TRANSLATIONS += ../../i18n/pl/libqpickboard.ts
TRANSLATIONS += ../../i18n/hu/libqpickboard.ts
TRANSLATIONS += ../../i18n/sl/libqpickboard.ts
TRANSLATIONS += ../../i18n/ja/libqpickboard.ts
TRANSLATIONS += ../../i18n/ko/libqpickboard.ts
TRANSLATIONS += ../../i18n/no/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
@@ -5,16 +5,18 @@ SOURCES = unikeyboard.cpp unikeyboardimpl.cpp
TARGET = qunikeyboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts
+TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts
+TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts
TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts
diff --git a/library/library.pro b/library/library.pro
index 32bf3d1..44fd7cf 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -123,16 +123,18 @@ LIBS += -ldl -lcrypt -lm
INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
TARGET = qpe
DESTDIR = $(QTDIR)/lib$(PROJMAK)
# This is set by configure$(OPIEDIR).
VERSION = 1.5.0
TRANSLATIONS = ../i18n/de/libqpe.ts
+TRANSLATIONS += ../i18n/es/libqpe.ts
+TRANSLATIONS += ../i18n/pt/libqpe.ts
TRANSLATIONS += ../i18n/pt_BR/libqpe.ts
TRANSLATIONS += ../i18n/en/libqpe.ts
TRANSLATIONS += ../i18n/sl/libqpe.ts
TRANSLATIONS += ../i18n/hu/libqpe.ts
TRANSLATIONS += ../i18n/ja/libqpe.ts
TRANSLATIONS += ../i18n/ko/libqpe.ts
TRANSLATIONS += ../i18n/pl/libqpe.ts
TRANSLATIONS += ../i18n/fr/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
@@ -9,16 +9,17 @@ INTERFACES = dicttoolbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = dictionary
TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
+TRANSLATIONS += ../i18n/pt/dictionary.ts
TRANSLATIONS += ../i18n/de/dictionary.ts
TRANSLATIONS += ../i18n/en/dictionary.ts
TRANSLATIONS += ../i18n/hu/dictionary.ts
TRANSLATIONS += ../i18n/sl/dictionary.ts
TRANSLATIONS += ../i18n/pl/dictionary.ts
TRANSLATIONS += ../i18n/fr/dictionary.ts
TRANSLATIONS += ../i18n/ja/dictionary.ts
TRANSLATIONS += ../i18n/ko/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
@@ -31,16 +31,18 @@ SOURCES = main.cpp \
db/common.cpp
INTERFACES = ui/tvkeyedit_gen.ui
TARGET = tableviewer
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
+TRANSLATIONS += ../i18n/es/tableviewer.ts
+TRANSLATIONS += ../i18n/pt/tableviewer.ts
TRANSLATIONS += ../i18n/en/tableviewer.ts
TRANSLATIONS += ../i18n/de/tableviewer.ts
TRANSLATIONS += ../i18n/hu/tableviewer.ts
TRANSLATIONS += ../i18n/pl/tableviewer.ts
TRANSLATIONS += ../i18n/ja/tableviewer.ts
TRANSLATIONS += ../i18n/sl/tableviewer.ts
TRANSLATIONS += ../i18n/fr/tableviewer.ts
TRANSLATIONS += ../i18n/ko/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
@@ -32,16 +32,18 @@ SOURCES = d3des.c \
INTERFACES = vncoptionsbase.ui
TARGET = keypebble
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/keypebble.ts
+TRANSLATIONS += ../i18n/es/keypebble.ts
+TRANSLATIONS += ../i18n/pt/keypebble.ts
TRANSLATIONS += ../i18n/de/keypebble.ts
TRANSLATIONS += ../i18n/en/keypebble.ts
TRANSLATIONS += ../i18n/hu/keypebble.ts
TRANSLATIONS += ../i18n/sl/keypebble.ts
TRANSLATIONS += ../i18n/fr/keypebble.ts
TRANSLATIONS += ../i18n/pl/keypebble.ts
TRANSLATIONS += ../i18n/ja/keypebble.ts
TRANSLATIONS += ../i18n/ko/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
@@ -9,16 +9,18 @@ TEMPLATE =app
CONFIG += qt warn_on release
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -lqpe
DBFILE = chess.db
LANGUAGE = C++
CPP_ALWAYS_CREATE_SOURCE = TRUE
TRANSLATIONS = ../i18n/pt_BR/chess.ts
+TRANSLATIONS += ../i18n/es/chess.ts
+TRANSLATIONS += ../i18n/pt/chess.ts
TRANSLATIONS += ../i18n/de/chess.ts
TRANSLATIONS += ../i18n/en/chess.ts
TRANSLATIONS += ../i18n/fr/chess.ts
TRANSLATIONS += ../i18n/pl/chess.ts
TRANSLATIONS += ../i18n/sl/chess.ts
TRANSLATIONS += ../i18n/hu/chess.ts
TRANSLATIONS += ../i18n/ja/chess.ts
TRANSLATIONS += ../i18n/ko/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
@@ -5,16 +5,18 @@ HEADERS = fifteen.h
SOURCES = fifteen.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = fifteen
TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
+TRANSLATIONS += ../i18n/es/fifteen.ts
+TRANSLATIONS += ../i18n/pt/fifteen.ts
TRANSLATIONS += ../i18n/de/fifteen.ts
TRANSLATIONS += ../i18n/en/fifteen.ts
TRANSLATIONS += ../i18n/hu/fifteen.ts
TRANSLATIONS += ../i18n/pl/fifteen.ts
TRANSLATIONS += ../i18n/ja/fifteen.ts
TRANSLATIONS += ../i18n/sl/fifteen.ts
TRANSLATIONS += ../i18n/ko/fifteen.ts
TRANSLATIONS += ../i18n/fr/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
@@ -12,16 +12,18 @@ SOURCES = amigo.c \
gowidget.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = go
TRANSLATIONS = ../i18n/de/go.ts
+TRANSLATIONS += ../i18n/es/go.ts
+TRANSLATIONS += ../i18n/pt/go.ts
TRANSLATIONS += ../i18n/pt_BR/go.ts
TRANSLATIONS += ../i18n/en/go.ts
TRANSLATIONS += ../i18n/hu/go.ts
TRANSLATIONS += ../i18n/ja/go.ts
TRANSLATIONS += ../i18n/fr/go.ts
TRANSLATIONS += ../i18n/sl/go.ts
TRANSLATIONS += ../i18n/pl/go.ts
TRANSLATIONS += ../i18n/ko/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
@@ -13,16 +13,18 @@ SOURCES = checkers.cpp \
rcheckers.cpp
INTERFACES =
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
TARGET = kcheckers
TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
+TRANSLATIONS += ../../i18n/es/kcheckers.ts
+TRANSLATIONS += ../../i18n/pt/kcheckers.ts
TRANSLATIONS += ../../i18n/de/kcheckers.ts
TRANSLATIONS += ../../i18n/en/kcheckers.ts
TRANSLATIONS += ../../i18n/hu/kcheckers.ts
TRANSLATIONS += ../../i18n/sl/kcheckers.ts
TRANSLATIONS += ../../i18n/pl/kcheckers.ts
TRANSLATIONS += ../../i18n/ja/kcheckers.ts
TRANSLATIONS += ../../i18n/ko/kcheckers.ts
TRANSLATIONS += ../../i18n/no/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
@@ -5,16 +5,18 @@ HEADERS = mindbreaker.h
SOURCES = main.cpp \
mindbreaker.cpp
TARGET = mindbreaker
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/mindbreaker.ts
+TRANSLATIONS += ../i18n/es/mindbreaker.ts
+TRANSLATIONS += ../i18n/pt/mindbreaker.ts
TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
TRANSLATIONS += ../i18n/en/mindbreaker.ts
TRANSLATIONS += ../i18n/hu/mindbreaker.ts
TRANSLATIONS += ../i18n/fr/mindbreaker.ts
TRANSLATIONS += ../i18n/ja/mindbreaker.ts
TRANSLATIONS += ../i18n/sl/mindbreaker.ts
TRANSLATIONS += ../i18n/pl/mindbreaker.ts
TRANSLATIONS += ../i18n/ko/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
@@ -7,16 +7,18 @@ SOURCES = main.cpp \
minefield.cpp \
minesweep.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/de/minesweep.ts
+TRANSLATIONS += ../i18n/es/minesweep.ts
+TRANSLATIONS += ../i18n/pt/minesweep.ts
TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
TRANSLATIONS += ../i18n/en/minesweep.ts
TRANSLATIONS += ../i18n/hu/minesweep.ts
TRANSLATIONS += ../i18n/ja/minesweep.ts
TRANSLATIONS += ../i18n/fr/minesweep.ts
TRANSLATIONS += ../i18n/ko/minesweep.ts
TRANSLATIONS += ../i18n/pl/minesweep.ts
TRANSLATIONS += ../i18n/sl/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
@@ -4,16 +4,18 @@ DESTDIR = $(OPIEDIR)/bin
HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h
SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp
TARGET = parashoot
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/parashoot.ts
+TRANSLATIONS += ../i18n/es/parashoot.ts
+TRANSLATIONS += ../i18n/pt/parashoot.ts
TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
TRANSLATIONS += ../i18n/en/parashoot.ts
TRANSLATIONS += ../i18n/hu/parashoot.ts
TRANSLATIONS += ../i18n/ja/parashoot.ts
TRANSLATIONS += ../i18n/pl/parashoot.ts
TRANSLATIONS += ../i18n/ko/parashoot.ts
TRANSLATIONS += ../i18n/fr/parashoot.ts
TRANSLATIONS += ../i18n/sl/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
@@ -4,16 +4,17 @@ DESTDIR = $(OPIEDIR)/bin
HEADERS = ledmeter.h sprites.h toplevel.h view.h
SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
TARGET = qasteroids
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/qasteroids.ts
+TRANSLATIONS += ../i18n/pt/qasteroids.ts
TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
TRANSLATIONS += ../i18n/en/qasteroids.ts
TRANSLATIONS += ../i18n/hu/qasteroids.ts
TRANSLATIONS += ../i18n/fr/qasteroids.ts
TRANSLATIONS += ../i18n/ja/qasteroids.ts
TRANSLATIONS += ../i18n/pl/qasteroids.ts
TRANSLATIONS += ../i18n/ko/qasteroids.ts
TRANSLATIONS += ../i18n/sl/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
@@ -4,16 +4,18 @@ DESTDIR = $(OPIEDIR)/bin
HEADERS = snake.h target.h obstacle.h interface.h codes.h
SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
TARGET = snake
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/snake.ts
+TRANSLATIONS += ../i18n/es/snake.ts
+TRANSLATIONS += ../i18n/pt/snake.ts
TRANSLATIONS += ../i18n/pt_BR/snake.ts
TRANSLATIONS += ../i18n/en/snake.ts
TRANSLATIONS += ../i18n/hu/snake.ts
TRANSLATIONS += ../i18n/sl/snake.ts
TRANSLATIONS += ../i18n/fr/snake.ts
TRANSLATIONS += ../i18n/ja/snake.ts
TRANSLATIONS += ../i18n/ko/snake.ts
TRANSLATIONS += ../i18n/pl/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
@@ -11,16 +11,18 @@ TARGET = patience
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
REQUIRES = patience
TRANSLATIONS = ../i18n/de/patience.ts
+TRANSLATIONS += ../i18n/es/patience.ts
+TRANSLATIONS += ../i18n/pt/patience.ts
TRANSLATIONS += ../i18n/pt_BR/patience.ts
TRANSLATIONS += ../i18n/en/patience.ts
TRANSLATIONS += ../i18n/hu/patience.ts
TRANSLATIONS += ../i18n/ja/patience.ts
TRANSLATIONS += ../i18n/sl/patience.ts
TRANSLATIONS += ../i18n/ko/patience.ts
TRANSLATIONS += ../i18n/pl/patience.ts
TRANSLATIONS += ../i18n/no/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
@@ -12,16 +12,18 @@ SOURCES = main.cpp \
qtetrixb.cpp \
tpiece.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
+TRANSLATIONS += ../i18n/es/tetrix.ts
+TRANSLATIONS += ../i18n/pt/tetrix.ts
TRANSLATIONS += ../i18n/de/tetrix.ts
TRANSLATIONS += ../i18n/en/tetrix.ts
TRANSLATIONS += ../i18n/fr/tetrix.ts
TRANSLATIONS += ../i18n/hu/tetrix.ts
TRANSLATIONS += ../i18n/sl/tetrix.ts
TRANSLATIONS += ../i18n/ja/tetrix.ts
TRANSLATIONS += ../i18n/ko/tetrix.ts
TRANSLATIONS += ../i18n/no/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
@@ -6,16 +6,18 @@ SOURCES = main.cpp \
TARGET = tictac
REQUIRES=medium-config
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
+TRANSLATIONS += ../../i18n/es/tictac.ts
+TRANSLATIONS += ../../i18n/pt/tictac.ts
TRANSLATIONS += ../../i18n/de/tictac.ts
TRANSLATIONS += ../../i18n/en/tictac.ts
TRANSLATIONS += ../../i18n/hu/tictac.ts
TRANSLATIONS += ../../i18n/sl/tictac.ts
TRANSLATIONS += ../../i18n/ja/tictac.ts
TRANSLATIONS += ../../i18n/ko/tictac.ts
TRANSLATIONS += ../../i18n/no/tictac.ts
TRANSLATIONS += ../../i18n/pl/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
@@ -6,16 +6,18 @@ SOURCES = main.cpp \
wordgame.cpp
INTERFACES = newgamebase.ui rulesbase.ui
TARGET = wordgame
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
+TRANSLATIONS += ../i18n/es/wordgame.ts
+TRANSLATIONS += ../i18n/pt/wordgame.ts
TRANSLATIONS += ../i18n/de/wordgame.ts
TRANSLATIONS += ../i18n/en/wordgame.ts
TRANSLATIONS += ../i18n/hu/wordgame.ts
TRANSLATIONS += ../i18n/sl/wordgame.ts
TRANSLATIONS += ../i18n/ja/wordgame.ts
TRANSLATIONS += ../i18n/ko/wordgame.ts
TRANSLATIONS += ../i18n/pl/wordgame.ts
TRANSLATIONS += ../i18n/no/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
@@ -42,16 +42,18 @@ SOURCES = drawpad.cpp \
INCLUDEPATH += $(OPIEDIR)/include \
$(QTDIR)/src/3rdparty/zlib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin
TARGET = drawpad
TRANSLATIONS = ../../i18n/de/drawpad.ts
+TRANSLATIONS += ../../i18n/es/drawpad.ts
+TRANSLATIONS += ../../i18n/pt/drawpad.ts
TRANSLATIONS += ../../i18n/en/drawpad.ts
TRANSLATIONS += ../../i18n/fr/drawpad.ts
TRANSLATIONS += ../../i18n/hu/drawpad.ts
TRANSLATIONS += ../../i18n/ja/drawpad.ts
TRANSLATIONS += ../../i18n/ko/drawpad.ts
TRANSLATIONS += ../../i18n/no/drawpad.ts
TRANSLATIONS += ../../i18n/pl/drawpad.ts
TRANSLATIONS += ../../i18n/pt_BR/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
@@ -12,16 +12,18 @@ TARGET = showimg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
REQUIRES = showimg
TRANSLATIONS = ../i18n/pt_BR/showimg.ts
+TRANSLATIONS += ../i18n/es/showimg.ts
+TRANSLATIONS += ../i18n/pt/showimg.ts
TRANSLATIONS += ../i18n/de/showimg.ts
TRANSLATIONS += ../i18n/en/showimg.ts
TRANSLATIONS += ../i18n/hu/showimg.ts
TRANSLATIONS += ../i18n/sl/showimg.ts
TRANSLATIONS += ../i18n/ja/showimg.ts
TRANSLATIONS += ../i18n/pl/showimg.ts
TRANSLATIONS += ../i18n/ko/showimg.ts
TRANSLATIONS += ../i18n/no/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
@@ -5,16 +5,18 @@ SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp
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
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
@@ -5,16 +5,18 @@ HEADERS = settings.h
SOURCES = language.cpp main.cpp
INTERFACES = languagesettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = language
TRANSLATIONS = ../../i18n/pt_BR/language.ts
+TRANSLATIONS += ../../i18n/es/language.ts
+TRANSLATIONS += ../../i18n/pt/language.ts
TRANSLATIONS += ../../i18n/de/language.ts
TRANSLATIONS += ../../i18n/en/language.ts
TRANSLATIONS += ../../i18n/hu/language.ts
TRANSLATIONS += ../../i18n/sl/language.ts
TRANSLATIONS += ../../i18n/pl/language.ts
TRANSLATIONS += ../../i18n/ja/language.ts
TRANSLATIONS += ../../i18n/ko/language.ts
TRANSLATIONS += ../../i18n/no/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
@@ -5,16 +5,18 @@ HEADERS = soundsettings.h soundsettingsbase.h
SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp
#INTERFACES = soundsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = sound
TRANSLATIONS = ../../i18n/pt_BR/sound.ts
+TRANSLATIONS += ../../i18n/es/sound.ts
+TRANSLATIONS += ../../i18n/pt/sound.ts
TRANSLATIONS += ../../i18n/de/sound.ts
TRANSLATIONS += ../../i18n/en/sound.ts
TRANSLATIONS += ../../i18n/hu/sound.ts
TRANSLATIONS += ../../i18n/sl/sound.ts
TRANSLATIONS += ../../i18n/pl/sound.ts
TRANSLATIONS += ../../i18n/ja/sound.ts
TRANSLATIONS += ../../i18n/ko/sound.ts
TRANSLATIONS += ../../i18n/no/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
@@ -22,16 +22,17 @@ INTERFACES =
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = sysinfo
TRANSLATIONS = ../i18n/de/sysinfo.ts
+TRANSLATIONS += ../i18n/pt/sysinfo.ts
TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts
TRANSLATIONS += ../i18n/en/sysinfo.ts
TRANSLATIONS += ../i18n/hu/sysinfo.ts
TRANSLATIONS += ../i18n/ja/sysinfo.ts
TRANSLATIONS += ../i18n/ko/sysinfo.ts
TRANSLATIONS += ../i18n/fr/sysinfo.ts
TRANSLATIONS += ../i18n/no/sysinfo.ts
TRANSLATIONS += ../i18n/pl/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
@@ -5,16 +5,18 @@ CONFIG += qt release
HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
SOURCES += calc.cpp main.cpp engine.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -Wl,-export-dynamic
TRANSLATIONS = ../i18n/pt_BR/calc.ts
+TRANSLATIONS += ../i18n/es/calc.ts
+TRANSLATIONS += ../i18n/pt/calc.ts
TRANSLATIONS += ../i18n/de/calc.ts
TRANSLATIONS += ../i18n/en/calc.ts
TRANSLATIONS += ../i18n/sl/calc.ts
TRANSLATIONS += ../i18n/hu/calc.ts
TRANSLATIONS += ../i18n/fr/calc.ts
TRANSLATIONS += ../i18n/ja/calc.ts
TRANSLATIONS += ../i18n/pl/calc.ts
TRANSLATIONS += ../i18n/ko/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
@@ -6,16 +6,18 @@ SOURCES = calculatorimpl.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES = calculator.ui
TARGET = calculator
TRANSLATIONS = ../i18n/pt_BR/calculator.ts
+TRANSLATIONS += ../i18n/es/calculator.ts
+TRANSLATIONS += ../i18n/pt/calculator.ts
TRANSLATIONS += ../i18n/de/calculator.ts
TRANSLATIONS += ../i18n/en/calculator.ts
TRANSLATIONS += ../i18n/sl/calculator.ts
TRANSLATIONS += ../i18n/hu/calculator.ts
TRANSLATIONS += ../i18n/pl/calculator.ts
TRANSLATIONS += ../i18n/ja/calculator.ts
TRANSLATIONS += ../i18n/fr/calculator.ts
TRANSLATIONS += ../i18n/ko/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
@@ -6,16 +6,18 @@ SOURCES = clock.cpp setAlarm.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
INTERFACES =
TARGET = clock
TRANSLATIONS = ../i18n/de/clock.ts
+TRANSLATIONS += ../i18n/es/clock.ts
+TRANSLATIONS += ../i18n/pt/clock.ts
TRANSLATIONS += ../i18n/pt_BR/clock.ts
TRANSLATIONS += ../i18n/en/clock.ts
TRANSLATIONS += ../i18n/hu/clock.ts
TRANSLATIONS += ../i18n/sl/clock.ts
TRANSLATIONS += ../i18n/ja/clock.ts
TRANSLATIONS += ../i18n/ko/clock.ts
TRANSLATIONS += ../i18n/fr/clock.ts
TRANSLATIONS += ../i18n/pl/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
@@ -3,16 +3,18 @@ CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = inlineedit.h filebrowser.h filePermissions.h
SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/de/filebrowser.ts
+TRANSLATIONS += ../i18n/es/filebrowser.ts
+TRANSLATIONS += ../i18n/pt/filebrowser.ts
TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts
TRANSLATIONS += ../i18n/en/filebrowser.ts
TRANSLATIONS += ../i18n/hu/filebrowser.ts
TRANSLATIONS += ../i18n/ja/filebrowser.ts
TRANSLATIONS += ../i18n/fr/filebrowser.ts
TRANSLATIONS += ../i18n/sl/filebrowser.ts
TRANSLATIONS += ../i18n/ko/filebrowser.ts
TRANSLATIONS += ../i18n/no/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
@@ -54,8 +54,10 @@ INCLUDEPATH += . \
goo
LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin
TARGET = qpdf
TRANSLATIONS = ../../i18n/de/qpdf.ts
+TRANSLATIONS += ../../i18n/es/qpdf.ts
+TRANSLATIONS += ../../i18n/pt/qpdf.ts