-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 | |||
@@ -9,4 +9,21 @@ DEPENDPATH += $(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \ | ||
13 | ../../../i18n/da/librotateapplet.ts \ | ||
14 | ../../../i18n/xx/librotateapplet.ts \ | ||
15 | ../../../i18n/en/librotateapplet.ts \ | ||
16 | ../../../i18n/es/librotateapplet.ts \ | ||
17 | ../../../i18n/fr/librotateapplet.ts \ | ||
18 | ../../../i18n/hu/librotateapplet.ts \ | ||
19 | ../../../i18n/ja/librotateapplet.ts \ | ||
20 | ../../../i18n/ko/librotateapplet.ts \ | ||
21 | ../../../i18n/no/librotateapplet.ts \ | ||
22 | ../../../i18n/pl/librotateapplet.ts \ | ||
23 | ../../../i18n/pt/librotateapplet.ts \ | ||
24 | ../../../i18n/pt_BR/librotateapplet.ts \ | ||
25 | ../../../i18n/sl/librotateapplet.ts \ | ||
26 | ../../../i18n/zh_CN/librotateapplet.ts \ | ||
27 | ../../../i18n/zh_TW/librotateapplet.ts | ||
28 | |||
12 | include ( $(OPIEDIR)/include.pro ) | 29 | 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 @@ | |||
1 | <!DOCTYPE TS><TS> | ||
2 | <defaultcodec>iso8859-1</defaultcodec> | ||
3 | <context> | ||
4 | <name>RotateApplet</name> | ||
5 | <message> | ||
6 | <source>Rotate shortcut</source> | ||
7 | <translation>Rotieren Abkürzung</translation> | ||
8 | </message> | ||
9 | <message> | ||
10 | <source>Rotate</source> | ||
11 | <translation>Rotieren</translation> | ||
12 | </message> | ||
13 | </context> | ||
14 | </TS> | ||