summaryrefslogtreecommitdiff
authorcniehaus <cniehaus>2002-03-29 15:51:55 (UTC)
committer cniehaus <cniehaus>2002-03-29 15:51:55 (UTC)
commit6e194663130b9548c4a31afd2798d9ca1dd30be5 (patch) (side-by-side diff)
treeb90d423646cd2a2517be9389145e119c9afe6597
parent3138ef96c4ce64023c0a45e9317e3a93d998dc50 (diff)
downloadopie-6e194663130b9548c4a31afd2798d9ca1dd30be5.zip
opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.gz
opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.bz2
for i18n
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro1
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro12
-rw-r--r--core/multimedia/opieplayer/mpegplayer.pro3
-rw-r--r--core/pim/addressbook/addressbook.pro15
-rw-r--r--core/pim/datebook/datebook.pro14
-rw-r--r--core/pim/todo/todo.pro7
-rw-r--r--core/settings/citytime/citytime.pro1
-rw-r--r--core/settings/security/security.pro13
-rw-r--r--inputmethods/dvorak/dvorak.pro13
-rw-r--r--inputmethods/handwriting/handwriting.pro13
-rw-r--r--inputmethods/keyboard/keyboard.pro13
-rw-r--r--inputmethods/pickboard/pickboard.pro13
-rw-r--r--inputmethods/unikeyboard/unikeyboard.pro13
-rw-r--r--noncore/apps/dictionary/dictionary.pro1
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro1
-rw-r--r--noncore/comm/keypebble/keypebble.pro1
-rw-r--r--noncore/games/chess/chess.pro1
-rw-r--r--noncore/games/fifteen/fifteen.pro1
-rw-r--r--noncore/games/go/go.pro1
-rw-r--r--noncore/games/kcheckers/kcheckers.pro12
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro1
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/parashoot/parashoot.pro1
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro1
-rw-r--r--noncore/games/tictac/tictac.pro12
-rw-r--r--noncore/games/wordgame/wordgame.pro7
-rw-r--r--noncore/multimedia/showimg/showimg.pro14
-rw-r--r--noncore/net/opieftp/opieftp.pro12
-rw-r--r--noncore/settings/language/language.pro13
-rw-r--r--noncore/settings/sound/sound.pro12
-rw-r--r--noncore/tools/calc2/calc.pro1
-rw-r--r--noncore/unsupported/oipkg/qipkg.pro14
33 files changed, 200 insertions, 39 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index d1bdd8e..475226e 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -11,11 +11,12 @@ INTERFACES =
TRANSLATIONS = ../i18n/de/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/fr/helpbrowser.ts
TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts
TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 6b75d1f..0441201 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -8,7 +8,17 @@ TARGET = madplugin
DESTDIR = ../../plugins/codecs
INCLUDEPATH += $(OPIEDIR)/include ..
DEPENDPATH += ../$(OPIEDIR)/include ..
LIBS += -lqpe -lm
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts
+TRANSLATIONS = ../../i18n/pt_BR/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/ko/libmadplugin.ts
+TRANSLATIONS += ../../i18n/no/libmadplugin.ts
+TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts
+TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts
+TRANSLATIONS += ../../i18n/fr/libmadplugin.ts
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro
index d003f04..92db399 100644
--- a/core/multimedia/opieplayer/mpegplayer.pro
+++ b/core/multimedia/opieplayer/mpegplayer.pro
@@ -19,16 +19,17 @@ LIBS += -lqpe -lpthread
# LIBS += libmpeg3/libmpeg3.a -lpthread
# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-TRANSLATIONS += ../i18n/de/mpegplayer.ts
+TRANSLATIONS = ../i18n/de/mpegplayer.ts
TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts
TRANSLATIONS += ../i18n/en/mpegplayer.ts
TRANSLATIONS += ../i18n/hu/mpegplayer.ts
TRANSLATIONS += ../i18n/ja/mpegplayer.ts
+TRANSLATIONS += ../i18n/sl/mpegplayer.ts
TRANSLATIONS += ../i18n/fr/mpegplayer.ts
TRANSLATIONS += ../i18n/ko/mpegplayer.ts
TRANSLATIONS += ../i18n/no/mpegplayer.ts
TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts
TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 3035101..fa73909 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -16,10 +16,17 @@ INTERFACES = addresssettingsbase.ui
TARGET = addressbook
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-TRANSLATIONS = ../i18n/de/addressbook.ts
-TRANSLATIONS += ../i18n/fr/addressbook.ts
-TRANSLATIONS += ../i18n/sl/addressbook.ts
-TRANSLATIONS += ../i18n/pt_BR/addressbook.ts
+TRANSLATIONS = ../../i18n/pt_BR/addessbook.ts
+TRANSLATIONS += ../../i18n/de/addessbook.ts
+TRANSLATIONS += ../../i18n/en/addessbook.ts
+TRANSLATIONS += ../../i18n/hu/addessbook.ts
+TRANSLATIONS += ../../i18n/sl/addessbook.ts
+TRANSLATIONS += ../../i18n/ja/addessbook.ts
+TRANSLATIONS += ../../i18n/ko/addessbook.ts
+TRANSLATIONS += ../../i18n/no/addessbook.ts
+TRANSLATIONS += ../../i18n/zh_CN/addessbook.ts
+TRANSLATIONS += ../../i18n/zh_TW/addessbook.ts
+TRANSLATIONS += ../../i18n/fr/addessbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index cab1074..2826930 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -38,9 +38,17 @@ INTERFACES = dateentry.ui \
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = datebook
-TRANSLATIONS = ../i18n/de/datebook.ts
-TRANSLATIONS += ../i18n/fr/datebook.ts
-TRANSLATIONS += ../i18n/pt_BR/datebook.ts
+TRANSLATIONS = ../i18n/pt_BR/datebook.ts
+TRANSLATIONS += ../i18n/de/datebook.ts
+TRANSLATIONS += ../i18n/en/datebook.ts
+TRANSLATIONS += ../i18n/hu/datebook.ts
+TRANSLATIONS += ../i18n/sl/datebook.ts
+TRANSLATIONS += ../i18n/ja/datebook.ts
+TRANSLATIONS += ../i18n/ko/datebook.ts
+TRANSLATIONS += ../i18n/no/datebook.ts
+TRANSLATIONS += ../i18n/zh_CN/datebook.ts
+TRANSLATIONS += ../i18n/zh_TW/datebook.ts
+TRANSLATIONS += ../i18n/fr/datebook.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index f214c50..9cd0e7c 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -13,16 +13,17 @@ INTERFACES = todoentry.ui
TARGET = todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
-TRANSLATIONS = ../i18n/de/todolist.ts
-TRANSLATIONS += ../i18n/pt_BR/todolist.ts
+TRANSLATIONS = ../i18n/pt_BR/todolist.ts
+TRANSLATIONS += ../i18n/de/todolist.ts
TRANSLATIONS += ../i18n/en/todolist.ts
TRANSLATIONS += ../i18n/hu/todolist.ts
+TRANSLATIONS += ../i18n/sl/todolist.ts
TRANSLATIONS += ../i18n/ja/todolist.ts
TRANSLATIONS += ../i18n/ko/todolist.ts
-TRANSLATIONS += ../i18n/sl/todolist.ts
TRANSLATIONS += ../i18n/no/todolist.ts
TRANSLATIONS += ../i18n/zh_CN/todolist.ts
TRANSLATIONS += ../i18n/zh_TW/todolist.ts
+TRANSLATIONS += ../i18n/fr/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 6e8901d..e4e40df 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -14,9 +14,10 @@ TRANSLATIONS = ../i18n/de/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/fr/citytime.ts
+TRANSLATIONS += ../i18n/sl/citytime.ts
TRANSLATIONS += ../i18n/no/citytime.ts
TRANSLATIONS += ../i18n/zh_CN/citytime.ts
TRANSLATIONS += ../i18n/zh_TW/citytime.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index fd68b4a..daa9ba7 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -6,8 +6,17 @@ SOURCES = security.cpp main.cpp
INTERFACES = securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = security
-TRANSLATIONS = ../../i18n/de/security.ts
-TRANSLATIONS += ../../i18n/pt_BR/security.ts
+TRANSLATIONS = ../../i18n/pt_BR/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/no/security.ts
+TRANSLATIONS += ../../i18n/zh_CN/security.ts
+TRANSLATIONS += ../../i18n/zh_TW/security.ts
+TRANSLATIONS += ../../i18n/fr/security.ts
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro
index a3f9345..432a44f 100644
--- a/inputmethods/dvorak/dvorak.pro
+++ b/inputmethods/dvorak/dvorak.pro
@@ -12,8 +12,17 @@ TARGET = qdvorak
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/de/libqdvorak.ts
-TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts
+TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts
+TRANSLATIONS += ../../i18n/de/libqdvorak.ts
+TRANSLATIONS += ../../i18n/en/libqdvorak.ts
+TRANSLATIONS += ../../i18n/hu/libqdvorak.ts
+TRANSLATIONS += ../../i18n/sl/libqdvorak.ts
+TRANSLATIONS += ../../i18n/ja/libqdvorak.ts
+TRANSLATIONS += ../../i18n/ko/libqdvorak.ts
+TRANSLATIONS += ../../i18n/no/libqdvorak.ts
+TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts
+TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts
+TRANSLATIONS += ../../i18n/fr/libqdvorak.ts
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro
index 6fa2e36..028796c 100644
--- a/inputmethods/handwriting/handwriting.pro
+++ b/inputmethods/handwriting/handwriting.pro
@@ -27,8 +27,17 @@ TARGET = qhandwriting
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/de/libqhandwriting.ts
-TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts
+TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/de/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/en/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/no/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro
index c9f6135..819a79d 100644
--- a/inputmethods/keyboard/keyboard.pro
+++ b/inputmethods/keyboard/keyboard.pro
@@ -12,8 +12,17 @@ TARGET = qkeyboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/de/libqkeyboard.ts
-TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts
+TRANSLATIONS = ../../i18n/pt_BR/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/no/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro
index 7d46aae..6b6f735 100644
--- a/inputmethods/pickboard/pickboard.pro
+++ b/inputmethods/pickboard/pickboard.pro
@@ -6,8 +6,17 @@ TARGET = qpickboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/de/libqpickboard.ts
-TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts
+TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts
+TRANSLATIONS += ../../i18n/de/libqpickboard.ts
+TRANSLATIONS += ../../i18n/en/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
+TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts
+TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts
+TRANSLATIONS += ../../i18n/fr/libqpickboard.ts
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro
index 18ae855..87eda77 100644
--- a/inputmethods/unikeyboard/unikeyboard.pro
+++ b/inputmethods/unikeyboard/unikeyboard.pro
@@ -6,8 +6,17 @@ TARGET = qunikeyboard
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
-TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts
-TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts
+TRANSLATIONS = ../../i18n/pt_BR/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
+TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts
+TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index c2dea18..b0cfa18 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -14,12 +14,13 @@ LIBS += -lqpe
TARGET = dictionary
TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
TRANSLATIONS += ../i18n/de/dictionary.ts
TRANSLATIONS += ../i18n/en/dictionary.ts
TRANSLATIONS += ../i18n/hu/dictionary.ts
+TRANSLATIONS += ../i18n/sl/dictionary.ts
TRANSLATIONS += ../i18n/fr/dictionary.ts
TRANSLATIONS += ../i18n/ja/dictionary.ts
TRANSLATIONS += ../i18n/ko/dictionary.ts
TRANSLATIONS += ../i18n/no/dictionary.ts
TRANSLATIONS += ../i18n/zh_CN/dictionary.ts
TRANSLATIONS += ../i18n/zh_TW/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 1c21197..2a2c83a 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -37,11 +37,12 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
TRANSLATIONS += ../i18n/en/tableviewer.ts
TRANSLATIONS += ../i18n/de/tableviewer.ts
TRANSLATIONS += ../i18n/hu/tableviewer.ts
TRANSLATIONS += ../i18n/ja/tableviewer.ts
+TRANSLATIONS += ../i18n/sl/tableviewer.ts
TRANSLATIONS += ../i18n/fr/tableviewer.ts
TRANSLATIONS += ../i18n/ko/tableviewer.ts
TRANSLATIONS += ../i18n/no/tableviewer.ts
TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts
TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index 802ab23..a2486ff 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -37,12 +37,13 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/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/ja/keypebble.ts
TRANSLATIONS += ../i18n/ko/keypebble.ts
TRANSLATIONS += ../i18n/no/keypebble.ts
TRANSLATIONS += ../i18n/zh_CN/keypebble.ts
TRANSLATIONS += ../i18n/zh_TW/keypebble.ts
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 2d78d5d..0e1eabf 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -14,12 +14,13 @@ LANGUAGE = C++
CPP_ALWAYS_CREATE_SOURCE = TRUE
TRANSLATIONS = ../i18n/pt_BR/chess.ts
TRANSLATIONS += ../i18n/de/chess.ts
TRANSLATIONS += ../i18n/en/chess.ts
TRANSLATIONS += ../i18n/fr/chess.ts
+TRANSLATIONS += ../i18n/sl/chess.ts
TRANSLATIONS += ../i18n/hu/chess.ts
TRANSLATIONS += ../i18n/ja/chess.ts
TRANSLATIONS += ../i18n/ko/chess.ts
TRANSLATIONS += ../i18n/no/chess.ts
TRANSLATIONS += ../i18n/zh_CN/chess.ts
TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index bde742f..086ebc2 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -11,11 +11,12 @@ TARGET = fifteen
TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
TRANSLATIONS += ../i18n/de/fifteen.ts
TRANSLATIONS += ../i18n/en/fifteen.ts
TRANSLATIONS += ../i18n/hu/fifteen.ts
TRANSLATIONS += ../i18n/ja/fifteen.ts
+TRANSLATIONS += ../i18n/sl/fifteen.ts
TRANSLATIONS += ../i18n/ko/fifteen.ts
TRANSLATIONS += ../i18n/fr/fifteen.ts
TRANSLATIONS += ../i18n/no/fifteen.ts
TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index b87b2c7..2eaaac2 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -19,10 +19,11 @@ TARGET = go
TRANSLATIONS = ../i18n/de/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/ko/go.ts
TRANSLATIONS += ../i18n/no/go.ts
TRANSLATIONS += ../i18n/zh_CN/go.ts
TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index fbc12d4..614635d 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -15,7 +15,17 @@ INTERFACES =
INCLUDEPATH += . \
$(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
TARGET = kcheckers
-TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
+TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
+TRANSLATIONS += ../../i18n/de/kcheckers.ts
+TRANSLATIONS += ../../i18n/en/kcheckers.ts
+TRANSLATIONS += ../../i18n/hu/kcheckers.ts
+TRANSLATIONS += ../../i18n/sl/kcheckers.ts
+TRANSLATIONS += ../../i18n/ja/kcheckers.ts
+TRANSLATIONS += ../../i18n/ko/kcheckers.ts
+TRANSLATIONS += ../../i18n/no/kcheckers.ts
+TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts
+TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts
+TRANSLATIONS += ../../i18n/fr/kcheckers.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 11ba940..19cfc90 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -12,10 +12,11 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/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/ko/mindbreaker.ts
TRANSLATIONS += ../i18n/no/mindbreaker.ts
TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index b5306df..42432c2 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -15,9 +15,10 @@ TRANSLATIONS = ../i18n/de/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/sl/minesweep.ts
TRANSLATIONS += ../i18n/no/minesweep.ts
TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index a87d4b7..2d42e9b 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -12,9 +12,10 @@ TRANSLATIONS = ../i18n/de/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/ko/parashoot.ts
TRANSLATIONS += ../i18n/fr/parashoot.ts
+TRANSLATIONS += ../i18n/sl/parashoot.ts
TRANSLATIONS += ../i18n/no/parashoot.ts
TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 39a9857..20749db 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -12,9 +12,10 @@ TRANSLATIONS = ../i18n/de/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/ko/qasteroids.ts
+TRANSLATIONS += ../i18n/sl/qasteroids.ts
TRANSLATIONS += ../i18n/no/qasteroids.ts
TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 3cd66d8..5bb72ac 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -18,11 +18,12 @@ INTERFACES =
TRANSLATIONS = ../i18n/pt_BR/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
TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index c82e1ca..a32e0d2 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -7,7 +7,17 @@ TARGET = tictac
REQUIRES=medium-config
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
-TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
+TRANSLATIONS = ../../i18n/pt_BR/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/zh_CN/tictac.ts
+TRANSLATIONS += ../../i18n/zh_TW/tictac.ts
+TRANSLATIONS += ../../i18n/fr/tictac.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index fd4f46e..6772c18 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -7,16 +7,17 @@ SOURCES = main.cpp \
INTERFACES = newgamebase.ui rulesbase.ui
TARGET = wordgame
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-TRANSLATIONS = ../i18n/de/wordgame.ts
-TRANSLATIONS += ../i18n/pt_BR/wordgame.ts
+TRANSLATIONS = ../i18n/pt_BR/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/fr/wordgame.ts
TRANSLATIONS += ../i18n/no/wordgame.ts
TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
TRANSLATIONS += ../i18n/zh_TW/wordgame.ts
+TRANSLATIONS += ../i18n/fr/wordgame.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index f69923e..3cc322f 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -13,9 +13,17 @@ TARGET = showimg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
REQUIRES = showimg
-TRANSLATIONS = ../i18n/de/showimg.ts
-TRANSLATIONS += ../i18n/pt_BR/showimg.ts
-TRANSLATIONS += ../i18n/fr/showimg.ts
+TRANSLATIONS = ../i18n/pt_BR/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/ko/showimg.ts
+TRANSLATIONS += ../i18n/no/showimg.ts
+TRANSLATIONS += ../i18n/zh_CN/showimg.ts
+TRANSLATIONS += ../i18n/zh_TW/showimg.ts
+TRANSLATIONS += ../i18n/fr/showimg.ts
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index 147a8c5..959de9a 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -6,7 +6,17 @@ TARGET = opieftp
REQUIRES=medium-config
DESTDIR = $(OPIEDIR)/bin
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-TRANSLATIONS += ../../i18n/pt_BR/opieftp.ts
+TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts
+TRANSLATIONS += ../../i18n/de/opieftp.ts
+TRANSLATIONS += ../../i18n/en/opieftp.ts
+TRANSLATIONS += ../../i18n/hu/opieftp.ts
+TRANSLATIONS += ../../i18n/sl/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
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index dafc3b9..9ce9ed6 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.pro
@@ -6,8 +6,17 @@ SOURCES = language.cpp main.cpp
INTERFACES = languagesettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = language
-TRANSLATIONS = ../../i18n/de/language.ts
-TRANSLATIONS += ../../i18n/pt_BR/language.ts
+TRANSLATIONS = ../../i18n/pt_BR/language.ts
+TRANSLATIONS += ../../i18n/de/language.ts
+TRANSLATIONS += ../../i18n/en/language.ts
+TRANSLATIONS += ../../i18n/hu/language.ts
+TRANSLATIONS += ../../i18n/sl/language.ts
+TRANSLATIONS += ../../i18n/ja/language.ts
+TRANSLATIONS += ../../i18n/ko/language.ts
+TRANSLATIONS += ../../i18n/no/language.ts
+TRANSLATIONS += ../../i18n/zh_CN/language.ts
+TRANSLATIONS += ../../i18n/zh_TW/language.ts
+TRANSLATIONS += ../../i18n/fr/language.ts
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro
index fa87b86..0fe7448 100644
--- a/noncore/settings/sound/sound.pro
+++ b/noncore/settings/sound/sound.pro
@@ -6,7 +6,17 @@ SOURCES = soundsettings.cpp main.cpp
INTERFACES = soundsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = sound
-TRANSLATIONS += ../../i18n/pt_BR/sound.ts
+TRANSLATIONS = ../../i18n/pt_BR/sound.ts
+TRANSLATIONS += ../../i18n/de/sound.ts
+TRANSLATIONS += ../../i18n/en/sound.ts
+TRANSLATIONS += ../../i18n/hu/sound.ts
+TRANSLATIONS += ../../i18n/sl/sound.ts
+TRANSLATIONS += ../../i18n/ja/sound.ts
+TRANSLATIONS += ../../i18n/ko/sound.ts
+TRANSLATIONS += ../../i18n/no/sound.ts
+TRANSLATIONS += ../../i18n/zh_CN/sound.ts
+TRANSLATIONS += ../../i18n/zh_TW/sound.ts
+TRANSLATIONS += ../../i18n/fr/sound.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 6c0110d..c207e4d 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -9,12 +9,13 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -Wl,-export-dynamic
TRANSLATIONS = ../i18n/pt_BR/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/ko/calc.ts
TRANSLATIONS += ../i18n/no/calc.ts
TRANSLATIONS += ../i18n/zh_CN/calc.ts
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro
index e5c6dd1..7cf5819 100644
--- a/noncore/unsupported/oipkg/qipkg.pro
+++ b/noncore/unsupported/oipkg/qipkg.pro
@@ -7,9 +7,17 @@ SOURCES = packagemanager.cpp \
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui
TARGET = qipkg
-TRANSLATIONS = ../i18n/de/qipkg.ts
-TRANSLATIONS += ../i18n/fr/qipkg.ts
-TRANSLATIONS += ../i18n/pt_BR/qipkg.ts
+TRANSLATIONS = ../i18n/pt_BR/qipkg.ts
+TRANSLATIONS += ../i18n/de/qipkg.ts
+TRANSLATIONS += ../i18n/en/qipkg.ts
+TRANSLATIONS += ../i18n/hu/qipkg.ts
+TRANSLATIONS += ../i18n/sl/qipkg.ts
+TRANSLATIONS += ../i18n/ja/qipkg.ts
+TRANSLATIONS += ../i18n/ko/qipkg.ts
+TRANSLATIONS += ../i18n/no/qipkg.ts
+TRANSLATIONS += ../i18n/zh_CN/qipkg.ts
+TRANSLATIONS += ../i18n/zh_TW/qipkg.ts
+TRANSLATIONS += ../i18n/fr/qipkg.ts