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/settings/netsystemtime | |
parent | 6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff) | |
download | opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2 |
Fix TRANSLATIONS
Diffstat (limited to 'noncore/settings/netsystemtime') (more/less context) (ignore whitespace changes)
-rw-r--r-- | noncore/settings/netsystemtime/netsystemtime.pro | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index b98e45d..7b8ebbc 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro @@ -7,4 +7,22 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = ntpbase.ui -TARGET = ../../bin/netsystemtime +DESTDIR = $(OPIEDIR)/bin +TARGET = netsystemtime + + +TRANSLATIONS = ../../../i18n/de/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/en/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/es/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/fr/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/hu/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/ja/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/ko/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/no/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/pl/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/pt/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/pt_BR/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/sl/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/zh_CN/../../bin/netsystemtime.ts +TRANSLATIONS += ../../../i18n/zh_TW/../../bin/netsystemtime.ts + |