diff options
Diffstat (limited to 'src/plugins/General/scrobbler/translations')
4 files changed, 56 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm Binary files differnew file mode 100644 index 000000000..9fe290a6e --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts new file mode 100644 index 000000000..b9a03db12 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="1.1" language="ru"> +<defaultcodec></defaultcodec> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="30"/> + <source>Scrobbler Plugin</source> + <translation>Модуль scrobbler</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="49"/> + <source>About Scrobbler Plugin</source> + <translation>Об модуле Scrobbler </translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="50"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation>Модуль AudioScrobbler для Qmmp</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Scrobbler Plugin Settings</source> + <translation>Настройки модуля scrobbler</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="19"/> + <source>User name:</source> + <translation>Имя пользователя:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Password:</source> + <translation>Пароль:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="65"/> + <source>Cancel</source> + <translation>Отмена</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts index 52eb51743..6c42fd1ef 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="zh_TW"> -<defaultcodec></defaultcodec> <context> <name>ScrobblerFactory</name> <message> diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index a9ec6c7dc..1f6219ba8 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -5,5 +5,6 @@ <file>scrobbler_plugin_de.qm</file> <file>scrobbler_plugin_zh_CN.qm</file> <file>scrobbler_plugin_zh_TW.qm</file> + <file>scrobbler_plugin_ru.qm</file> </qresource> </RCC> |
