aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-14 20:14:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-14 20:14:06 +0000
commit7a58fffbdde6f66821fe9103baf280410f70c812 (patch)
tree28041541a7e0ee84c2bfc3d85e6203ad51ba93a5 /src/plugins/General/scrobbler
parent5e0ebccbd6ca1cf13df75c3f9bf515c5128cef7d (diff)
downloadqmmp-7a58fffbdde6f66821fe9103baf280410f70c812.tar.gz
qmmp-7a58fffbdde6f66821fe9103baf280410f70c812.tar.bz2
qmmp-7a58fffbdde6f66821fe9103baf280410f70c812.zip
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
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/CMakeLists.txt4
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro5
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts55
-rw-r--r--src/plugins/General/scrobbler/translations/translations.qrc7
4 files changed, 67 insertions, 4 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="1.1" language="cs">
+<defaultcodec></defaultcodec>
+<context>
+ <name>ScrobblerFactory</name>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="30"/>
+ <source>Scrobbler Plugin</source>
+ <translation>Modul Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="49"/>
+ <source>About Scrobbler Plugin</source>
+ <translation>O modulu Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
+ <source>Qmmp AudioScrobbler Plugin</source>
+ <translation>Modul Qmmp Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="58"/>
+ <source>OK</source>
+ <translation>OK</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="65"/>
+ <source>Cancel</source>
+ <translation>Zrušit</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>Scrobbler Plugin Settings</source>
+ <translation>Nastavení modulu Scrobbler</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="19"/>
+ <source>User name:</source>
+ <translation>Uživatelské jméno:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="29"/>
+ <source>Password:</source>
+ <translation>Heslo:</translation>
+ </message>
+</context>
+</TS>
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 @@
+<!DOCTYPE RCC>
+<RCC version="1.0">
+ <qresource>
+ <file>scrobbler_plugin_cs.qm</file>
+ <file>scrobbler_plugin_de.qm</file>
+ </qresource>
+</RCC>