summaryrefslogtreecommitdiff
path: root/noncore/tools
authordavipt <davipt>2002-06-24 23:25:17 (UTC)
committer davipt <davipt>2002-06-24 23:25:17 (UTC)
commit2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (unidiff)
treecc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/tools
parent6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff)
downloadopie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2
Fix TRANSLATIONS
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro17
-rw-r--r--noncore/tools/calc2/calc.pro31
-rw-r--r--noncore/tools/calc2/simple/simple.pro17
-rw-r--r--noncore/tools/calculator/calculator.pro31
-rw-r--r--noncore/tools/clock/clock.pro31
-rw-r--r--noncore/tools/formatter/formatter.pro17
-rw-r--r--noncore/tools/opie-sh/opie-sh.pro18
-rw-r--r--noncore/tools/remote/remote.pro17
8 files changed, 136 insertions, 43 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 2e9ed78..1db454e 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -14,3 +14,20 @@ INCLUDEPATH += $(OPIEDIR)/include \
14DEPENDPATH += $(OPIEDIR)/include 14DEPENDPATH += $(OPIEDIR)/include
15 15
16DESTDIR = $(OPIEDIR)/plugins/calculator 16DESTDIR = $(OPIEDIR)/plugins/calculator
17
18
19TRANSLATIONS = ../../../../i18n/de/lib.ts
20TRANSLATIONS += ../../../../i18n/en/lib.ts
21TRANSLATIONS += ../../../../i18n/es/lib.ts
22TRANSLATIONS += ../../../../i18n/fr/lib.ts
23TRANSLATIONS += ../../../../i18n/hu/lib.ts
24TRANSLATIONS += ../../../../i18n/ja/lib.ts
25TRANSLATIONS += ../../../../i18n/ko/lib.ts
26TRANSLATIONS += ../../../../i18n/no/lib.ts
27TRANSLATIONS += ../../../../i18n/pl/lib.ts
28TRANSLATIONS += ../../../../i18n/pt/lib.ts
29TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
30TRANSLATIONS += ../../../../i18n/sl/lib.ts
31TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
32TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
33
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index ce59a6e..5167f4a 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -9,17 +9,20 @@ 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 12
13TRANSLATIONS += ../i18n/es/calc.ts 13
14TRANSLATIONS += ../i18n/pt/calc.ts 14TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts
15TRANSLATIONS += ../i18n/de/calc.ts 15TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts
16TRANSLATIONS += ../i18n/en/calc.ts 16TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts
17TRANSLATIONS += ../i18n/sl/calc.ts 17TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts
18TRANSLATIONS += ../i18n/hu/calc.ts 18TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts
19TRANSLATIONS += ../i18n/fr/calc.ts 19TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts
20TRANSLATIONS += ../i18n/ja/calc.ts 20TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts
21TRANSLATIONS += ../i18n/pl/calc.ts 21TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts
22TRANSLATIONS += ../i18n/ko/calc.ts 22TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts
23TRANSLATIONS += ../i18n/no/calc.ts 23TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts
24TRANSLATIONS += ../i18n/zh_CN/calc.ts 24TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts
25TRANSLATIONS += ../i18n/zh_TW/calc.ts 25TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts
26TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
27TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
28
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index 9e5d4e0..b0c8546 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -12,3 +12,20 @@ INCLUDEPATH += $(OPIEDIR)/include \
12DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
13 13
14DESTDIR = $(OPIEDIR)/plugins/calculator 14DESTDIR = $(OPIEDIR)/plugins/calculator
15
16
17TRANSLATIONS = ../../../../i18n/de/lib.ts
18TRANSLATIONS += ../../../../i18n/en/lib.ts
19TRANSLATIONS += ../../../../i18n/es/lib.ts
20TRANSLATIONS += ../../../../i18n/fr/lib.ts
21TRANSLATIONS += ../../../../i18n/hu/lib.ts
22TRANSLATIONS += ../../../../i18n/ja/lib.ts
23TRANSLATIONS += ../../../../i18n/ko/lib.ts
24TRANSLATIONS += ../../../../i18n/no/lib.ts
25TRANSLATIONS += ../../../../i18n/pl/lib.ts
26TRANSLATIONS += ../../../../i18n/pt/lib.ts
27TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
28TRANSLATIONS += ../../../../i18n/sl/lib.ts
29TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
30TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
31
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 3a3581d..1058d98 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -10,17 +10,20 @@ LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13TRANSLATIONS = ../i18n/pt_BR/calculator.ts 13
14TRANSLATIONS += ../i18n/es/calculator.ts 14
15TRANSLATIONS += ../i18n/pt/calculator.ts 15TRANSLATIONS = ../../../i18n/de/calculator.ts
16TRANSLATIONS += ../i18n/de/calculator.ts 16TRANSLATIONS += ../../../i18n/en/calculator.ts
17TRANSLATIONS += ../i18n/en/calculator.ts 17TRANSLATIONS += ../../../i18n/es/calculator.ts
18TRANSLATIONS += ../i18n/sl/calculator.ts 18TRANSLATIONS += ../../../i18n/fr/calculator.ts
19TRANSLATIONS += ../i18n/hu/calculator.ts 19TRANSLATIONS += ../../../i18n/hu/calculator.ts
20TRANSLATIONS += ../i18n/pl/calculator.ts 20TRANSLATIONS += ../../../i18n/ja/calculator.ts
21TRANSLATIONS += ../i18n/ja/calculator.ts 21TRANSLATIONS += ../../../i18n/ko/calculator.ts
22TRANSLATIONS += ../i18n/fr/calculator.ts 22TRANSLATIONS += ../../../i18n/no/calculator.ts
23TRANSLATIONS += ../i18n/ko/calculator.ts 23TRANSLATIONS += ../../../i18n/pl/calculator.ts
24TRANSLATIONS += ../i18n/no/calculator.ts 24TRANSLATIONS += ../../../i18n/pt/calculator.ts
25TRANSLATIONS += ../i18n/zh_CN/calculator.ts 25TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts
26TRANSLATIONS += ../i18n/zh_TW/calculator.ts 26TRANSLATIONS += ../../../i18n/sl/calculator.ts
27TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts
28TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts
29
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 46c18c3..58d4e74 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -10,17 +10,20 @@ LIBS += -lqpe -lopie
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../i18n/de/clock.ts 13
14TRANSLATIONS += ../i18n/es/clock.ts 14
15TRANSLATIONS += ../i18n/pt/clock.ts 15TRANSLATIONS = ../../../i18n/de/clock.ts
16TRANSLATIONS += ../i18n/pt_BR/clock.ts 16TRANSLATIONS += ../../../i18n/en/clock.ts
17TRANSLATIONS += ../i18n/en/clock.ts 17TRANSLATIONS += ../../../i18n/es/clock.ts
18TRANSLATIONS += ../i18n/hu/clock.ts 18TRANSLATIONS += ../../../i18n/fr/clock.ts
19TRANSLATIONS += ../i18n/sl/clock.ts 19TRANSLATIONS += ../../../i18n/hu/clock.ts
20TRANSLATIONS += ../i18n/ja/clock.ts 20TRANSLATIONS += ../../../i18n/ja/clock.ts
21TRANSLATIONS += ../i18n/ko/clock.ts 21TRANSLATIONS += ../../../i18n/ko/clock.ts
22TRANSLATIONS += ../i18n/fr/clock.ts 22TRANSLATIONS += ../../../i18n/no/clock.ts
23TRANSLATIONS += ../i18n/pl/clock.ts 23TRANSLATIONS += ../../../i18n/pl/clock.ts
24TRANSLATIONS += ../i18n/no/clock.ts 24TRANSLATIONS += ../../../i18n/pt/clock.ts
25TRANSLATIONS += ../i18n/zh_CN/clock.ts 25TRANSLATIONS += ../../../i18n/pt_BR/clock.ts
26TRANSLATIONS += ../i18n/zh_TW/clock.ts 26TRANSLATIONS += ../../../i18n/sl/clock.ts
27TRANSLATIONS += ../../../i18n/zh_CN/clock.ts
28TRANSLATIONS += ../../../i18n/zh_TW/clock.ts
29
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index b69da44..feb9bf7 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -8,3 +8,20 @@ DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11
12
13TRANSLATIONS = ../../../i18n/de/formatter.ts
14TRANSLATIONS += ../../../i18n/en/formatter.ts
15TRANSLATIONS += ../../../i18n/es/formatter.ts
16TRANSLATIONS += ../../../i18n/fr/formatter.ts
17TRANSLATIONS += ../../../i18n/hu/formatter.ts
18TRANSLATIONS += ../../../i18n/ja/formatter.ts
19TRANSLATIONS += ../../../i18n/ko/formatter.ts
20TRANSLATIONS += ../../../i18n/no/formatter.ts
21TRANSLATIONS += ../../../i18n/pl/formatter.ts
22TRANSLATIONS += ../../../i18n/pt/formatter.ts
23TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts
24TRANSLATIONS += ../../../i18n/sl/formatter.ts
25TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts
26TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts
27
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro
index 0ffb2e2..e96aedc 100644
--- a/noncore/tools/opie-sh/opie-sh.pro
+++ b/noncore/tools/opie-sh/opie-sh.pro
@@ -7,4 +7,20 @@ INCLUDEPATH +=$(OPIEDIR)/include
7 DEPENDPATH +=$(OPIEDIR)/include 7 DEPENDPATH +=$(OPIEDIR)/include
8 LIBS +=-lqpe 8 LIBS +=-lqpe
9TARGET = opie-sh 9TARGET = opie-sh
10 TRANSLATIONS =../../i18n/pt/opie-sh.ts 10
11
12TRANSLATIONS = ../../../i18n/de/opie-sh.ts
13TRANSLATIONS += ../../../i18n/en/opie-sh.ts
14TRANSLATIONS += ../../../i18n/es/opie-sh.ts
15TRANSLATIONS += ../../../i18n/fr/opie-sh.ts
16TRANSLATIONS += ../../../i18n/hu/opie-sh.ts
17TRANSLATIONS += ../../../i18n/ja/opie-sh.ts
18TRANSLATIONS += ../../../i18n/ko/opie-sh.ts
19TRANSLATIONS += ../../../i18n/no/opie-sh.ts
20TRANSLATIONS += ../../../i18n/pl/opie-sh.ts
21TRANSLATIONS += ../../../i18n/pt/opie-sh.ts
22TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts
23TRANSLATIONS += ../../../i18n/sl/opie-sh.ts
24TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts
25TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts
26
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro
index cab9d70..033332d 100644
--- a/noncore/tools/remote/remote.pro
+++ b/noncore/tools/remote/remote.pro
@@ -7,3 +7,20 @@ INCLUDEPATH +=$(OPIEDIR)/include
7 DEPENDPATH+=$(OPIEDIR)/include 7 DEPENDPATH+=$(OPIEDIR)/include
8 LIBS +=-lqpe 8 LIBS +=-lqpe
9TARGET = remote 9TARGET = remote
10
11
12TRANSLATIONS = ../../../i18n/de/remote.ts
13TRANSLATIONS += ../../../i18n/en/remote.ts
14TRANSLATIONS += ../../../i18n/es/remote.ts
15TRANSLATIONS += ../../../i18n/fr/remote.ts
16TRANSLATIONS += ../../../i18n/hu/remote.ts
17TRANSLATIONS += ../../../i18n/ja/remote.ts
18TRANSLATIONS += ../../../i18n/ko/remote.ts
19TRANSLATIONS += ../../../i18n/no/remote.ts
20TRANSLATIONS += ../../../i18n/pl/remote.ts
21TRANSLATIONS += ../../../i18n/pt/remote.ts
22TRANSLATIONS += ../../../i18n/pt_BR/remote.ts
23TRANSLATIONS += ../../../i18n/sl/remote.ts
24TRANSLATIONS += ../../../i18n/zh_CN/remote.ts
25TRANSLATIONS += ../../../i18n/zh_TW/remote.ts
26