From 54b3b193bab2c234d00a412a3093923a1c015f28 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 14 Jun 2008 12:27:36 +0000 Subject: updated Russian translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@414 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 3 +- .../scrobbler/translations/scrobbler_plugin_ru.qm | Bin 0 -> 940 bytes .../scrobbler/translations/scrobbler_plugin_ru.ts | 55 +++++++++++++++++++++ .../translations/scrobbler_plugin_zh_TW.ts | 1 - .../scrobbler/translations/translations.qrc | 1 + 5 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 0ba716946..b771cee05 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -14,7 +14,8 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_de.ts \ translations/scrobbler_plugin_zh_CN.ts \ - translations/scrobbler_plugin_zh_TW.ts + translations/scrobbler_plugin_zh_TW.ts \ + translations/scrobbler_plugin_ru.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm new file mode 100644 index 000000000..9fe290a6e Binary files /dev/null and b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.qm differ 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 @@ + + + + + ScrobblerFactory + + + Scrobbler Plugin + Модуль scrobbler + + + + About Scrobbler Plugin + Об модуле Scrobbler + + + + Qmmp AudioScrobbler Plugin + Модуль AudioScrobbler для Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Разработчик: Илья Котов <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Scrobbler Plugin Settings + Настройки модуля scrobbler + + + + User name: + Имя пользователя: + + + + Password: + Пароль: + + + + OK + + + + + Cancel + Отмена + + + 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 @@ - ScrobblerFactory 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 @@ scrobbler_plugin_de.qm scrobbler_plugin_zh_CN.qm scrobbler_plugin_zh_TW.qm + scrobbler_plugin_ru.qm -- cgit v1.2.3-13-gbd6f