aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-23 20:16:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-23 20:16:54 +0000
commit73c451bb2127d3f3800e29607c7798e630e57e25 (patch)
tree9570167afe74a8ab2e62d1e90c2cc44d7d59bd18 /src/plugins/General/scrobbler
parent41342d54449fa9e6e32f5beae6cbff89469b9a37 (diff)
downloadqmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.gz
qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.bz2
qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.zip
updated Turkish translation (author: Bilgesu Güngör)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro3
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts57
-rw-r--r--src/plugins/General/scrobbler/translations/translations.qrc1
3 files changed, 60 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro
index 5a911e481..01cf21be2 100644
--- a/src/plugins/General/scrobbler/scrobbler.pro
+++ b/src/plugins/General/scrobbler/scrobbler.pro
@@ -14,7 +14,8 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \
translations/scrobbler_plugin_ru.ts \
translations/scrobbler_plugin_pl.ts \
translations/scrobbler_plugin_uk_UA.ts \
- translations/scrobbler_plugin_it.ts
+ translations/scrobbler_plugin_it.ts \
+ translations/scrobbler_plugin_tr.ts
RESOURCES = translations/translations.qrc
unix {
isEmpty(LIB_DIR):LIB_DIR = /lib
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts
new file mode 100644
index 000000000..98cd6f5b2
--- /dev/null
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0">
+<context>
+ <name>ScrobblerFactory</name>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="30"/>
+ <source>Scrobbler Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
+ <source>About Scrobbler Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
+ <source>Qmmp AudioScrobbler Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Scrobbler Plugin Settings</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="32"/>
+ <source>Last.fm</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="41"/>
+ <location filename="../settingsdialog.ui" line="77"/>
+ <source>User name:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="51"/>
+ <location filename="../settingsdialog.ui" line="87"/>
+ <source>Password:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="68"/>
+ <source>Libre.fm</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc
index 08b4d1b85..9b0536c39 100644
--- a/src/plugins/General/scrobbler/translations/translations.qrc
+++ b/src/plugins/General/scrobbler/translations/translations.qrc
@@ -9,5 +9,6 @@
<file>scrobbler_plugin_pl.qm</file>
<file>scrobbler_plugin_ru.qm</file>
<file>scrobbler_plugin_uk_UA.qm</file>
+ <file>scrobbler_plugin_tr.qm</file>
</qresource>
</RCC>