diff options
| -rw-r--r-- | README | 5 | ||||
| -rw-r--r-- | README.RUS | 4 | ||||
| -rw-r--r-- | src/plugins/Transports/mms/translations/mms_plugin_ru.ts | 10 |
3 files changed, 9 insertions, 10 deletions
@@ -3,8 +3,8 @@ Qmmp - Qt-based multimedia player This program is an audio-player, written with help of Qt library. Official home page: http://qmmp.ylsoftware.com/ -Supported formats: -- MPEG1 layer 2/3 +Supported formats: +- MPEG1 layer 2/3 - Ogg Vorbis - Native FLAC, Ogg FLAC - Musepack @@ -138,4 +138,3 @@ cmake ./ -DLIB_DIR=lib64 All patches, bug reports, ideas etc. send to forkotov02@hotmail.ru or use issue tracker http://code.google.com/p/qmmp/issues/list - diff --git a/README.RUS b/README.RUS index 4ee0c4b26..90e0ca0a3 100644 --- a/README.RUS +++ b/README.RUS @@ -3,8 +3,8 @@ Qmmp - Qt-based multimedia player Программа является аудио-плеером, написанным с использованием библиотеки Qt. Официальная домашняя страница: http://qmmp.ylsoftware.com/ -Поддерживаемые форматы: -- MPEG1 layer 2/3 +Поддерживаемые форматы: +- MPEG1 layer 2/3 - Ogg Vorbis - Native FLAC, Ogg FLAC - Musepack diff --git a/src/plugins/Transports/mms/translations/mms_plugin_ru.ts b/src/plugins/Transports/mms/translations/mms_plugin_ru.ts index 447e2252d..0b6f99e51 100644 --- a/src/plugins/Transports/mms/translations/mms_plugin_ru.ts +++ b/src/plugins/Transports/mms/translations/mms_plugin_ru.ts @@ -6,22 +6,22 @@ <message> <location filename="../mmsinputfactory.cpp" line="34"/> <source>MMS Plugin</source> - <translation type="unfinished"></translation> + <translation>Модуль MMS</translation> </message> <message> <location filename="../mmsinputfactory.cpp" line="54"/> <source>About MMS Transport Plugin</source> - <translation type="unfinished"></translation> + <translation>О модуле MMS</translation> </message> <message> <location filename="../mmsinputfactory.cpp" line="55"/> <source>Qmmp MMS Transport Plugin</source> - <translation type="unfinished"></translation> + <translation>Транспортный модуль MMS для Qmmp</translation> </message> <message> <location filename="../mmsinputfactory.cpp" line="56"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation type="unfinished">Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> </context> <context> @@ -29,7 +29,7 @@ <message> <location filename="../settingsdialog.ui" line="14"/> <source>MMS Plugin Settings</source> - <translation type="unfinished"></translation> + <translation>Настройки модуля MMS</translation> </message> <message> <location filename="../settingsdialog.ui" line="29"/> |
