author | davipt <davipt> | 2002-06-24 23:25:17 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-24 23:25:17 (UTC) |
commit | 2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (side-by-side diff) | |
tree | cc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/tools | |
parent | 6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff) | |
download | opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2 |
Fix TRANSLATIONS
-rw-r--r-- | noncore/tools/calc2/binary/binary.pro | 17 | ||||
-rw-r--r-- | noncore/tools/calc2/calc.pro | 31 | ||||
-rw-r--r-- | noncore/tools/calc2/simple/simple.pro | 17 | ||||
-rw-r--r-- | noncore/tools/calculator/calculator.pro | 31 | ||||
-rw-r--r-- | noncore/tools/clock/clock.pro | 31 | ||||
-rw-r--r-- | noncore/tools/formatter/formatter.pro | 17 | ||||
-rw-r--r-- | noncore/tools/opie-sh/opie-sh.pro | 18 | ||||
-rw-r--r-- | noncore/tools/remote/remote.pro | 17 |
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 \ DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/calculator + + +TRANSLATIONS = ../../../../i18n/de/lib.ts +TRANSLATIONS += ../../../../i18n/en/lib.ts +TRANSLATIONS += ../../../../i18n/es/lib.ts +TRANSLATIONS += ../../../../i18n/fr/lib.ts +TRANSLATIONS += ../../../../i18n/hu/lib.ts +TRANSLATIONS += ../../../../i18n/ja/lib.ts +TRANSLATIONS += ../../../../i18n/ko/lib.ts +TRANSLATIONS += ../../../../i18n/no/lib.ts +TRANSLATIONS += ../../../../i18n/pl/lib.ts +TRANSLATIONS += ../../../../i18n/pt/lib.ts +TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts +TRANSLATIONS += ../../../../i18n/sl/lib.ts +TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts +TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts + 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 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 -TRANSLATIONS += ../i18n/no/calc.ts -TRANSLATIONS += ../i18n/zh_CN/calc.ts -TRANSLATIONS += ../i18n/zh_TW/calc.ts + + +TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts + 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 \ DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/calculator + + +TRANSLATIONS = ../../../../i18n/de/lib.ts +TRANSLATIONS += ../../../../i18n/en/lib.ts +TRANSLATIONS += ../../../../i18n/es/lib.ts +TRANSLATIONS += ../../../../i18n/fr/lib.ts +TRANSLATIONS += ../../../../i18n/hu/lib.ts +TRANSLATIONS += ../../../../i18n/ja/lib.ts +TRANSLATIONS += ../../../../i18n/ko/lib.ts +TRANSLATIONS += ../../../../i18n/no/lib.ts +TRANSLATIONS += ../../../../i18n/pl/lib.ts +TRANSLATIONS += ../../../../i18n/pt/lib.ts +TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts +TRANSLATIONS += ../../../../i18n/sl/lib.ts +TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts +TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts + 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 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 -TRANSLATIONS += ../i18n/no/calculator.ts -TRANSLATIONS += ../i18n/zh_CN/calculator.ts -TRANSLATIONS += ../i18n/zh_TW/calculator.ts + + +TRANSLATIONS = ../../../i18n/de/calculator.ts +TRANSLATIONS += ../../../i18n/en/calculator.ts +TRANSLATIONS += ../../../i18n/es/calculator.ts +TRANSLATIONS += ../../../i18n/fr/calculator.ts +TRANSLATIONS += ../../../i18n/hu/calculator.ts +TRANSLATIONS += ../../../i18n/ja/calculator.ts +TRANSLATIONS += ../../../i18n/ko/calculator.ts +TRANSLATIONS += ../../../i18n/no/calculator.ts +TRANSLATIONS += ../../../i18n/pl/calculator.ts +TRANSLATIONS += ../../../i18n/pt/calculator.ts +TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts +TRANSLATIONS += ../../../i18n/sl/calculator.ts +TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts +TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts + 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 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 -TRANSLATIONS += ../i18n/no/clock.ts -TRANSLATIONS += ../i18n/zh_CN/clock.ts -TRANSLATIONS += ../i18n/zh_TW/clock.ts + + +TRANSLATIONS = ../../../i18n/de/clock.ts +TRANSLATIONS += ../../../i18n/en/clock.ts +TRANSLATIONS += ../../../i18n/es/clock.ts +TRANSLATIONS += ../../../i18n/fr/clock.ts +TRANSLATIONS += ../../../i18n/hu/clock.ts +TRANSLATIONS += ../../../i18n/ja/clock.ts +TRANSLATIONS += ../../../i18n/ko/clock.ts +TRANSLATIONS += ../../../i18n/no/clock.ts +TRANSLATIONS += ../../../i18n/pl/clock.ts +TRANSLATIONS += ../../../i18n/pt/clock.ts +TRANSLATIONS += ../../../i18n/pt_BR/clock.ts +TRANSLATIONS += ../../../i18n/sl/clock.ts +TRANSLATIONS += ../../../i18n/zh_CN/clock.ts +TRANSLATIONS += ../../../i18n/zh_TW/clock.ts + 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 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe + + +TRANSLATIONS = ../../../i18n/de/formatter.ts +TRANSLATIONS += ../../../i18n/en/formatter.ts +TRANSLATIONS += ../../../i18n/es/formatter.ts +TRANSLATIONS += ../../../i18n/fr/formatter.ts +TRANSLATIONS += ../../../i18n/hu/formatter.ts +TRANSLATIONS += ../../../i18n/ja/formatter.ts +TRANSLATIONS += ../../../i18n/ko/formatter.ts +TRANSLATIONS += ../../../i18n/no/formatter.ts +TRANSLATIONS += ../../../i18n/pl/formatter.ts +TRANSLATIONS += ../../../i18n/pt/formatter.ts +TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts +TRANSLATIONS += ../../../i18n/sl/formatter.ts +TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts +TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts + 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 DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = opie-sh -TRANSLATIONS = ../../i18n/pt/opie-sh.ts + + +TRANSLATIONS = ../../../i18n/de/opie-sh.ts +TRANSLATIONS += ../../../i18n/en/opie-sh.ts +TRANSLATIONS += ../../../i18n/es/opie-sh.ts +TRANSLATIONS += ../../../i18n/fr/opie-sh.ts +TRANSLATIONS += ../../../i18n/hu/opie-sh.ts +TRANSLATIONS += ../../../i18n/ja/opie-sh.ts +TRANSLATIONS += ../../../i18n/ko/opie-sh.ts +TRANSLATIONS += ../../../i18n/no/opie-sh.ts +TRANSLATIONS += ../../../i18n/pl/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts +TRANSLATIONS += ../../../i18n/sl/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts + 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 DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = remote + + +TRANSLATIONS = ../../../i18n/de/remote.ts +TRANSLATIONS += ../../../i18n/en/remote.ts +TRANSLATIONS += ../../../i18n/es/remote.ts +TRANSLATIONS += ../../../i18n/fr/remote.ts +TRANSLATIONS += ../../../i18n/hu/remote.ts +TRANSLATIONS += ../../../i18n/ja/remote.ts +TRANSLATIONS += ../../../i18n/ko/remote.ts +TRANSLATIONS += ../../../i18n/no/remote.ts +TRANSLATIONS += ../../../i18n/pl/remote.ts +TRANSLATIONS += ../../../i18n/pt/remote.ts +TRANSLATIONS += ../../../i18n/pt_BR/remote.ts +TRANSLATIONS += ../../../i18n/sl/remote.ts +TRANSLATIONS += ../../../i18n/zh_CN/remote.ts +TRANSLATIONS += ../../../i18n/zh_TW/remote.ts + |