summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro4
-rw-r--r--core/applets/clockapplet/clockapplet.pro4
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro4
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro2
-rw-r--r--core/launcher/launcher.pro2
-rw-r--r--core/multimedia/opieplayer/mpegplayer.pro2
-rw-r--r--core/pim/addressbook/addressbook.pro2
-rw-r--r--core/pim/datebook/datebook.pro2
-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.pro5
-rw-r--r--inputmethods/handwriting/handwriting.pro5
-rw-r--r--inputmethods/keyboard/keyboard.pro5
-rw-r--r--inputmethods/pickboard/pickboard.pro4
-rw-r--r--inputmethods/unikeyboard/unikeyboard.pro4
-rw-r--r--library/library.pro2
-rw-r--r--noncore/games/go/go.pro3
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro3
-rw-r--r--noncore/games/minesweep/minesweep.pro2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro2
-rw-r--r--noncore/games/snake/snake.pro2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
-rw-r--r--noncore/games/wordgame/wordgame.pro2
-rw-r--r--noncore/multimedia/showimg/showimg.pro2
-rw-r--r--noncore/settings/language/language.pro2
-rw-r--r--noncore/settings/sysinfo/sysinfo.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/oipkg/qipkg.pro2
33 files changed, 41 insertions, 46 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index d139e58..4186dc8 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -11,3 +11,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libbatteryapplet.ts
-TRANSLATIONS = ../../i18n/pt_BR/libbatteryapplet.ts
+TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts
+TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index 0397340..68621f0 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -11,3 +11,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libclockapplet.ts
-TRANSLATIONS = ../../i18n/pt_BR/libclockapplet.ts
+TRANSLATIONS = ../../i18n/de/libclockapplet.ts
+TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index c5b764b..f27d2d6 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -11,3 +11,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libvolumeapplet.ts
-TRANSLATIONS = ../../i18n/pt_BR/libvolumeapplet.ts
+TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts
+TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 05b196f..3efae65 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -12,2 +12,2 @@ INTERFACES =
TRANSLATIONS = ../i18n/de/helpbrowser.ts
-TRANSLATIONS = ../i18n/pt_BR/helpbrowser.ts
+TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 7321aa3..29eaea7 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -112,2 +112,2 @@ LIBS += -lqpe -lcrypt
TRANSLATIONS = ../i18n/de/qpe.ts
-TRANSLATIONS = ../i18n/pt_BR/qpe.ts
+TRANSLATIONS += ../i18n/pt_BR/qpe.ts
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro
index 58cb34b..b9e9ffe 100644
--- a/core/multimedia/opieplayer/mpegplayer.pro
+++ b/core/multimedia/opieplayer/mpegplayer.pro
@@ -25,2 +25,2 @@ DEPENDPATH += $(OPIEDIR)/include
TRANSLATIONS = ../i18n/de/mpegplayer.ts
-TRANSLATIONS = ../i18n/pt_BR/mpegplayer.ts
+TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index e1ab94a..31de2a3 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -22,2 +22,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/addressbook.ts
-TRANSLATIONS = ../i18n/pt_BR/addressbook.ts
+TRANSLATIONS += ../i18n/pt_BR/addressbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 416bae0..314a56a 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -42,2 +42,2 @@ TARGET = datebook
TRANSLATIONS = ../i18n/de/datebook.ts
-TRANSLATIONS = ../i18n/pt_BR/datebook.ts
+TRANSLATIONS += ../i18n/pt_BR/datebook.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index 1cdf795..18f70fe 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -19,2 +19,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/todolist.ts
-TRANSLATIONS = ../i18n/pt_BR/todolist.ts
+TRANSLATIONS += ../i18n/pt_BR/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 01dc6c9..5bee085 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -13,2 +13,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/citytime.ts
-TRANSLATIONS = ../i18n/pt_BR/citytime.ts
+TRANSLATIONS += ../i18n/pt_BR/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 0465bfb..6e26c4c 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -12,2 +12,2 @@ TARGET = light-and-power
TRANSLATIONS = ../../i18n/de/light-and-power.ts
-TRANSLATIONS = ../../i18n/pt_BR/light-and-power.ts
+TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index b67fe6d..fd68b4a 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -12,2 +12,2 @@ TARGET = security
TRANSLATIONS = ../../i18n/de/security.ts
-TRANSLATIONS = ../../i18n/pt_BR/security.ts
+TRANSLATIONS += ../../i18n/pt_BR/security.ts
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro
index 9b4f9f5..7306dc1 100644
--- a/inputmethods/dvorak/dvorak.pro
+++ b/inputmethods/dvorak/dvorak.pro
@@ -17,4 +17,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libqdvorak.ts
-TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts
-
+TRANSLATIONS = ../../i18n/de/libqdvorak.ts
+TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro
index e7705d9..3b4fcff 100644
--- a/inputmethods/handwriting/handwriting.pro
+++ b/inputmethods/handwriting/handwriting.pro
@@ -32,4 +32,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libqhandwriting.ts
-TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts
-
+TRANSLATIONS = ../../i18n/de/libqhandwriting.ts
+TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro
index eb653a7..ed97c23 100644
--- a/inputmethods/keyboard/keyboard.pro
+++ b/inputmethods/keyboard/keyboard.pro
@@ -17,4 +17,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libqkeyboard.ts
-TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts
-
+TRANSLATIONS = ../../i18n/de/libqkeyboard.ts
+TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro
index f57016a..a4026f1 100644
--- a/inputmethods/pickboard/pickboard.pro
+++ b/inputmethods/pickboard/pickboard.pro
@@ -11,3 +11,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libqpickboard.ts
-TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts
+TRANSLATIONS = ../../i18n/de/libqpickboard.ts
+TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro
index bea1ce3..b08dd80 100644
--- a/inputmethods/unikeyboard/unikeyboard.pro
+++ b/inputmethods/unikeyboard/unikeyboard.pro
@@ -11,3 +11,3 @@ VERSION = 1.0.0
-TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts
-TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts
+TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts
+TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts
diff --git a/library/library.pro b/library/library.pro
index 4352e6a..a467c8b 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -130,2 +130,2 @@ VERSION = 1.5.0
TRANSLATIONS = ../i18n/de/libqpe.ts
-TRANSLATIONS = ../i18n/pt_BR/libqpe.ts
+TRANSLATIONS += ../i18n/pt_BR/libqpe.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index cba2400..9fc50e7 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -19,3 +19,2 @@ TARGET = go
TRANSLATIONS = ../i18n/de/go.ts
-TRANSLATIONS = ../i18n/pt_BR/go.ts
-
+TRANSLATIONS += ../i18n/pt_BR/go.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 95c4b98..330452a 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -12,3 +12,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/mindbreaker.ts
-TRANSLATIONS = ../i18n/pt_BR/mindbreaker.ts
-
+TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 8a34551..00c8c92 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -14,2 +14,2 @@ INTERFACES =
TRANSLATIONS = ../i18n/de/minesweep.ts
-TRANSLATIONS = ../i18n/pt_BR/minesweep.ts
+TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index ad77985..bd2b54a 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -11,2 +11,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/parashoot.ts
-TRANSLATIONS = ../i18n/pt_BR/parashoot.ts
+TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 3f91cdb..7fd8bdb 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -11,2 +11,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/qasteroids.ts
-TRANSLATIONS = ../i18n/pt_BR/qasteroids.ts
+TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index dcbf1ee..8971454 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -11,2 +11,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/snake.ts
-TRANSLATIONS = ../i18n/pt_BR/snake.ts
+TRANSLATIONS += ../i18n/pt_BR/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 698c607..96cee06 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -18,2 +18,2 @@ REQUIRES = patience
TRANSLATIONS = ../i18n/de/patience.ts
-TRANSLATIONS = ../i18n/pt_BR/patience.ts
+TRANSLATIONS += ../i18n/pt_BR/patience.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 7ae06ad..15ebe31 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -13,2 +13,2 @@ LIBS += -lqpe
TRANSLATIONS = ../i18n/de/wordgame.ts
-TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
+TRANSLATIONS += ../i18n/pt_BR/wordgame.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index f98e0fc..da1ab6f 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -19,2 +19,2 @@ REQUIRES = showimg
TRANSLATIONS = ../i18n/de/showimg.ts
-TRANSLATIONS = ../i18n/pt_BR/showimg.ts
+TRANSLATIONS += ../i18n/pt_BR/showimg.ts
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index a1d54f8..dafc3b9 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.pro
@@ -12,2 +12,2 @@ TARGET = language
TRANSLATIONS = ../../i18n/de/language.ts
-TRANSLATIONS = ../../i18n/pt_BR/language.ts
+TRANSLATIONS += ../../i18n/pt_BR/language.ts
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 95278ee..0372931 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -29,2 +29,2 @@ TARGET = sysinfo
TRANSLATIONS = ../i18n/de/sysinfo.ts
-TRANSLATIONS = ../i18n/pt_BR/sysinfo.ts
+TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index b5d37e1..28cc53a 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -13,2 +13,2 @@ TARGET = calculator
TRANSLATIONS = ../i18n/de/calculator.ts
-TRANSLATIONS = ../i18n/pt_BR/calculator.ts
+TRANSLATIONS += ../i18n/pt_BR/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index cf64517..9e2b135 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -13,2 +13,2 @@ TARGET = clock
TRANSLATIONS = ../i18n/de/clock.ts
-TRANSLATIONS = ../i18n/pt_BR/clock.ts
+TRANSLATIONS += ../i18n/pt_BR/clock.ts
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index e9d2b49..174b51b 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -10,2 +10,2 @@ INTERFACES =
TRANSLATIONS = ../i18n/de/filebrowser.ts
-TRANSLATIONS = ../i18n/pt_BR/filebrowser.ts
+TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro
index 6472fee..0f26bb2 100644
--- a/noncore/unsupported/oipkg/qipkg.pro
+++ b/noncore/unsupported/oipkg/qipkg.pro
@@ -13,2 +13,2 @@ TARGET = qipkg
TRANSLATIONS = ../i18n/de/qipkg.ts
-TRANSLATIONS = ../i18n/pt_BR/qipkg.ts
+TRANSLATIONS += ../i18n/pt_BR/qipkg.ts