blob: 5d9ef0cb6bdf5b602efa91f5697547645ca48bda (
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
130
131
132
133
|
#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]
Voix
[Volume]
[Rate]
Note
[Pitch]
[Test]
Test
[Lexicon]
[Welcome Message]
[Status Changes]
Changements d'état
[Offline]
Hors ligne
[Online]
En ligne
[Away]
Absent
[DND]
Ne pas déranger
[NA]
Indisponible
[Occupied]
Occupé
[Free for chat]
OK pour un chat
[Invisible]
Invisible
[Occurring Events]
[Incoming message]
Message reçu
[Incoming URL]
Lien reçu
[Incoming File]
Fichier reçu
[Authorization request]
Demande d'autorisation
[Added to contact list]
[Status messages]
Messages d'état
[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:]
Les évènements suivants sont ignorés :
[Messages]
Messages
[Online Notification]
Notification d'état
[All Events]
Tous les évènements
[None]
Aucun
[Add]
Ajouter
[Remove]
Retirer
;file \plugins\WinterSpeak\src\DialogConfigActive.cpp
[** All contacts **]
** Tous les contacts **
[** Unknown contacts **]
** Contacts inconnus **
;file \plugins\WinterSpeak\src\DialogConfigEngine.cpp
[testing testing 1 2 3]
;file \plugins\WinterSpeak\src\EventInformation.cpp
[incoming message from %u]
[incoming URL 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]
Parle
[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]
|