Version Description
Download this release
Release Info
Developer | websupporter |
Plugin | Antispam Bee |
Version | 2.8.1 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.8.1
- antispam_bee.php +4 -20
- font/icons.ttf +0 -0
- font/icons.woff +0 -0
- font/icons.woff2 +0 -0
- inc/gui.class.php +2 -2
- lang/antispam-bee-nl_NL.mo +0 -0
- lang/antispam-bee-nl_NL.po +0 -266
- lang/antispam-bee-ru_RU.mo +0 -0
- lang/antispam-bee-ru_RU.po +0 -272
- readme.txt +7 -2
antispam_bee.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Antispam Bee
|
4 |
-
* Description: Antispam plugin with a sophisticated
|
5 |
* Author: pluginkollektiv
|
6 |
* Author URI: https://pluginkollektiv.org
|
7 |
* Plugin URI: https://wordpress.org/plugins/antispam-bee/
|
@@ -9,7 +9,7 @@
|
|
9 |
* Domain Path: /lang
|
10 |
* License: GPLv2 or later
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
-
* Version: 2.8.
|
13 |
*/
|
14 |
|
15 |
/*
|
@@ -2154,15 +2154,6 @@ class Antispam_Bee {
|
|
2154 |
}
|
2155 |
|
2156 |
// Save IP hash, if comment is spam.
|
2157 |
-
add_action(
|
2158 |
-
'trackback_post',
|
2159 |
-
array(
|
2160 |
-
__CLASS__,
|
2161 |
-
'save_ip_hash',
|
2162 |
-
),
|
2163 |
-
10,
|
2164 |
-
3
|
2165 |
-
);
|
2166 |
add_action(
|
2167 |
'comment_post',
|
2168 |
array(
|
@@ -2194,14 +2185,7 @@ class Antispam_Bee {
|
|
2194 |
);
|
2195 |
|
2196 |
// Send e-mail
|
2197 |
-
|
2198 |
-
'trackback_post',
|
2199 |
-
array(
|
2200 |
-
__CLASS__,
|
2201 |
-
'send_mail_notification'
|
2202 |
-
)
|
2203 |
-
);
|
2204 |
-
add_filter(
|
2205 |
'comment_post',
|
2206 |
array(
|
2207 |
__CLASS__,
|
@@ -2211,7 +2195,7 @@ class Antispam_Bee {
|
|
2211 |
|
2212 |
// Spam reason as comment meta
|
2213 |
if ( $spam_notice ) {
|
2214 |
-
|
2215 |
'comment_post',
|
2216 |
array(
|
2217 |
__CLASS__,
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Antispam Bee
|
4 |
+
* Description: Antispam plugin with a sophisticated toolset for effective day to day comment and trackback spam-fighting. Built with data protection and privacy in mind.
|
5 |
* Author: pluginkollektiv
|
6 |
* Author URI: https://pluginkollektiv.org
|
7 |
* Plugin URI: https://wordpress.org/plugins/antispam-bee/
|
9 |
* Domain Path: /lang
|
10 |
* License: GPLv2 or later
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
+
* Version: 2.8.1
|
13 |
*/
|
14 |
|
15 |
/*
|
2154 |
}
|
2155 |
|
2156 |
// Save IP hash, if comment is spam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2157 |
add_action(
|
2158 |
'comment_post',
|
2159 |
array(
|
2185 |
);
|
2186 |
|
2187 |
// Send e-mail
|
2188 |
+
add_action(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2189 |
'comment_post',
|
2190 |
array(
|
2191 |
__CLASS__,
|
2195 |
|
2196 |
// Spam reason as comment meta
|
2197 |
if ( $spam_notice ) {
|
2198 |
+
add_action(
|
2199 |
'comment_post',
|
2200 |
array(
|
2201 |
__CLASS__,
|
font/icons.ttf
DELETED
Binary file
|
font/icons.woff
DELETED
Binary file
|
font/icons.woff2
DELETED
Binary file
|
inc/gui.class.php
CHANGED
@@ -37,9 +37,9 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
37 |
// Determine options
|
38 |
$selected_languages_raw = wp_unslash( self::get_key($_POST, 'ab_translate_lang' ) );
|
39 |
if(!is_array($selected_languages_raw)) {
|
40 |
-
$selected_languages_raw =
|
41 |
}
|
42 |
-
$selected_languages =
|
43 |
$lang = self::get_allowed_translate_languages();
|
44 |
$lang = array_keys( $lang );
|
45 |
foreach ( $selected_languages_raw as $value ) {
|
37 |
// Determine options
|
38 |
$selected_languages_raw = wp_unslash( self::get_key($_POST, 'ab_translate_lang' ) );
|
39 |
if(!is_array($selected_languages_raw)) {
|
40 |
+
$selected_languages_raw = array();
|
41 |
}
|
42 |
+
$selected_languages = array();
|
43 |
$lang = self::get_allowed_translate_languages();
|
44 |
$lang = array_keys( $lang );
|
45 |
foreach ( $selected_languages_raw as $value ) {
|
lang/antispam-bee-nl_NL.mo
DELETED
Binary file
|
lang/antispam-bee-nl_NL.po
DELETED
@@ -1,266 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Antispam Bee\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: Tue Mar 10 2015 08:17:06 GMT+0100 (CET)\n"
|
7 |
-
"Last-Translator: glueckpress <caspar@glueckpress.com>\n"
|
8 |
-
"Language-Team: Presis\n"
|
9 |
-
"Language: Dutch\n"
|
10 |
-
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
16 |
-
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
17 |
-
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
18 |
-
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
19 |
-
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
20 |
-
"X-Poedit-Basepath: .\n"
|
21 |
-
"X-Generator: Loco - https://localise.biz/\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
"X-Loco-Target-Locale: nl_NL"
|
24 |
-
|
25 |
-
msgid "No data available."
|
26 |
-
msgstr "Geen gegevens beschikbaar."
|
27 |
-
|
28 |
-
msgid "New spam comment on your post"
|
29 |
-
msgstr "Nieuwe spam reactie op jouw bericht"
|
30 |
-
|
31 |
-
msgid "Marked as spam by Antispam Bee / Spam reason"
|
32 |
-
msgstr "Gemarkeerd als spam door Antispam Bee / Spam reactie"
|
33 |
-
|
34 |
-
msgid "Comment"
|
35 |
-
msgstr "Reactie"
|
36 |
-
|
37 |
-
msgid "Type"
|
38 |
-
msgstr "Type"
|
39 |
-
|
40 |
-
msgid "Spam Reason"
|
41 |
-
msgstr "Spam reden"
|
42 |
-
|
43 |
-
msgid "Empty Data"
|
44 |
-
msgstr "Geen gegevens"
|
45 |
-
|
46 |
-
msgid "CSS Hack"
|
47 |
-
msgstr "CSS hack"
|
48 |
-
|
49 |
-
msgid "Server IP"
|
50 |
-
msgstr "Server IP"
|
51 |
-
|
52 |
-
msgid "Spam IP"
|
53 |
-
msgstr "Spam IP"
|
54 |
-
|
55 |
-
msgid "Comment Language"
|
56 |
-
msgstr "Taal van reactie"
|
57 |
-
|
58 |
-
msgid "Country Check"
|
59 |
-
msgstr "Land controle"
|
60 |
-
|
61 |
-
msgid "DNSBL Spam"
|
62 |
-
msgstr "DNSBL Spam"
|
63 |
-
|
64 |
-
msgid "RegExp"
|
65 |
-
msgstr "RegExp"
|
66 |
-
|
67 |
-
msgid "Approve it"
|
68 |
-
msgstr "Toestaan"
|
69 |
-
|
70 |
-
msgid "Delete it"
|
71 |
-
msgstr "Verwijderen"
|
72 |
-
|
73 |
-
msgid "Trash it"
|
74 |
-
msgstr "Verplaats naar prullenbak"
|
75 |
-
|
76 |
-
msgid "Spam list"
|
77 |
-
msgstr "Spamlijst"
|
78 |
-
|
79 |
-
msgid "Notify message by Antispam Bee"
|
80 |
-
msgstr "Notificatiebericht van Antispam Bee "
|
81 |
-
|
82 |
-
msgid "Content removed by Antispam Bee"
|
83 |
-
msgstr "Inhoud verwijderd door Antispam Bee"
|
84 |
-
|
85 |
-
msgid "Last check"
|
86 |
-
msgstr "Laatste controle"
|
87 |
-
|
88 |
-
msgid "Blocked"
|
89 |
-
msgstr "Geblokkeerd"
|
90 |
-
|
91 |
-
msgid "Today"
|
92 |
-
msgstr "Vandaag"
|
93 |
-
|
94 |
-
msgid ""
|
95 |
-
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
96 |
-
"solutions. Includes protection again trackback spam."
|
97 |
-
msgstr ""
|
98 |
-
"Eenvoudige en extreem productieve spam plugin met vele passende oplossingen. "
|
99 |
-
"Inclusief bescherming tegen trackback spam."
|
100 |
-
|
101 |
-
msgid "http://antispambee.com"
|
102 |
-
msgstr "http://antispambee.com"
|
103 |
-
|
104 |
-
msgid "Comments"
|
105 |
-
msgstr "Reacties"
|
106 |
-
|
107 |
-
msgid "Comment marked as spam"
|
108 |
-
msgstr "Reactie gemarkeerd als spam"
|
109 |
-
|
110 |
-
# Langues
|
111 |
-
msgid "Language"
|
112 |
-
msgstr "Taal"
|
113 |
-
|
114 |
-
msgid "English"
|
115 |
-
msgstr "Engels"
|
116 |
-
|
117 |
-
msgid "German"
|
118 |
-
msgstr "Duits"
|
119 |
-
|
120 |
-
msgid "French"
|
121 |
-
msgstr "Frans"
|
122 |
-
|
123 |
-
msgid "Italian"
|
124 |
-
msgstr "Italiaans"
|
125 |
-
|
126 |
-
msgid "Spanish"
|
127 |
-
msgstr "Spaans"
|
128 |
-
|
129 |
-
# Antispam-Filter
|
130 |
-
msgid "Antispam filter"
|
131 |
-
msgstr "Antispam filter"
|
132 |
-
|
133 |
-
msgid "Filter in the execution order"
|
134 |
-
msgstr "Filter in uitvoer volgorde"
|
135 |
-
|
136 |
-
msgid "Trust approved commenters"
|
137 |
-
msgstr "Vertrouw toegestane reageerders"
|
138 |
-
|
139 |
-
msgid "Always approve previously approved users"
|
140 |
-
msgstr "Geen controle voor gebruikers die al gereageerd hebben"
|
141 |
-
|
142 |
-
msgid "BBCode is spam"
|
143 |
-
msgstr "BBCode is spam"
|
144 |
-
|
145 |
-
msgid "Review the comment contents for BBCode links"
|
146 |
-
msgstr "Controleer de reactie-inhoud voor BBCode links"
|
147 |
-
|
148 |
-
msgid "Use a public antispam database"
|
149 |
-
msgstr "Gebruik een publieke antispam database"
|
150 |
-
|
151 |
-
msgid ""
|
152 |
-
"Matching the ip address with <a href=\"http://opm.tornevall.org\" "
|
153 |
-
"target=\"_blank\">Tornevall</a>"
|
154 |
-
msgstr ""
|
155 |
-
"Vergelijk het ip adres met <a href=\"http://opm.tornevall.org\" "
|
156 |
-
"target=\"_blank\">Tornevall</a>"
|
157 |
-
|
158 |
-
msgid "Validate the ip address of commenters"
|
159 |
-
msgstr "Controleer het ip adres van de reageerders"
|
160 |
-
|
161 |
-
msgid "Validity check for used ip address"
|
162 |
-
msgstr "Geldigheidscontrole voor gebruikte ip adres"
|
163 |
-
|
164 |
-
msgid "Use regular expressions"
|
165 |
-
msgstr "Gebruik reguliere expressies"
|
166 |
-
|
167 |
-
msgid ""
|
168 |
-
"Predefined and custom patterns by <a href=\"https://gist.github.com/4242142\" "
|
169 |
-
"target=\"_blank\">plugin hook</a>"
|
170 |
-
msgstr ""
|
171 |
-
"Vooraf gedefinieerde en eigen sjablonen door <a href=\"https://gist.github."
|
172 |
-
"com/4242142\" target=\"_blank\">plugin hook</a>"
|
173 |
-
|
174 |
-
msgid "Look in the local spam database"
|
175 |
-
msgstr "Kijk in de locale spam database"
|
176 |
-
|
177 |
-
msgid "Already marked as spam? Yes? No?"
|
178 |
-
msgstr "Al reeds aangemerkt als spam? Ja? Nee?"
|
179 |
-
|
180 |
-
msgid "Block comments from specific countries"
|
181 |
-
msgstr "Blokkeer reactie vanuit specifieke landen"
|
182 |
-
|
183 |
-
msgid "Filtering the requests depending on country"
|
184 |
-
msgstr "Filter de aanvraag afhankelijk van het land"
|
185 |
-
|
186 |
-
msgid "Allow comments only in certain language"
|
187 |
-
msgstr "Sta alleen reacties toe in een bepaalde taal"
|
188 |
-
|
189 |
-
msgid "Detection and approval in specified language"
|
190 |
-
msgstr "Detectie en goedkeuring in de opgegeven taal"
|
191 |
-
|
192 |
-
# Erweitert
|
193 |
-
msgid "Advanced"
|
194 |
-
msgstr "Uitgebreid"
|
195 |
-
|
196 |
-
msgid "Other antispam tools"
|
197 |
-
msgstr "Andere antispam gereedschappen"
|
198 |
-
|
199 |
-
msgid "Mark as spam, do not delete"
|
200 |
-
msgstr "Markeer als spam, niet verwijderen"
|
201 |
-
|
202 |
-
msgid "Keep the spam in my blog."
|
203 |
-
msgstr "Behoud de spam in jouw blog."
|
204 |
-
|
205 |
-
msgid "Notification by email"
|
206 |
-
msgstr "Kennisgevingsbericht per e-mail"
|
207 |
-
|
208 |
-
msgid "Notify admins by e-mail about incoming spam"
|
209 |
-
msgstr "Stuur een melding naar de admin"
|
210 |
-
|
211 |
-
msgid "Not store the reason in the comment body"
|
212 |
-
msgstr "Sla de reden niet op in de reactie inhoud"
|
213 |
-
|
214 |
-
msgid "Filter name as reason for current suspicion"
|
215 |
-
msgstr "Filter naam als reden voor de huidige verdenking"
|
216 |
-
|
217 |
-
#, c-format
|
218 |
-
msgid "Delete existing spam after %s days"
|
219 |
-
msgstr "Verwijder bestaande spam na %s dagen"
|
220 |
-
|
221 |
-
msgid "Cleaning up the database from old entries"
|
222 |
-
msgstr "Database opschonen"
|
223 |
-
|
224 |
-
#, c-format
|
225 |
-
msgid "Limit approval to %s"
|
226 |
-
msgstr "Limiet op %s"
|
227 |
-
|
228 |
-
msgid "Other types of spam will be deleted immediately"
|
229 |
-
msgstr "Een ander type spam wil direct worden verwijderd"
|
230 |
-
|
231 |
-
msgid "Delete comments by spam reasons"
|
232 |
-
msgstr "Verwijder reacties bij spam redenen"
|
233 |
-
|
234 |
-
msgid "For multiple selections press Ctrl/CMD"
|
235 |
-
msgstr "Meerdere keuzes door Ctrl / CMD in te drukken"
|
236 |
-
|
237 |
-
# Sonstiges
|
238 |
-
msgid "More"
|
239 |
-
msgstr "Meer"
|
240 |
-
|
241 |
-
msgid "A few little things"
|
242 |
-
msgstr "Een paar kleine dingen"
|
243 |
-
|
244 |
-
msgid "Statistics on the dashboard"
|
245 |
-
msgstr "Statistieken op het dashboard"
|
246 |
-
|
247 |
-
msgid "Daily updates of spam detection rate"
|
248 |
-
msgstr "Spam detectie mate met dagelijkse waardes"
|
249 |
-
|
250 |
-
msgid "Spam counter on the dashboard"
|
251 |
-
msgstr "Spam teller op het dashboard"
|
252 |
-
|
253 |
-
msgid "Amount of identified spam comments"
|
254 |
-
msgstr "Aantal geïdentificeerde spam reacties "
|
255 |
-
|
256 |
-
msgid "Do not check trackbacks / pingbacks"
|
257 |
-
msgstr "Trackbacks / pingbacks niet controleren"
|
258 |
-
|
259 |
-
msgid "No spam check for trackback notifications"
|
260 |
-
msgstr "Geen spam controle voor trackback meldingen"
|
261 |
-
|
262 |
-
msgid "Comment form used outside of posts"
|
263 |
-
msgstr "Reactieformulier wordt buiten berichten gebruikt"
|
264 |
-
|
265 |
-
msgid "Check for comment forms on archive pages"
|
266 |
-
msgstr "Controleer voor reactieformulieren op archief pagina's"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/antispam-bee-ru_RU.mo
DELETED
Binary file
|
lang/antispam-bee-ru_RU.po
DELETED
@@ -1,272 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Antispam Bee\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-11-21 22:20+0300\n"
|
6 |
-
"PO-Revision-Date: Tue Mar 10 2015 08:17:13 GMT+0100 (CET)\n"
|
7 |
-
"Last-Translator: glueckpress <caspar@glueckpress.com>\n"
|
8 |
-
"Language-Team: Andrey Ananin\n"
|
9 |
-
"Language: Russian\n"
|
10 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
|
11 |
-
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2)\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
17 |
-
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
18 |
-
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
-
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
-
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
-
"X-Poedit-Basepath: .\n"
|
22 |
-
"X-Poedit-Language: Russian\n"
|
23 |
-
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
24 |
-
"X-Poedit-SearchPath-0: .\n"
|
25 |
-
"X-Poedit-SearchPath-1: ..\n"
|
26 |
-
"X-Loco-Target-Locale: ru_RU\n"
|
27 |
-
"X-Generator: Loco - https://localise.biz/"
|
28 |
-
|
29 |
-
#: ../antispam_bee.php:421
|
30 |
-
msgid "Settings"
|
31 |
-
msgstr "Настройки"
|
32 |
-
|
33 |
-
#: ../antispam_bee.php:472
|
34 |
-
msgid "Antispam Bee requires WordPress 3.4 and PHP 5.2.4"
|
35 |
-
msgstr "Для работы Antispam Bee требуются WordPress 3.4 и PHP 5.2.4"
|
36 |
-
|
37 |
-
#: ../antispam_bee.php:651
|
38 |
-
msgid "Blocked"
|
39 |
-
msgstr "заблокировано"
|
40 |
-
|
41 |
-
#: ../antispam_bee.php:758
|
42 |
-
msgid "Today"
|
43 |
-
msgstr "Сегодня"
|
44 |
-
|
45 |
-
#: ../antispam_bee.php:816
|
46 |
-
msgid "No data available."
|
47 |
-
msgstr "Нет данных"
|
48 |
-
|
49 |
-
#: ../antispam_bee.php:1823
|
50 |
-
msgid "Comment marked as spam"
|
51 |
-
msgstr "Комментарий отмечен как спам"
|
52 |
-
|
53 |
-
#: ../antispam_bee.php:1830
|
54 |
-
msgid "Content removed by Antispam Bee"
|
55 |
-
msgstr "Содержимое удалено Antispam Bee"
|
56 |
-
|
57 |
-
#: ../antispam_bee.php:1837
|
58 |
-
msgid "New spam comment on your post"
|
59 |
-
msgstr "Новый спам-комментарий на запись"
|
60 |
-
|
61 |
-
#: ../antispam_bee.php:1841
|
62 |
-
msgid "Author"
|
63 |
-
msgstr "Автор"
|
64 |
-
|
65 |
-
#: ../antispam_bee.php:1848
|
66 |
-
msgid "Type"
|
67 |
-
msgstr "Тип"
|
68 |
-
|
69 |
-
#: ../antispam_bee.php:1855
|
70 |
-
#: ../inc/gui.class.php:361
|
71 |
-
msgid "Spam Reason"
|
72 |
-
msgstr "Причина спама"
|
73 |
-
|
74 |
-
#: ../antispam_bee.php:1864
|
75 |
-
msgid "Trash it"
|
76 |
-
msgstr "В корзину"
|
77 |
-
|
78 |
-
#: ../antispam_bee.php:1870
|
79 |
-
msgid "Delete it"
|
80 |
-
msgstr "Удалить"
|
81 |
-
|
82 |
-
#: ../antispam_bee.php:1876
|
83 |
-
msgid "Approve it"
|
84 |
-
msgstr "Одобрить"
|
85 |
-
|
86 |
-
#: ../antispam_bee.php:1880
|
87 |
-
msgid "Spam list"
|
88 |
-
msgstr "Список спам-сообщений"
|
89 |
-
|
90 |
-
#: ../antispam_bee.php:1884
|
91 |
-
msgid "Notify message by Antispam Bee"
|
92 |
-
msgstr "Уведомление от Antispam Bee"
|
93 |
-
|
94 |
-
#: ../antispam_bee.php:1885
|
95 |
-
msgid "http://antispambee.com"
|
96 |
-
msgstr "http://antispambee.com"
|
97 |
-
|
98 |
-
#: ../inc/gui.class.php:30
|
99 |
-
msgid "Cheatin’ uh?"
|
100 |
-
msgstr "Жульничаете?"
|
101 |
-
|
102 |
-
#: ../inc/gui.class.php:198
|
103 |
-
msgid "Antispam filter"
|
104 |
-
msgstr "Антиспам-фильтр"
|
105 |
-
|
106 |
-
#: ../inc/gui.class.php:201
|
107 |
-
msgid "Filter in the execution order"
|
108 |
-
msgstr "Фильтрация в порядке выполнения"
|
109 |
-
|
110 |
-
#: ../inc/gui.class.php:207
|
111 |
-
msgid "Trust approved commenters"
|
112 |
-
msgstr "Доверять одобренным комментаторам"
|
113 |
-
|
114 |
-
#: ../inc/gui.class.php:208
|
115 |
-
msgid "Always approve previously approved users"
|
116 |
-
msgstr "Не проверять для пользов. с коммент."
|
117 |
-
|
118 |
-
msgid "BBCode is spam"
|
119 |
-
msgstr "BBCod это спам"
|
120 |
-
|
121 |
-
msgid "Review the comment contents for BBCode links"
|
122 |
-
msgstr "Просматривание коммент. на BBCode ссылки"
|
123 |
-
|
124 |
-
#: ../inc/gui.class.php:215
|
125 |
-
msgid "Use a public antispam database"
|
126 |
-
msgstr "Использовать общую БД антиспама"
|
127 |
-
|
128 |
-
#: ../inc/gui.class.php:216
|
129 |
-
msgid ""
|
130 |
-
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" "
|
131 |
-
"target=\"_blank\">Tornevall</a>"
|
132 |
-
msgstr ""
|
133 |
-
"Проверять IP-адрес в <a href=\"https://dnsbl.tornevall.org\" "
|
134 |
-
"target=\"_blank\">Tornevall</a>"
|
135 |
-
|
136 |
-
#: ../inc/gui.class.php:223
|
137 |
-
msgid "Validate the ip address of commenters"
|
138 |
-
msgstr "Проверять IP-адреса пользователей"
|
139 |
-
|
140 |
-
#: ../inc/gui.class.php:224
|
141 |
-
msgid "Validity check for used ip address"
|
142 |
-
msgstr "Проверка используемого IP-адреса"
|
143 |
-
|
144 |
-
#: ../inc/gui.class.php:231
|
145 |
-
msgid "Look in the local spam database"
|
146 |
-
msgstr "Поиск в локальной БД спама"
|
147 |
-
|
148 |
-
#: ../inc/gui.class.php:232
|
149 |
-
msgid "Already marked as spam? Yes? No?"
|
150 |
-
msgstr "Уже помечен как спам? Да? Нет?"
|
151 |
-
|
152 |
-
#: ../inc/gui.class.php:239
|
153 |
-
msgid "Block comments from specific countries"
|
154 |
-
msgstr "Блокировать комментарии по странам"
|
155 |
-
|
156 |
-
#: ../inc/gui.class.php:240
|
157 |
-
msgid "Filtering the requests depending on country"
|
158 |
-
msgstr "Фильтр коммент. в зависимости от страны"
|
159 |
-
|
160 |
-
#: ../inc/gui.class.php:262
|
161 |
-
msgid "Allow comments only in certain language"
|
162 |
-
msgstr "Разрешить коммент. только на опред. языке"
|
163 |
-
|
164 |
-
#: ../inc/gui.class.php:263
|
165 |
-
msgid "Detection and approval in specified language"
|
166 |
-
msgstr "Определ. и одобр. на указанном языке"
|
167 |
-
|
168 |
-
#: ../inc/gui.class.php:275
|
169 |
-
msgid "Language"
|
170 |
-
msgstr "Язык"
|
171 |
-
|
172 |
-
#: ../inc/gui.class.php:286
|
173 |
-
msgid "Advanced"
|
174 |
-
msgstr "Расширенные настройки"
|
175 |
-
|
176 |
-
#: ../inc/gui.class.php:289
|
177 |
-
msgid "Other antispam tools"
|
178 |
-
msgstr "Дополнительные средства против спама"
|
179 |
-
|
180 |
-
#: ../inc/gui.class.php:295
|
181 |
-
msgid "Mark as spam, do not delete"
|
182 |
-
msgstr "Помечать как спам, не удалять"
|
183 |
-
|
184 |
-
#: ../inc/gui.class.php:296
|
185 |
-
msgid "Keep the spam in my blog."
|
186 |
-
msgstr "Оставить спам в блоге."
|
187 |
-
|
188 |
-
#: ../inc/gui.class.php:303
|
189 |
-
msgid "Notification by email"
|
190 |
-
msgstr "Уведомление по email"
|
191 |
-
|
192 |
-
#: ../inc/gui.class.php:304
|
193 |
-
msgid "Notify admins by e-mail about incoming spam"
|
194 |
-
msgstr "Послать предупреждение администратору"
|
195 |
-
|
196 |
-
#: ../inc/gui.class.php:311
|
197 |
-
msgid "Not store the reason in the comment body"
|
198 |
-
msgstr "Не сохр. причину в теле комментария"
|
199 |
-
|
200 |
-
#: ../inc/gui.class.php:312
|
201 |
-
msgid "Filter name as reason for current suspicion"
|
202 |
-
msgstr "Фильтр имени как признака спама"
|
203 |
-
|
204 |
-
#: ../inc/gui.class.php:320
|
205 |
-
#, php-format
|
206 |
-
msgid "Delete existing spam after %s days"
|
207 |
-
msgstr "Удалять спам через %s дней"
|
208 |
-
|
209 |
-
#: ../inc/gui.class.php:323
|
210 |
-
msgid "Cleaning up the database from old entries"
|
211 |
-
msgstr "Очистить БД от старых записей"
|
212 |
-
|
213 |
-
#: ../inc/gui.class.php:331
|
214 |
-
#, php-format
|
215 |
-
msgid "Limit approval to %s"
|
216 |
-
msgstr "Ограничить на %s"
|
217 |
-
|
218 |
-
#: ../inc/gui.class.php:341
|
219 |
-
msgid "Other types of spam will be deleted immediately"
|
220 |
-
msgstr "Другой тип спама будет сразу удален"
|
221 |
-
|
222 |
-
#: ../inc/gui.class.php:348
|
223 |
-
msgid "Delete comments by spam reasons"
|
224 |
-
msgstr "Удалять комментарии по причине спама"
|
225 |
-
|
226 |
-
#: ../inc/gui.class.php:349
|
227 |
-
msgid "For multiple selections press Ctrl/CMD"
|
228 |
-
msgstr "Множеств. выбор нажатием Ctrl/CMD"
|
229 |
-
|
230 |
-
#: ../inc/gui.class.php:372
|
231 |
-
msgid "More"
|
232 |
-
msgstr "Дополнительно"
|
233 |
-
|
234 |
-
#: ../inc/gui.class.php:375
|
235 |
-
msgid "A few little things"
|
236 |
-
msgstr "Несколько мелочей"
|
237 |
-
|
238 |
-
#: ../inc/gui.class.php:381
|
239 |
-
msgid "Statistics on the dashboard"
|
240 |
-
msgstr "Статистика в консоли"
|
241 |
-
|
242 |
-
#: ../inc/gui.class.php:382
|
243 |
-
msgid "Daily updates of spam detection rate"
|
244 |
-
msgstr "Частота выявления спама по дням"
|
245 |
-
|
246 |
-
#: ../inc/gui.class.php:389
|
247 |
-
msgid "Spam counter on the dashboard"
|
248 |
-
msgstr "Счетчик спама в консоли"
|
249 |
-
|
250 |
-
#: ../inc/gui.class.php:390
|
251 |
-
msgid "Amount of identified spam comments"
|
252 |
-
msgstr "Кол-во обнаруженных спам-комментариев"
|
253 |
-
|
254 |
-
#: ../inc/gui.class.php:397
|
255 |
-
msgid "Do not check trackbacks / pingbacks"
|
256 |
-
msgstr "Не проверять обратные ссылки/уведомления"
|
257 |
-
|
258 |
-
#: ../inc/gui.class.php:398
|
259 |
-
msgid "No spam check for trackback notifications"
|
260 |
-
msgstr "Отключить для уведомл. по обр. ссылкам"
|
261 |
-
|
262 |
-
#: ../inc/gui.class.php:405
|
263 |
-
msgid "Comment form used outside of posts"
|
264 |
-
msgstr "Комментарии вне записей блога"
|
265 |
-
|
266 |
-
#: ../inc/gui.class.php:406
|
267 |
-
msgid "Check for comment forms on archive pages"
|
268 |
-
msgstr "Проверять коммент. на страницах архива"
|
269 |
-
|
270 |
-
#: ../inc/gui.class.php:422
|
271 |
-
msgid "Save Changes"
|
272 |
-
msgstr "Сохранить изменения"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
|
5 |
* Requires at least: 4.5
|
6 |
* Tested up to: 4.9
|
7 |
-
* Stable tag: 2.8.
|
8 |
* License: GPLv2 or later
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -61,7 +61,7 @@ After you have activated *Antispam Bee* the plugin will block spam comments out
|
|
61 |
Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack or Disqus Comments as those plugins load the comment form within an iframe. Thus Antispam Bee can not access the comment form directly.
|
62 |
It also won’t work with any AJAX-powered comment forms.
|
63 |
|
64 |
-
### Does Antispam Bee store any private user data, and is it
|
65 |
Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky over here when it comes to privacy. The plugin does not save private user data and is 100% compliant with GDPR.
|
66 |
|
67 |
### Will I have to edit any theme templates to get Antispam Bee to work? ###
|
@@ -86,6 +86,11 @@ A complete documentation is available in the [GitHub repository Wiki](https://gi
|
|
86 |
|
87 |
## Changelog ##
|
88 |
|
|
|
|
|
|
|
|
|
|
|
89 |
### 2.8.0 ###
|
90 |
* Removed stopforumspam.com to avoid potential GDPR violation
|
91 |
* Improves IP handling to comply with GDPR
|
4 |
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
|
5 |
* Requires at least: 4.5
|
6 |
* Tested up to: 4.9
|
7 |
+
* Stable tag: 2.8.1
|
8 |
* License: GPLv2 or later
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
61 |
Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack or Disqus Comments as those plugins load the comment form within an iframe. Thus Antispam Bee can not access the comment form directly.
|
62 |
It also won’t work with any AJAX-powered comment forms.
|
63 |
|
64 |
+
### Does Antispam Bee store any private user data, and is it compliant with GDPR? ###
|
65 |
Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky over here when it comes to privacy. The plugin does not save private user data and is 100% compliant with GDPR.
|
66 |
|
67 |
### Will I have to edit any theme templates to get Antispam Bee to work? ###
|
86 |
|
87 |
## Changelog ##
|
88 |
|
89 |
+
### 2.8.1 ###
|
90 |
+
* PHP 5.3 compatibility
|
91 |
+
* Bugfix where a spam trackback produced a fatal error
|
92 |
+
* For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/8?closed=1
|
93 |
+
|
94 |
### 2.8.0 ###
|
95 |
* Removed stopforumspam.com to avoid potential GDPR violation
|
96 |
* Improves IP handling to comply with GDPR
|