author | leseb <leseb> | 2002-04-30 08:28:34 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-30 08:28:34 (UTC) |
commit | ace7b43b1c978950ca38e8bd962f4b52d34ac307 (patch) (unidiff) | |
tree | 403822291b5b06aad52009937ab89a296972f2c6 | |
parent | 086321e9356ea9f256c7f734f1889d1e69decf96 (diff) | |
download | opie-ace7b43b1c978950ca38e8bd962f4b52d34ac307.zip opie-ace7b43b1c978950ca38e8bd962f4b52d34ac307.tar.gz opie-ace7b43b1c978950ca38e8bd962f4b52d34ac307.tar.bz2 |
Sort translations alphabeticaly
-rw-r--r-- | noncore/graphics/drawpad/drawpad.pro | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 3b120c9..9360256 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -37,18 +37,18 @@ INCLUDEPATH += $(OPIEDIR)/include \ | |||
37 | $(QTDIR)/src/3rdparty/zlib | 37 | $(QTDIR)/src/3rdparty/zlib |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
40 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
41 | TARGET = drawpad | 41 | TARGET = drawpad |
42 | 42 | ||
43 | TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts | 43 | TRANSLATIONS= ../../i18n/de/drawpad.ts |
44 | TRANSLATIONS += ../../i18n/de/drawpad.ts | 44 | TRANSLATIONS+= ../../i18n/en/drawpad.ts |
45 | TRANSLATIONS += ../../i18n/en/drawpad.ts | 45 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts |
46 | TRANSLATIONS += ../../i18n/hu/drawpad.ts | 46 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts |
47 | TRANSLATIONS += ../../i18n/pl/drawpad.ts | 47 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts |
48 | TRANSLATIONS += ../../i18n/ja/drawpad.ts | 48 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts |
49 | TRANSLATIONS += ../../i18n/sl/drawpad.ts | 49 | TRANSLATIONS+= ../../i18n/no/drawpad.ts |
50 | TRANSLATIONS += ../../i18n/fr/drawpad.ts | 50 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts |
51 | TRANSLATIONS += ../../i18n/ko/drawpad.ts | 51 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts |
52 | TRANSLATIONS += ../../i18n/no/drawpad.ts | 52 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts |
53 | TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts | 53 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts |
54 | TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts | 54 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts |