From 7e1ad14d875b59d7338bdcd76ba4b8145ee68df2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Sep 2010 18:32:30 +0000 Subject: updated Russian translation, fixed README git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1918 90c681e8-e032-0410-971d-27865f9a5e38 --- README | 1 + README.RUS | 1 + src/plugins/Input/gme/decoder_gme.h | 3 +++ src/plugins/Input/gme/decodergmefactory.h | 4 +++- src/plugins/Input/gme/gmehelper.h | 3 +++ src/ui/translations/qmmp_ru.ts | 4 ++-- 6 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README b/README index 742b514a5..c178e8ca3 100644 --- a/README +++ b/README @@ -74,6 +74,7 @@ Requirements: - libcdio >= 0.80 (Optional) - libcddb >= 1.3.1 (Optional) - faad2 >= 2.6.1 (Optional) +- game-music-emu >= 0.5.5 (Optional) - libWildMidi >= 0.2.3.4 (Optional) - libbs2b >= 3.0.0 (Optional) - libprojectM >= 1.2.0 (Optional) diff --git a/README.RUS b/README.RUS index 9dc2df8bd..ab28f7f98 100644 --- a/README.RUS +++ b/README.RUS @@ -75,6 +75,7 @@ Qmmp - Qt-based multimedia player - libcdio >= 0.80 (Опционально) - libcddb >= 1.3.1 (Опционально) - faad2 >= 2.6.1 (Опционально) +- game-music-emu >= 0.5.5 (Опционально) - libWildMidi >= 0.2.3.4 (Опционально) - libbs2b >= 3.0.0 (Опционально) - libprojectM >= 1.2.0 (Опционально) diff --git a/src/plugins/Input/gme/decoder_gme.h b/src/plugins/Input/gme/decoder_gme.h index f53bc66bf..4041c6d64 100644 --- a/src/plugins/Input/gme/decoder_gme.h +++ b/src/plugins/Input/gme/decoder_gme.h @@ -26,6 +26,9 @@ class GmeHelper; +/** + @author Ilya Kotov +*/ class DecoderGme : public Decoder { public: diff --git a/src/plugins/Input/gme/decodergmefactory.h b/src/plugins/Input/gme/decodergmefactory.h index 2ab17b8db..521d85132 100644 --- a/src/plugins/Input/gme/decodergmefactory.h +++ b/src/plugins/Input/gme/decodergmefactory.h @@ -30,7 +30,9 @@ #include #include - +/** + @author Ilya Kotov +*/ class DecoderGmeFactory : public QObject, DecoderFactory { Q_OBJECT diff --git a/src/plugins/Input/gme/gmehelper.h b/src/plugins/Input/gme/gmehelper.h index f326b4a7c..bb90abc16 100644 --- a/src/plugins/Input/gme/gmehelper.h +++ b/src/plugins/Input/gme/gmehelper.h @@ -26,6 +26,9 @@ #include #include +/** + @author Ilya Kotov +*/ class GmeHelper { public: diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index e09589c16..b954931c3 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -132,7 +132,7 @@ Don't clear the playlist - Не очищать лист + Не очищать лист @@ -1594,7 +1594,7 @@ Don't start the application - + Не запускать приложение -- cgit v1.2.3-13-gbd6f