blob: 43666207f8514c46b21fcc3f1a3064713b7a76d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="tr_TR">
<context>
<name>Lyrics</name>
<message>
<location filename="../lyrics.cpp" line="35"/>
<source>View Lyrics</source>
<translation>Şarkı Sözlerini Göster</translation>
</message>
<message>
<location filename="../lyrics.cpp" line="36"/>
<source>Ctrl+L</source>
<translation>Ctrl+L</translation>
</message>
</context>
<context>
<name>LyricsFactory</name>
<message>
<location filename="../lyricsfactory.cpp" line="29"/>
<source>Lyrics Plugin</source>
<translation>Şarkı Sözü Eklentisi</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation>Şarkı Sözü Eklentisi Hakkında</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation>Qmmp Şarkı Sözü Eklentisi</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from lyricsplugin.com</source>
<translation>Bu eklenti şarkı sözlerini lyricsplugin.com adresinden alır</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source>
<translation>Yazan: Ilya Kotov <forkotov02@hotmail.ru></translation>
</message>
</context>
<context>
<name>LyricsWindow</name>
<message>
<location filename="../lyricswindow.cpp" line="77"/>
<source>Not found</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="90"/>
<location filename="../lyricswindow.ui" line="67"/>
<source>No connection</source>
<translation>Bağlantı yok</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="93"/>
<source>Looking up host...</source>
<translation>Sunucu aranıyor...</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="96"/>
<source>Connecting...</source>
<translation>Bağlanıyor...</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="99"/>
<source>Sending request...</source>
<translation>İstek gönderiliyor...</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="102"/>
<source>Receiving</source>
<translation>Alınıyor</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="105"/>
<source>Connected</source>
<translation>Bağlandı</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="108"/>
<source>Closing connection...</source>
<translation>Bağlantı kapatılıyor...</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="115"/>
<source>Lyrics: %1 - %2</source>
<translation>Şarkı Sözü: %1 - %2</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="14"/>
<source>Lyrics Plugin</source>
<translation>Şarkı Sözü Eklentisi</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="31"/>
<source>Artist:</source>
<translation>Artist:</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="41"/>
<source>Title:</source>
<translation>Başlık:</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="51"/>
<source>Search</source>
<translation>Ara</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="87"/>
<source>Close</source>
<translation>Kapat</translation>
</message>
</context>
</TS>
|