author | groucho <groucho> | 2003-02-19 06:51:05 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-19 06:51:05 (UTC) |
commit | 2fdd5a12c624b5203b11d54eb9ffe529101f5470 (patch) (unidiff) | |
tree | 115dfd9cb2ea04d3af4c1802b472f1d115165009 | |
parent | d3f15e100af8a91504ac9e5fb95dce0cadfe4837 (diff) | |
download | opie-2fdd5a12c624b5203b11d54eb9ffe529101f5470.zip opie-2fdd5a12c624b5203b11d54eb9ffe529101f5470.tar.gz opie-2fdd5a12c624b5203b11d54eb9ffe529101f5470.tar.bz2 |
Translation added for plugins
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 8 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mail.pro | 18 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/todolist.pro | 17 | ||||
-rw-r--r-- | noncore/todayplugins/fortune/fortune.pro | 17 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/stockticker.pro | 18 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | 20 | ||||
-rw-r--r-- | noncore/todayplugins/weather/weather.pro | 19 |
7 files changed, 107 insertions, 10 deletions
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index c587c5f..318cbdb 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -8,31 +8,31 @@ SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ | |||
8 | datebookevent.cpp datebookpluginwidget.cpp | 8 | datebookevent.cpp datebookpluginwidget.cpp |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopie | 15 | LIBS+= -lqpe -lopie |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/today | 17 | DESTDIR = $(OPIEDIR)/plugins/today |
18 | TARGET = todaydatebookplugin | 18 | TARGET = todaydatebookplugin |
19 | 19 | ||
20 | TRANSLATIONS = ../../../../../i18n/de/todaydatebookplugin.ts \ | 20 | TRANSLATIONS = ../../../../../i18n/de/libtodaydatebookplugin.ts \ |
21 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ | 21 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ |
22 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ | 22 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ |
23 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ | 23 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ |
24 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ | 24 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ |
25 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ | 25 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ |
26 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ | 26 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ |
27 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ | 27 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ |
28 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ | 28 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ |
29 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ | 29 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ |
30 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ | 30 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ |
31 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ | 31 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ |
32 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ | 32 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ |
33 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ | 33 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ |
34 | ../../../../../i18n/zh_TW/todaydatebookplugin.ts \ | 34 | ../../../../../i18n/zh_TW/libtodaydatebookplugin.ts \ |
35 | ../../../../../i18n/it/todaydatebookplugin.ts \ | 35 | ../../../../../i18n/it/libtodaydatebookplugin.ts \ |
36 | ../../../../../i18n/da/todaydatebookplugin.ts | 36 | ../../../../../i18n/da/libtodaydatebookplugin.ts |
37 | 37 | ||
38 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 3d1c6d3..2538f74 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -7,14 +7,30 @@ HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h | |||
7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp | 7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include \ | 9 | INCLUDEPATH += $(OPIEDIR)/include \ |
10 | ../ ../library | 10 | ../ ../library |
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopie | 14 | LIBS+= -lqpe -lopie |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin | 17 | TARGET = todaymailplugin |
18 | 18 | ||
19 | 19 | TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ | |
20 | ../../../../../i18n/xx/libtodaymailplugin.ts \ | ||
21 | ../../../../../i18n/en/libtodaymailplugin.ts \ | ||
22 | ../../../../../i18n/es/libtodaymailplugin.ts \ | ||
23 | ../../../../../i18n/fr/libtodaymailplugin.ts \ | ||
24 | ../../../../../i18n/hu/libtodaymailplugin.ts \ | ||
25 | ../../../../../i18n/ja/libtodaymailplugin.ts \ | ||
26 | ../../../../../i18n/ko/libtodaymailplugin.ts \ | ||
27 | ../../../../../i18n/no/libtodaymailplugin.ts \ | ||
28 | ../../../../../i18n/pl/libtodaymailplugin.ts \ | ||
29 | ../../../../../i18n/pt/libtodaymailplugin.ts \ | ||
30 | ../../../../../i18n/pt_BR/libtodaymailplugin.ts \ | ||
31 | ../../../../../i18n/sl/libtodaymailplugin.ts \ | ||
32 | ../../../../../i18n/zh_CN/libtodaymailplugin.ts \ | ||
33 | ../../../../../i18n/zh_TW/libtodaymailplugin.ts \ | ||
34 | ../../../../../i18n/it/libtodaymailplugin.ts \ | ||
35 | ../../../../../i18n/da/libtodaymailplugin.ts | ||
20 | include ( $(OPIEDIR)/include.pro ) | 36 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 9d95ff0..5b6aa47 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -9,14 +9,31 @@ SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ | |||
9 | todopluginwidget.cpp | 9 | todopluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todaytodolistplugin | 19 | TARGET = todaytodolistplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../../../i18n/de/libtodaytodolistplugin.ts \ | ||
22 | ../../../../../i18n/xx/libtodaytodolistplugin.ts \ | ||
23 | ../../../../../i18n/en/libtodaytodolistplugin.ts \ | ||
24 | ../../../../../i18n/es/libtodaytodolistplugin.ts \ | ||
25 | ../../../../../i18n/fr/libtodaytodolistplugin.ts \ | ||
26 | ../../../../../i18n/hu/libtodaytodolistplugin.ts \ | ||
27 | ../../../../../i18n/ja/libtodaytodolistplugin.ts \ | ||
28 | ../../../../../i18n/ko/libtodaytodolistplugin.ts \ | ||
29 | ../../../../../i18n/no/libtodaytodolistplugin.ts \ | ||
30 | ../../../../../i18n/pl/libtodaytodolistplugin.ts \ | ||
31 | ../../../../../i18n/pt/libtodaytodolistplugin.ts \ | ||
32 | ../../../../../i18n/pt_BR/libtodaytodolistplugin.ts \ | ||
33 | ../../../../../i18n/sl/libtodaytodolistplugin.ts \ | ||
34 | ../../../../../i18n/zh_CN/libtodaytodolistplugin.ts \ | ||
35 | ../../../../../i18n/zh_TW/libtodaytodolistplugin.ts \ | ||
36 | ../../../../../i18n/it/libtodaytodolistplugin.ts \ | ||
37 | ../../../../../i18n/da/libtodaytodolistplugin.ts | ||
21 | 38 | ||
22 | include ( $(OPIEDIR)/include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index 8985674..040454b 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro | |||
@@ -9,15 +9,32 @@ SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ | |||
9 | fortunepluginwidget.cpp | 9 | fortunepluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayfortuneplugin | 19 | TARGET = todayfortuneplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/libtodayfortuneplugin.ts \ | ||
22 | ../../../i18n/xx/libtodayfortuneplugin.ts \ | ||
23 | ../../../i18n/en/libtodayfortuneplugin.ts \ | ||
24 | ../../../i18n/es/libtodayfortuneplugin.ts \ | ||
25 | ../../../i18n/fr/libtodayfortuneplugin.ts \ | ||
26 | ../../../i18n/hu/libtodayfortuneplugin.ts \ | ||
27 | ../../../i18n/ja/libtodayfortuneplugin.ts \ | ||
28 | ../../../i18n/ko/libtodayfortuneplugin.ts \ | ||
29 | ../../../i18n/no/libtodayfortuneplugin.ts \ | ||
30 | ../../../i18n/pl/libtodayfortuneplugin.ts \ | ||
31 | ../../../i18n/pt/libtodayfortuneplugin.ts \ | ||
32 | ../../../i18n/pt_BR/libtodayfortuneplugin.ts \ | ||
33 | ../../../i18n/sl/libtodayfortuneplugin.ts \ | ||
34 | ../../../i18n/zh_CN/libtodayfortuneplugin.ts \ | ||
35 | ../../../i18n/zh_TW/libtodayfortuneplugin.ts \ | ||
36 | ../../../i18n/it/libtodayfortuneplugin.ts \ | ||
37 | ../../../i18n/da/libtodayfortuneplugin.ts | ||
21 | 38 | ||
22 | 39 | ||
23 | include ( $(OPIEDIR)/include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index f8e2f2e..e963d01 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro | |||
@@ -1,14 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = inputDialog.h helpwindow.h | 3 | HEADERS = inputDialog.h helpwindow.h |
4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp | 4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp |
5 | INTERFACES = | 5 | INTERFACES = |
6 | TARGET = stockticker | 6 | TARGET = stockticker |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS+= -lqpe -lopie | 9 | LIBS+= -lqpe -lopie |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../../i18n/de/stockticker.ts \ | |
13 | ../../../../i18n/xx/stockticker.ts \ | ||
14 | ../../../../i18n/en/stockticker.ts \ | ||
15 | ../../../../i18n/es/stockticker.ts \ | ||
16 | ../../../../i18n/fr/stockticker.ts \ | ||
17 | ../../../../i18n/hu/stockticker.ts \ | ||
18 | ../../../../i18n/ja/stockticker.ts \ | ||
19 | ../../../../i18n/ko/stockticker.ts \ | ||
20 | ../../../../i18n/no/stockticker.ts \ | ||
21 | ../../../../i18n/pl/stockticker.ts \ | ||
22 | ../../../../i18n/pt/stockticker.ts \ | ||
23 | ../../../../i18n/pt_BR/stockticker.ts \ | ||
24 | ../../../../i18n/sl/stockticker.ts \ | ||
25 | ../../../../i18n/zh_CN/stockticker.ts \ | ||
26 | ../../../../i18n/zh_TW/stockticker.ts \ | ||
27 | ../../../../i18n/it/stockticker.ts \ | ||
28 | ../../../../i18n/da/stockticker.ts | ||
13 | 29 | ||
14 | include ( $(OPIEDIR)/include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 3b76e4b..7421610 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | |||
@@ -1,31 +1,47 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ | 5 | HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ |
6 | ../libstocks/csv.h \ | 6 | ../libstocks/csv.h \ |
7 | ../libstocks/http.h \ | 7 | ../libstocks/http.h \ |
8 | ../libstocks/lists.h \ | 8 | ../libstocks/lists.h \ |
9 | ../libstocks/stocks.h | 9 | ../libstocks/stocks.h |
10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ | 10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ |
11 | ../libstocks/csv.c \ | 11 | ../libstocks/csv.c \ |
12 | ../libstocks/currency.c \ | 12 | ../libstocks/currency.c \ |
13 | ../libstocks/history.c \ | 13 | ../libstocks/history.c \ |
14 | ../libstocks/http.c \ | 14 | ../libstocks/http.c \ |
15 | ../libstocks/lists.c \ | 15 | ../libstocks/lists.c \ |
16 | ../libstocks/stocks.c | 16 | ../libstocks/stocks.c |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include \ | 18 | INCLUDEPATH += $(OPIEDIR)/include \ |
19 | ../ ../library | 19 | ../ ../library |
20 | DEPENDPATH += $(OPIEDIR)/include \ | 20 | DEPENDPATH += $(OPIEDIR)/include \ |
21 | ../ ../library | 21 | ../ ../library |
22 | 22 | ||
23 | LIBS+= -lqpe -lopie -lpthread | 23 | LIBS+= -lqpe -lopie -lpthread |
24 | TMAKE_CFLAGS += -D__UNIX__ | 24 | TMAKE_CFLAGS += -D__UNIX__ |
25 | 25 | ||
26 | DESTDIR = $(OPIEDIR)/plugins/today | 26 | DESTDIR = $(OPIEDIR)/plugins/today |
27 | TARGET = todaystocktickerplugin | 27 | TARGET = todaystocktickerplugin |
28 | 28 | ||
29 | 29 | TRANSLATIONS = ../../../../i18n/de/libtodaystocktickerplugin.ts \ | |
30 | ../../../../i18n/xx/libtodaystocktickerplugin.ts \ | ||
31 | ../../../../i18n/en/libtodaystocktickerplugin.ts \ | ||
32 | ../../../../i18n/es/libtodaystocktickerplugin.ts \ | ||
33 | ../../../../i18n/fr/libtodaystocktickerplugin.ts \ | ||
34 | ../../../../i18n/hu/libtodaystocktickerplugin.ts \ | ||
35 | ../../../../i18n/ja/libtodaystocktickerplugin.ts \ | ||
36 | ../../../../i18n/ko/libtodaystocktickerplugin.ts \ | ||
37 | ../../../../i18n/no/libtodaystocktickerplugin.ts \ | ||
38 | ../../../../i18n/pl/libtodaystocktickerplugin.ts \ | ||
39 | ../../../../i18n/pt/libtodaystocktickerplugin.ts \ | ||
40 | ../../../../i18n/pt_BR/libtodaystocktickerplugin.ts \ | ||
41 | ../../../../i18n/sl/libtodaystocktickerplugin.ts \ | ||
42 | ../../../../i18n/zh_CN/libtodaystocktickerplugin.ts \ | ||
43 | ../../../../i18n/zh_TW/libtodaystocktickerplugin.ts \ | ||
44 | ../../../../i18n/it/libtodaystocktickerplugin.ts \ | ||
45 | ../../../../i18n/da/libtodaystocktickerplugin.ts | ||
30 | 46 | ||
31 | include ( $(OPIEDIR)/include.pro ) | 47 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index a58d215..7af516f 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro | |||
@@ -13,15 +13,30 @@ SOURCES = weatherplugin.cpp \ | |||
13 | weatherconfig.cpp | 13 | weatherconfig.cpp |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include \ | 15 | INCLUDEPATH += $(OPIEDIR)/include \ |
16 | ../ ../library | 16 | ../ ../library |
17 | DEPENDPATH += $(OPIEDIR)/include \ | 17 | DEPENDPATH += $(OPIEDIR)/include \ |
18 | ../ ../library | 18 | ../ ../library |
19 | 19 | ||
20 | LIBS+= -lqpe -lopie | 20 | LIBS+= -lqpe -lopie |
21 | 21 | ||
22 | DESTDIR = $(OPIEDIR)/plugins/today | 22 | DESTDIR = $(OPIEDIR)/plugins/today |
23 | TARGET = todayweatherplugin | 23 | TARGET = todayweatherplugin |
24 | 24 | ||
25 | 25 | TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \ | |
26 | 26 | ../../../i18n/xx/libtodayweatherplugin.ts \ | |
27 | ../../../i18n/en/libtodayweatherplugin.ts \ | ||
28 | ../../../i18n/es/libtodayweatherplugin.ts \ | ||
29 | ../../../i18n/fr/libtodayweatherplugin.ts \ | ||
30 | ../../../i18n/hu/libtodayweatherplugin.ts \ | ||
31 | ../../../i18n/ja/libtodayweatherplugin.ts \ | ||
32 | ../../../i18n/ko/libtodayweatherplugin.ts \ | ||
33 | ../../../i18n/no/libtodayweatherplugin.ts \ | ||
34 | ../../../i18n/pl/libtodayweatherplugin.ts \ | ||
35 | ../../../i18n/pt/libtodayweatherplugin.ts \ | ||
36 | ../../../i18n/pt_BR/libtodayweatherplugin.ts \ | ||
37 | ../../../i18n/sl/libtodayweatherplugin.ts \ | ||
38 | ../../../i18n/zh_CN/libtodayweatherplugin.ts \ | ||
39 | ../../../i18n/zh_TW/libtodayweatherplugin.ts \ | ||
40 | ../../../i18n/it/libtodayweatherplugin.ts \ | ||
41 | ../../../i18n/da/libtodayweatherplugin.ts | ||
27 | include ( $(OPIEDIR)/include.pro ) | 42 | include ( $(OPIEDIR)/include.pro ) |