summaryrefslogtreecommitdiff
path: root/core
authorcniehaus <cniehaus>2002-04-13 13:20:52 (UTC)
committer cniehaus <cniehaus>2002-04-13 13:20:52 (UTC)
commit1443f111a77c7de5484a1e5b555514281da3fa38 (patch) (unidiff)
tree32e104eab753fd6a7ec8c89bfb14d1c604a62460 /core
parentb5b241a8c1b2e07a58c278fd99c3b4052de7c447 (diff)
downloadopie-1443f111a77c7de5484a1e5b555514281da3fa38.zip
opie-1443f111a77c7de5484a1e5b555514281da3fa38.tar.gz
opie-1443f111a77c7de5484a1e5b555514281da3fa38.tar.bz2
this add .pl for i18n
-------------------------------------------------------------------
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro1
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro1
-rw-r--r--core/apps/textedit/textedit.pro1
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro1
-rw-r--r--core/multimedia/opieplayer/mpegplayer.pro1
-rw-r--r--core/pim/addressbook/addressbook.pro1
-rw-r--r--core/pim/datebook/datebook.pro1
-rw-r--r--core/pim/today/today.pro1
-rw-r--r--core/pim/todo/todo.pro1
-rw-r--r--core/settings/citytime/citytime.pro1
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro1
12 files changed, 13 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 92a6930..f73cd38 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -30,18 +30,19 @@ SOURCES = TEScreen.cpp \
30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui 30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
31TARGET = embeddedkonsole 31TARGET = embeddedkonsole
32INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
34LIBS += -lqpe 34LIBS += -lqpe
35REQUIRES = embeddedkonsole 35REQUIRES = embeddedkonsole
36 36
37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts 37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/de/embeddedkonsole.ts 38TRANSLATIONS += ../i18n/de/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/en/embeddedkonsole.ts 39TRANSLATIONS += ../i18n/en/embeddedkonsole.ts
40TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts 40TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts
41TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts 41TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts
42TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts
42TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts 43TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts
43TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts 44TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts
44TRANSLATIONS += ../i18n/no/embeddedkonsole.ts 45TRANSLATIONS += ../i18n/no/embeddedkonsole.ts
45TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts 46TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts
46TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts 47TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts
47TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts 48TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 475226e..070dd2b 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -8,15 +8,16 @@ INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11 11
12TRANSLATIONS = ../i18n/de/helpbrowser.ts 12TRANSLATIONS = ../i18n/de/helpbrowser.ts
13TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts 13TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
14TRANSLATIONS += ../i18n/en/helpbrowser.ts 14TRANSLATIONS += ../i18n/en/helpbrowser.ts
15TRANSLATIONS += ../i18n/hu/helpbrowser.ts 15TRANSLATIONS += ../i18n/hu/helpbrowser.ts
16TRANSLATIONS += ../i18n/ja/helpbrowser.ts 16TRANSLATIONS += ../i18n/ja/helpbrowser.ts
17TRANSLATIONS += ../i18n/sl/helpbrowser.ts 17TRANSLATIONS += ../i18n/sl/helpbrowser.ts
18TRANSLATIONS += ../i18n/ko/helpbrowser.ts 18TRANSLATIONS += ../i18n/ko/helpbrowser.ts
19TRANSLATIONS += ../i18n/no/helpbrowser.ts 19TRANSLATIONS += ../i18n/no/helpbrowser.ts
20TRANSLATIONS += ../i18n/pl/helpbrowser.ts
20TRANSLATIONS += ../i18n/fr/helpbrowser.ts 21TRANSLATIONS += ../i18n/fr/helpbrowser.ts
21TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts 22TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts
22TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts 23TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index aae7f89..4f20da3 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -9,16 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopie 10LIBS += -lqpe -lopie
11 11
12TARGET = textedit 12TARGET = textedit
13 13
14TRANSLATIONS += ../i18n/de/textedit.ts 14TRANSLATIONS += ../i18n/de/textedit.ts
15TRANSLATIONS += ../i18n/pt_BR/textedit.ts 15TRANSLATIONS += ../i18n/pt_BR/textedit.ts
16TRANSLATIONS += ../i18n/en/textedit.ts 16TRANSLATIONS += ../i18n/en/textedit.ts
17TRANSLATIONS += ../i18n/hu/textedit.ts 17TRANSLATIONS += ../i18n/hu/textedit.ts
18TRANSLATIONS += ../i18n/fr/textedit.ts 18TRANSLATIONS += ../i18n/fr/textedit.ts
19TRANSLATIONS += ../i18n/ja/textedit.ts 19TRANSLATIONS += ../i18n/ja/textedit.ts
20TRANSLATIONS += ../i18n/sl/textedit.ts 20TRANSLATIONS += ../i18n/sl/textedit.ts
21TRANSLATIONS += ../i18n/pl/textedit.ts
21TRANSLATIONS += ../i18n/ko/textedit.ts 22TRANSLATIONS += ../i18n/ko/textedit.ts
22TRANSLATIONS += ../i18n/no/textedit.ts 23TRANSLATIONS += ../i18n/no/textedit.ts
23TRANSLATIONS += ../i18n/zh_CN/textedit.ts 24TRANSLATIONS += ../i18n/zh_CN/textedit.ts
24TRANSLATIONS += ../i18n/zh_TW/textedit.ts 25TRANSLATIONS += ../i18n/zh_TW/textedit.ts
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 0441201..eddf242 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -8,17 +8,18 @@ TARGET = madplugin
8DESTDIR = ../../plugins/codecs 8DESTDIR = ../../plugins/codecs
9INCLUDEPATH += $(OPIEDIR)/include .. 9INCLUDEPATH += $(OPIEDIR)/include ..
10DEPENDPATH += ../$(OPIEDIR)/include .. 10DEPENDPATH += ../$(OPIEDIR)/include ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts 14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts
15TRANSLATIONS += ../../i18n/de/libmadplugin.ts 15TRANSLATIONS += ../../i18n/de/libmadplugin.ts
16TRANSLATIONS += ../../i18n/en/libmadplugin.ts 16TRANSLATIONS += ../../i18n/en/libmadplugin.ts
17TRANSLATIONS += ../../i18n/hu/libmadplugin.ts 17TRANSLATIONS += ../../i18n/hu/libmadplugin.ts
18TRANSLATIONS += ../../i18n/sl/libmadplugin.ts 18TRANSLATIONS += ../../i18n/sl/libmadplugin.ts
19TRANSLATIONS += ../../i18n/ja/libmadplugin.ts 19TRANSLATIONS += ../../i18n/ja/libmadplugin.ts
20TRANSLATIONS += ../../i18n/pl/libmadplugin.ts
20TRANSLATIONS += ../../i18n/ko/libmadplugin.ts 21TRANSLATIONS += ../../i18n/ko/libmadplugin.ts
21TRANSLATIONS += ../../i18n/no/libmadplugin.ts 22TRANSLATIONS += ../../i18n/no/libmadplugin.ts
22TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts 23TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts
23TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts 24TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts
24TRANSLATIONS += ../../i18n/fr/libmadplugin.ts 25TRANSLATIONS += ../../i18n/fr/libmadplugin.ts
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro
index 92db399..0cb1e99 100644
--- a/core/multimedia/opieplayer/mpegplayer.pro
+++ b/core/multimedia/opieplayer/mpegplayer.pro
@@ -21,15 +21,16 @@ LIBS += -lqpe -lpthread
21 21
22INCLUDEPATH += $(OPIEDIR)/include 22INCLUDEPATH += $(OPIEDIR)/include
23DEPENDPATH += $(OPIEDIR)/include 23DEPENDPATH += $(OPIEDIR)/include
24 24
25TRANSLATIONS = ../i18n/de/mpegplayer.ts 25TRANSLATIONS = ../i18n/de/mpegplayer.ts
26TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts 26TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts
27TRANSLATIONS += ../i18n/en/mpegplayer.ts 27TRANSLATIONS += ../i18n/en/mpegplayer.ts
28TRANSLATIONS += ../i18n/hu/mpegplayer.ts 28TRANSLATIONS += ../i18n/hu/mpegplayer.ts
29TRANSLATIONS += ../i18n/ja/mpegplayer.ts 29TRANSLATIONS += ../i18n/ja/mpegplayer.ts
30TRANSLATIONS += ../i18n/sl/mpegplayer.ts 30TRANSLATIONS += ../i18n/sl/mpegplayer.ts
31TRANSLATIONS += ../i18n/fr/mpegplayer.ts 31TRANSLATIONS += ../i18n/fr/mpegplayer.ts
32TRANSLATIONS += ../i18n/ko/mpegplayer.ts 32TRANSLATIONS += ../i18n/ko/mpegplayer.ts
33TRANSLATIONS += ../i18n/pl/mpegplayer.ts
33TRANSLATIONS += ../i18n/no/mpegplayer.ts 34TRANSLATIONS += ../i18n/no/mpegplayer.ts
34TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts 35TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts
35TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts 36TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 9993e9f..53cf030 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -17,16 +17,17 @@ INTERFACES = addresssettingsbase.ui
17 TARGET = addressbook 17 TARGET = addressbook
18INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19 DEPENDPATH+= $(OPIEDIR)/include 19 DEPENDPATH+= $(OPIEDIR)/include
20LIBS += -lqpe 20LIBS += -lqpe
21 21
22TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts 22TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts
23TRANSLATIONS += ../../i18n/de/addressbook.ts 23TRANSLATIONS += ../../i18n/de/addressbook.ts
24TRANSLATIONS += ../../i18n/en/addressbook.ts 24TRANSLATIONS += ../../i18n/en/addressbook.ts
25TRANSLATIONS += ../../i18n/hu/addressbook.ts 25TRANSLATIONS += ../../i18n/hu/addressbook.ts
26TRANSLATIONS += ../../i18n/sl/addressbook.ts 26TRANSLATIONS += ../../i18n/sl/addressbook.ts
27TRANSLATIONS += ../../i18n/ja/addressbook.ts 27TRANSLATIONS += ../../i18n/ja/addressbook.ts
28TRANSLATIONS += ../../i18n/ko/addressbook.ts 28TRANSLATIONS += ../../i18n/ko/addressbook.ts
29TRANSLATIONS += ../../i18n/pl/addressbook.ts
29TRANSLATIONS += ../../i18n/no/addressbook.ts 30TRANSLATIONS += ../../i18n/no/addressbook.ts
30TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts 31TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts
31TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts 32TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts
32TRANSLATIONS += ../../i18n/fr/addressbook.ts 33TRANSLATIONS += ../../i18n/fr/addressbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 2826930..a8a9285 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -36,19 +36,20 @@ INTERFACES = dateentry.ui \
36 repeatentrybase.ui 36 repeatentrybase.ui
37 37
38INCLUDEPATH += $(OPIEDIR)/include 38INCLUDEPATH += $(OPIEDIR)/include
39 DEPENDPATH+= $(OPIEDIR)/include 39 DEPENDPATH+= $(OPIEDIR)/include
40LIBS += -lqpe 40LIBS += -lqpe
41 41
42 TARGET = datebook 42 TARGET = datebook
43 43
44TRANSLATIONS = ../i18n/pt_BR/datebook.ts 44TRANSLATIONS = ../i18n/pt_BR/datebook.ts
45TRANSLATIONS += ../i18n/de/datebook.ts 45TRANSLATIONS += ../i18n/de/datebook.ts
46TRANSLATIONS += ../i18n/en/datebook.ts 46TRANSLATIONS += ../i18n/en/datebook.ts
47TRANSLATIONS += ../i18n/hu/datebook.ts 47TRANSLATIONS += ../i18n/hu/datebook.ts
48TRANSLATIONS += ../i18n/pl/datebook.ts
48TRANSLATIONS += ../i18n/sl/datebook.ts 49TRANSLATIONS += ../i18n/sl/datebook.ts
49TRANSLATIONS += ../i18n/ja/datebook.ts 50TRANSLATIONS += ../i18n/ja/datebook.ts
50TRANSLATIONS += ../i18n/ko/datebook.ts 51TRANSLATIONS += ../i18n/ko/datebook.ts
51TRANSLATIONS += ../i18n/no/datebook.ts 52TRANSLATIONS += ../i18n/no/datebook.ts
52TRANSLATIONS += ../i18n/zh_CN/datebook.ts 53TRANSLATIONS += ../i18n/zh_CN/datebook.ts
53TRANSLATIONS += ../i18n/zh_TW/datebook.ts 54TRANSLATIONS += ../i18n/zh_TW/datebook.ts
54TRANSLATIONS += ../i18n/fr/datebook.ts 55TRANSLATIONS += ../i18n/fr/datebook.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 38ae70f..2d37b5d 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -12,12 +12,13 @@ TARGET = today
12 DESTDIR = $(OPIEDIR)/bin 12 DESTDIR = $(OPIEDIR)/bin
13TRANSLATIONS = ../i18n/pt_BR/today.ts 13TRANSLATIONS = ../i18n/pt_BR/today.ts
14TRANSLATIONS += ../i18n/de/today.ts 14TRANSLATIONS += ../i18n/de/today.ts
15TRANSLATIONS += ../i18n/en/today.ts 15TRANSLATIONS += ../i18n/en/today.ts
16TRANSLATIONS += ../i18n/hu/today.ts 16TRANSLATIONS += ../i18n/hu/today.ts
17TRANSLATIONS += ../i18n/sl/today.ts 17TRANSLATIONS += ../i18n/sl/today.ts
18TRANSLATIONS += ../i18n/ja/today.ts 18TRANSLATIONS += ../i18n/ja/today.ts
19TRANSLATIONS += ../i18n/ko/today.ts 19TRANSLATIONS += ../i18n/ko/today.ts
20TRANSLATIONS += ../i18n/no/today.ts 20TRANSLATIONS += ../i18n/no/today.ts
21TRANSLATIONS += ../i18n/zh_CN/today.ts 21TRANSLATIONS += ../i18n/zh_CN/today.ts
22TRANSLATIONS += ../i18n/zh_TW/today.ts 22TRANSLATIONS += ../i18n/zh_TW/today.ts
23TRANSLATIONS += ../i18n/fr/today.ts 23TRANSLATIONS += ../i18n/fr/today.ts
24TRANSLATIONS += ../i18n/pl/today.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index 9cd0e7c..a46fb47 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -12,18 +12,19 @@ SOURCES = main.cpp \
12 INTERFACES= todoentry.ui 12 INTERFACES= todoentry.ui
13 13
14 TARGET = todolist 14 TARGET = todolist
15INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include 16 DEPENDPATH+= $(OPIEDIR)/include
17LIBS += -lqpe -lopie 17LIBS += -lqpe -lopie
18 18
19TRANSLATIONS = ../i18n/pt_BR/todolist.ts 19TRANSLATIONS = ../i18n/pt_BR/todolist.ts
20TRANSLATIONS += ../i18n/de/todolist.ts 20TRANSLATIONS += ../i18n/de/todolist.ts
21TRANSLATIONS += ../i18n/en/todolist.ts 21TRANSLATIONS += ../i18n/en/todolist.ts
22TRANSLATIONS += ../i18n/hu/todolist.ts 22TRANSLATIONS += ../i18n/hu/todolist.ts
23TRANSLATIONS += ../i18n/sl/todolist.ts 23TRANSLATIONS += ../i18n/sl/todolist.ts
24TRANSLATIONS += ../i18n/pl/todolist.ts
24TRANSLATIONS += ../i18n/ja/todolist.ts 25TRANSLATIONS += ../i18n/ja/todolist.ts
25TRANSLATIONS += ../i18n/ko/todolist.ts 26TRANSLATIONS += ../i18n/ko/todolist.ts
26TRANSLATIONS += ../i18n/no/todolist.ts 27TRANSLATIONS += ../i18n/no/todolist.ts
27TRANSLATIONS += ../i18n/zh_CN/todolist.ts 28TRANSLATIONS += ../i18n/zh_CN/todolist.ts
28TRANSLATIONS += ../i18n/zh_TW/todolist.ts 29TRANSLATIONS += ../i18n/zh_TW/todolist.ts
29TRANSLATIONS += ../i18n/fr/todolist.ts 30TRANSLATIONS += ../i18n/fr/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index e4e40df..afa658f 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -7,17 +7,18 @@ HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h
7SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp 7SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp
8TARGET = citytime 8TARGET = citytime
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include 10DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/de/citytime.ts 13TRANSLATIONS = ../i18n/de/citytime.ts
14TRANSLATIONS += ../i18n/pt_BR/citytime.ts 14TRANSLATIONS += ../i18n/pt_BR/citytime.ts
15TRANSLATIONS += ../i18n/en/citytime.ts 15TRANSLATIONS += ../i18n/en/citytime.ts
16TRANSLATIONS += ../i18n/hu/citytime.ts 16TRANSLATIONS += ../i18n/hu/citytime.ts
17TRANSLATIONS += ../i18n/ja/citytime.ts 17TRANSLATIONS += ../i18n/ja/citytime.ts
18TRANSLATIONS += ../i18n/ko/citytime.ts 18TRANSLATIONS += ../i18n/ko/citytime.ts
19TRANSLATIONS += ../i18n/pl/citytime.ts
19TRANSLATIONS += ../i18n/fr/citytime.ts 20TRANSLATIONS += ../i18n/fr/citytime.ts
20TRANSLATIONS += ../i18n/sl/citytime.ts 21TRANSLATIONS += ../i18n/sl/citytime.ts
21TRANSLATIONS += ../i18n/no/citytime.ts 22TRANSLATIONS += ../i18n/no/citytime.ts
22TRANSLATIONS += ../i18n/zh_CN/citytime.ts 23TRANSLATIONS += ../i18n/zh_CN/citytime.ts
23TRANSLATIONS += ../i18n/zh_TW/citytime.ts 24TRANSLATIONS += ../i18n/zh_TW/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 6e26c4c..9029a19 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -2,12 +2,14 @@ TEMPLATE = app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 DESTDIR = ../../bin 3 DESTDIR = ../../bin
4 HEADERS = settings.h 4 HEADERS = settings.h
5 SOURCES = light.cpp main.cpp 5 SOURCES = light.cpp main.cpp
6 INTERFACES= lightsettingsbase.ui 6 INTERFACES= lightsettingsbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = light-and-power 10 TARGET = light-and-power
11 11
12TRANSLATIONS = ../../i18n/de/light-and-power.ts 12TRANSLATIONS = ../../i18n/de/light-and-power.ts
13TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts 13TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
14TRANSLATIONS += ../../i18n/pl/light-and-power.ts
15TRANSLATIONS += ../../i18n/fr/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index daa9ba7..0c924ad 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -7,16 +7,17 @@ INTERFACES = securitybase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = security 10 TARGET = security
11 11
12TRANSLATIONS = ../../i18n/pt_BR/security.ts 12TRANSLATIONS = ../../i18n/pt_BR/security.ts
13TRANSLATIONS += ../../i18n/de/security.ts 13TRANSLATIONS += ../../i18n/de/security.ts
14TRANSLATIONS += ../../i18n/en/security.ts 14TRANSLATIONS += ../../i18n/en/security.ts
15TRANSLATIONS += ../../i18n/hu/security.ts 15TRANSLATIONS += ../../i18n/hu/security.ts
16TRANSLATIONS += ../../i18n/sl/security.ts 16TRANSLATIONS += ../../i18n/sl/security.ts
17TRANSLATIONS += ../../i18n/ja/security.ts 17TRANSLATIONS += ../../i18n/ja/security.ts
18TRANSLATIONS += ../../i18n/ko/security.ts 18TRANSLATIONS += ../../i18n/ko/security.ts
19TRANSLATIONS += ../../i18n/pl/security.ts
19TRANSLATIONS += ../../i18n/no/security.ts 20TRANSLATIONS += ../../i18n/no/security.ts
20TRANSLATIONS += ../../i18n/zh_CN/security.ts 21TRANSLATIONS += ../../i18n/zh_CN/security.ts
21TRANSLATIONS += ../../i18n/zh_TW/security.ts 22TRANSLATIONS += ../../i18n/zh_TW/security.ts
22TRANSLATIONS += ../../i18n/fr/security.ts 23TRANSLATIONS += ../../i18n/fr/security.ts