blob: 01eb70362d042ef59006c945ac318688558bd101 (
plain)
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
120
121
122
123
124
125
126
127
128
129
|
#muuid {81e189dc-c251-45f6-9edf-a0f3a05c4248}
;============================================================
; File: WinterSpeak.dll
; Plugin: WinterSpeak
; Version: 0.9.8.3
; Authors: Ryan Winter, BlubbFish
;============================================================
[Miranda interface to the Microsoft Speech API.]
;file \plugins\WinterSpeak\res\Speak.rc
[Engine Settings]
[Engine]
[Voice]
[Volume]
[Rate]
[Pitch]
[Test]
[Lexicon]
[Welcome Message]
[Status Changes]
Izmene statusa
[Offline]
Odsutan
[Online]
Prisutan
[Away]
Neaktivan
[Do not disturb]
Ne uznemiravaj
[Not available]
Nedostupan
[Occupied]
Zauzet
[Free for chat]
Spreman za razgovor
[Invisible]
Nevidljiv
[Occurring Events]
[Incoming message]
Dolazna poruka
[Incoming File]
Dolazna datoteka
[Authorization request]
Zahtev za autorizaciju.
[Added to contact list]
[Status messages]
Statusna poruka
[Announce status changes on connect]
[Message Events]
[Read message if less characters than]
[Ignore event if message dialog is open]
[Ignore event if message dialog is focused]
[Active Modes]
[Active Users]
[The following events are being ignored:]
Ignorišu se događaji:
[Messages]
Poruke
[Online Notification]
Obaveštenja (onlajn)
[All Events]
Svi događaji
[None]
Nema
[Add]
Dodaj
[Remove]
Ukloni
;file \plugins\WinterSpeak\src\DialogConfigActive.cpp
[** All contacts **]
** Svi kontakti **
[** Unknown contacts **]
** Nepoznati kontakti **
;file \plugins\WinterSpeak\src\DialogConfigEngine.cpp
[testing testing 1 2 3]
;file \plugins\WinterSpeak\src\EventInformation.cpp
[incoming message from %u]
[you have been added to %u's contact list]
[%u requests your authorization]
[there is an incoming file from %u]
[%u says]
;file \plugins\WinterSpeak\src\main.cpp
[Speak]
[Engine/Voice]
[Announce]
;file \plugins\WinterSpeak\src\UserInformation.cpp
[%u is now offline]
[%u is now online]
[%u is away]
[%u is invisible]
[%u is not available]
[%u does not want to be disturbed]
[%u is occupied]
[%u is free for chat]
|