diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-27 18:32:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-27 18:32:30 +0000 |
| commit | 7e1ad14d875b59d7338bdcd76ba4b8145ee68df2 (patch) | |
| tree | 05b518928860034f4a8722a3b3150efc1ce00457 | |
| parent | f196608bb14331834dfd9ccc71d5f5b884119d67 (diff) | |
| download | qmmp-7e1ad14d875b59d7338bdcd76ba4b8145ee68df2.tar.gz qmmp-7e1ad14d875b59d7338bdcd76ba4b8145ee68df2.tar.bz2 qmmp-7e1ad14d875b59d7338bdcd76ba4b8145ee68df2.zip | |
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
| -rw-r--r-- | README | 1 | ||||
| -rw-r--r-- | README.RUS | 1 | ||||
| -rw-r--r-- | src/plugins/Input/gme/decoder_gme.h | 3 | ||||
| -rw-r--r-- | src/plugins/Input/gme/decodergmefactory.h | 4 | ||||
| -rw-r--r-- | src/plugins/Input/gme/gmehelper.h | 3 | ||||
| -rw-r--r-- | src/ui/translations/qmmp_ru.ts | 4 |
6 files changed, 13 insertions, 3 deletions
@@ -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 <forkotov02@hotmail.ru> +*/ 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 <qmmp/decoderfactory.h> #include <qmmp/fileinfo.h> - +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ 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 <gme/Music_Emu.h> #include <qmmp/fileinfo.h> +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ 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 @@ <message> <location filename="../builtincommandlineoption.cpp" line="54"/> <source>Don't clear the playlist</source> - <translation type="unfinished">Не очищать лист</translation> + <translation>Не очищать лист</translation> </message> <message> <location filename="../builtincommandlineoption.cpp" line="56"/> @@ -1594,7 +1594,7 @@ <message> <location filename="../qmmpstarter.cpp" line="181"/> <source>Don't start the application</source> - <translation type="unfinished"></translation> + <translation>Не запускать приложение</translation> </message> <message> <location filename="../qmmpstarter.cpp" line="183"/> |
