author | mickeyl <mickeyl> | 2003-03-30 18:30:39 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-03-30 18:30:39 (UTC) |
commit | 9f185c144aa92c08d4d24721e1eba7782b51d366 (patch) (side-by-side diff) | |
tree | 046f99ce149e0040cb5cf9c2948e50724f2f0173 | |
parent | 02309f4e7102f74b4b49cbf3839502f3518f700e (diff) | |
download | opie-9f185c144aa92c08d4d24721e1eba7782b51d366.zip opie-9f185c144aa92c08d4d24721e1eba7782b51d366.tar.gz opie-9f185c144aa92c08d4d24721e1eba7782b51d366.tar.bz2 |
enable translation of rotateapplet. carsten: will you add the rest of the .ts files?
-rw-r--r-- | core/applets/rotateapplet/rotateapplet.pro | 17 | ||||
-rw-r--r-- | i18n/de/librotateapplet.ts | 14 |
2 files changed, 31 insertions, 0 deletions
diff --git a/core/applets/rotateapplet/rotateapplet.pro b/core/applets/rotateapplet/rotateapplet.pro index abcca47..40d31a0 100644 --- a/core/applets/rotateapplet/rotateapplet.pro +++ b/core/applets/rotateapplet/rotateapplet.pro @@ -1,12 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = rotate.h SOURCES = rotate.cpp TARGET = rotateapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 +TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \ + ../../../i18n/da/librotateapplet.ts \ + ../../../i18n/xx/librotateapplet.ts \ + ../../../i18n/en/librotateapplet.ts \ + ../../../i18n/es/librotateapplet.ts \ + ../../../i18n/fr/librotateapplet.ts \ + ../../../i18n/hu/librotateapplet.ts \ + ../../../i18n/ja/librotateapplet.ts \ + ../../../i18n/ko/librotateapplet.ts \ + ../../../i18n/no/librotateapplet.ts \ + ../../../i18n/pl/librotateapplet.ts \ + ../../../i18n/pt/librotateapplet.ts \ + ../../../i18n/pt_BR/librotateapplet.ts \ + ../../../i18n/sl/librotateapplet.ts \ + ../../../i18n/zh_CN/librotateapplet.ts \ + ../../../i18n/zh_TW/librotateapplet.ts + include ( $(OPIEDIR)/include.pro ) diff --git a/i18n/de/librotateapplet.ts b/i18n/de/librotateapplet.ts new file mode 100644 index 0000000..83e34b1 --- a/dev/null +++ b/i18n/de/librotateapplet.ts @@ -0,0 +1,14 @@ +<!DOCTYPE TS><TS> +<defaultcodec>iso8859-1</defaultcodec> +<context> + <name>RotateApplet</name> + <message> + <source>Rotate shortcut</source> + <translation>Rotieren Abkürzung</translation> + </message> + <message> + <source>Rotate</source> + <translation>Rotieren</translation> + </message> +</context> +</TS> |