summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/nowlistening/nowlisteningconfig.kcfg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/plugins/nowlistening/nowlisteningconfig.kcfg
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/nowlistening/nowlisteningconfig.kcfg')
-rw-r--r--kopete/plugins/nowlistening/nowlisteningconfig.kcfg54
1 files changed, 54 insertions, 0 deletions
diff --git a/kopete/plugins/nowlistening/nowlisteningconfig.kcfg b/kopete/plugins/nowlistening/nowlisteningconfig.kcfg
new file mode 100644
index 00000000..8233b737
--- /dev/null
+++ b/kopete/plugins/nowlistening/nowlisteningconfig.kcfg
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Author: Michaƫl Larouche-->
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+ <kcfgfile name="kopeterc"/>
+
+ <group name="Now Listening Plugin">
+ <entry name="Header" type="String">
+ <label>Header of the message advertised.</label>
+ <default code="true">i18n("Now listening to:")</default>
+ </entry>
+
+ <entry name="PerTrack" type="String">
+ <label>Core of the message advertised.</label>
+ <default code="true">i18n("%track( by %artist)( on %album)")</default>
+ </entry>
+
+ <entry name="Conjunction" type="String">
+ <label>Conjunction when multiple track are playing.</label>
+ <default code="true">i18n(", and ")</default>
+ </entry>
+
+ <entry name="ExplicitAdvertising" type="Bool">
+ <label>Show explicitly the current music listened via a menu or /media command.</label>
+ <default>true</default>
+ </entry>
+
+ <entry name="ChatAdvertising" type="Bool">
+ <label>Show the current music listened in chat window.</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="StatusAdvertising" type="Bool">
+ <label>Show the current music listened in place of your status message.</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="AppendStatusAdvertising" type="Bool">
+ <label>Show the current music listened appended to your status message.</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="UseSpecifiedMediaPlayer" type="Bool">
+ <label>Use the specified media player.</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="SelectedMediaPlayer" type="Int">
+ <label>Selected Media Player for source of listening advertising.</label>
+ </entry>
+ </group>
+</kcfg>