blob: 4bdbb7b38ccecd850de7dab8f8cac8259d17958a (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="sr_BA">
<context>
<name>Lyrics</name>
<message>
<location filename="../lyrics.cpp" line="33"/>
<source>View Lyrics</source>
<translation>Прикажи стихове</translation>
</message>
<message>
<location filename="../lyrics.cpp" line="34"/>
<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>Стихови</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation>О прикључку за стихове</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation>Кумп прикључак за стихове</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki</source>
<translation>Добавља стихове са LyricWiki</translation>
</message>
<message>
<location filename="../lyricsfactory.cpp" line="53"/>
<source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source>
<translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation>
</message>
</context>
<context>
<name>LyricsWindow</name>
<message>
<location filename="../lyricswindow.ui" line="14"/>
<source>Lyrics Plugin</source>
<translation>Стихови</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="31"/>
<source>Artist:</source>
<translation>Извођач:</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="41"/>
<source>Title:</source>
<translation>Наслов:</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="51"/>
<source>Search</source>
<translation>Тражи</translation>
</message>
<message>
<location filename="../lyricswindow.ui" line="60"/>
<source>No connection</source>
<translation>Нема везе</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="64"/>
<source>Done</source>
<translation>Завршено</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="67"/>
<location filename="../lyricswindow.cpp" line="91"/>
<location filename="../lyricswindow.cpp" line="97"/>
<location filename="../lyricswindow.cpp" line="105"/>
<location filename="../lyricswindow.cpp" line="113"/>
<location filename="../lyricswindow.cpp" line="124"/>
<source>Error</source>
<translation>Грешка</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="118"/>
<location filename="../lyricswindow.cpp" line="153"/>
<source>Not found</source>
<translation>Није нађено</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="139"/>
<location filename="../lyricswindow.cpp" line="164"/>
<source>Receiving</source>
<translation>Добављам</translation>
</message>
<message>
<location filename="../lyricswindow.cpp" line="165"/>
<source>Lyrics: %1 - %2</source>
<translation>Стихови: %1 - %2</translation>
</message>
</context>
</TS>
|