summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
authordavipt <davipt>2002-06-24 23:25:17 (UTC)
committer davipt <davipt>2002-06-24 23:25:17 (UTC)
commit2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (unidiff)
treecc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/games/chess/chess.pro
parent6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff)
downloadopie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2
Fix TRANSLATIONS
Diffstat (limited to 'noncore/games/chess/chess.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro33
1 files changed, 18 insertions, 15 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 49ecaba..1307b66 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -1,6 +1,6 @@
1 SOURCES+= chess.cpp main.cpp 1 SOURCES+= chess.cpp main.cpp
2 HEADERS+= chess.h 2 HEADERS+= chess.h
3DESTDIR = ../bin 3DESTDIR = $(OPIEDIR)/bin
4TARGET = chess 4TARGET = chess
5 DEPENDPATH+= $(OPIEDIR)/include 5 DEPENDPATH+= $(OPIEDIR)/include
6INTERFACES = mainwindow.ui 6INTERFACES = mainwindow.ui
@@ -13,17 +13,20 @@ DBFILE = chess.db
13 LANGUAGE= C++ 13 LANGUAGE= C++
14 CPP_ALWAYS_CREATE_SOURCE= TRUE 14 CPP_ALWAYS_CREATE_SOURCE= TRUE
15 15
16TRANSLATIONS = ../i18n/pt_BR/chess.ts 16
17TRANSLATIONS += ../i18n/es/chess.ts 17
18TRANSLATIONS += ../i18n/pt/chess.ts 18TRANSLATIONS = ../../../i18n/de/chess.ts
19TRANSLATIONS += ../i18n/de/chess.ts 19TRANSLATIONS += ../../../i18n/en/chess.ts
20TRANSLATIONS += ../i18n/en/chess.ts 20TRANSLATIONS += ../../../i18n/es/chess.ts
21TRANSLATIONS += ../i18n/fr/chess.ts 21TRANSLATIONS += ../../../i18n/fr/chess.ts
22TRANSLATIONS += ../i18n/pl/chess.ts 22TRANSLATIONS += ../../../i18n/hu/chess.ts
23TRANSLATIONS += ../i18n/sl/chess.ts 23TRANSLATIONS += ../../../i18n/ja/chess.ts
24TRANSLATIONS += ../i18n/hu/chess.ts 24TRANSLATIONS += ../../../i18n/ko/chess.ts
25TRANSLATIONS += ../i18n/ja/chess.ts 25TRANSLATIONS += ../../../i18n/no/chess.ts
26TRANSLATIONS += ../i18n/ko/chess.ts 26TRANSLATIONS += ../../../i18n/pl/chess.ts
27TRANSLATIONS += ../i18n/no/chess.ts 27TRANSLATIONS += ../../../i18n/pt/chess.ts
28TRANSLATIONS += ../i18n/zh_CN/chess.ts 28TRANSLATIONS += ../../../i18n/pt_BR/chess.ts
29TRANSLATIONS += ../i18n/zh_TW/chess.ts 29TRANSLATIONS += ../../../i18n/sl/chess.ts
30TRANSLATIONS += ../../../i18n/zh_CN/chess.ts
31TRANSLATIONS += ../../../i18n/zh_TW/chess.ts
32