blob: 235896d6f2ce720d220cf1cb3e29bf82a94f350e (
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
#muuid {14331048-5a73-4fdb-b909-2d7e1825a012}
;============================================================
; File: Spamotron.dll
; Plugin: Spam-o-tron
; Version: 0.0.4.7
; Authors: vu1tur
;============================================================
[Anti-spam plugin with captcha and Bayes filtering.]
;file \plugins\Spamotron\res\spamotron.rc
[Enabled]
Zapnuto
[Learned ham messages:]
Naučených ham zpráv:
[Learned spam messages:]
Naučených spam zpráv:
[Filtering options]
Možnosti filtrování
[Do not send challenge request if message score above]
Neodesílat výzvu pokud má zpráva index nad
[Auto approve contact if message score below]
Schválit kontakt pokud má zpráva index pod
[and learn as ham]
a určit jako ham
[Do not enable any of these options until Spam-o-tron has learned at least 20 of ham and 50 of spam messages.]
[Learning options]
Nastavení učení
[Auto-learn messages from approved contacts as ham]
Automaticky určovat zprávy od schválených kontaktů jako ham
[Auto-learn messages from contacts if not approved in]
Automaticky brát zprávy od kontaktů nepotvrzených do
[days as spam]
dnů jako spam
[Auto-learn outgoing messages as ham]
Automaticky určovat odchozí zprávy jako ham
[Learn message:]
Learn message:
[Spam]
Spam
[Ham]
[Analyze]
Analyzovat
[Settings]
Nastavení
[Enabled accounts:]
Povolené účty:
[Auto approve on:]
Automaticky schválit při:
[Outgoing message]
Odchozí zpráva
[Incoming message with any word from list:]
Příchozí zpráva obsahující slovo z tohoto seznamu:
[Hide contact until verified]
Skrýt kontakt dokud není schválen
[Add permanently to list on verified]
Po schválení přidat do seznamu na trvalo
[Log actions to system history]
Zaznamenat události do historie systému
[Flood protection]
Ochrana proti zahlcení
[Do not send more than]
Neposílat více než
[messages to one contact per day]
zpráv jednomu kontaktu za den
[Do not reply to the same message more than]
Neodpovídat na stejnou zprávu více než
[times a day]
krát denně
[Do not reply to messages with words in this list:]
Neodpovídat na zprávy obsahující slova z tohoto seznamu:
[Mode:]
Mód:
[Case-sensitive]
Rozlišovat velikost písmen
[will be saved in %mathexpr%]
bude uložen v %mathexpr%
[Send challenge on incoming message:]
Odeslat výzvu při příchozí zprávě:
[Responses: (saved in %response%, %response-n% variables)]
[Reply on success:]
Odpověď při schválení:
[Send challenge on authorization request:]
Odeslat výzvu při požadavku o autorizaci:
[Keep blocked messages in contact history]
Ponechat blokované zprávy v historii kontaktu
[and mark them unread after approval]
a po schválení je označit jako nepřečtené
[Reset to defaults]
Obnovit výchozí
[Enable popup notifications]
Povolit oznámení
[Appearance]
Vzhled
[Foreground]
Popředí
[Background]
Pozadí
[Timeout (sec)]
Doba zobrazení (sek.)
[Contact blocked]
Kontakt zablokován
[Contact approved]
Kontakt schválen
[Challenge sent]
Výzva odeslána
[Default colors]
Výchozí barvy
[Windows colors]
Barvy Windows
[Default timeout]
Výchozí doba zobrazení
[Preview]
Náhled
;file \plugins\Spamotron\src\bayes.cpp
[Bayes database path]
;file \plugins\Spamotron\src\options.cpp
[Simple]
Jednoduché
[Math expression]
Matematický výraz
[Round-robin]
[Random]
Náhodný
[Will be automatically evaluated from %mathexpr%]
Bude automaticky vyhodnocen z %mathexpr%
[Invalid regular expression.\nKeeping previous value.]
[Message score]
[Message sessions]
Komunikace
[Messages]
Zprávy
[Bayes]
[Popups]
Oznámení
;file \plugins\Spamotron\src\popups.cpp
[Message blocked due to preview action]
[Contact approved due to preview action]
[Challenge sent to preview contact]
;file \plugins\Spamotron\src\spamotron.cpp
[Contact %s approved.]
[Message from %s rejected because it reached a maximum for challenge requests per day.]
[Message from %s rejected because it reached a maximum for same responses per day.]
[Message from %s dropped because it has a word from black list.]
[Message from %s dropped because of high spam score.]
[Sending plain challenge to %s.]
Odesílám jednoduchou výzvu pro %s.
[Sending round-robin challenge to %s.]
[Sending random challenge to %s.]
[Sending math expression challenge to %s.]
Odesílám matematický výraz pro %s.
;file \plugins\Spamotron\src\stdafx.h
[Spam-o-tron needs to verify you're not a bot. Reply with "%response%" without quotes.]
[Spam-o-tron needs to verify you're not a bot. Reply with a result of expression %mathexpr%.]
[Verified.]
Schválen.
[Spam-o-tron delayed authorization request. First reply with "%response%" without quotes.]
[Spam-o-tron delayed authorization request. First reply with a result of expression %mathexpr%.]
;file \plugins\Spamotron\src\utils.cpp
[Their message was]
Příchozí zpráva byla
|