diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-27 10:22:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-27 10:22:43 +0000 |
| commit | 0bc5775baa3b0c0e70f66507e64d08e16b5e94e3 (patch) | |
| tree | c2207f77f489b0f4f922b0933f41a7b72409817d /src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts | |
| parent | f5c896982dd61bc33c4ee0f7da7210b5e9de9360 (diff) | |
| download | qmmp-0bc5775baa3b0c0e70f66507e64d08e16b5e94e3.tar.gz qmmp-0bc5775baa3b0c0e70f66507e64d08e16b5e94e3.tar.bz2 qmmp-0bc5775baa3b0c0e70f66507e64d08e16b5e94e3.zip | |
added stream browser plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2638 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts')
| -rw-r--r-- | src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts new file mode 100644 index 000000000..d229fc3fb --- /dev/null +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ru_RU"> +<context> + <name>StreamBrowser</name> + <message> + <location filename="../streambrowser.cpp" line="33"/> + <source>Stream Browser</source> + <translation>Обзор потоков</translation> + </message> +</context> +<context> + <name>StreamBrowserFactory</name> + <message> + <location filename="../streambrowserfactory.cpp" line="28"/> + <source>Stream Browser Plugin</source> + <translation>Модуль обзора потоков</translation> + </message> + <message> + <location filename="../streambrowserfactory.cpp" line="49"/> + <source>About Stream Browser Plugin</source> + <translation>О модуле обзора потоков</translation> + </message> + <message> + <location filename="../streambrowserfactory.cpp" line="50"/> + <source>Qmmp Stream Browser Plugin</source> + <translation>Модуль обзора потоков для Qmmp</translation> + </message> + <message> + <location filename="../streambrowserfactory.cpp" line="51"/> + <source>This plugin allows to add stream from IceCast stream directory</source> + <translation>Этот модуль предназначен для добавления потоков из директории IceCast</translation> + </message> + <message> + <location filename="../streambrowserfactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>StreamWindow</name> + <message> + <location filename="../streamwindow.ui" line="14"/> + <source>Stream Browser</source> + <translation>Обзор потоков</translation> + </message> + <message> + <location filename="../streamwindow.ui" line="33"/> + <source>Favorites</source> + <translation>Избранное</translation> + </message> + <message> + <location filename="../streamwindow.ui" line="59"/> + <source>IceCast</source> + <translation>IceCast</translation> + </message> + <message> + <location filename="../streamwindow.ui" line="88"/> + <source>Add</source> + <translation>Добавить</translation> + </message> + <message> + <location filename="../streamwindow.ui" line="95"/> + <source>Update</source> + <translation>Обновить</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="50"/> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="51"/> + <source>Genre</source> + <translation>Жанр</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="52"/> + <source>Bitrate</source> + <translation>Битовая частота</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="53"/> + <source>Format</source> + <translation>Формат</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="102"/> + <source>Done</source> + <translation>Готово</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="105"/> + <location filename="../streamwindow.cpp" line="106"/> + <source>Error</source> + <translation>Ошибка</translation> + </message> + <message> + <location filename="../streamwindow.cpp" line="125"/> + <source>Receiving</source> + <translation>Получение</translation> + </message> +</context> +</TS> |
