author | cniehaus <cniehaus> | 2003-01-02 14:21:35 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-01-02 14:21:35 (UTC) |
commit | fef7b986c5f1e09eb2b3cbd55ad37318f33a5bd6 (patch) (unidiff) | |
tree | 8d0ac036067fedcd0d49f32af686495b106575be | |
parent | ff5b40a1f67134b7a73b0c62cfb2d1e0ef0e779e (diff) | |
download | opie-fef7b986c5f1e09eb2b3cbd55ad37318f33a5bd6.zip opie-fef7b986c5f1e09eb2b3cbd55ad37318f33a5bd6.tar.gz opie-fef7b986c5f1e09eb2b3cbd55ad37318f33a5bd6.tar.bz2 |
fixes for i18n
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 7d84d87..bb8e29f 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -8,20 +8,20 @@ DEPENDPATH += $(OPIEDIR)/include | |||
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = sheetqt | 9 | TARGET = sheetqt |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ |
12 | ../../../i18n/da/sheetqt.ts \ | 12 | ../../../i18n/da/opie-sheet.ts \ |
13 | ../../../i18n/xx/sheetqt.ts \ | 13 | ../../../i18n/xx/opie-sheet.ts \ |
14 | ../../../i18n/en/sheetqt.ts \ | 14 | ../../../i18n/en/opie-sheet.ts \ |
15 | ../../../i18n/es/sheetqt.ts \ | 15 | ../../../i18n/es/opie-sheet.ts \ |
16 | ../../../i18n/fr/sheetqt.ts \ | 16 | ../../../i18n/fr/opie-sheet.ts \ |
17 | ../../../i18n/hu/sheetqt.ts \ | 17 | ../../../i18n/hu/opie-sheet.ts \ |
18 | ../../../i18n/ja/sheetqt.ts \ | 18 | ../../../i18n/ja/opie-sheet.ts \ |
19 | ../../../i18n/ko/sheetqt.ts \ | 19 | ../../../i18n/ko/opie-sheet.ts \ |
20 | ../../../i18n/no/sheetqt.ts \ | 20 | ../../../i18n/no/opie-sheet.ts \ |
21 | ../../../i18n/pl/sheetqt.ts \ | 21 | ../../../i18n/pl/opie-sheet.ts \ |
22 | ../../../i18n/pt/sheetqt.ts \ | 22 | ../../../i18n/pt/opie-sheet.ts \ |
23 | ../../../i18n/pt_BR/sheetqt.ts \ | 23 | ../../../i18n/pt_BR/opie-sheet.ts \ |
24 | ../../../i18n/sl/sheetqt.ts \ | 24 | ../../../i18n/sl/opie-sheet.ts \ |
25 | ../../../i18n/zh_CN/sheetqt.ts \ | 25 | ../../../i18n/zh_CN/opie-sheet.ts \ |
26 | ../../../i18n/zh_TW/sheetqt.ts \ | 26 | ../../../i18n/zh_TW/opie-sheet.ts \ |
27 | ../../../i18n/it/sheetqt.ts | 27 | ../../../i18n/it/opie-sheet.ts |