author | harlekin <harlekin> | 2002-06-21 15:31:57 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-21 15:31:57 (UTC) |
commit | 92a0d835860d6cc99dc0d11ef34315e7f8ea4774 (patch) (side-by-side diff) | |
tree | 5ade4b0e678a1dbb84a24dd6bfebb5226f218a6f | |
parent | 2eb69d489a3da0333101f608fe4e9d9296709017 (diff) | |
download | opie-92a0d835860d6cc99dc0d11ef34315e7f8ea4774.zip opie-92a0d835860d6cc99dc0d11ef34315e7f8ea4774.tar.gz opie-92a0d835860d6cc99dc0d11ef34315e7f8ea4774.tar.bz2 |
translation fix
-rw-r--r-- | core/launcher/launcher.pro | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index d9609ef..9ab5b74 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -50,76 +50,76 @@ SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ mrulist.cpp \ stabmon.cpp \ inputmethods.cpp \ systray.cpp \ wait.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ transferserver.cpp \ packageslave.cpp \ irserver.cpp \ qcopbridge.cpp \ startmenu.cpp \ main.cpp \ $(OPIEDIR)/rsync/base64.c \ $(OPIEDIR)/rsync/buf.c \ $(OPIEDIR)/rsync/checksum.c \ $(OPIEDIR)/rsync/command.c \ $(OPIEDIR)/rsync/delta.c \ $(OPIEDIR)/rsync/emit.c \ $(OPIEDIR)/rsync/hex.c \ $(OPIEDIR)/rsync/job.c \ $(OPIEDIR)/rsync/mdfour.c \ $(OPIEDIR)/rsync/mksum.c \ $(OPIEDIR)/rsync/msg.c \ $(OPIEDIR)/rsync/netint.c \ $(OPIEDIR)/rsync/patch.c \ $(OPIEDIR)/rsync/prototab.c \ $(OPIEDIR)/rsync/readsums.c \ $(OPIEDIR)/rsync/scoop.c \ $(OPIEDIR)/rsync/search.c \ $(OPIEDIR)/rsync/stats.c \ $(OPIEDIR)/rsync/stream.c \ $(OPIEDIR)/rsync/sumset.c \ $(OPIEDIR)/rsync/trace.c \ $(OPIEDIR)/rsync/tube.c \ $(OPIEDIR)/rsync/util.c \ $(OPIEDIR)/rsync/version.c \ $(OPIEDIR)/rsync/whole.c \ $(OPIEDIR)/rsync/qrsync.cpp INTERFACES = shutdown.ui syncdialog.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include . INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate DEPENDPATH += $(OPIEDIR)/core/apps/calibrate INCLUDEPATH += $(OPIEDIR)/rsync DEPENDPATH += $(OPIEDIR)/rsync TARGET = opie LIBS += -lqpe -lcrypt -lopie -TRANSLATIONS = ../i18n/de/qpe.ts -TRANSLATIONS += ../i18n/es/qpe.ts -TRANSLATIONS += ../i18n/pt/qpe.ts -TRANSLATIONS += ../i18n/pt_BR/qpe.ts -TRANSLATIONS += ../i18n/en/qpe.ts -TRANSLATIONS += ../i18n/hu/qpe.ts -TRANSLATIONS += ../i18n/ja/qpe.ts -TRANSLATIONS += ../i18n/fr/qpe.ts -TRANSLATIONS += ../i18n/ko/qpe.ts -TRANSLATIONS += ../i18n/no/qpe.ts -TRANSLATIONS += ../i18n/zh_CN/qpe.ts -TRANSLATIONS += ../i18n/zh_TW/qpe.ts +TRANSLATIONS = ../i18n/de/opie.ts +TRANSLATIONS += ../i18n/es/opie.ts +TRANSLATIONS += ../i18n/pt/opie.ts +TRANSLATIONS += ../i18n/pt_BR/opie.ts +TRANSLATIONS += ../i18n/en/opie.ts +TRANSLATIONS += ../i18n/hu/opie.ts +TRANSLATIONS += ../i18n/ja/opie.ts +TRANSLATIONS += ../i18n/fr/opie.ts +TRANSLATIONS += ../i18n/ko/opie.ts +TRANSLATIONS += ../i18n/no/opie.ts +TRANSLATIONS += ../i18n/zh_CN/opie.ts +TRANSLATIONS += ../i18n/zh_TW/opie.ts |