author | cniehaus <cniehaus> | 2003-04-20 10:49:51 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-04-20 10:49:51 (UTC) |
commit | 006162c13c63e65a209f4fc01e64beb445a09d0b (patch) (side-by-side diff) | |
tree | 35668e7599c02fc8cf3a45219986b6831ab462fc /core/pim | |
parent | cf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (diff) | |
download | opie-006162c13c63e65a209f4fc01e64beb445a09d0b.zip opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.gz opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.bz2 |
adding dutch to the .pro-files
-rw-r--r-- | core/pim/addressbook/addressbook.pro | 1 | ||||
-rw-r--r-- | core/pim/datebook/datebook.pro | 1 | ||||
-rw-r--r-- | core/pim/today/plugins/addressbook/addressbook.pro | 1 | ||||
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 1 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mail.pro | 1 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/todolist.pro | 1 | ||||
-rw-r--r-- | core/pim/today/today.pro | 1 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 0e8521e..1637cac 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -30,6 +30,7 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/addressbook.ts \ + ../../../i18n/nl/addressbook.ts \ ../../../i18n/da/addressbook.ts \ ../../../i18n/xx/addressbook.ts \ ../../../i18n/en/addressbook.ts \ diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index a6ee799..e8e0a98 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -38,6 +38,7 @@ LIBS += -lqpe -lopie TARGET = datebook TRANSLATIONS = ../../../i18n/de/datebook.ts \ + ../../../i18n/nl/datebook.ts \ ../../../i18n/xx/datebook.ts \ ../../../i18n/en/datebook.ts \ ../../../i18n/es/datebook.ts \ diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro index 3ee5bce..4ebbc9e 100644 --- a/core/pim/today/plugins/addressbook/addressbook.pro +++ b/core/pim/today/plugins/addressbook/addressbook.pro @@ -19,6 +19,7 @@ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todayaddressbookplugin TRANSLATIONS = ../../../../../i18n/de/libtodayaddressbookplugin.ts \ + ../../../../../i18n/nl/libtodayaddressbookplugin.ts \ ../../../../../i18n/xx/libtodayaddressbookplugin.ts \ ../../../../../i18n/en/libtodayaddressbookplugin.ts \ ../../../../../i18n/es/libtodayaddressbookplugin.ts \ diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 318cbdb..e0a1dcb 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro @@ -18,6 +18,7 @@ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaydatebookplugin TRANSLATIONS = ../../../../../i18n/de/libtodaydatebookplugin.ts \ + ../../../../../i18n/nl/libtodaydatebookplugin.ts \ ../../../../../i18n/xx/libtodaydatebookplugin.ts \ ../../../../../i18n/en/libtodaydatebookplugin.ts \ ../../../../../i18n/es/libtodaydatebookplugin.ts \ diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 2538f74..70c484d 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro @@ -17,6 +17,7 @@ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaymailplugin TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ + ../../../../../i18n/nl/libtodaymailplugin.ts \ ../../../../../i18n/xx/libtodaymailplugin.ts \ ../../../../../i18n/en/libtodaymailplugin.ts \ ../../../../../i18n/es/libtodaymailplugin.ts \ diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 5b6aa47..31a6a27 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro @@ -19,6 +19,7 @@ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaytodolistplugin TRANSLATIONS = ../../../../../i18n/de/libtodaytodolistplugin.ts \ + ../../../../../i18n/nl/libtodaytodolistplugin.ts \ ../../../../../i18n/xx/libtodaytodolistplugin.ts \ ../../../../../i18n/en/libtodaytodolistplugin.ts \ ../../../../../i18n/es/libtodaytodolistplugin.ts \ diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 7ab5f08..f93b5bf 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -11,6 +11,7 @@ TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/today.ts \ + ../../../i18n/nl/today.ts \ ../../../i18n/xx/today.ts \ ../../../i18n/en/today.ts \ ../../../i18n/es/today.ts \ diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 1708451..4a63770 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -47,6 +47,7 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/todolist.ts \ + ../../../i18n/nl/todolist.ts \ ../../../i18n/da/todolist.ts \ ../../../i18n/xx/todolist.ts \ ../../../i18n/en/todolist.ts \ |