summaryrefslogtreecommitdiff
authorsandman <sandman>2002-12-11 01:18:52 (UTC)
committer sandman <sandman>2002-12-11 01:18:52 (UTC)
commitd67ad1a6ef93d358beab268153cf2b0694e5f633 (patch) (side-by-side diff)
treed34c8a35cb8c2dbae6c33707edd572aba64dfb3f
parent7e71955ef58a502d6a6dd2384c3f55bd852d649a (diff)
downloadopie-d67ad1a6ef93d358beab268153cf2b0694e5f633.zip
opie-d67ad1a6ef93d358beab268153cf2b0694e5f633.tar.gz
opie-d67ad1a6ef93d358beab268153cf2b0694e5f633.tar.bz2
applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danish
language support
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro3
-rw-r--r--core/launcher/launcher.pro3
-rw-r--r--core/pim/datebook/datebook.pro3
-rw-r--r--core/settings/security/security.pro3
-rw-r--r--inputmethods/multikey/multikey.pro1
-rw-r--r--noncore/settings/appearance2/appearance2.pro15
6 files changed, 24 insertions, 4 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 913cb89..236e52e 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -1,53 +1,54 @@
QMAKE_CFLAGS = -DHAVE_OPENPTY
QMAKE_LIBS = -lutil
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = TEWidget.h \
TEScreen.h \
TECommon.h \
TEHistory.h \
TEmulation.h \
TEmuVt102.h \
session.h \
keytrans.h \
konsole.h \
commandeditdialog.h \
commandeditwidget.h \
playlistselection.h \
MyPty.h
SOURCES = TEScreen.cpp \
TEWidget.cpp \
TEHistory.cpp \
TEmulation.cpp \
TEmuVt102.cpp \
session.cpp \
keytrans.cpp \
konsole.cpp \
commandeditdialog.cpp \
commandeditwidget.cpp \
playlistselection.cpp \
MyPty.cpp \
main.cpp
INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
TARGET = embeddedkonsole
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TMAKE_CXXFLAGS += -DQT_QWS_OPIE
TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \
../../../i18n/en/embeddedkonsole.ts \
../../../i18n/es/embeddedkonsole.ts \
../../../i18n/fr/embeddedkonsole.ts \
../../../i18n/hu/embeddedkonsole.ts \
../../../i18n/ja/embeddedkonsole.ts \
../../../i18n/ko/embeddedkonsole.ts \
../../../i18n/no/embeddedkonsole.ts \
../../../i18n/pl/embeddedkonsole.ts \
../../../i18n/pt/embeddedkonsole.ts \
../../../i18n/pt_BR/embeddedkonsole.ts \
../../../i18n/sl/embeddedkonsole.ts \
../../../i18n/zh_CN/embeddedkonsole.ts \
../../../i18n/zh_TW/embeddedkonsole.ts \
- ../../../i18n/it/embeddedkonsole.ts
+ ../../../i18n/it/embeddedkonsole.ts \
+ ../../../i18n/da/embeddedkonsole.ts
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 83f8b5c..802975b 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,120 +1,121 @@
TEMPLATE = app
CONFIG = qt warn_on release
DESTDIR = ../../bin
HEADERS = background.h \
desktop.h \
screensaver.h \
qprocess.h \
mediummountgui.h \
info.h \
appicons.h \
taskbar.h \
sidething.h \
runningappbar.h \
stabmon.h \
inputmethods.h \
systray.h \
wait.h \
shutdownimpl.h \
launcher.h \
launcherview.h \
../../core/apps/calibrate/calibrate.h \
startmenu.h \
transferserver.h \
qcopbridge.h \
packageslave.h \
irserver.h \
../../rsync/buf.h \
../../rsync/checksum.h \
../../rsync/command.h \
../../rsync/emit.h \
../../rsync/job.h \
../../rsync/netint.h \
../../rsync/protocol.h \
../../rsync/prototab.h \
../../rsync/rsync.h \
../../rsync/search.h \
../../rsync/stream.h \
../../rsync/sumset.h \
../../rsync/trace.h \
../../rsync/types.h \
../../rsync/util.h \
../../rsync/whole.h \
../../rsync/config_rsync.h \
../../rsync/qrsync.h \
quicklauncher.h
SOURCES = background.cpp \
desktop.cpp \
screensaver.cpp \
mediummountgui.cpp \
qprocess.cpp qprocess_unix.cpp \
info.cpp \
appicons.cpp \
taskbar.cpp \
sidething.cpp \
runningappbar.cpp \
stabmon.cpp \
inputmethods.cpp \
systray.cpp \
wait.cpp \
shutdownimpl.cpp \
launcher.cpp \
launcherview.cpp \
../../core/apps/calibrate/calibrate.cpp \
transferserver.cpp \
packageslave.cpp \
irserver.cpp \
qcopbridge.cpp \
startmenu.cpp \
main.cpp \
../../rsync/base64.c \
../../rsync/buf.c \
../../rsync/checksum.c \
../../rsync/command.c \
../../rsync/delta.c \
../../rsync/emit.c \
../../rsync/hex.c \
../../rsync/job.c \
../../rsync/mdfour.c \
../../rsync/mksum.c \
../../rsync/msg.c \
../../rsync/netint.c \
../../rsync/patch.c \
../../rsync/prototab.c \
../../rsync/readsums.c \
../../rsync/scoop.c \
../../rsync/search.c \
../../rsync/stats.c \
../../rsync/stream.c \
../../rsync/sumset.c \
../../rsync/trace.c \
../../rsync/tube.c \
../../rsync/util.c \
../../rsync/version.c \
../../rsync/whole.c \
../../rsync/qrsync.cpp
INTERFACES = syncdialog.ui
INCLUDEPATH += ../../include
DEPENDPATH += ../../include .
INCLUDEPATH += ../../core/apps/calibrate
DEPENDPATH += ../../core/apps/calibrate
INCLUDEPATH += ../../rsync
DEPENDPATH += ../../rsync
TARGET = qpe
LIBS += -lqpe -lcrypt -lopie
TRANSLATIONS = ../../i18n/de/qpe.ts \
../../i18n/en/qpe.ts \
../../i18n/es/qpe.ts \
../../i18n/fr/qpe.ts \
../../i18n/hu/qpe.ts \
../../i18n/ja/qpe.ts \
../../i18n/ko/qpe.ts \
../../i18n/no/qpe.ts \
../../i18n/pl/qpe.ts \
../../i18n/pt/qpe.ts \
../../i18n/pt_BR/qpe.ts \
../../i18n/sl/qpe.ts \
../../i18n/zh_CN/qpe.ts \
../../i18n/it/qpe.ts \
- ../../i18n/zh_TW/qpe.ts
+ ../../i18n/zh_TW/qpe.ts \
+ ../../i18n/da/qpe.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index b4316b4..d5dafc8 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -1,56 +1,57 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = datebookday.h \
datebook.h \
dateentryimpl.h \
datebookdayheaderimpl.h \
datebooksettings.h \
datebookweek.h \
datebookweeklst.h \
datebookweekheaderimpl.h \
repeatentry.h \
timepicker.h \
noteentryimpl.h \
onoteedit.h
SOURCES = main.cpp \
datebookday.cpp \
datebook.cpp \
dateentryimpl.cpp \
datebookdayheaderimpl.cpp \
datebooksettings.cpp \
datebookweek.cpp \
datebookweeklst.cpp \
datebookweekheaderimpl.cpp \
repeatentry.cpp \
timepicker.cpp \
noteentryimpl.cpp \
onoteedit.cpp
INTERFACES = dateentry.ui \
datebookdayheader.ui \
datebookweekheader.ui \
datebookweeklstheader.ui \
datebookweeklstdayhdr.ui \
repeatentrybase.ui \
datebooksettingsbase.ui \
noteentry.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TARGET = datebook
TRANSLATIONS = ../../../i18n/de/datebook.ts \
../../../i18n/en/datebook.ts \
../../../i18n/es/datebook.ts \
../../../i18n/fr/datebook.ts \
../../../i18n/hu/datebook.ts \
../../../i18n/ja/datebook.ts \
../../../i18n/ko/datebook.ts \
../../../i18n/no/datebook.ts \
../../../i18n/pl/datebook.ts \
../../../i18n/pt/datebook.ts \
../../../i18n/pt_BR/datebook.ts \
../../../i18n/sl/datebook.ts \
../../../i18n/zh_CN/datebook.ts \
../../../i18n/it/datebook.ts \
- ../../../i18n/zh_TW/datebook.ts
+ ../../../i18n/zh_TW/datebook.ts \
+ ../../../i18n/da/datebook.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 2c815f0..2bd015d 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,25 +1,26 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = security.h
SOURCES = security.cpp main.cpp
INTERFACES = securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = security
TRANSLATIONS = ../../../i18n/de/security.ts \
../../../i18n/en/security.ts \
../../../i18n/es/security.ts \
../../../i18n/fr/security.ts \
../../../i18n/hu/security.ts \
../../../i18n/ja/security.ts \
../../../i18n/ko/security.ts \
../../../i18n/no/security.ts \
../../../i18n/pl/security.ts \
../../../i18n/pt/security.ts \
../../../i18n/pt_BR/security.ts \
../../../i18n/sl/security.ts \
../../../i18n/zh_CN/security.ts \
- ../../../i18n/zh_TW/security.ts
+ ../../../i18n/zh_TW/security.ts \
+ ../../../i18n/da/security.ts
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro
index 268640e..32ec423 100644
--- a/inputmethods/multikey/multikey.pro
+++ b/inputmethods/multikey/multikey.pro
@@ -1,27 +1,28 @@
TEMPLATE = lib
CONFIG += qt warn_on release
HEADERS = keyboard.h \
configdlg.h \
keyboardimpl.h
SOURCES = keyboard.cpp \
configdlg.cpp \
keyboardimpl.cpp
TARGET = qmultikey
DESTDIR = $(OPIEDIR)/plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts
TRANSLATIONS += ../../i18n/de/libqmultikey.ts
TRANSLATIONS += ../../i18n/en/libqmultikey.ts
TRANSLATIONS += ../../i18n/hu/libqmultikey.ts
TRANSLATIONS += ../../i18n/sl/libqmultikey.ts
TRANSLATIONS += ../../i18n/ja/libqmultikey.ts
TRANSLATIONS += ../../i18n/ko/libqmultikey.ts
TRANSLATIONS += ../../i18n/pl/libqmultikey.ts
TRANSLATIONS += ../../i18n/no/libqmultikey.ts
TRANSLATIONS += ../../i18n/zh_CN/libqmultikey.ts
TRANSLATIONS += ../../i18n/zh_TW/libqmultikey.ts
TRANSLATIONS += ../../i18n/fr/libqmultikey.ts
+TRANSLATIONS += ../../i18n/da/libqmultikey.ts
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro
index 52a322b..9be887b 100644
--- a/noncore/settings/appearance2/appearance2.pro
+++ b/noncore/settings/appearance2/appearance2.pro
@@ -1,12 +1,27 @@
TEMPLATE = app
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = appearance.h editScheme.h sample.h
SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe -lopie
TARGET = appearance
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
+TRANSLATIONS = ../../../i18n/de/appearance.ts \
+ ../../../i18n/en/appearance.ts \
+ ../../../i18n/es/appearance.ts \
+ ../../../i18n/fr/appearance.ts \
+ ../../../i18n/hu/appearance.ts \
+ ../../../i18n/ja/appearance.ts \
+ ../../../i18n/ko/appearance.ts \
+ ../../../i18n/no/appearance.ts \
+ ../../../i18n/pl/appearance.ts \
+ ../../../i18n/pt/appearance.ts \
+ ../../../i18n/pt_BR/appearance.ts \
+ ../../../i18n/sl/appearance.ts \
+ ../../../i18n/zh_CN/appearance.ts \
+ ../../../i18n/zh_TW/appearance.ts \
+ ../../../i18n/da/appearance.ts