From e7ab60671ecb93ef77959109f77893aa3697a019 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 31 Mar 2008 10:24:56 +0000 Subject: moved text files to txt directory git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@305 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/aboutdialog.cpp | 4 ++-- src/ui/html/authors_cs.txt | 12 ------------ src/ui/html/authors_en.txt | 16 ---------------- src/ui/html/authors_ru.txt | 14 -------------- src/ui/html/authors_zh_CN.txt | 16 ---------------- src/ui/html/thanks_cs.txt | 3 --- src/ui/html/thanks_en.txt | 3 --- src/ui/html/thanks_ru.txt | 3 --- src/ui/html/thanks_zh_CN.txt | 3 --- src/ui/stuff.qrc | 25 +++++++++++++++++++------ src/ui/txt/authors_cs.txt | 12 ++++++++++++ src/ui/txt/authors_en.txt | 16 ++++++++++++++++ src/ui/txt/authors_ru.txt | 9 +++++++++ src/ui/txt/authors_uk_UA.txt | 12 ++++++++++++ src/ui/txt/authors_zh_CN.txt | 12 ++++++++++++ src/ui/txt/authors_zh_TW.txt | 17 +++++++++++++++++ src/ui/txt/thanks_cs.txt | 3 +++ src/ui/txt/thanks_en.txt | 3 +++ src/ui/txt/thanks_ru.txt | 3 +++ src/ui/txt/thanks_uk_UA.txt | 3 +++ src/ui/txt/thanks_zh_CN.txt | 3 +++ src/ui/txt/thanks_zh_TW.txt | 3 +++ 22 files changed, 117 insertions(+), 78 deletions(-) delete mode 100644 src/ui/html/authors_cs.txt delete mode 100644 src/ui/html/authors_en.txt delete mode 100644 src/ui/html/authors_ru.txt delete mode 100644 src/ui/html/authors_zh_CN.txt delete mode 100644 src/ui/html/thanks_cs.txt delete mode 100644 src/ui/html/thanks_en.txt delete mode 100644 src/ui/html/thanks_ru.txt delete mode 100644 src/ui/html/thanks_zh_CN.txt create mode 100644 src/ui/txt/authors_cs.txt create mode 100644 src/ui/txt/authors_en.txt create mode 100644 src/ui/txt/authors_ru.txt create mode 100644 src/ui/txt/authors_uk_UA.txt create mode 100644 src/ui/txt/authors_zh_CN.txt create mode 100644 src/ui/txt/authors_zh_TW.txt create mode 100644 src/ui/txt/thanks_cs.txt create mode 100644 src/ui/txt/thanks_en.txt create mode 100644 src/ui/txt/thanks_ru.txt create mode 100644 src/ui/txt/thanks_uk_UA.txt create mode 100644 src/ui/txt/thanks_zh_CN.txt create mode 100644 src/ui/txt/thanks_zh_TW.txt (limited to 'src') diff --git a/src/ui/aboutdialog.cpp b/src/ui/aboutdialog.cpp index 8b797ea75..a8bb4a744 100644 --- a/src/ui/aboutdialog.cpp +++ b/src/ui/aboutdialog.cpp @@ -57,8 +57,8 @@ AboutDialog::AboutDialog(QWidget* parent, Qt::WFlags fl) setAttribute(Qt::WA_QuitOnClose, FALSE); licenseTextEdit->setPlainText(getstringFromResource(":COPYING")); aboutTextEdit->setHtml(loadAbout()); - authorsTextEdit->setPlainText(getstringFromResource(tr(":/html/authors_en.txt"))); - thanksToTextEdit->setPlainText(getstringFromResource(tr(":/html/thanks_en.txt"))); + authorsTextEdit->setPlainText(getstringFromResource(tr(":/txt/authors_en.txt"))); + thanksToTextEdit->setPlainText(getstringFromResource(tr(":/txt/thanks_en.txt"))); } AboutDialog::~AboutDialog() diff --git a/src/ui/html/authors_cs.txt b/src/ui/html/authors_cs.txt deleted file mode 100644 index 89d585c24..000000000 --- a/src/ui/html/authors_cs.txt +++ /dev/null @@ -1,12 +0,0 @@ -Vývojáři programu: - - Илья Котов (Ilja Kotov) (nápad a základní kód) - Владимир Кузнецов (Vladimír Kuzněcov) (vzhled a mnoho vylepšení) - -Vývojáři zásuvných modulů: - - Юрий Журавлёв (Jurij Žuravljov) (jack plugin) - -Český překlad: - - Karel Volný diff --git a/src/ui/html/authors_en.txt b/src/ui/html/authors_en.txt deleted file mode 100644 index 6444d0f8e..000000000 --- a/src/ui/html/authors_en.txt +++ /dev/null @@ -1,16 +0,0 @@ -Core Developers: - - Ilya Kotov (idea and base code) - Vladimir Kuznetsov (look&feel and many improvements) - -Plugin Developers: - - Yuriy Zhuravlev (jack & oss plugin) - -Artwork: - - Andrey Adreev - -Turkish translation: - - Mustafa GUNAY diff --git a/src/ui/html/authors_ru.txt b/src/ui/html/authors_ru.txt deleted file mode 100644 index 3d9d524c9..000000000 --- a/src/ui/html/authors_ru.txt +++ /dev/null @@ -1,14 +0,0 @@ -Разработчики ядра: - - Владимир Кузнецов (внешний вид и множество улучшений) - Илья Котов (идея и основной код) - -Разработчики модулей: - - Юрий Журавлёв (модули jack и oss) - -Дизайн: - - Андрей Андреев - - diff --git a/src/ui/html/authors_zh_CN.txt b/src/ui/html/authors_zh_CN.txt deleted file mode 100644 index f2d8892fd..000000000 --- a/src/ui/html/authors_zh_CN.txt +++ /dev/null @@ -1,16 +0,0 @@ -核心开发: - - Ilya Kotov (idea and base code) - Vladimir Kuznetsov (look&feel and many improvements) - -插件开发: - - Yuriy Zhuravlev (jack plugin) - -土耳其语翻译: - - Mustafa GUNAY - -简体中文翻译: - - 李红昆 \ No newline at end of file diff --git a/src/ui/html/thanks_cs.txt b/src/ui/html/thanks_cs.txt deleted file mode 100644 index 9bc0388da..000000000 --- a/src/ui/html/thanks_cs.txt +++ /dev/null @@ -1,3 +0,0 @@ -Poděkování patří: - - Вадим Калинников (Vadim Kalinnikov) (hosting projektu) diff --git a/src/ui/html/thanks_en.txt b/src/ui/html/thanks_en.txt deleted file mode 100644 index 3ed2fe5d5..000000000 --- a/src/ui/html/thanks_en.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thanks to: - - Vadim Kalinnikov (project hosting) diff --git a/src/ui/html/thanks_ru.txt b/src/ui/html/thanks_ru.txt deleted file mode 100644 index 79acc177d..000000000 --- a/src/ui/html/thanks_ru.txt +++ /dev/null @@ -1,3 +0,0 @@ -Благодарности: - - Вадиму Калинникову (хотстинг проекта) diff --git a/src/ui/html/thanks_zh_CN.txt b/src/ui/html/thanks_zh_CN.txt deleted file mode 100644 index 505d05c72..000000000 --- a/src/ui/html/thanks_zh_CN.txt +++ /dev/null @@ -1,3 +0,0 @@ -感谢: - - Vadim Kalinnikov (project hosting) diff --git a/src/ui/stuff.qrc b/src/ui/stuff.qrc index 20275a842..6fcab9d37 100644 --- a/src/ui/stuff.qrc +++ b/src/ui/stuff.qrc @@ -2,13 +2,26 @@ ../../COPYING + txt/description_en.txt - html/about_en.html - html/about_ru.html - html/authors_en.txt - html/thanks_en.txt - html/authors_ru.txt - html/thanks_ru.txt + txt/authors_en.txt + txt/thanks_en.txt + + txt/authors_uk_UA.txt + txt/thanks_uk_UA.txt + + txt/authors_zh_TW.txt + txt/thanks_zh_TW.txt + + txt/authors_cs.txt + txt/thanks_cs.txt + + txt/authors_ru.txt + txt/thanks_ru.txt + + txt/authors_zh_CN.txt + txt/thanks_zh_CN.txt + default/balance.png default/eqmain.png default/numbers.png diff --git a/src/ui/txt/authors_cs.txt b/src/ui/txt/authors_cs.txt new file mode 100644 index 000000000..89d585c24 --- /dev/null +++ b/src/ui/txt/authors_cs.txt @@ -0,0 +1,12 @@ +Vývojáři programu: + + Илья Котов (Ilja Kotov) (nápad a základní kód) + Владимир Кузнецов (Vladimír Kuzněcov) (vzhled a mnoho vylepšení) + +Vývojáři zásuvných modulů: + + Юрий Журавлёв (Jurij Žuravljov) (jack plugin) + +Český překlad: + + Karel Volný diff --git a/src/ui/txt/authors_en.txt b/src/ui/txt/authors_en.txt new file mode 100644 index 000000000..6444d0f8e --- /dev/null +++ b/src/ui/txt/authors_en.txt @@ -0,0 +1,16 @@ +Core Developers: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +Plugin Developers: + + Yuriy Zhuravlev (jack & oss plugin) + +Artwork: + + Andrey Adreev + +Turkish translation: + + Mustafa GUNAY diff --git a/src/ui/txt/authors_ru.txt b/src/ui/txt/authors_ru.txt new file mode 100644 index 000000000..b95c3887e --- /dev/null +++ b/src/ui/txt/authors_ru.txt @@ -0,0 +1,9 @@ +Разработчики ядра: + + Владимир Кузнецов (внешний вид и множество улучшений) + Илья Котов (идея и основной код) + +Разработчики модулей: + + Юрий Журавлёв (модуль jack) + diff --git a/src/ui/txt/authors_uk_UA.txt b/src/ui/txt/authors_uk_UA.txt new file mode 100644 index 000000000..f5af0699d --- /dev/null +++ b/src/ui/txt/authors_uk_UA.txt @@ -0,0 +1,12 @@ +Розробники ядра: + + Володимир Кузнєцов (зовнішній вигляд і безліч поліпшень) + Ілля Котов (ідея і основний код) + +Розробники модулів: + + Юрій Журавльов (модуль jack) + +Український переклад: + + Моцьо Геннадій diff --git a/src/ui/txt/authors_zh_CN.txt b/src/ui/txt/authors_zh_CN.txt new file mode 100644 index 000000000..d783fe456 --- /dev/null +++ b/src/ui/txt/authors_zh_CN.txt @@ -0,0 +1,12 @@ +核心开发: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +插件开发: + + Yuriy Zhuravlev (jack plugin) + +简体中文翻译: + + 李红昆 diff --git a/src/ui/txt/authors_zh_TW.txt b/src/ui/txt/authors_zh_TW.txt new file mode 100644 index 000000000..a7016d971 --- /dev/null +++ b/src/ui/txt/authors_zh_TW.txt @@ -0,0 +1,17 @@ +核心開發: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +插件開發: + + Yuriy Zhuravlev (jack plugin) + +简体中文翻译: + + 李红昆 + +繁體中文翻譯: + + 李红昆 + diff --git a/src/ui/txt/thanks_cs.txt b/src/ui/txt/thanks_cs.txt new file mode 100644 index 000000000..9bc0388da --- /dev/null +++ b/src/ui/txt/thanks_cs.txt @@ -0,0 +1,3 @@ +Poděkování patří: + + Вадим Калинников (Vadim Kalinnikov) (hosting projektu) diff --git a/src/ui/txt/thanks_en.txt b/src/ui/txt/thanks_en.txt new file mode 100644 index 000000000..3ed2fe5d5 --- /dev/null +++ b/src/ui/txt/thanks_en.txt @@ -0,0 +1,3 @@ +Thanks to: + + Vadim Kalinnikov (project hosting) diff --git a/src/ui/txt/thanks_ru.txt b/src/ui/txt/thanks_ru.txt new file mode 100644 index 000000000..df8b15ba7 --- /dev/null +++ b/src/ui/txt/thanks_ru.txt @@ -0,0 +1,3 @@ +Благодарности: + + Вадиму Калинникову (хоcтинг проекта) diff --git a/src/ui/txt/thanks_uk_UA.txt b/src/ui/txt/thanks_uk_UA.txt new file mode 100644 index 000000000..3522e7f0f --- /dev/null +++ b/src/ui/txt/thanks_uk_UA.txt @@ -0,0 +1,3 @@ +Gjlzrb: + + Вадиму Каліннікову (хотстинг проекту) diff --git a/src/ui/txt/thanks_zh_CN.txt b/src/ui/txt/thanks_zh_CN.txt new file mode 100644 index 000000000..505d05c72 --- /dev/null +++ b/src/ui/txt/thanks_zh_CN.txt @@ -0,0 +1,3 @@ +感谢: + + Vadim Kalinnikov (project hosting) diff --git a/src/ui/txt/thanks_zh_TW.txt b/src/ui/txt/thanks_zh_TW.txt new file mode 100644 index 000000000..e8827e464 --- /dev/null +++ b/src/ui/txt/thanks_zh_TW.txt @@ -0,0 +1,3 @@ +感謝: + + Vadim Kalinnikov (project hosting) -- cgit v1.2.3-13-gbd6f