author | cniehaus <cniehaus> | 2003-01-02 14:21:35 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-01-02 14:21:35 (UTC) |
commit | fef7b986c5f1e09eb2b3cbd55ad37318f33a5bd6 (patch) (side-by-side diff) | |
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 @@ -9,19 +9,19 @@ LIBS += -lqpe TARGET = sheetqt -TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ - ../../../i18n/da/sheetqt.ts \ - ../../../i18n/xx/sheetqt.ts \ - ../../../i18n/en/sheetqt.ts \ - ../../../i18n/es/sheetqt.ts \ - ../../../i18n/fr/sheetqt.ts \ - ../../../i18n/hu/sheetqt.ts \ - ../../../i18n/ja/sheetqt.ts \ - ../../../i18n/ko/sheetqt.ts \ - ../../../i18n/no/sheetqt.ts \ - ../../../i18n/pl/sheetqt.ts \ - ../../../i18n/pt/sheetqt.ts \ - ../../../i18n/pt_BR/sheetqt.ts \ - ../../../i18n/sl/sheetqt.ts \ - ../../../i18n/zh_CN/sheetqt.ts \ - ../../../i18n/zh_TW/sheetqt.ts \ - ../../../i18n/it/sheetqt.ts +TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ + ../../../i18n/da/opie-sheet.ts \ + ../../../i18n/xx/opie-sheet.ts \ + ../../../i18n/en/opie-sheet.ts \ + ../../../i18n/es/opie-sheet.ts \ + ../../../i18n/fr/opie-sheet.ts \ + ../../../i18n/hu/opie-sheet.ts \ + ../../../i18n/ja/opie-sheet.ts \ + ../../../i18n/ko/opie-sheet.ts \ + ../../../i18n/no/opie-sheet.ts \ + ../../../i18n/pl/opie-sheet.ts \ + ../../../i18n/pt/opie-sheet.ts \ + ../../../i18n/pt_BR/opie-sheet.ts \ + ../../../i18n/sl/opie-sheet.ts \ + ../../../i18n/zh_CN/opie-sheet.ts \ + ../../../i18n/zh_TW/opie-sheet.ts \ + ../../../i18n/it/opie-sheet.ts |