From 7a58fffbdde6f66821fe9103baf280410f70c812 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 May 2008 20:14:06 +0000 Subject: updated Chezh translation (author: Karel Volny) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@370 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/CMakeLists.txt | 4 +- src/plugins/General/scrobbler/scrobbler.pro | 5 +- .../scrobbler/translations/scrobbler_plugin_cs.ts | 55 ++++++++++++++++++++++ .../scrobbler/translations/translations.qrc | 7 +++ 4 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts create mode 100644 src/plugins/General/scrobbler/translations/translations.qrc (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt index 27886668e..a14ca0676 100644 --- a/src/plugins/General/scrobbler/CMakeLists.txt +++ b/src/plugins/General/scrobbler/CMakeLists.txt @@ -40,9 +40,9 @@ SET(libscrobbler_MOC_HDRS scrobbler.h ) -#SET(libscrobbler_RCCS translations/translations.qrc) +SET(libscrobbler_RCCS translations/translations.qrc) -#QT4_ADD_RESOURCES(libscrobbler_RCC_SRCS ${libscrobbler_RCCS}) +QT4_ADD_RESOURCES(libscrobbler_RCC_SRCS ${libscrobbler_RCCS}) QT4_WRAP_CPP(libscrobbler_MOC_SRCS ${libscrobbler_MOC_HDRS}) diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index d361402b7..f8a811c10 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -11,8 +11,9 @@ TARGET=$$PLUGINS_PREFIX/General/scrobbler QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so -TRANSLATIONS = translations/scrobbler_plugin_de.ts -#RESOURCES = translations/translations.qrc +TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ + translations/scrobbler_plugin_de.ts +RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ LIB_DIR = /lib diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts new file mode 100644 index 000000000..7f6f93441 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts @@ -0,0 +1,55 @@ + + + + + ScrobblerFactory + + + Scrobbler Plugin + Modul Scrobbler + + + + About Scrobbler Plugin + O modulu Scrobbler + + + + Qmmp AudioScrobbler Plugin + Modul Qmmp Scrobbler + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + OK + OK + + + + Cancel + Zrušit + + + + Scrobbler Plugin Settings + Nastavení modulu Scrobbler + + + + User name: + Uživatelské jméno: + + + + Password: + Heslo: + + + diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc new file mode 100644 index 000000000..cd72b5864 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -0,0 +1,7 @@ + + + + scrobbler_plugin_cs.qm + scrobbler_plugin_de.qm + + -- cgit v1.2.3-13-gbd6f