Version Description
Download this release
Release Info
Developer | swissspidy |
Plugin | Antispam Bee |
Version | 2.6.8 |
Comparing to | |
See all releases |
Code changes from version 2.6.7 to 2.6.8
- readme.txt → README.md +124 -175
- antispam_bee.php +28 -28
- inc/columns.class.php +3 -3
- inc/gui.class.php +52 -52
- lang/antispam-bee-de_DE.mo +0 -0
- lang/{antispam_bee-de_DE.po → antispam-bee-de_DE.po} +298 -265
- lang/antispam-bee-de_DE_formal.mo +0 -0
- lang/antispam-bee-de_DE_formal.po +298 -0
- lang/{antispam_bee-fr_FR.mo → antispam-bee-fr_FR.mo} +0 -0
- lang/{antispam_bee-fr_FR.po → antispam-bee-fr_FR.po} +264 -264
- lang/{antispam_bee-nl_NL.mo → antispam-bee-nl_NL.mo} +0 -0
- lang/{antispam_bee-nl_NL.po → antispam-bee-nl_NL.po} +266 -266
- lang/{antispam_bee-ru_RU.mo → antispam-bee-ru_RU.mo} +0 -0
- lang/{antispam_bee-ru_RU.po → antispam-bee-ru_RU.po} +272 -272
- lang/{antispam_bee-sl_SI.mo → antispam-bee-sl_SI.mo} +0 -0
- lang/{antispam_bee-sl_SI.po → antispam-bee-sl_SI.po} +0 -0
- lang/{antispam_bee-sv_SE.mo → antispam-bee-sv_SE.mo} +0 -0
- lang/{antispam_bee-sv_SE.po → antispam-bee-sv_SE.po} +0 -0
- lang/antispam-bee.pot +349 -0
- lang/antispam_bee-de_DE.mo +0 -0
readme.txt → README.md
RENAMED
@@ -1,195 +1,158 @@
|
|
1 |
-
|
2 |
-
Contributors:
|
3 |
-
Tags:
|
4 |
-
Donate link:
|
5 |
-
Requires at least: 3.8
|
6 |
-
Tested up to:
|
7 |
-
Stable tag:
|
8 |
-
License:
|
9 |
-
License URI:
|
10 |
|
|
|
11 |
|
|
|
|
|
12 |
|
13 |
-
„... another popular solution to fight spam is Antispam Bee“ – Matt Mullenweg, Q&A WordCamp Europe 2014
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
-
|
|
|
|
|
|
|
18 |
|
19 |
-
Say Goodbye zu Spam in deinem Blog. Kostenlos, werbefrei und datenschutzkonform. Für Kommentare und Trackbacks.
|
20 |
|
21 |
-
|
|
|
|
|
22 |
|
23 |
|
24 |
-
|
25 |
-
*
|
26 |
-
* Über 20 untereinander kombinierbare Funktionen
|
27 |
-
* Keine Speicherung von personenbezogenen Daten
|
28 |
-
* Volle Transparenz bei der Prüfung der Kommentare
|
29 |
-
* Keine Registrierung notwendig
|
30 |
-
* Kostenlos auch für kommerzielle Projekte
|
31 |
-
* Keine Anpassung von Theme-Templates vonnöten
|
32 |
-
* Alle Funktionen vom Nutzer steuerbar
|
33 |
-
* Statistik der letzten 30 Tage als Dashboard-Widget
|
34 |
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
Die meisten Auswahlmöglichkeiten innerhalb der Optionsseite sind konfigurierbare Antispam-Filter, die der Blog-Administrator nach Bedarf aktiviert. Zahlreiche Wahlmöglichkeiten steuern hingegen die Benachrichtigungs- und die automatische Löschfunktion des Plugins. Die *Antispam Bee* Optionen in der Kurzfassung:
|
40 |
-
|
41 |
-
* Genehmigten Kommentatoren vertrauen
|
42 |
-
* BBCode als Spam einstufen
|
43 |
-
* IP-Adresse des Kommentators validieren
|
44 |
-
* Reguläre Ausdrücke anwenden
|
45 |
-
* Lokale Spamdatenbank einbeziehen
|
46 |
-
* Öffentliche Spamdatenbank berücksichtigen
|
47 |
-
* Bestimmte Länder blockieren bzw. erlauben
|
48 |
-
* Kommentare nur in einer Sprache zulassen
|
49 |
-
* Erkannten Spam kennzeichnen, nicht löschen
|
50 |
-
* Bei Spam via E-Mail informieren
|
51 |
-
* Optionale Logdatei mit Spam-Einträgen z.B. für [Fail2Ban](http://cup.wpcoder.de/fail2ban-ip-firewall/)
|
52 |
-
* Spamgrund im Kommentar nicht speichern
|
53 |
-
* Vorhandenen Spam nach X Tagen löschen
|
54 |
-
* Aufbewahrung der Spam-Kommentare für einen Typ
|
55 |
-
* Bei definierten Spamgründen sofort löschen
|
56 |
-
* Statistiken als Dashboard-Widget generieren
|
57 |
-
* Spam-Anzahl auf dem Dashboard anzeigen
|
58 |
-
* Eingehende Ping- und Trackbacks ignorieren
|
59 |
-
* Kommentarformular befindet sich auf Archivseiten
|
60 |
-
|
61 |
-
|
62 |
-
= Datenschutz =
|
63 |
-
In Blogs innerhalb der EU-Länder sollte die Option *"Öffentliche Spamdatenbank berücksichtigen"* nicht aktiviert werden, da das Antispam-Plugin dann ungekürzte IP-Adressen der Kommentatoren dafür verwendet, diese in einer öffentlichen Spammer-Datenbank nachzuschlagen, um als Spam zu identifizieren. Technisch ist die Verschlüsselung der IP nicht möglich, da Spammer-Datenbanken mit vollständigen, unverschlüsselten IP-Adressen arbeiten. [Weitere Details](http://playground.ebiene.de/antispam-bee-wordpress-plugin/#dnsbl_check)
|
64 |
-
|
65 |
-
|
66 |
-
= Schlusswort =
|
67 |
-
Installiert, probiert die bewährte Antispam-Lösung für WordPress aus.
|
68 |
-
Anmeldefrei und ohne lästige Captchas.
|
69 |
-
|
70 |
-
|
71 |
-
= Support =
|
72 |
-
Fragen rund ums Plugin werden gern per E-Mail beantwortet. Beachtet auch die [Guidelines](https://plus.google.com/+SergejMüller/posts/Ex2vYGN8G2L).
|
73 |
-
|
74 |
-
|
75 |
-
= Inkompatibilität =
|
76 |
-
* Disqus
|
77 |
-
* Jetpack Comments
|
78 |
-
* AJAX-Kommentarformulare
|
79 |
-
|
80 |
-
|
81 |
-
= Unterstützung =
|
82 |
-
* [Flattr](https://flattr.com/t/1323822)
|
83 |
-
* [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAQUT9RLPW8QN)
|
84 |
-
* [Wishlist](https://www.amazon.de/registry/wishlist/2U5I7F9649LOJ/)
|
85 |
|
86 |
|
87 |
-
|
88 |
-
*
|
89 |
-
* [Guide: Spam-Bekämpfung in WordPress](http://cup.wpcoder.de/wordpress-antispam-guide/)
|
90 |
|
91 |
|
92 |
-
|
93 |
-
*
|
94 |
|
95 |
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
|
|
|
|
|
101 |
|
|
|
|
|
102 |
|
|
|
|
|
103 |
|
|
|
|
|
104 |
|
105 |
-
== Changelog ==
|
106 |
|
107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
|
|
|
|
|
|
|
109 |
* **Deutsch**
|
110 |
* Entfernung der Funktionen *Kommentare nur in einer Sprache zulassen* und *Bestimmte Länder blockieren bzw. erlauben* aus finanziellen Gründen
|
111 |
* [Weitere Informationen zum Hintergrund](https://plus.google.com/u/0/+SergejMüller/posts/ZyquhoYjUyF)
|
112 |
|
|
|
113 |
* **English**
|
114 |
-
*
|
115 |
-
|
116 |
-
|
117 |
-
= 2.6.6 =
|
118 |
-
|
119 |
* **Deutsch**
|
120 |
* (Testweise) Umstellung auf die offizielle Google Translation API
|
121 |
* [Weitere Informationen zum Hintergrund](https://plus.google.com/u/0/+SergejMüller/posts/ZyquhoYjUyF)
|
122 |
* *Release-Zeitaufwand (Development & QA): 2,5 Stunden*
|
123 |
|
124 |
-
|
125 |
-
* Switch to the official Google Translation API
|
126 |
-
* *Release time investment (Development & QA): 2,5 h*
|
127 |
-
|
128 |
-
= 2.6.5 =
|
129 |
-
|
130 |
* **English**
|
131 |
* Fix: Return parameters on `dashboard_glance_items` callback / thx [@toscho](https://twitter.com/toscho)
|
132 |
* New function: Trust commenters with a Gravatar / thx [@glueckpress](https://twitter.com/glueckpress)
|
133 |
* Additional plausibility checks and filters
|
134 |
* *Release time investment (Development & QA): 12 h*
|
135 |
-
|
136 |
* **Deutsch**
|
137 |
* Fix: Parameter-Rückgabe bei `dashboard_glance_items` / thx [@toscho](https://twitter.com/toscho)
|
138 |
-
* Neue Funktion: [Kommentatoren mit Gravatar vertrauen](
|
139 |
* Zusätzliche Plausibilitätsprüfungen und Filter
|
140 |
* *Release-Zeitaufwand (Development & QA): 12 Stunden*
|
141 |
|
142 |
-
|
143 |
-
= 2.6.4 =
|
144 |
-
|
145 |
* **English**
|
146 |
* Consideration of the comment time (Spam if a comment was written in less than 5 seconds)
|
147 |
-
* *Release time investment (Development & QA): 6
|
148 |
-
|
149 |
* **Deutsch**
|
150 |
* Berücksichtigung der Kommentarzeit (Spam, wenn ein Kommentar in unter 5 Sekunden verfasst)
|
151 |
* [Mehr Informationen auf Google+](https://plus.google.com/+SergejMüller/posts/73EbP6F1BgC)
|
152 |
* *Release-Zeitaufwand (Development & QA): 6,25 Stunden*
|
153 |
|
154 |
-
|
155 |
-
= 2.6.3 =
|
156 |
-
|
157 |
* **English**
|
158 |
* Sorting for the Antispam Bee column in the spam comments overview
|
159 |
* Code refactoring around the use of REQUEST_URI
|
160 |
-
* *Release time investment (Development & QA): 2
|
161 |
-
|
162 |
* **Deutsch**
|
163 |
* Sortierung für die Antispam Bee Spalte in der Spam-Übersicht
|
164 |
* Code-Refactoring rund um die Nutzung von REQUEST_URI
|
165 |
-
* *Release-Zeitaufwand (Development & QA): 2
|
166 |
-
|
167 |
-
|
168 |
-
= 2.6.2 =
|
169 |
|
|
|
170 |
* **English**
|
171 |
* Improving detection of fake IPs
|
172 |
* *Release time investment (Development & QA): 11 h*
|
173 |
-
|
174 |
* **Deutsch**
|
175 |
* Überarbeitung der Erkennung von gefälschten IPs
|
176 |
* *Release-Zeitaufwand (Development & QA): 11 Stunden*
|
177 |
|
178 |
-
|
179 |
-
= 2.6.1 =
|
180 |
-
|
181 |
* **English**
|
182 |
* Code refactoring of options management
|
183 |
* Support for `HTTP_FORWARDED_FOR` header
|
184 |
-
* *Release time investment (Development & QA): 8
|
185 |
-
|
186 |
* **Deutsch**
|
187 |
* Überarbeitung der Optionen-Verwaltung
|
188 |
* Berücksichtigung der Header `HTTP_FORWARDED_FOR`
|
189 |
* *Release-Zeitaufwand (Development & QA): 8,5 Stunden*
|
190 |
|
191 |
-
|
192 |
-
= 2.6.0 =
|
193 |
* DE: Optimierungen für WordPress 3.8
|
194 |
* DE: Zusatzprüfung auf Nicht-UTF-8-Zeichen in Kommentardaten
|
195 |
* DE: Spamgrund als Spalte in der Übersicht mit Spamkommentaren
|
@@ -197,60 +160,60 @@ Fragen rund ums Plugin werden gern per E-Mail beantwortet. Beachtet auch die [Gu
|
|
197 |
* EN: Clear invalid UTF-8 characters in comment fields
|
198 |
* EN: Spam reason as a column in the table with spam comments
|
199 |
|
200 |
-
|
201 |
* DE: Anpassung des Dashboard-Skriptes für die Zusammenarbeit mit [Statify](http://statify.de)
|
202 |
* EN: Dashboard widget changes to work with [Statify](http://statify.de)
|
203 |
|
204 |
-
|
205 |
* DE: Umstellung von TornevallDNSBL zu [Stop Forum Spam](http://www.stopforumspam.com)
|
206 |
* DE: Neue JS-Bibliothek für das Dashboard-Widget
|
207 |
* DE: [Mehr Informationen auf Google+](https://plus.google.com/110569673423509816572/posts/VCFr3fDAYDs)
|
208 |
* EN: Switch from TornevallDNSBL to [Stop Forum Spam](http://www.stopforumspam.com)
|
209 |
* EN: New JS library for the Antispam Bee dashboard chart
|
210 |
|
211 |
-
|
212 |
-
* DE: Optionale Spam-Logdatei z.B. für [Fail2Ban](
|
213 |
* DE: Filter `antispam_bee_notification_subject` für eigenen Betreff in Benachrichtigungen
|
214 |
* DE: Detaillierte Informationen zum Update auf [Google+](https://plus.google.com/110569673423509816572/posts/iCfip2ggYt9)
|
215 |
* EN: Optional logfile with spam entries e.g. for [Fail2Ban](https://gist.github.com/sergejmueller/5622883)
|
216 |
* EN: Filter `antispam_bee_notification_subject` for a custom subject in notifications
|
217 |
|
218 |
-
|
219 |
* DE: Neue Erkennungsmuster für Spam hinzugefügt / [Google+](https://plus.google.com/110569673423509816572/posts/9BSURheN3as)
|
220 |
* EN: Added new detection/patterns for spam comments
|
221 |
|
222 |
-
|
223 |
* Deutsch: Erkennung und Ausfilterung von Spam-Kommentaren, die versuchen, [Sicherheitslücken von W3 Total Cache und WP Super Cache](http://blog.sucuri.net/2013/05/w3-total-cache-and-wp-super-cache-vulnerability-being-targeted-in-the-wild.html) auszunutzen. [Ausführlicher auf Google+](https://plus.google.com/110569673423509816572/posts/afWWQbUh4at).
|
224 |
* English: Detection and filtering of spam comments that try to exploit the latest [W3 Total Cache and WP Super Cache Vulnerability](http://blog.sucuri.net/2013/05/w3-total-cache-and-wp-super-cache-vulnerability-being-targeted-in-the-wild.html).
|
225 |
|
226 |
-
|
227 |
* Jubiläumsausgabe: [Details zum Update](https://plus.google.com/110569673423509816572/posts/3dq9Re5vTY5)
|
228 |
* Neues Maskottchen für Antispam Bee
|
229 |
* Erweiterte Prüfung eingehender Kommentare in lokaler Blog-Spamdatenbank auf IP, URL und E-Mail-Adresse
|
230 |
|
231 |
-
|
232 |
* Optimierung des Regulären Ausdrucks
|
233 |
|
234 |
-
|
235 |
-
* Neu: [Reguläre Ausdrücke anwenden](
|
236 |
* Änderung der Filter-Reihenfolge
|
237 |
* Verbesserungen an der Sprachdatei
|
238 |
* [Hintergrundinformationen zum Update](https://plus.google.com/110569673423509816572/posts/CwtbSoMkGrT)
|
239 |
|
240 |
-
|
241 |
-
* [BBCode im Kommentar als Spamgrund](
|
242 |
* IP-Anonymisierung bei der Länderprüfung
|
243 |
* [Mehr Transparenz](https://plus.google.com/110569673423509816572/posts/ZMU6RfyRK29) durch hinzugefügte Datenschutzhinweise
|
244 |
* PHP 5.2.4 als Voraussetzung (ist zugleich die Voraussetzung für WP 3.4)
|
245 |
|
246 |
-
|
247 |
* [Edition 2012](https://plus.google.com/110569673423509816572/posts/6JUC6PHXd6A)
|
248 |
|
249 |
-
|
250 |
* Russische Übersetzung
|
251 |
* Veränderung der Secret-Zeichenfolge
|
252 |
|
253 |
-
|
254 |
* Überarbeitetes Layout der Einstellungen
|
255 |
* Streichung von Project Honey Pot
|
256 |
* TornevallNET als neuer DNSBL-Dienst
|
@@ -258,12 +221,12 @@ Fragen rund ums Plugin werden gern per E-Mail beantwortet. Beachtet auch die [Gu
|
|
258 |
* WordPress 3.5 Unterstützung
|
259 |
* Online-Handbuch in Neufassung
|
260 |
|
261 |
-
|
262 |
* Technical and visual support for WordPress 3.5
|
263 |
* Modification of the file structure: from `xyz.dev.css` to `xyz.min.css`
|
264 |
* Retina screenshot
|
265 |
|
266 |
-
|
267 |
* Check for basic requirements
|
268 |
* Remove the sidebar plugin icon
|
269 |
* Set the Google API calls to SSL
|
@@ -271,33 +234,33 @@ Fragen rund ums Plugin werden gern per E-Mail beantwortet. Beachtet auch die [Gu
|
|
271 |
* Add retina plugin icon on options
|
272 |
* Depending on WordPress settings: anonymous comments allowed
|
273 |
|
274 |
-
|
275 |
* New geo ip location service (without the api key)
|
276 |
* Code cleanup: Replacement of `@` characters by a function
|
277 |
* JS-Fallback for missing jQuery UI
|
278 |
|
279 |
-
|
280 |
* Add russian translation
|
281 |
* Fix for the textarea replace
|
282 |
* Detect and hide admin notices
|
283 |
|
284 |
-
|
285 |
* Support for IPv6
|
286 |
* Source code revision
|
287 |
* Delete spam by reason
|
288 |
* Changing the user interface
|
289 |
* Requirements: PHP 5.1.2 and WordPress 3.3
|
290 |
|
291 |
-
|
292 |
* Xmas Edition
|
293 |
|
294 |
-
|
295 |
* Interactive Dashboard Stats
|
296 |
|
297 |
-
|
298 |
* Remove Google Translate API support
|
299 |
|
300 |
-
|
301 |
* Allow comments only in certain language (English/German)
|
302 |
* Consider comments which are already marked as spam
|
303 |
* Dashboard Stats: Change from canvas to image format
|
@@ -305,86 +268,72 @@ Fragen rund ums Plugin werden gern per E-Mail beantwortet. Beachtet auch die [Gu
|
|
305 |
* Removal of the migration script
|
306 |
* Increase plugin security
|
307 |
|
308 |
-
|
309 |
* Dashboard History Stats (HTML5 Canvas)
|
310 |
|
311 |
-
|
312 |
* Support for the new IPInfoDB API (including API Key)
|
313 |
|
314 |
-
|
315 |
* Black and whitelisting for specific countries
|
316 |
* "Project Honey Pot" as a optional spammer source
|
317 |
* Spam reason in the notification email
|
318 |
* Visual refresh of the notification email
|
319 |
* Advanced GUI changes + Fold-out options
|
320 |
|
321 |
-
|
322 |
* Support for WordPress 3.0
|
323 |
* System requirements: WordPress 2.7
|
324 |
* Code optimization
|
325 |
|
326 |
-
|
327 |
* Compatibility with WPtouch
|
328 |
* Add support for do_action
|
329 |
* Translation to Portuguese of Brazil
|
330 |
|
331 |
-
|
332 |
* Enable stricter inspection for incomming comments
|
333 |
* Do not check if the author has already commented and approved
|
334 |
|
335 |
-
|
336 |
* New code structure
|
337 |
* Email notifications about new spam comments
|
338 |
* Novel Algorithm: Advanced spam checking
|
339 |
|
340 |
-
|
341 |
* Antispam Bee spam counter on dashboard
|
342 |
|
343 |
-
|
344 |
* Adds support for WordPress new changelog readme.txt standard
|
345 |
* Various changes for more speed, usability and security
|
346 |
|
347 |
-
|
348 |
* Adds WordPress 2.8 support
|
349 |
|
350 |
-
|
351 |
* Mark as spam only comments or only pings
|
352 |
|
353 |
-
|
354 |
* Optical adjustments of the settings page
|
355 |
* Translation for Simplified Chinese, Spanish and Catalan
|
356 |
|
357 |
-
|
358 |
* Spam folder cleanup after X days
|
359 |
* Optional hide the "MARKED AS SPAM" note
|
360 |
* Language support for Italian and Turkish
|
361 |
|
362 |
-
|
363 |
* Language support for English, German, Russian
|
364 |
|
365 |
-
|
366 |
* Workaround for empty comments
|
367 |
|
368 |
-
|
369 |
* Option for trackback and pingback protection
|
370 |
|
371 |
-
|
372 |
* Trackback and Pingback spam protection
|
373 |
|
374 |
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
= Requirements =
|
379 |
-
* WordPress 3.8 or greater
|
380 |
-
* PHP 5.2.4 or greater
|
381 |
-
|
382 |
-
= Installation =
|
383 |
-
* WordPress Dashboard > Plugins > Add New
|
384 |
-
* Search for *Antispam Bee* > Install
|
385 |
-
* Set plugin settings or leave the default values
|
386 |
-
|
387 |
-
|
388 |
-
== Screenshots ==
|
389 |
-
|
390 |
-
1. Antispam Bee Optionen
|
1 |
+
# Antispam Bee #
|
2 |
+
* Contributors: pluginkollektiv
|
3 |
+
* Tags: comment, spam, antispam, comments, trackback, protection, prevention
|
4 |
+
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ
|
5 |
+
* Requires at least: 3.8
|
6 |
+
* Tested up to: 4.6
|
7 |
+
* Stable tag: 2.6.8
|
8 |
+
* License: GPLv2 or later
|
9 |
+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
“…another popular solution to fight spam is Antispam Bee”—Matt Mullenweg, Q&A WordCamp Europe 2014
|
12 |
|
13 |
+
## Description ##
|
14 |
+
Say Goodbye to comment spam on your WorddPress blog or website. *Antispam Bee* blocks spam comments and trackbacks effectively and without captchas. It is free of charge, ad-free and compliant with European data privacy standards.
|
15 |
|
|
|
16 |
|
17 |
+
### Feature/Settings Overview ###
|
18 |
+
* Trust approved commenters.
|
19 |
+
* Trust commenters with a Gravatar.
|
20 |
+
* Consider the comment time.
|
21 |
+
* Treat BBCode as spam.
|
22 |
+
* Validate the IP address of commenters.
|
23 |
+
* Use regular expressions.
|
24 |
+
* Search local spam database for commenters previously marked as spammers.
|
25 |
+
* Match against a public anti-spam database.
|
26 |
+
* Notify admins by e-mail about incoming spam.
|
27 |
+
* Delete existing spam after n days.
|
28 |
+
* Limit approval to comments/pings (will delete other comment types).
|
29 |
+
* Select spam indicators to send comments to deletion directly.
|
30 |
+
* Optionally exclude trackbacks and pingbacks from spam detection.
|
31 |
+
* Optionally spam-check comment forms on archive pages.
|
32 |
+
* Display spam statistics on the dashboard, including daily updates of spam detection rate and a total of blocked spam comments.
|
33 |
|
34 |
|
35 |
+
> #### Auf Deutsch? ####
|
36 |
+
> Für eine ausführliche [Dokumentation](https://github.com/pluginkollektiv/antispam-bee/wiki/Dokumentation) besuche bitte das [Antispam-Bee-Wiki](https://github.com/pluginkollektiv/antispam-bee/wiki). Dort findest du u.a. Antworten auf [häufig gestellte Fragen](https://github.com/pluginkollektiv/antispam-bee/wiki/H%C3%A4ufige-Fragen), sowie Hinweise zu den [Einstellungen der Antispam-Regeln](https://github.com/pluginkollektiv/antispam-bee/wiki/Dokumentation#antispam-regeln).
|
37 |
+
>
|
38 |
+
> **Community-Support auf Deutsch** erhältst du in einem der [deutschsprachigen Foren](https://de.forums.wordpress.org/forum/plugins); im [Plugin-Forum für Antispam Bee](https://wordpress.org/support/plugin/antispam-bee) wird, wie in allen Plugin-Foren auf wordpress.org, ausschließlich **Englisch** gesprochen.
|
39 |
|
|
|
40 |
|
41 |
+
### Credits ###
|
42 |
+
* Author: [Sergej Müller](https://sergejmueller.github.io/)
|
43 |
+
* Maintainers: [pluginkollektiv](http://pluginkollektiv.org)
|
44 |
|
45 |
|
46 |
+
## Installation ##
|
47 |
+
* If you don’t know how to install a plugin for WordPress, [here’s how](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
+
### Requirements ###
|
51 |
+
* PHP 5.2.4 or greater
|
52 |
+
* WordPress 3.8 or greater
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
+
### Settings ###
|
56 |
+
After you have activated *Antispam Bee* the plugin will block spam comments out of the box. However, you may want to visit *Settings → Antispam Bee* to configure your custom set of anti-spam options that works best for your site.
|
|
|
57 |
|
58 |
|
59 |
+
### Privacy Notice ###
|
60 |
+
On sites operating from within the EU the option *Use a public antispam database* should not be activated for privacy reasons. When that option has been activated, *Antispam Bee* will match full IP addresses from comments against a public spam database. Technically it is not possible to encrypt those IPs, because spam databases only store and operate with complete, unencrypted IP addresses.
|
61 |
|
62 |
|
63 |
+
## Frequently Asked Questions ##
|
64 |
+
### Does Antispam Bee work with Jetpack, Disqus Comments and other comment plugins? ###
|
65 |
+
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.
|
66 |
+
It also won’t work with any AJAX-powered comment forms.
|
67 |
|
68 |
+
### On how many web sites or blogs can I use Antispam Bee? ###
|
69 |
+
On as many as you wish. There is no limitation to the number of sites you use the plugin on.
|
70 |
|
71 |
+
### Do I have to register for any sort of paid service if my site gets a lot of comment spam? ###
|
72 |
+
No, Antispam Bee is free forever, for both private and commercial projects.
|
73 |
|
74 |
+
### Does Antispam Bee store any private user data, IP addresses or the like? ###
|
75 |
+
Nope. Antispam Bee is developed in Germany and Switzerland. You might have heard we can be a bit nitpicky over here when it comes to privacy.
|
76 |
|
77 |
+
### Will I have to edit any theme templates to get Antispam Bee to work? ###
|
78 |
+
No, the plugin works as is. You may want to configure your favorite settings, though.
|
79 |
|
|
|
80 |
|
81 |
+
## Changelog ##
|
82 |
+
### 2.6.8 ###
|
83 |
+
* added a POT file
|
84 |
+
* updated German translation, added formal version
|
85 |
+
* updated plugin text domain to include a dash instead of an underscore
|
86 |
+
* updated, translated + formatted README.md
|
87 |
+
* updated expired link URLs in plugin and languages files
|
88 |
+
* updated [plugin authors](https://gist.github.com/glueckpress/f058c0ab973d45a72720)
|
89 |
|
90 |
+
### 2.6.7 ###
|
91 |
+
* **English**
|
92 |
+
* Removal of functions *Block comments from specific countries* and *Allow comments only in certain language* for financial reasons
|
93 |
* **Deutsch**
|
94 |
* Entfernung der Funktionen *Kommentare nur in einer Sprache zulassen* und *Bestimmte Länder blockieren bzw. erlauben* aus finanziellen Gründen
|
95 |
* [Weitere Informationen zum Hintergrund](https://plus.google.com/u/0/+SergejMüller/posts/ZyquhoYjUyF)
|
96 |
|
97 |
+
### 2.6.6 ###
|
98 |
* **English**
|
99 |
+
* Switch to the official Google Translation API
|
100 |
+
* *Release time investment (Development & QA): 2.5 h*
|
|
|
|
|
|
|
101 |
* **Deutsch**
|
102 |
* (Testweise) Umstellung auf die offizielle Google Translation API
|
103 |
* [Weitere Informationen zum Hintergrund](https://plus.google.com/u/0/+SergejMüller/posts/ZyquhoYjUyF)
|
104 |
* *Release-Zeitaufwand (Development & QA): 2,5 Stunden*
|
105 |
|
106 |
+
### 2.6.5 ###
|
|
|
|
|
|
|
|
|
|
|
107 |
* **English**
|
108 |
* Fix: Return parameters on `dashboard_glance_items` callback / thx [@toscho](https://twitter.com/toscho)
|
109 |
* New function: Trust commenters with a Gravatar / thx [@glueckpress](https://twitter.com/glueckpress)
|
110 |
* Additional plausibility checks and filters
|
111 |
* *Release time investment (Development & QA): 12 h*
|
|
|
112 |
* **Deutsch**
|
113 |
* Fix: Parameter-Rückgabe bei `dashboard_glance_items` / thx [@toscho](https://twitter.com/toscho)
|
114 |
+
* Neue Funktion: [Kommentatoren mit Gravatar vertrauen](https://github.com/pluginkollektiv/antispam-bee/wiki/Dokumentation) / thx [@glueckpress](https://twitter.com/glueckpress)
|
115 |
* Zusätzliche Plausibilitätsprüfungen und Filter
|
116 |
* *Release-Zeitaufwand (Development & QA): 12 Stunden*
|
117 |
|
118 |
+
### 2.6.4 ###
|
|
|
|
|
119 |
* **English**
|
120 |
* Consideration of the comment time (Spam if a comment was written in less than 5 seconds)
|
121 |
+
* *Release time investment (Development & QA): 6.25 h*
|
|
|
122 |
* **Deutsch**
|
123 |
* Berücksichtigung der Kommentarzeit (Spam, wenn ein Kommentar in unter 5 Sekunden verfasst)
|
124 |
* [Mehr Informationen auf Google+](https://plus.google.com/+SergejMüller/posts/73EbP6F1BgC)
|
125 |
* *Release-Zeitaufwand (Development & QA): 6,25 Stunden*
|
126 |
|
127 |
+
### 2.6.3 ###
|
|
|
|
|
128 |
* **English**
|
129 |
* Sorting for the Antispam Bee column in the spam comments overview
|
130 |
* Code refactoring around the use of REQUEST_URI
|
131 |
+
* *Release time investment (Development & QA): 2.75 h*
|
|
|
132 |
* **Deutsch**
|
133 |
* Sortierung für die Antispam Bee Spalte in der Spam-Übersicht
|
134 |
* Code-Refactoring rund um die Nutzung von REQUEST_URI
|
135 |
+
* *Release-Zeitaufwand (Development & QA): 2,.75 Stunden*
|
|
|
|
|
|
|
136 |
|
137 |
+
### 2.6.2 ###
|
138 |
* **English**
|
139 |
* Improving detection of fake IPs
|
140 |
* *Release time investment (Development & QA): 11 h*
|
|
|
141 |
* **Deutsch**
|
142 |
* Überarbeitung der Erkennung von gefälschten IPs
|
143 |
* *Release-Zeitaufwand (Development & QA): 11 Stunden*
|
144 |
|
145 |
+
### 2.6.1 ###
|
|
|
|
|
146 |
* **English**
|
147 |
* Code refactoring of options management
|
148 |
* Support for `HTTP_FORWARDED_FOR` header
|
149 |
+
* *Release time investment (Development & QA): 8.5 h*
|
|
|
150 |
* **Deutsch**
|
151 |
* Überarbeitung der Optionen-Verwaltung
|
152 |
* Berücksichtigung der Header `HTTP_FORWARDED_FOR`
|
153 |
* *Release-Zeitaufwand (Development & QA): 8,5 Stunden*
|
154 |
|
155 |
+
### 2.6.0 ###
|
|
|
156 |
* DE: Optimierungen für WordPress 3.8
|
157 |
* DE: Zusatzprüfung auf Nicht-UTF-8-Zeichen in Kommentardaten
|
158 |
* DE: Spamgrund als Spalte in der Übersicht mit Spamkommentaren
|
160 |
* EN: Clear invalid UTF-8 characters in comment fields
|
161 |
* EN: Spam reason as a column in the table with spam comments
|
162 |
|
163 |
+
### 2.5.9 ###
|
164 |
* DE: Anpassung des Dashboard-Skriptes für die Zusammenarbeit mit [Statify](http://statify.de)
|
165 |
* EN: Dashboard widget changes to work with [Statify](http://statify.de)
|
166 |
|
167 |
+
### 2.5.8 ###
|
168 |
* DE: Umstellung von TornevallDNSBL zu [Stop Forum Spam](http://www.stopforumspam.com)
|
169 |
* DE: Neue JS-Bibliothek für das Dashboard-Widget
|
170 |
* DE: [Mehr Informationen auf Google+](https://plus.google.com/110569673423509816572/posts/VCFr3fDAYDs)
|
171 |
* EN: Switch from TornevallDNSBL to [Stop Forum Spam](http://www.stopforumspam.com)
|
172 |
* EN: New JS library for the Antispam Bee dashboard chart
|
173 |
|
174 |
+
### 2.5.7 ###
|
175 |
+
* DE: Optionale Spam-Logdatei z.B. für [Fail2Ban](https://github.com/sergejmueller/sergejmueller.github.io/wiki/Fail2Ban:-IP-Blacklist)
|
176 |
* DE: Filter `antispam_bee_notification_subject` für eigenen Betreff in Benachrichtigungen
|
177 |
* DE: Detaillierte Informationen zum Update auf [Google+](https://plus.google.com/110569673423509816572/posts/iCfip2ggYt9)
|
178 |
* EN: Optional logfile with spam entries e.g. for [Fail2Ban](https://gist.github.com/sergejmueller/5622883)
|
179 |
* EN: Filter `antispam_bee_notification_subject` for a custom subject in notifications
|
180 |
|
181 |
+
### 2.5.6 ###
|
182 |
* DE: Neue Erkennungsmuster für Spam hinzugefügt / [Google+](https://plus.google.com/110569673423509816572/posts/9BSURheN3as)
|
183 |
* EN: Added new detection/patterns for spam comments
|
184 |
|
185 |
+
### 2.5.5 ###
|
186 |
* Deutsch: Erkennung und Ausfilterung von Spam-Kommentaren, die versuchen, [Sicherheitslücken von W3 Total Cache und WP Super Cache](http://blog.sucuri.net/2013/05/w3-total-cache-and-wp-super-cache-vulnerability-being-targeted-in-the-wild.html) auszunutzen. [Ausführlicher auf Google+](https://plus.google.com/110569673423509816572/posts/afWWQbUh4at).
|
187 |
* English: Detection and filtering of spam comments that try to exploit the latest [W3 Total Cache and WP Super Cache Vulnerability](http://blog.sucuri.net/2013/05/w3-total-cache-and-wp-super-cache-vulnerability-being-targeted-in-the-wild.html).
|
188 |
|
189 |
+
### 2.5.4 ###
|
190 |
* Jubiläumsausgabe: [Details zum Update](https://plus.google.com/110569673423509816572/posts/3dq9Re5vTY5)
|
191 |
* Neues Maskottchen für Antispam Bee
|
192 |
* Erweiterte Prüfung eingehender Kommentare in lokaler Blog-Spamdatenbank auf IP, URL und E-Mail-Adresse
|
193 |
|
194 |
+
### 2.5.3 ###
|
195 |
* Optimierung des Regulären Ausdrucks
|
196 |
|
197 |
+
### 2.5.2 ###
|
198 |
+
* Neu: [Reguläre Ausdrücke anwenden](https://github.com/pluginkollektiv/antispam-bee/wiki/Dokumentation) mit vordefinierten und eigenen Erkennungsmustern
|
199 |
* Änderung der Filter-Reihenfolge
|
200 |
* Verbesserungen an der Sprachdatei
|
201 |
* [Hintergrundinformationen zum Update](https://plus.google.com/110569673423509816572/posts/CwtbSoMkGrT)
|
202 |
|
203 |
+
### 2.5.1 ###
|
204 |
+
* [BBCode im Kommentar als Spamgrund](https://github.com/pluginkollektiv/antispam-bee/wiki/Dokumentation)
|
205 |
* IP-Anonymisierung bei der Länderprüfung
|
206 |
* [Mehr Transparenz](https://plus.google.com/110569673423509816572/posts/ZMU6RfyRK29) durch hinzugefügte Datenschutzhinweise
|
207 |
* PHP 5.2.4 als Voraussetzung (ist zugleich die Voraussetzung für WP 3.4)
|
208 |
|
209 |
+
### 2.5.0 ###
|
210 |
* [Edition 2012](https://plus.google.com/110569673423509816572/posts/6JUC6PHXd6A)
|
211 |
|
212 |
+
### 2.4.6 ###
|
213 |
* Russische Übersetzung
|
214 |
* Veränderung der Secret-Zeichenfolge
|
215 |
|
216 |
+
### 2.4.5 ###
|
217 |
* Überarbeitetes Layout der Einstellungen
|
218 |
* Streichung von Project Honey Pot
|
219 |
* TornevallNET als neuer DNSBL-Dienst
|
221 |
* WordPress 3.5 Unterstützung
|
222 |
* Online-Handbuch in Neufassung
|
223 |
|
224 |
+
### 2.4.4 ###
|
225 |
* Technical and visual support for WordPress 3.5
|
226 |
* Modification of the file structure: from `xyz.dev.css` to `xyz.min.css`
|
227 |
* Retina screenshot
|
228 |
|
229 |
+
### 2.4.3 ###
|
230 |
* Check for basic requirements
|
231 |
* Remove the sidebar plugin icon
|
232 |
* Set the Google API calls to SSL
|
234 |
* Add retina plugin icon on options
|
235 |
* Depending on WordPress settings: anonymous comments allowed
|
236 |
|
237 |
+
### 2.4.2 ###
|
238 |
* New geo ip location service (without the api key)
|
239 |
* Code cleanup: Replacement of `@` characters by a function
|
240 |
* JS-Fallback for missing jQuery UI
|
241 |
|
242 |
+
### 2.4.1 ###
|
243 |
* Add russian translation
|
244 |
* Fix for the textarea replace
|
245 |
* Detect and hide admin notices
|
246 |
|
247 |
+
### 2.4 ###
|
248 |
* Support for IPv6
|
249 |
* Source code revision
|
250 |
* Delete spam by reason
|
251 |
* Changing the user interface
|
252 |
* Requirements: PHP 5.1.2 and WordPress 3.3
|
253 |
|
254 |
+
### 2.3 ###
|
255 |
* Xmas Edition
|
256 |
|
257 |
+
### 2.2 ###
|
258 |
* Interactive Dashboard Stats
|
259 |
|
260 |
+
### 2.1 ###
|
261 |
* Remove Google Translate API support
|
262 |
|
263 |
+
### 2.0 ###
|
264 |
* Allow comments only in certain language (English/German)
|
265 |
* Consider comments which are already marked as spam
|
266 |
* Dashboard Stats: Change from canvas to image format
|
268 |
* Removal of the migration script
|
269 |
* Increase plugin security
|
270 |
|
271 |
+
### 1.9 ###
|
272 |
* Dashboard History Stats (HTML5 Canvas)
|
273 |
|
274 |
+
### 1.8 ###
|
275 |
* Support for the new IPInfoDB API (including API Key)
|
276 |
|
277 |
+
### 1.7 ###
|
278 |
* Black and whitelisting for specific countries
|
279 |
* "Project Honey Pot" as a optional spammer source
|
280 |
* Spam reason in the notification email
|
281 |
* Visual refresh of the notification email
|
282 |
* Advanced GUI changes + Fold-out options
|
283 |
|
284 |
+
### 1.6 ###
|
285 |
* Support for WordPress 3.0
|
286 |
* System requirements: WordPress 2.7
|
287 |
* Code optimization
|
288 |
|
289 |
+
### 1.5 ###
|
290 |
* Compatibility with WPtouch
|
291 |
* Add support for do_action
|
292 |
* Translation to Portuguese of Brazil
|
293 |
|
294 |
+
### 1.4 ###
|
295 |
* Enable stricter inspection for incomming comments
|
296 |
* Do not check if the author has already commented and approved
|
297 |
|
298 |
+
### 1.3 ###
|
299 |
* New code structure
|
300 |
* Email notifications about new spam comments
|
301 |
* Novel Algorithm: Advanced spam checking
|
302 |
|
303 |
+
### 1.2 ###
|
304 |
* Antispam Bee spam counter on dashboard
|
305 |
|
306 |
+
### 1.1 ###
|
307 |
* Adds support for WordPress new changelog readme.txt standard
|
308 |
* Various changes for more speed, usability and security
|
309 |
|
310 |
+
### 1.0 ###
|
311 |
* Adds WordPress 2.8 support
|
312 |
|
313 |
+
### 0.9 ###
|
314 |
* Mark as spam only comments or only pings
|
315 |
|
316 |
+
### 0.8 ###
|
317 |
* Optical adjustments of the settings page
|
318 |
* Translation for Simplified Chinese, Spanish and Catalan
|
319 |
|
320 |
+
### 0.7 ###
|
321 |
* Spam folder cleanup after X days
|
322 |
* Optional hide the "MARKED AS SPAM" note
|
323 |
* Language support for Italian and Turkish
|
324 |
|
325 |
+
### 0.6 ###
|
326 |
* Language support for English, German, Russian
|
327 |
|
328 |
+
### 0.5 ###
|
329 |
* Workaround for empty comments
|
330 |
|
331 |
+
### 0.4 ###
|
332 |
* Option for trackback and pingback protection
|
333 |
|
334 |
+
### 0.3 ###
|
335 |
* Trackback and Pingback spam protection
|
336 |
|
337 |
|
338 |
+
## Screenshots ##
|
339 |
+
1. Antispam Bee Optionen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
antispam_bee.php
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Antispam Bee
|
4 |
-
Text Domain: antispam_bee
|
5 |
-
Domain Path: /lang
|
6 |
Description: Easy and extremely productive spam-fighting plugin with many sophisticated solutions. Includes protection again trackback spam.
|
7 |
-
Author:
|
8 |
-
Author URI:
|
9 |
-
Plugin URI:
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
12 |
*/
|
13 |
|
14 |
/*
|
@@ -457,7 +458,7 @@ class Antispam_Bee {
|
|
457 |
public static function load_plugin_lang()
|
458 |
{
|
459 |
load_plugin_textdomain(
|
460 |
-
'
|
461 |
false,
|
462 |
'antispam-bee/lang'
|
463 |
);
|
@@ -489,7 +490,7 @@ class Antispam_Bee {
|
|
489 |
),
|
490 |
admin_url('options-general.php')
|
491 |
),
|
492 |
-
__('Settings')
|
493 |
)
|
494 |
)
|
495 |
);
|
@@ -517,8 +518,7 @@ class Antispam_Bee {
|
|
517 |
return array_merge(
|
518 |
$input,
|
519 |
array(
|
520 |
-
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&
|
521 |
-
'<a href="https://flattr.com/t/1323822" target="_blank">Flattr</a>'
|
522 |
)
|
523 |
);
|
524 |
}
|
@@ -687,7 +687,7 @@ class Antispam_Bee {
|
|
687 |
admin_url('options-general.php')
|
688 |
),
|
689 |
esc_html( self::_get_spam_count() ),
|
690 |
-
esc_html__('Blocked', '
|
691 |
);
|
692 |
|
693 |
return $items;
|
@@ -826,7 +826,7 @@ class Antispam_Bee {
|
|
826 |
if ( empty($items) ) {
|
827 |
echo sprintf(
|
828 |
'<div id="ab_chart"><p>%s</p></div>',
|
829 |
-
esc_html__('No data available.', '
|
830 |
);
|
831 |
|
832 |
return;
|
@@ -2182,40 +2182,40 @@ class Antispam_Bee {
|
|
2182 |
ENT_QUOTES
|
2183 |
)
|
2184 |
),
|
2185 |
-
__('Comment marked as spam', '
|
2186 |
);
|
2187 |
|
2188 |
/* Content */
|
2189 |
if ( !$content = strip_tags(stripslashes($comment['comment_content'])) ) {
|
2190 |
$content = sprintf(
|
2191 |
'-- %s --',
|
2192 |
-
__('Content removed by Antispam Bee', '
|
2193 |
);
|
2194 |
}
|
2195 |
|
2196 |
/* Body */
|
2197 |
$body = sprintf(
|
2198 |
"%s \"%s\"\r\n\r\n",
|
2199 |
-
__('New spam comment on your post', '
|
2200 |
strip_tags($post->post_title)
|
2201 |
).sprintf(
|
2202 |
"%s: %s\r\n",
|
2203 |
-
__('Author'),
|
2204 |
( empty($comment['comment_author']) ? '' : strip_tags($comment['comment_author']) )
|
2205 |
).sprintf(
|
2206 |
"URL: %s\r\n",
|
2207 |
esc_url($comment['comment_author_url']) /* empty check exists */
|
2208 |
).sprintf(
|
2209 |
"%s: %s\r\n",
|
2210 |
-
__('Type', '
|
2211 |
-
__( ( empty($comment['comment_type']) ? 'Comment' : 'Trackback' ), '
|
2212 |
).sprintf(
|
2213 |
"Whois: http://whois.arin.net/rest/ip/%s\r\n",
|
2214 |
$comment['comment_author_IP']
|
2215 |
).sprintf(
|
2216 |
"%s: %s\r\n\r\n",
|
2217 |
-
__('Spam Reason', '
|
2218 |
-
__(self::$defaults['reasons'][self::$_reason], '
|
2219 |
).sprintf(
|
2220 |
"%s\r\n\r\n\r\n",
|
2221 |
$content
|
@@ -2223,28 +2223,28 @@ class Antispam_Bee {
|
|
2223 |
EMPTY_TRASH_DAYS ? (
|
2224 |
sprintf(
|
2225 |
"%s: %s\r\n",
|
2226 |
-
__('Trash it', '
|
2227 |
admin_url('comment.php?action=trash&c=' .$id)
|
2228 |
)
|
2229 |
) : (
|
2230 |
sprintf(
|
2231 |
"%s: %s\r\n",
|
2232 |
-
__('Delete it', '
|
2233 |
admin_url('comment.php?action=delete&c=' .$id)
|
2234 |
)
|
2235 |
)
|
2236 |
).sprintf(
|
2237 |
"%s: %s\r\n",
|
2238 |
-
__('Approve it', '
|
2239 |
admin_url('comment.php?action=approve&c=' .$id)
|
2240 |
).sprintf(
|
2241 |
"%s: %s\r\n\r\n",
|
2242 |
-
__('Spam list', '
|
2243 |
admin_url('edit-comments.php?comment_status=spam')
|
2244 |
).sprintf(
|
2245 |
"%s\r\n%s\r\n",
|
2246 |
-
__('Notify message by Antispam Bee', '
|
2247 |
-
__('http://antispambee.com', '
|
2248 |
);
|
2249 |
|
2250 |
/* Send */
|
@@ -2392,4 +2392,4 @@ register_uninstall_hook(
|
|
2392 |
'Antispam_Bee',
|
2393 |
'uninstall'
|
2394 |
)
|
2395 |
-
);
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Antispam Bee
|
|
|
|
|
4 |
Description: Easy and extremely productive spam-fighting plugin with many sophisticated solutions. Includes protection again trackback spam.
|
5 |
+
Author: pluginkollektiv
|
6 |
+
Author URI: http://pluginkollektiv.org
|
7 |
+
Plugin URI: https://wordpress.org/plugins/antispam-bee/
|
8 |
+
Text Domain: 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.6.8
|
13 |
*/
|
14 |
|
15 |
/*
|
458 |
public static function load_plugin_lang()
|
459 |
{
|
460 |
load_plugin_textdomain(
|
461 |
+
'antispam-bee',
|
462 |
false,
|
463 |
'antispam-bee/lang'
|
464 |
);
|
490 |
),
|
491 |
admin_url('options-general.php')
|
492 |
),
|
493 |
+
__('Settings', 'antispam-bee')
|
494 |
)
|
495 |
)
|
496 |
);
|
518 |
return array_merge(
|
519 |
$input,
|
520 |
array(
|
521 |
+
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ" target="_blank">PayPal</a>',
|
|
|
522 |
)
|
523 |
);
|
524 |
}
|
687 |
admin_url('options-general.php')
|
688 |
),
|
689 |
esc_html( self::_get_spam_count() ),
|
690 |
+
esc_html__('Blocked', 'antispam-bee')
|
691 |
);
|
692 |
|
693 |
return $items;
|
826 |
if ( empty($items) ) {
|
827 |
echo sprintf(
|
828 |
'<div id="ab_chart"><p>%s</p></div>',
|
829 |
+
esc_html__('No data available.', 'antispam-bee')
|
830 |
);
|
831 |
|
832 |
return;
|
2182 |
ENT_QUOTES
|
2183 |
)
|
2184 |
),
|
2185 |
+
__('Comment marked as spam', 'antispam-bee')
|
2186 |
);
|
2187 |
|
2188 |
/* Content */
|
2189 |
if ( !$content = strip_tags(stripslashes($comment['comment_content'])) ) {
|
2190 |
$content = sprintf(
|
2191 |
'-- %s --',
|
2192 |
+
__('Content removed by Antispam Bee', 'antispam-bee')
|
2193 |
);
|
2194 |
}
|
2195 |
|
2196 |
/* Body */
|
2197 |
$body = sprintf(
|
2198 |
"%s \"%s\"\r\n\r\n",
|
2199 |
+
__('New spam comment on your post', 'antispam-bee'),
|
2200 |
strip_tags($post->post_title)
|
2201 |
).sprintf(
|
2202 |
"%s: %s\r\n",
|
2203 |
+
__('Author', 'antispam-bee'),
|
2204 |
( empty($comment['comment_author']) ? '' : strip_tags($comment['comment_author']) )
|
2205 |
).sprintf(
|
2206 |
"URL: %s\r\n",
|
2207 |
esc_url($comment['comment_author_url']) /* empty check exists */
|
2208 |
).sprintf(
|
2209 |
"%s: %s\r\n",
|
2210 |
+
__('Type', 'antispam-bee'),
|
2211 |
+
__( ( empty($comment['comment_type']) ? 'Comment' : 'Trackback' ), 'antispam-bee' )
|
2212 |
).sprintf(
|
2213 |
"Whois: http://whois.arin.net/rest/ip/%s\r\n",
|
2214 |
$comment['comment_author_IP']
|
2215 |
).sprintf(
|
2216 |
"%s: %s\r\n\r\n",
|
2217 |
+
__('Spam Reason', 'antispam-bee'),
|
2218 |
+
__(self::$defaults['reasons'][self::$_reason], 'antispam-bee')
|
2219 |
).sprintf(
|
2220 |
"%s\r\n\r\n\r\n",
|
2221 |
$content
|
2223 |
EMPTY_TRASH_DAYS ? (
|
2224 |
sprintf(
|
2225 |
"%s: %s\r\n",
|
2226 |
+
__('Trash it', 'antispam-bee'),
|
2227 |
admin_url('comment.php?action=trash&c=' .$id)
|
2228 |
)
|
2229 |
) : (
|
2230 |
sprintf(
|
2231 |
"%s: %s\r\n",
|
2232 |
+
__('Delete it', 'antispam-bee'),
|
2233 |
admin_url('comment.php?action=delete&c=' .$id)
|
2234 |
)
|
2235 |
)
|
2236 |
).sprintf(
|
2237 |
"%s: %s\r\n",
|
2238 |
+
__('Approve it', 'antispam-bee'),
|
2239 |
admin_url('comment.php?action=approve&c=' .$id)
|
2240 |
).sprintf(
|
2241 |
"%s: %s\r\n\r\n",
|
2242 |
+
__('Spam list', 'antispam-bee'),
|
2243 |
admin_url('edit-comments.php?comment_status=spam')
|
2244 |
).sprintf(
|
2245 |
"%s\r\n%s\r\n",
|
2246 |
+
__('Notify message by Antispam Bee', 'antispam-bee'),
|
2247 |
+
__('http://antispambee.com', 'antispam-bee')
|
2248 |
);
|
2249 |
|
2250 |
/* Send */
|
2392 |
'Antispam_Bee',
|
2393 |
'uninstall'
|
2394 |
)
|
2395 |
+
);
|
inc/columns.class.php
CHANGED
@@ -27,7 +27,7 @@ final class Antispam_Bee_Columns {
|
|
27 |
return array_merge(
|
28 |
$columns,
|
29 |
array(
|
30 |
-
'antispam_bee_reason' => esc_html__('Spam Reason', '
|
31 |
)
|
32 |
);
|
33 |
}
|
@@ -62,7 +62,7 @@ final class Antispam_Bee_Columns {
|
|
62 |
/* Escape & Print */
|
63 |
echo esc_html__(
|
64 |
$spam_reasons[$spam_reason],
|
65 |
-
'
|
66 |
);
|
67 |
}
|
68 |
|
@@ -124,4 +124,4 @@ final class Antispam_Bee_Columns {
|
|
124 |
}
|
125 |
</style>
|
126 |
<?php }
|
127 |
-
}
|
27 |
return array_merge(
|
28 |
$columns,
|
29 |
array(
|
30 |
+
'antispam_bee_reason' => esc_html__('Spam Reason', 'antispam-bee')
|
31 |
)
|
32 |
);
|
33 |
}
|
62 |
/* Escape & Print */
|
63 |
echo esc_html__(
|
64 |
$spam_reasons[$spam_reason],
|
65 |
+
'antispam-bee'
|
66 |
);
|
67 |
}
|
68 |
|
124 |
}
|
125 |
</style>
|
126 |
<?php }
|
127 |
+
}
|
inc/gui.class.php
CHANGED
@@ -27,12 +27,12 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
27 |
{
|
28 |
/* Kein POST? */
|
29 |
if ( empty($_POST) ) {
|
30 |
-
wp_die(__('Cheatin’ uh?'));
|
31 |
}
|
32 |
|
33 |
/* Capability check */
|
34 |
if ( ! current_user_can('manage_options') ) {
|
35 |
-
wp_die(__('Cheatin’ uh?'));
|
36 |
}
|
37 |
|
38 |
/* Referer prüfen */
|
@@ -121,7 +121,7 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
121 |
|
122 |
/* Loop options */
|
123 |
foreach( $data as $k => $v) {
|
124 |
-
$html .= '<option value="' .esc_attr($k). '" ' .selected($selected, $k, false). '>' .esc_html__($v, '
|
125 |
}
|
126 |
|
127 |
/* Close HTML */
|
@@ -160,74 +160,74 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
160 |
|
161 |
<div class="ab-column ab-arrow">
|
162 |
<h3 class="icon">
|
163 |
-
<?php esc_html_e('Antispam filter', '
|
164 |
</h3>
|
165 |
<h6>
|
166 |
-
<?php esc_html_e('Filter in the execution order', '
|
167 |
</h6>
|
168 |
|
169 |
<ul>
|
170 |
<li>
|
171 |
<input type="checkbox" name="ab_already_commented" id="ab_already_commented" value="1" <?php checked($options['already_commented'], 1) ?> />
|
172 |
<label for="ab_already_commented">
|
173 |
-
<?php esc_html_e('Trust approved commenters', '
|
174 |
-
<span><?php esc_html_e('Always approve previously approved users', '
|
175 |
</label>
|
176 |
</li>
|
177 |
|
178 |
<li>
|
179 |
<input type="checkbox" name="ab_gravatar_check" id="ab_gravatar_check" value="1" <?php checked($options['gravatar_check'], 1) ?> />
|
180 |
<label for="ab_gravatar_check">
|
181 |
-
<?php esc_html_e('Trust commenters with a Gravatar', '
|
182 |
-
<span><?php _e('Check if commenter has a Gravatar image', '
|
183 |
</label>
|
184 |
</li>
|
185 |
|
186 |
<li>
|
187 |
<input type="checkbox" name="ab_time_check" id="ab_time_check" value="1" <?php checked($options['time_check'], 1) ?> />
|
188 |
<label for="ab_time_check">
|
189 |
-
<?php esc_html_e('Consider the comment time', '
|
190 |
-
<span><?php esc_html_e('Not recommended when using page caching', '
|
191 |
</label>
|
192 |
</li>
|
193 |
|
194 |
<li>
|
195 |
<input type="checkbox" name="ab_bbcode_check" id="ab_bbcode_check" value="1" <?php checked($options['bbcode_check'], 1) ?> />
|
196 |
<label for="ab_bbcode_check">
|
197 |
-
<?php esc_html_e('BBCode is spam', '
|
198 |
-
<span><?php esc_html_e('Review the comment contents for BBCode links', '
|
199 |
</label>
|
200 |
</li>
|
201 |
|
202 |
<li>
|
203 |
<input type="checkbox" name="ab_advanced_check" id="ab_advanced_check" value="1" <?php checked($options['advanced_check'], 1) ?> />
|
204 |
<label for="ab_advanced_check">
|
205 |
-
<?php esc_html_e('Validate the ip address of commenters', '
|
206 |
-
<span><?php esc_html_e('Validity check for used ip address', '
|
207 |
</label>
|
208 |
</li>
|
209 |
|
210 |
<li>
|
211 |
<input type="checkbox" name="ab_regexp_check" id="ab_regexp_check" value="1" <?php checked($options['regexp_check'], 1) ?> />
|
212 |
<label for="ab_regexp_check">
|
213 |
-
<?php esc_html_e('Use regular expressions', '
|
214 |
-
<span><?php _e('Predefined and custom patterns by <a href="https://gist.github.com/4242142" target="_blank">plugin hook</a>', '
|
215 |
</label>
|
216 |
</li>
|
217 |
|
218 |
<li>
|
219 |
<input type="checkbox" name="ab_spam_ip" id="ab_spam_ip" value="1" <?php checked($options['spam_ip'], 1) ?> />
|
220 |
<label for="ab_spam_ip">
|
221 |
-
<?php esc_html_e('Look in the local spam database', '
|
222 |
-
<span><?php esc_html_e('Already marked as spam? Yes? No?', '
|
223 |
</label>
|
224 |
</li>
|
225 |
|
226 |
<li>
|
227 |
<input type="checkbox" name="ab_dnsbl_check" id="ab_dnsbl_check" value="1" <?php checked($options['dnsbl_check'], 1) ?> />
|
228 |
<label for="ab_dnsbl_check">
|
229 |
-
<?php esc_html_e('Use a public antispam database', '
|
230 |
-
<span><?php _e('Matching the ip address with <a href="https://dnsbl.tornevall.org" target="_blank">Tornevall</a>', '
|
231 |
</label>
|
232 |
</li>
|
233 |
</ul>
|
@@ -236,34 +236,34 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
236 |
|
237 |
<div class="ab-column ab-join">
|
238 |
<h3 class="icon advanced">
|
239 |
-
<?php esc_html_e('Advanced', '
|
240 |
</h3>
|
241 |
<h6>
|
242 |
-
<?php esc_html_e('Other antispam tools', '
|
243 |
</h6>
|
244 |
|
245 |
<ul>
|
246 |
<li>
|
247 |
<input type="checkbox" name="ab_flag_spam" id="ab_flag_spam" value="1" <?php checked($options['flag_spam'], 1) ?> />
|
248 |
<label for="ab_flag_spam">
|
249 |
-
<?php esc_html_e('Mark as spam, do not delete', '
|
250 |
-
<span><?php esc_html_e('Keep the spam in my blog.', '
|
251 |
</label>
|
252 |
</li>
|
253 |
|
254 |
<li>
|
255 |
<input type="checkbox" name="ab_email_notify" id="ab_email_notify" value="1" <?php checked($options['email_notify'], 1) ?> />
|
256 |
<label for="ab_email_notify">
|
257 |
-
<?php esc_html_e('Notification by email', '
|
258 |
-
<span><?php esc_html_e('Notify admins by e-mail about incoming spam', '
|
259 |
</label>
|
260 |
</li>
|
261 |
|
262 |
<li>
|
263 |
<input type="checkbox" name="ab_no_notice" id="ab_no_notice" value="1" <?php checked($options['no_notice'], 1) ?> />
|
264 |
<label for="ab_no_notice">
|
265 |
-
<?php esc_html_e('Not save the spam reason', '
|
266 |
-
<span><?php esc_html_e('Spam reason as table column in the spam overview', '
|
267 |
</label>
|
268 |
</li>
|
269 |
|
@@ -271,10 +271,10 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
271 |
<input type="checkbox" name="ab_cronjob_enable" id="ab_cronjob_enable" value="1" <?php checked($options['cronjob_enable'], 1) ?> />
|
272 |
<label>
|
273 |
<?php echo sprintf(
|
274 |
-
esc_html__('Delete existing spam after %s days', '
|
275 |
'<input type="text" name="ab_cronjob_interval" value="' .esc_attr($options['cronjob_interval']). '" class="ab-mini-field" />'
|
276 |
) ?>
|
277 |
-
<span><?php esc_html_e('Cleaning up the database from old entries', '
|
278 |
</label>
|
279 |
</li>
|
280 |
|
@@ -282,7 +282,7 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
282 |
<input type="checkbox" name="ab_ignore_filter" id="ab_ignore_filter" value="1" <?php checked($options['ignore_filter'], 1) ?> />
|
283 |
<label>
|
284 |
<?php echo sprintf(
|
285 |
-
esc_html__('Limit approval to %s', '
|
286 |
self::_build_select(
|
287 |
'ab_ignore_type',
|
288 |
array(
|
@@ -292,26 +292,26 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
292 |
$options['ignore_type']
|
293 |
)
|
294 |
); ?>
|
295 |
-
<span><?php esc_html_e('Other types of spam will be deleted immediately', '
|
296 |
</label>
|
297 |
</li>
|
298 |
|
299 |
<li>
|
300 |
<input type="checkbox" name="ab_reasons_enable" id="ab_reasons_enable" value="1" <?php checked($options['reasons_enable'], 1) ?> />
|
301 |
<label for="ab_reasons_enable">
|
302 |
-
<?php esc_html_e('Delete comments by spam reasons', '
|
303 |
-
<span><?php esc_html_e('For multiple selections press Ctrl/CMD', '
|
304 |
</label>
|
305 |
|
306 |
<ul>
|
307 |
<li>
|
308 |
<select name="ab_ignore_reasons[]" id="ab_ignore_reasons" size="2" multiple>
|
309 |
<?php foreach ( self::$defaults['reasons'] as $k => $v ) { ?>
|
310 |
-
<option <?php selected(in_array($k, $options['ignore_reasons']), true); ?> value="<?php echo $k ?>"><?php esc_html_e($v, '
|
311 |
<?php } ?>
|
312 |
</select>
|
313 |
<label for="ab_ignore_reasons">
|
314 |
-
<?php esc_html_e('Spam Reason', '
|
315 |
</label>
|
316 |
</li>
|
317 |
</ul>
|
@@ -322,64 +322,64 @@ class Antispam_Bee_GUI extends Antispam_Bee {
|
|
322 |
|
323 |
<div class="ab-column ab-diff">
|
324 |
<h3 class="icon more">
|
325 |
-
<?php esc_html_e('More', '
|
326 |
</h3>
|
327 |
<h6>
|
328 |
-
<?php esc_html_e('A few little things', '
|
329 |
</h6>
|
330 |
|
331 |
<ul>
|
332 |
<li>
|
333 |
<input type="checkbox" name="ab_dashboard_chart" id="ab_dashboard_chart" value="1" <?php checked($options['dashboard_chart'], 1) ?> />
|
334 |
<label for="ab_dashboard_chart">
|
335 |
-
<?php esc_html_e('Statistics on the dashboard', '
|
336 |
-
<span><?php esc_html_e('Daily updates of spam detection rate', '
|
337 |
</label>
|
338 |
</li>
|
339 |
|
340 |
<li>
|
341 |
<input type="checkbox" name="ab_dashboard_count" id="ab_dashboard_count" value="1" <?php checked($options['dashboard_count'], 1) ?> />
|
342 |
<label for="ab_dashboard_count">
|
343 |
-
<?php esc_html_e('Spam counter on the dashboard', '
|
344 |
-
<span><?php esc_html_e('Amount of identified spam comments', '
|
345 |
</label>
|
346 |
</li>
|
347 |
|
348 |
<li>
|
349 |
<input type="checkbox" name="ab_ignore_pings" id="ab_ignore_pings" value="1" <?php checked($options['ignore_pings'], 1) ?> />
|
350 |
<label for="ab_ignore_pings">
|
351 |
-
<?php esc_html_e('Do not check trackbacks / pingbacks', '
|
352 |
-
<span><?php esc_html_e('No spam check for trackback notifications', '
|
353 |
</label>
|
354 |
</li>
|
355 |
|
356 |
<li>
|
357 |
<input type="checkbox" name="ab_always_allowed" id="ab_always_allowed" value="1" <?php checked($options['always_allowed'], 1) ?> />
|
358 |
<label for="ab_always_allowed">
|
359 |
-
<?php esc_html_e('Comment form used outside of posts', '
|
360 |
-
<span><?php esc_html_e('Check for comment forms on archive pages', '
|
361 |
</label>
|
362 |
</li>
|
363 |
</ul>
|
364 |
</div>
|
365 |
|
366 |
<div class="ab-column ab-column--service">
|
367 |
-
<?php if ( get_locale()
|
368 |
<p>
|
369 |
-
<a href="
|
370 |
</p>
|
371 |
<?php } ?>
|
372 |
|
373 |
<p>
|
374 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&
|
375 |
</p>
|
376 |
</div>
|
377 |
|
378 |
<div class="ab-column ab-column--submit">
|
379 |
-
<input type="submit" class="button button-primary" value="<?php _e('Save Changes') ?>" />
|
380 |
</div>
|
381 |
</div>
|
382 |
</form>
|
383 |
</div>
|
384 |
<?php }
|
385 |
-
}
|
27 |
{
|
28 |
/* Kein POST? */
|
29 |
if ( empty($_POST) ) {
|
30 |
+
wp_die(__('Cheatin’ uh?', 'antispam-bee'));
|
31 |
}
|
32 |
|
33 |
/* Capability check */
|
34 |
if ( ! current_user_can('manage_options') ) {
|
35 |
+
wp_die(__('Cheatin’ uh?', 'antispam-bee'));
|
36 |
}
|
37 |
|
38 |
/* Referer prüfen */
|
121 |
|
122 |
/* Loop options */
|
123 |
foreach( $data as $k => $v) {
|
124 |
+
$html .= '<option value="' .esc_attr($k). '" ' .selected($selected, $k, false). '>' .esc_html__($v, 'antispam-bee'). '</option>';
|
125 |
}
|
126 |
|
127 |
/* Close HTML */
|
160 |
|
161 |
<div class="ab-column ab-arrow">
|
162 |
<h3 class="icon">
|
163 |
+
<?php esc_html_e('Antispam filter', 'antispam-bee') ?>
|
164 |
</h3>
|
165 |
<h6>
|
166 |
+
<?php esc_html_e('Filter in the execution order', 'antispam-bee') ?>
|
167 |
</h6>
|
168 |
|
169 |
<ul>
|
170 |
<li>
|
171 |
<input type="checkbox" name="ab_already_commented" id="ab_already_commented" value="1" <?php checked($options['already_commented'], 1) ?> />
|
172 |
<label for="ab_already_commented">
|
173 |
+
<?php esc_html_e('Trust approved commenters', 'antispam-bee') ?>
|
174 |
+
<span><?php esc_html_e('Always approve previously approved users', 'antispam-bee') ?></span>
|
175 |
</label>
|
176 |
</li>
|
177 |
|
178 |
<li>
|
179 |
<input type="checkbox" name="ab_gravatar_check" id="ab_gravatar_check" value="1" <?php checked($options['gravatar_check'], 1) ?> />
|
180 |
<label for="ab_gravatar_check">
|
181 |
+
<?php esc_html_e('Trust commenters with a Gravatar', 'antispam-bee') ?>
|
182 |
+
<span><?php _e('Check if commenter has a Gravatar image', 'antispam-bee') ?></span>
|
183 |
</label>
|
184 |
</li>
|
185 |
|
186 |
<li>
|
187 |
<input type="checkbox" name="ab_time_check" id="ab_time_check" value="1" <?php checked($options['time_check'], 1) ?> />
|
188 |
<label for="ab_time_check">
|
189 |
+
<?php esc_html_e('Consider the comment time', 'antispam-bee') ?>
|
190 |
+
<span><?php esc_html_e('Not recommended when using page caching', 'antispam-bee') ?></span>
|
191 |
</label>
|
192 |
</li>
|
193 |
|
194 |
<li>
|
195 |
<input type="checkbox" name="ab_bbcode_check" id="ab_bbcode_check" value="1" <?php checked($options['bbcode_check'], 1) ?> />
|
196 |
<label for="ab_bbcode_check">
|
197 |
+
<?php esc_html_e('BBCode is spam', 'antispam-bee') ?>
|
198 |
+
<span><?php esc_html_e('Review the comment contents for BBCode links', 'antispam-bee') ?></span>
|
199 |
</label>
|
200 |
</li>
|
201 |
|
202 |
<li>
|
203 |
<input type="checkbox" name="ab_advanced_check" id="ab_advanced_check" value="1" <?php checked($options['advanced_check'], 1) ?> />
|
204 |
<label for="ab_advanced_check">
|
205 |
+
<?php esc_html_e('Validate the ip address of commenters', 'antispam-bee') ?>
|
206 |
+
<span><?php esc_html_e('Validity check for used ip address', 'antispam-bee') ?></span>
|
207 |
</label>
|
208 |
</li>
|
209 |
|
210 |
<li>
|
211 |
<input type="checkbox" name="ab_regexp_check" id="ab_regexp_check" value="1" <?php checked($options['regexp_check'], 1) ?> />
|
212 |
<label for="ab_regexp_check">
|
213 |
+
<?php esc_html_e('Use regular expressions', 'antispam-bee') ?>
|
214 |
+
<span><?php _e('Predefined and custom patterns by <a href="https://gist.github.com/4242142" target="_blank">plugin hook</a>', 'antispam-bee') ?></span>
|
215 |
</label>
|
216 |
</li>
|
217 |
|
218 |
<li>
|
219 |
<input type="checkbox" name="ab_spam_ip" id="ab_spam_ip" value="1" <?php checked($options['spam_ip'], 1) ?> />
|
220 |
<label for="ab_spam_ip">
|
221 |
+
<?php esc_html_e('Look in the local spam database', 'antispam-bee') ?>
|
222 |
+
<span><?php esc_html_e('Already marked as spam? Yes? No?', 'antispam-bee') ?></span>
|
223 |
</label>
|
224 |
</li>
|
225 |
|
226 |
<li>
|
227 |
<input type="checkbox" name="ab_dnsbl_check" id="ab_dnsbl_check" value="1" <?php checked($options['dnsbl_check'], 1) ?> />
|
228 |
<label for="ab_dnsbl_check">
|
229 |
+
<?php esc_html_e('Use a public antispam database', 'antispam-bee') ?>
|
230 |
+
<span><?php _e('Matching the ip address with <a href="https://dnsbl.tornevall.org" target="_blank">Tornevall</a>', 'antispam-bee') ?></span>
|
231 |
</label>
|
232 |
</li>
|
233 |
</ul>
|
236 |
|
237 |
<div class="ab-column ab-join">
|
238 |
<h3 class="icon advanced">
|
239 |
+
<?php esc_html_e('Advanced', 'antispam-bee') ?>
|
240 |
</h3>
|
241 |
<h6>
|
242 |
+
<?php esc_html_e('Other antispam tools', 'antispam-bee') ?>
|
243 |
</h6>
|
244 |
|
245 |
<ul>
|
246 |
<li>
|
247 |
<input type="checkbox" name="ab_flag_spam" id="ab_flag_spam" value="1" <?php checked($options['flag_spam'], 1) ?> />
|
248 |
<label for="ab_flag_spam">
|
249 |
+
<?php esc_html_e('Mark as spam, do not delete', 'antispam-bee') ?>
|
250 |
+
<span><?php esc_html_e('Keep the spam in my blog.', 'antispam-bee') ?></span>
|
251 |
</label>
|
252 |
</li>
|
253 |
|
254 |
<li>
|
255 |
<input type="checkbox" name="ab_email_notify" id="ab_email_notify" value="1" <?php checked($options['email_notify'], 1) ?> />
|
256 |
<label for="ab_email_notify">
|
257 |
+
<?php esc_html_e('Notification by email', 'antispam-bee') ?>
|
258 |
+
<span><?php esc_html_e('Notify admins by e-mail about incoming spam', 'antispam-bee') ?></span>
|
259 |
</label>
|
260 |
</li>
|
261 |
|
262 |
<li>
|
263 |
<input type="checkbox" name="ab_no_notice" id="ab_no_notice" value="1" <?php checked($options['no_notice'], 1) ?> />
|
264 |
<label for="ab_no_notice">
|
265 |
+
<?php esc_html_e('Not save the spam reason', 'antispam-bee') ?>
|
266 |
+
<span><?php esc_html_e('Spam reason as table column in the spam overview', 'antispam-bee') ?></span>
|
267 |
</label>
|
268 |
</li>
|
269 |
|
271 |
<input type="checkbox" name="ab_cronjob_enable" id="ab_cronjob_enable" value="1" <?php checked($options['cronjob_enable'], 1) ?> />
|
272 |
<label>
|
273 |
<?php echo sprintf(
|
274 |
+
esc_html__('Delete existing spam after %s days', 'antispam-bee'),
|
275 |
'<input type="text" name="ab_cronjob_interval" value="' .esc_attr($options['cronjob_interval']). '" class="ab-mini-field" />'
|
276 |
) ?>
|
277 |
+
<span><?php esc_html_e('Cleaning up the database from old entries', 'antispam-bee') ?></span>
|
278 |
</label>
|
279 |
</li>
|
280 |
|
282 |
<input type="checkbox" name="ab_ignore_filter" id="ab_ignore_filter" value="1" <?php checked($options['ignore_filter'], 1) ?> />
|
283 |
<label>
|
284 |
<?php echo sprintf(
|
285 |
+
esc_html__('Limit approval to %s', 'antispam-bee'),
|
286 |
self::_build_select(
|
287 |
'ab_ignore_type',
|
288 |
array(
|
292 |
$options['ignore_type']
|
293 |
)
|
294 |
); ?>
|
295 |
+
<span><?php esc_html_e('Other types of spam will be deleted immediately', 'antispam-bee') ?></span>
|
296 |
</label>
|
297 |
</li>
|
298 |
|
299 |
<li>
|
300 |
<input type="checkbox" name="ab_reasons_enable" id="ab_reasons_enable" value="1" <?php checked($options['reasons_enable'], 1) ?> />
|
301 |
<label for="ab_reasons_enable">
|
302 |
+
<?php esc_html_e('Delete comments by spam reasons', 'antispam-bee') ?>
|
303 |
+
<span><?php esc_html_e('For multiple selections press Ctrl/CMD', 'antispam-bee') ?></span>
|
304 |
</label>
|
305 |
|
306 |
<ul>
|
307 |
<li>
|
308 |
<select name="ab_ignore_reasons[]" id="ab_ignore_reasons" size="2" multiple>
|
309 |
<?php foreach ( self::$defaults['reasons'] as $k => $v ) { ?>
|
310 |
+
<option <?php selected(in_array($k, $options['ignore_reasons']), true); ?> value="<?php echo $k ?>"><?php esc_html_e($v, 'antispam-bee') ?></option>
|
311 |
<?php } ?>
|
312 |
</select>
|
313 |
<label for="ab_ignore_reasons">
|
314 |
+
<?php esc_html_e('Spam Reason', 'antispam-bee') ?>
|
315 |
</label>
|
316 |
</li>
|
317 |
</ul>
|
322 |
|
323 |
<div class="ab-column ab-diff">
|
324 |
<h3 class="icon more">
|
325 |
+
<?php esc_html_e('More', 'antispam-bee') ?>
|
326 |
</h3>
|
327 |
<h6>
|
328 |
+
<?php esc_html_e('A few little things', 'antispam-bee') ?>
|
329 |
</h6>
|
330 |
|
331 |
<ul>
|
332 |
<li>
|
333 |
<input type="checkbox" name="ab_dashboard_chart" id="ab_dashboard_chart" value="1" <?php checked($options['dashboard_chart'], 1) ?> />
|
334 |
<label for="ab_dashboard_chart">
|
335 |
+
<?php esc_html_e('Statistics on the dashboard', 'antispam-bee') ?>
|
336 |
+
<span><?php esc_html_e('Daily updates of spam detection rate', 'antispam-bee') ?></span>
|
337 |
</label>
|
338 |
</li>
|
339 |
|
340 |
<li>
|
341 |
<input type="checkbox" name="ab_dashboard_count" id="ab_dashboard_count" value="1" <?php checked($options['dashboard_count'], 1) ?> />
|
342 |
<label for="ab_dashboard_count">
|
343 |
+
<?php esc_html_e('Spam counter on the dashboard', 'antispam-bee') ?>
|
344 |
+
<span><?php esc_html_e('Amount of identified spam comments', 'antispam-bee') ?></span>
|
345 |
</label>
|
346 |
</li>
|
347 |
|
348 |
<li>
|
349 |
<input type="checkbox" name="ab_ignore_pings" id="ab_ignore_pings" value="1" <?php checked($options['ignore_pings'], 1) ?> />
|
350 |
<label for="ab_ignore_pings">
|
351 |
+
<?php esc_html_e('Do not check trackbacks / pingbacks', 'antispam-bee') ?>
|
352 |
+
<span><?php esc_html_e('No spam check for trackback notifications', 'antispam-bee') ?></span>
|
353 |
</label>
|
354 |
</li>
|
355 |
|
356 |
<li>
|
357 |
<input type="checkbox" name="ab_always_allowed" id="ab_always_allowed" value="1" <?php checked($options['always_allowed'], 1) ?> />
|
358 |
<label for="ab_always_allowed">
|
359 |
+
<?php esc_html_e('Comment form used outside of posts', 'antispam-bee') ?>
|
360 |
+
<span><?php esc_html_e('Check for comment forms on archive pages', 'antispam-bee') ?></span>
|
361 |
</label>
|
362 |
</li>
|
363 |
</ul>
|
364 |
</div>
|
365 |
|
366 |
<div class="ab-column ab-column--service">
|
367 |
+
<?php if ( substr( get_locale(), 0, 3 ) === 'de_' ) { ?>
|
368 |
<p>
|
369 |
+
<a href="https://github.com/pluginkollektiv/antispam-bee/wiki/" target="_blank">Dokumentation</a>
|
370 |
</p>
|
371 |
<?php } ?>
|
372 |
|
373 |
<p>
|
374 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ" target="_blank">PayPal</a>
|
375 |
</p>
|
376 |
</div>
|
377 |
|
378 |
<div class="ab-column ab-column--submit">
|
379 |
+
<input type="submit" class="button button-primary" value="<?php _e('Save Changes', 'antispam-bee') ?>" />
|
380 |
</div>
|
381 |
</div>
|
382 |
</form>
|
383 |
</div>
|
384 |
<?php }
|
385 |
+
}
|
lang/antispam-bee-de_DE.mo
ADDED
Binary file
|
lang/{antispam_bee-de_DE.po → antispam-bee-de_DE.po}
RENAMED
@@ -1,265 +1,298 @@
|
|
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: 2015-
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
-
"Language:
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"Content-
|
13 |
-
"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"X-Poedit-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
msgid "
|
48 |
-
msgstr "
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
msgid "
|
60 |
-
msgstr "
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
msgid "
|
72 |
-
msgstr "
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
msgid "
|
84 |
-
msgstr "
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
msgid "
|
93 |
-
msgstr "
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
msgid "
|
109 |
-
msgstr "
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
msgstr "
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
msgstr "
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
msgid "
|
185 |
-
msgstr "
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
msgid "
|
201 |
-
msgstr "
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
msgid "
|
213 |
-
msgstr "
|
214 |
-
|
215 |
-
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
msgid "Daily updates of spam detection rate"
|
246 |
-
msgstr "Verlauf der Erkennungsrate mit täglichen Werten"
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
msgid "
|
258 |
-
msgstr "
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Antispam Bee\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://pluginkolletiv.org\n"
|
5 |
+
"POT-Creation-Date: 2015-09-11 08:33+0200\n"
|
6 |
+
"PO-Revision-Date: 2015-09-11 08:34+0200\n"
|
7 |
+
"Last-Translator: Pascal Birchler <pascal@required.ch>\n"
|
8 |
+
"Language-Team: pluginkollektiv\n"
|
9 |
+
"Language: de\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\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;"
|
17 |
+
"__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;"
|
18 |
+
"_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;"
|
19 |
+
"esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;"
|
20 |
+
"transChoice:1,2\n"
|
21 |
+
"X-Poedit-Basepath: .\n"
|
22 |
+
"X-Loco-Target-Locale: de_DE\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: antispam_bee.php:493
|
27 |
+
msgid "Settings"
|
28 |
+
msgstr "Einstellungen"
|
29 |
+
|
30 |
+
#: antispam_bee.php:690
|
31 |
+
msgid "Blocked"
|
32 |
+
msgstr "Blockiert"
|
33 |
+
|
34 |
+
#: antispam_bee.php:829
|
35 |
+
msgid "No data available."
|
36 |
+
msgstr "Noch keine Daten vorhanden."
|
37 |
+
|
38 |
+
#: antispam_bee.php:2185
|
39 |
+
msgid "Comment marked as spam"
|
40 |
+
msgstr "Spam-Benachrichtigung"
|
41 |
+
|
42 |
+
#: antispam_bee.php:2192
|
43 |
+
msgid "Content removed by Antispam Bee"
|
44 |
+
msgstr "Inhalt entfernt von Antispam Bee"
|
45 |
+
|
46 |
+
#: antispam_bee.php:2199
|
47 |
+
msgid "New spam comment on your post"
|
48 |
+
msgstr "Neuer Spam zum Artikel"
|
49 |
+
|
50 |
+
#: antispam_bee.php:2203
|
51 |
+
msgid "Author"
|
52 |
+
msgstr "Autor"
|
53 |
+
|
54 |
+
#: antispam_bee.php:2210
|
55 |
+
msgid "Type"
|
56 |
+
msgstr "Typ"
|
57 |
+
|
58 |
+
#: antispam_bee.php:2217 inc/columns.class.php:30 inc/gui.class.php:314
|
59 |
+
msgid "Spam Reason"
|
60 |
+
msgstr "Spamgrund"
|
61 |
+
|
62 |
+
#: antispam_bee.php:2226
|
63 |
+
msgid "Trash it"
|
64 |
+
msgstr "In Papierkorb"
|
65 |
+
|
66 |
+
#: antispam_bee.php:2232
|
67 |
+
msgid "Delete it"
|
68 |
+
msgstr "Löschen"
|
69 |
+
|
70 |
+
#: antispam_bee.php:2238
|
71 |
+
msgid "Approve it"
|
72 |
+
msgstr "Freigeben"
|
73 |
+
|
74 |
+
#: antispam_bee.php:2242
|
75 |
+
msgid "Spam list"
|
76 |
+
msgstr "Spamliste"
|
77 |
+
|
78 |
+
#: antispam_bee.php:2246
|
79 |
+
msgid "Notify message by Antispam Bee"
|
80 |
+
msgstr "Benachrichtigung von Antispam Bee"
|
81 |
+
|
82 |
+
#: antispam_bee.php:2247
|
83 |
+
msgid "http://antispambee.com"
|
84 |
+
msgstr "http://antispambee.de"
|
85 |
+
|
86 |
+
#: inc/gui.class.php:30 inc/gui.class.php:35
|
87 |
+
msgid "Cheatin’ uh?"
|
88 |
+
msgstr "Schummeln, was?"
|
89 |
+
|
90 |
+
# Antispam-Filter
|
91 |
+
#: inc/gui.class.php:163
|
92 |
+
msgid "Antispam filter"
|
93 |
+
msgstr "Antispam-Regeln"
|
94 |
+
|
95 |
+
#: inc/gui.class.php:166
|
96 |
+
msgid "Filter in the execution order"
|
97 |
+
msgstr "Filter in Reihenfolge der Ausführung"
|
98 |
+
|
99 |
+
#: inc/gui.class.php:173
|
100 |
+
msgid "Trust approved commenters"
|
101 |
+
msgstr "Genehmigten Kommentatoren vertrauen"
|
102 |
+
|
103 |
+
#: inc/gui.class.php:174
|
104 |
+
msgid "Always approve previously approved users"
|
105 |
+
msgstr "Keine Prüfung bereits kommentierender Nutzer"
|
106 |
+
|
107 |
+
#: inc/gui.class.php:181
|
108 |
+
msgid "Trust commenters with a Gravatar"
|
109 |
+
msgstr "Kommentatoren mit Gravatar vertrauen"
|
110 |
+
|
111 |
+
#: inc/gui.class.php:182
|
112 |
+
msgid "Check if commenter has a Gravatar image"
|
113 |
+
msgstr ""
|
114 |
+
"Beachte den <a href=\"https://github.com/pluginkollektiv/antispam-bee/wiki/"
|
115 |
+
"Dokumentation\" target=\"_blank\">Datenschutzhinweis</a> für die Option"
|
116 |
+
|
117 |
+
#: inc/gui.class.php:189
|
118 |
+
msgid "Consider the comment time"
|
119 |
+
msgstr "Kommentarzeit berücksichtigen"
|
120 |
+
|
121 |
+
#: inc/gui.class.php:190
|
122 |
+
msgid "Not recommended when using page caching"
|
123 |
+
msgstr "Nicht empfohlen beim Caching von Blogseiten"
|
124 |
+
|
125 |
+
#: inc/gui.class.php:197
|
126 |
+
msgid "BBCode is spam"
|
127 |
+
msgstr "BBCode als Spam einstufen"
|
128 |
+
|
129 |
+
#: inc/gui.class.php:198
|
130 |
+
msgid "Review the comment contents for BBCode links"
|
131 |
+
msgstr "Analyse der Kommentarinhalte auf BBCode-Links"
|
132 |
+
|
133 |
+
#: inc/gui.class.php:205
|
134 |
+
msgid "Validate the ip address of commenters"
|
135 |
+
msgstr "IP-Adresse des Kommentators validieren"
|
136 |
+
|
137 |
+
#: inc/gui.class.php:206
|
138 |
+
msgid "Validity check for used ip address"
|
139 |
+
msgstr "Kontrolle auf Gültigkeit verwendeter Kennung"
|
140 |
+
|
141 |
+
#: inc/gui.class.php:213
|
142 |
+
msgid "Use regular expressions"
|
143 |
+
msgstr "Reguläre Ausdrücke anwenden"
|
144 |
+
|
145 |
+
#: inc/gui.class.php:214
|
146 |
+
msgid ""
|
147 |
+
"Predefined and custom patterns by <a href=\"https://gist.github."
|
148 |
+
"com/4242142\" target=\"_blank\">plugin hook</a>"
|
149 |
+
msgstr ""
|
150 |
+
"Vordefinierte und eigene Muster via <a href=\"https://github.com/"
|
151 |
+
"pluginkollektiv/antispam-bee/wiki/Dokumentation\" target=\"_blank\">Plugin-"
|
152 |
+
"Hook</a>"
|
153 |
+
|
154 |
+
#: inc/gui.class.php:221
|
155 |
+
msgid "Look in the local spam database"
|
156 |
+
msgstr "Lokale Spamdatenbank einbeziehen"
|
157 |
+
|
158 |
+
#: inc/gui.class.php:222
|
159 |
+
msgid "Already marked as spam? Yes? No?"
|
160 |
+
msgstr "Suche im Spambestand des eigenen Blogs"
|
161 |
+
|
162 |
+
#: inc/gui.class.php:229
|
163 |
+
msgid "Use a public antispam database"
|
164 |
+
msgstr "Öffentliche Spamdatenbank berücksichtigen"
|
165 |
+
|
166 |
+
#: inc/gui.class.php:230
|
167 |
+
msgid ""
|
168 |
+
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" target="
|
169 |
+
"\"_blank\">Tornevall</a>"
|
170 |
+
msgstr ""
|
171 |
+
"Beachte den <a href=\"https://github.com/pluginkollektiv/antispam-bee/wiki/"
|
172 |
+
"Dokumentation\" target=\"_blank\">Datenschutzhinweis</a> für die Option"
|
173 |
+
|
174 |
+
# Erweitert
|
175 |
+
#: inc/gui.class.php:239
|
176 |
+
msgid "Advanced"
|
177 |
+
msgstr "Erweitert"
|
178 |
+
|
179 |
+
#: inc/gui.class.php:242
|
180 |
+
msgid "Other antispam tools"
|
181 |
+
msgstr "Weitere Steuerungselemente"
|
182 |
+
|
183 |
+
#: inc/gui.class.php:249
|
184 |
+
msgid "Mark as spam, do not delete"
|
185 |
+
msgstr "Erkannten Spam kennzeichnen, nicht löschen"
|
186 |
+
|
187 |
+
#: inc/gui.class.php:250
|
188 |
+
msgid "Keep the spam in my blog."
|
189 |
+
msgstr "Markierung als Spam / Aufbewahrung im Blog"
|
190 |
+
|
191 |
+
#: inc/gui.class.php:257
|
192 |
+
msgid "Notification by email"
|
193 |
+
msgstr "Bei Spam via E-Mail informieren"
|
194 |
+
|
195 |
+
#: inc/gui.class.php:258
|
196 |
+
msgid "Notify admins by e-mail about incoming spam"
|
197 |
+
msgstr "Versand der Benachrichtigung an den Admin"
|
198 |
+
|
199 |
+
#: inc/gui.class.php:265
|
200 |
+
msgid "Not save the spam reason"
|
201 |
+
msgstr "Spamgrund zum Kommentar nicht speichern"
|
202 |
+
|
203 |
+
#: inc/gui.class.php:266
|
204 |
+
msgid "Spam reason as table column in the spam overview"
|
205 |
+
msgstr "Verdachtsgrund-Spalte in der Spam-Übersicht"
|
206 |
+
|
207 |
+
#: inc/gui.class.php:274
|
208 |
+
msgid "Delete existing spam after %s days"
|
209 |
+
msgstr "Vorhandenen Spam nach %s Tagen löschen"
|
210 |
+
|
211 |
+
#: inc/gui.class.php:277
|
212 |
+
msgid "Cleaning up the database from old entries"
|
213 |
+
msgstr "Säuberung der Datenbank von alten Einträgen"
|
214 |
+
|
215 |
+
#: inc/gui.class.php:285
|
216 |
+
msgid "Limit approval to %s"
|
217 |
+
msgstr "Aufbewahrung gilt nur für %s"
|
218 |
+
|
219 |
+
#: inc/gui.class.php:295
|
220 |
+
msgid "Other types of spam will be deleted immediately"
|
221 |
+
msgstr "Spam anderes Typs unterliegt sofortiger Löschung"
|
222 |
+
|
223 |
+
#: inc/gui.class.php:302
|
224 |
+
msgid "Delete comments by spam reasons"
|
225 |
+
msgstr "Bei definierten Spamgründen sofort löschen"
|
226 |
+
|
227 |
+
#: inc/gui.class.php:303
|
228 |
+
msgid "For multiple selections press Ctrl/CMD"
|
229 |
+
msgstr "Mehrfachauswahl bzw. Abwahl mit Strg/CMD"
|
230 |
+
|
231 |
+
# Sonstiges
|
232 |
+
#: inc/gui.class.php:325
|
233 |
+
msgid "More"
|
234 |
+
msgstr "Sonstiges"
|
235 |
+
|
236 |
+
#: inc/gui.class.php:328
|
237 |
+
msgid "A few little things"
|
238 |
+
msgstr "Weniger relevante Optionen"
|
239 |
+
|
240 |
+
#: inc/gui.class.php:335
|
241 |
+
msgid "Statistics on the dashboard"
|
242 |
+
msgstr "Statistiken als Dashboard-Widget generieren"
|
243 |
+
|
244 |
+
#: inc/gui.class.php:336
|
245 |
+
msgid "Daily updates of spam detection rate"
|
246 |
+
msgstr "Verlauf der Erkennungsrate mit täglichen Werten"
|
247 |
+
|
248 |
+
#: inc/gui.class.php:343
|
249 |
+
msgid "Spam counter on the dashboard"
|
250 |
+
msgstr "Spam-Anzahl auf dem Dashboard anzeigen"
|
251 |
+
|
252 |
+
#: inc/gui.class.php:344
|
253 |
+
msgid "Amount of identified spam comments"
|
254 |
+
msgstr "Menge an identifizierten Spam-Kommentaren"
|
255 |
+
|
256 |
+
#: inc/gui.class.php:351
|
257 |
+
msgid "Do not check trackbacks / pingbacks"
|
258 |
+
msgstr "Eingehende Ping- und Trackbacks ignorieren"
|
259 |
+
|
260 |
+
#: inc/gui.class.php:352
|
261 |
+
msgid "No spam check for trackback notifications"
|
262 |
+
msgstr "Kein Spam-Check für Link-Benachrichtigungen"
|
263 |
+
|
264 |
+
#: inc/gui.class.php:359
|
265 |
+
msgid "Comment form used outside of posts"
|
266 |
+
msgstr "Kommentarformular auf Archivseiten"
|
267 |
+
|
268 |
+
#: inc/gui.class.php:360
|
269 |
+
msgid "Check for comment forms on archive pages"
|
270 |
+
msgstr "Überwachung des Formulars auf Archivseiten"
|
271 |
+
|
272 |
+
#: inc/gui.class.php:379
|
273 |
+
msgid "Save Changes"
|
274 |
+
msgstr "Änderungen speichern"
|
275 |
+
|
276 |
+
#. Plugin Name of the plugin/theme
|
277 |
+
msgid "Antispam Bee"
|
278 |
+
msgstr "Antispam Bee"
|
279 |
+
|
280 |
+
#. Plugin URI of the plugin/theme
|
281 |
+
msgid "https://wordpress.org/plugins/antispam-bee/"
|
282 |
+
msgstr "https://wordpress.org/plugins/antispam-bee/"
|
283 |
+
|
284 |
+
#. Description of the plugin/theme
|
285 |
+
msgid ""
|
286 |
+
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
287 |
+
"solutions. Includes protection again trackback spam."
|
288 |
+
msgstr ""
|
289 |
+
"Simples, äußerst effektives Plugin zur Bekämpfung von Spam-Kommentaren. "
|
290 |
+
"Datenschutzkonform, funktionsreich und unkompliziert."
|
291 |
+
|
292 |
+
#. Author of the plugin/theme
|
293 |
+
msgid "pluginkollektiv"
|
294 |
+
msgstr "pluginkollektiv"
|
295 |
+
|
296 |
+
#. Author URI of the plugin/theme
|
297 |
+
msgid "http://pluginkollektiv.org"
|
298 |
+
msgstr "http://pluginkollektiv.org"
|
lang/antispam-bee-de_DE_formal.mo
ADDED
Binary file
|
lang/antispam-bee-de_DE_formal.po
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Antispam Bee\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://pluginkolletiv.org\n"
|
5 |
+
"POT-Creation-Date: 2015-09-11 08:34+0200\n"
|
6 |
+
"PO-Revision-Date: 2015-09-11 08:34+0200\n"
|
7 |
+
"Last-Translator: Pascal Birchler <pascal@required.ch>\n"
|
8 |
+
"Language-Team: pluginkollektiv\n"
|
9 |
+
"Language: de\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\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;"
|
17 |
+
"__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;"
|
18 |
+
"_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;"
|
19 |
+
"esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;"
|
20 |
+
"transChoice:1,2\n"
|
21 |
+
"X-Poedit-Basepath: .\n"
|
22 |
+
"X-Loco-Target-Locale: de_DE\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: antispam_bee.php:493
|
27 |
+
msgid "Settings"
|
28 |
+
msgstr "Einstellungen"
|
29 |
+
|
30 |
+
#: antispam_bee.php:690
|
31 |
+
msgid "Blocked"
|
32 |
+
msgstr "Blockiert"
|
33 |
+
|
34 |
+
#: antispam_bee.php:829
|
35 |
+
msgid "No data available."
|
36 |
+
msgstr "Noch keine Daten vorhanden."
|
37 |
+
|
38 |
+
#: antispam_bee.php:2185
|
39 |
+
msgid "Comment marked as spam"
|
40 |
+
msgstr "Spam-Benachrichtigung"
|
41 |
+
|
42 |
+
#: antispam_bee.php:2192
|
43 |
+
msgid "Content removed by Antispam Bee"
|
44 |
+
msgstr "Inhalt entfernt von Antispam Bee"
|
45 |
+
|
46 |
+
#: antispam_bee.php:2199
|
47 |
+
msgid "New spam comment on your post"
|
48 |
+
msgstr "Neuer Spam zum Artikel"
|
49 |
+
|
50 |
+
#: antispam_bee.php:2203
|
51 |
+
msgid "Author"
|
52 |
+
msgstr "Autor"
|
53 |
+
|
54 |
+
#: antispam_bee.php:2210
|
55 |
+
msgid "Type"
|
56 |
+
msgstr "Typ"
|
57 |
+
|
58 |
+
#: antispam_bee.php:2217 inc/columns.class.php:30 inc/gui.class.php:314
|
59 |
+
msgid "Spam Reason"
|
60 |
+
msgstr "Spamgrund"
|
61 |
+
|
62 |
+
#: antispam_bee.php:2226
|
63 |
+
msgid "Trash it"
|
64 |
+
msgstr "In Papierkorb"
|
65 |
+
|
66 |
+
#: antispam_bee.php:2232
|
67 |
+
msgid "Delete it"
|
68 |
+
msgstr "Löschen"
|
69 |
+
|
70 |
+
#: antispam_bee.php:2238
|
71 |
+
msgid "Approve it"
|
72 |
+
msgstr "Freigeben"
|
73 |
+
|
74 |
+
#: antispam_bee.php:2242
|
75 |
+
msgid "Spam list"
|
76 |
+
msgstr "Spamliste"
|
77 |
+
|
78 |
+
#: antispam_bee.php:2246
|
79 |
+
msgid "Notify message by Antispam Bee"
|
80 |
+
msgstr "Benachrichtigung von Antispam Bee"
|
81 |
+
|
82 |
+
#: antispam_bee.php:2247
|
83 |
+
msgid "http://antispambee.com"
|
84 |
+
msgstr "http://antispambee.de"
|
85 |
+
|
86 |
+
#: inc/gui.class.php:30 inc/gui.class.php:35
|
87 |
+
msgid "Cheatin’ uh?"
|
88 |
+
msgstr "Schummeln, was?"
|
89 |
+
|
90 |
+
# Antispam-Filter
|
91 |
+
#: inc/gui.class.php:163
|
92 |
+
msgid "Antispam filter"
|
93 |
+
msgstr "Antispam-Regeln"
|
94 |
+
|
95 |
+
#: inc/gui.class.php:166
|
96 |
+
msgid "Filter in the execution order"
|
97 |
+
msgstr "Filter in Reihenfolge der Ausführung"
|
98 |
+
|
99 |
+
#: inc/gui.class.php:173
|
100 |
+
msgid "Trust approved commenters"
|
101 |
+
msgstr "Genehmigten Kommentatoren vertrauen"
|
102 |
+
|
103 |
+
#: inc/gui.class.php:174
|
104 |
+
msgid "Always approve previously approved users"
|
105 |
+
msgstr "Keine Prüfung bereits kommentierender Nutzer"
|
106 |
+
|
107 |
+
#: inc/gui.class.php:181
|
108 |
+
msgid "Trust commenters with a Gravatar"
|
109 |
+
msgstr "Kommentatoren mit Gravatar vertrauen"
|
110 |
+
|
111 |
+
#: inc/gui.class.php:182
|
112 |
+
msgid "Check if commenter has a Gravatar image"
|
113 |
+
msgstr ""
|
114 |
+
"Beachten Sie den <a href=\"https://github.com/pluginkollektiv/antispam-bee/"
|
115 |
+
"wiki/Dokumentation\" target=\"_blank\">Datenschutzhinweis</a> für die Option"
|
116 |
+
|
117 |
+
#: inc/gui.class.php:189
|
118 |
+
msgid "Consider the comment time"
|
119 |
+
msgstr "Kommentarzeit berücksichtigen"
|
120 |
+
|
121 |
+
#: inc/gui.class.php:190
|
122 |
+
msgid "Not recommended when using page caching"
|
123 |
+
msgstr "Nicht empfohlen beim Caching von Blogseiten"
|
124 |
+
|
125 |
+
#: inc/gui.class.php:197
|
126 |
+
msgid "BBCode is spam"
|
127 |
+
msgstr "BBCode als Spam einstufen"
|
128 |
+
|
129 |
+
#: inc/gui.class.php:198
|
130 |
+
msgid "Review the comment contents for BBCode links"
|
131 |
+
msgstr "Analyse der Kommentarinhalte auf BBCode-Links"
|
132 |
+
|
133 |
+
#: inc/gui.class.php:205
|
134 |
+
msgid "Validate the ip address of commenters"
|
135 |
+
msgstr "IP-Adresse des Kommentators validieren"
|
136 |
+
|
137 |
+
#: inc/gui.class.php:206
|
138 |
+
msgid "Validity check for used ip address"
|
139 |
+
msgstr "Kontrolle auf Gültigkeit verwendeter Kennung"
|
140 |
+
|
141 |
+
#: inc/gui.class.php:213
|
142 |
+
msgid "Use regular expressions"
|
143 |
+
msgstr "Reguläre Ausdrücke anwenden"
|
144 |
+
|
145 |
+
#: inc/gui.class.php:214
|
146 |
+
msgid ""
|
147 |
+
"Predefined and custom patterns by <a href=\"https://gist.github."
|
148 |
+
"com/4242142\" target=\"_blank\">plugin hook</a>"
|
149 |
+
msgstr ""
|
150 |
+
"Vordefinierte und eigene Muster via <a href=\"https://github.com/"
|
151 |
+
"pluginkollektiv/antispam-bee/wiki/Dokumentation\" target=\"_blank\">Plugin-"
|
152 |
+
"Hook</a>"
|
153 |
+
|
154 |
+
#: inc/gui.class.php:221
|
155 |
+
msgid "Look in the local spam database"
|
156 |
+
msgstr "Lokale Spamdatenbank einbeziehen"
|
157 |
+
|
158 |
+
#: inc/gui.class.php:222
|
159 |
+
msgid "Already marked as spam? Yes? No?"
|
160 |
+
msgstr "Suche im Spambestand des eigenen Blogs"
|
161 |
+
|
162 |
+
#: inc/gui.class.php:229
|
163 |
+
msgid "Use a public antispam database"
|
164 |
+
msgstr "Öffentliche Spamdatenbank berücksichtigen"
|
165 |
+
|
166 |
+
#: inc/gui.class.php:230
|
167 |
+
msgid ""
|
168 |
+
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" target="
|
169 |
+
"\"_blank\">Tornevall</a>"
|
170 |
+
msgstr ""
|
171 |
+
"Beachten Sie den <a href=\"https://github.com/pluginkollektiv/antispam-bee/"
|
172 |
+
"wiki/Dokumentation\" target=\"_blank\">Datenschutzhinweis</a> für die Option"
|
173 |
+
|
174 |
+
# Erweitert
|
175 |
+
#: inc/gui.class.php:239
|
176 |
+
msgid "Advanced"
|
177 |
+
msgstr "Erweitert"
|
178 |
+
|
179 |
+
#: inc/gui.class.php:242
|
180 |
+
msgid "Other antispam tools"
|
181 |
+
msgstr "Weitere Steuerungselemente"
|
182 |
+
|
183 |
+
#: inc/gui.class.php:249
|
184 |
+
msgid "Mark as spam, do not delete"
|
185 |
+
msgstr "Erkannten Spam kennzeichnen, nicht löschen"
|
186 |
+
|
187 |
+
#: inc/gui.class.php:250
|
188 |
+
msgid "Keep the spam in my blog."
|
189 |
+
msgstr "Markierung als Spam / Aufbewahrung im Blog"
|
190 |
+
|
191 |
+
#: inc/gui.class.php:257
|
192 |
+
msgid "Notification by email"
|
193 |
+
msgstr "Bei Spam via E-Mail informieren"
|
194 |
+
|
195 |
+
#: inc/gui.class.php:258
|
196 |
+
msgid "Notify admins by e-mail about incoming spam"
|
197 |
+
msgstr "Versand der Benachrichtigung an den Admin"
|
198 |
+
|
199 |
+
#: inc/gui.class.php:265
|
200 |
+
msgid "Not save the spam reason"
|
201 |
+
msgstr "Spamgrund zum Kommentar nicht speichern"
|
202 |
+
|
203 |
+
#: inc/gui.class.php:266
|
204 |
+
msgid "Spam reason as table column in the spam overview"
|
205 |
+
msgstr "Verdachtsgrund-Spalte in der Spam-Übersicht"
|
206 |
+
|
207 |
+
#: inc/gui.class.php:274
|
208 |
+
msgid "Delete existing spam after %s days"
|
209 |
+
msgstr "Vorhandenen Spam nach %s Tagen löschen"
|
210 |
+
|
211 |
+
#: inc/gui.class.php:277
|
212 |
+
msgid "Cleaning up the database from old entries"
|
213 |
+
msgstr "Säuberung der Datenbank von alten Einträgen"
|
214 |
+
|
215 |
+
#: inc/gui.class.php:285
|
216 |
+
msgid "Limit approval to %s"
|
217 |
+
msgstr "Aufbewahrung gilt nur für %s"
|
218 |
+
|
219 |
+
#: inc/gui.class.php:295
|
220 |
+
msgid "Other types of spam will be deleted immediately"
|
221 |
+
msgstr "Spam anderes Typs unterliegt sofortiger Löschung"
|
222 |
+
|
223 |
+
#: inc/gui.class.php:302
|
224 |
+
msgid "Delete comments by spam reasons"
|
225 |
+
msgstr "Bei definierten Spamgründen sofort löschen"
|
226 |
+
|
227 |
+
#: inc/gui.class.php:303
|
228 |
+
msgid "For multiple selections press Ctrl/CMD"
|
229 |
+
msgstr "Mehrfachauswahl bzw. Abwahl mit Strg/CMD"
|
230 |
+
|
231 |
+
# Sonstiges
|
232 |
+
#: inc/gui.class.php:325
|
233 |
+
msgid "More"
|
234 |
+
msgstr "Sonstiges"
|
235 |
+
|
236 |
+
#: inc/gui.class.php:328
|
237 |
+
msgid "A few little things"
|
238 |
+
msgstr "Weniger relevante Optionen"
|
239 |
+
|
240 |
+
#: inc/gui.class.php:335
|
241 |
+
msgid "Statistics on the dashboard"
|
242 |
+
msgstr "Statistiken als Dashboard-Widget generieren"
|
243 |
+
|
244 |
+
#: inc/gui.class.php:336
|
245 |
+
msgid "Daily updates of spam detection rate"
|
246 |
+
msgstr "Verlauf der Erkennungsrate mit täglichen Werten"
|
247 |
+
|
248 |
+
#: inc/gui.class.php:343
|
249 |
+
msgid "Spam counter on the dashboard"
|
250 |
+
msgstr "Spam-Anzahl auf dem Dashboard anzeigen"
|
251 |
+
|
252 |
+
#: inc/gui.class.php:344
|
253 |
+
msgid "Amount of identified spam comments"
|
254 |
+
msgstr "Menge an identifizierten Spam-Kommentaren"
|
255 |
+
|
256 |
+
#: inc/gui.class.php:351
|
257 |
+
msgid "Do not check trackbacks / pingbacks"
|
258 |
+
msgstr "Eingehende Ping- und Trackbacks ignorieren"
|
259 |
+
|
260 |
+
#: inc/gui.class.php:352
|
261 |
+
msgid "No spam check for trackback notifications"
|
262 |
+
msgstr "Kein Spam-Check für Link-Benachrichtigungen"
|
263 |
+
|
264 |
+
#: inc/gui.class.php:359
|
265 |
+
msgid "Comment form used outside of posts"
|
266 |
+
msgstr "Kommentarformular auf Archivseiten"
|
267 |
+
|
268 |
+
#: inc/gui.class.php:360
|
269 |
+
msgid "Check for comment forms on archive pages"
|
270 |
+
msgstr "Überwachung des Formulars auf Archivseiten"
|
271 |
+
|
272 |
+
#: inc/gui.class.php:379
|
273 |
+
msgid "Save Changes"
|
274 |
+
msgstr "Änderungen speichern"
|
275 |
+
|
276 |
+
#. Plugin Name of the plugin/theme
|
277 |
+
msgid "Antispam Bee"
|
278 |
+
msgstr "Antispam Bee"
|
279 |
+
|
280 |
+
#. Plugin URI of the plugin/theme
|
281 |
+
msgid "https://wordpress.org/plugins/antispam-bee/"
|
282 |
+
msgstr "https://wordpress.org/plugins/antispam-bee/"
|
283 |
+
|
284 |
+
#. Description of the plugin/theme
|
285 |
+
msgid ""
|
286 |
+
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
287 |
+
"solutions. Includes protection again trackback spam."
|
288 |
+
msgstr ""
|
289 |
+
"Simples, äußerst effektives Plugin zur Bekämpfung von Spam-Kommentaren. "
|
290 |
+
"Datenschutzkonform, funktionsreich und unkompliziert."
|
291 |
+
|
292 |
+
#. Author of the plugin/theme
|
293 |
+
msgid "pluginkollektiv"
|
294 |
+
msgstr "pluginkollektiv"
|
295 |
+
|
296 |
+
#. Author URI of the plugin/theme
|
297 |
+
msgid "http://pluginkollektiv.org"
|
298 |
+
msgstr "http://pluginkollektiv.org"
|
lang/{antispam_bee-fr_FR.mo → antispam-bee-fr_FR.mo}
RENAMED
File without changes
|
lang/{antispam_bee-fr_FR.po → antispam-bee-fr_FR.po}
RENAMED
@@ -1,264 +1,264 @@
|
|
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:16:58 GMT+0100 (CET)\n"
|
7 |
-
"Last-Translator: glueckpress <caspar@glueckpress.com>\n"
|
8 |
-
"Language-Team: Sergej Müller\n"
|
9 |
-
"Language: French (France)\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: fr_FR"
|
24 |
-
|
25 |
-
msgid "No data available."
|
26 |
-
msgstr "Aucune donnée disponible."
|
27 |
-
|
28 |
-
msgid "New spam comment on your post"
|
29 |
-
msgstr "Nouveau spam sur l'article"
|
30 |
-
|
31 |
-
msgid "Comment"
|
32 |
-
msgstr "Commentaire"
|
33 |
-
|
34 |
-
msgid "Type"
|
35 |
-
msgstr "Type"
|
36 |
-
|
37 |
-
msgid "Spam Reason"
|
38 |
-
msgstr "Raison de détection"
|
39 |
-
|
40 |
-
msgid "Empty Data"
|
41 |
-
msgstr "Pas de données"
|
42 |
-
|
43 |
-
msgid "CSS Hack"
|
44 |
-
msgstr "Hack CSS"
|
45 |
-
|
46 |
-
msgid "Server IP"
|
47 |
-
msgstr "IP du serveur"
|
48 |
-
|
49 |
-
msgid "Local DB Spam"
|
50 |
-
msgstr "Spam BD locale"
|
51 |
-
|
52 |
-
msgid "Comment Language"
|
53 |
-
msgstr "Langue du commentaire"
|
54 |
-
|
55 |
-
msgid "Country Check"
|
56 |
-
msgstr "Vérification du pays"
|
57 |
-
|
58 |
-
msgid "DNSBL Spam"
|
59 |
-
msgstr "Spam DNSBL"
|
60 |
-
|
61 |
-
msgid "RegExp"
|
62 |
-
msgstr "Expression régulière"
|
63 |
-
|
64 |
-
msgid "Approve it"
|
65 |
-
msgstr "Approuver"
|
66 |
-
|
67 |
-
msgid "Delete it"
|
68 |
-
msgstr "Supprimer"
|
69 |
-
|
70 |
-
msgid "Trash it"
|
71 |
-
msgstr "Dans la corbeille"
|
72 |
-
|
73 |
-
msgid "Spam list"
|
74 |
-
msgstr "Liste des spams"
|
75 |
-
|
76 |
-
msgid "Notify message by Antispam Bee"
|
77 |
-
msgstr "Message de notification par Antispam Bee"
|
78 |
-
|
79 |
-
msgid "Content removed by Antispam Bee"
|
80 |
-
msgstr "Contenu supprimé par Antispam Bee"
|
81 |
-
|
82 |
-
msgid "Last check"
|
83 |
-
msgstr "Dernière vérification"
|
84 |
-
|
85 |
-
msgid "Blocked"
|
86 |
-
msgstr "Bloqué"
|
87 |
-
|
88 |
-
msgid "Today"
|
89 |
-
msgstr "Aujourd'hui"
|
90 |
-
|
91 |
-
msgid ""
|
92 |
-
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
93 |
-
"solutions. Includes protection again trackback spam."
|
94 |
-
msgstr ""
|
95 |
-
"Extension simple et très efficace pour lutter contre les commentaires "
|
96 |
-
"indésirables comportant des solutions sophistiquées. Inclus une protection "
|
97 |
-
"contre le spam trackback."
|
98 |
-
|
99 |
-
msgid "http://antispambee.com"
|
100 |
-
msgstr "http://antispambee.com"
|
101 |
-
|
102 |
-
msgid "Comments"
|
103 |
-
msgstr "Commentaires"
|
104 |
-
|
105 |
-
msgid "Comment marked as spam"
|
106 |
-
msgstr "Commentaire marqué comme spam"
|
107 |
-
|
108 |
-
# Langues
|
109 |
-
msgid "Language"
|
110 |
-
msgstr "Langue"
|
111 |
-
|
112 |
-
msgid "English"
|
113 |
-
msgstr "Anglais"
|
114 |
-
|
115 |
-
msgid "German"
|
116 |
-
msgstr "Allemand"
|
117 |
-
|
118 |
-
msgid "French"
|
119 |
-
msgstr "Français"
|
120 |
-
|
121 |
-
msgid "Italian"
|
122 |
-
msgstr "Italien"
|
123 |
-
|
124 |
-
msgid "Spanish"
|
125 |
-
msgstr "Espagnol"
|
126 |
-
|
127 |
-
# Antispam-Filter
|
128 |
-
msgid "Antispam filter"
|
129 |
-
msgstr "Filtre antispam"
|
130 |
-
|
131 |
-
msgid "Filter in the execution order"
|
132 |
-
msgstr "Ordre d'exécution du filtrage"
|
133 |
-
|
134 |
-
msgid "Trust approved commenters"
|
135 |
-
msgstr "Faire confiance aux commentateurs approuvés"
|
136 |
-
|
137 |
-
msgid "Always approve previously approved users"
|
138 |
-
msgstr "Pas de vérification pour utilisateurs connus"
|
139 |
-
|
140 |
-
msgid "BBCode is spam"
|
141 |
-
msgstr "Le BBCode est considéré comme spam"
|
142 |
-
|
143 |
-
msgid "Review the comment contents for BBCode links"
|
144 |
-
msgstr "Rechercher les liens BBCode dans le commentaire"
|
145 |
-
|
146 |
-
msgid "Use a public antispam database"
|
147 |
-
msgstr "Banque de données de spams publique"
|
148 |
-
|
149 |
-
msgid ""
|
150 |
-
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" "
|
151 |
-
"target=\"_blank\">Tornevall</a>"
|
152 |
-
msgstr ""
|
153 |
-
"Correspondance de l'IP en utilisant <a href=\"https://dnsbl.tornevall.org\" "
|
154 |
-
"target=\"_blank\">Tornevall</a>"
|
155 |
-
|
156 |
-
msgid "Validate the ip address of commenters"
|
157 |
-
msgstr "Valider l'adresse IP des commentateurs"
|
158 |
-
|
159 |
-
msgid "Validity check for used ip address"
|
160 |
-
msgstr "Vérification de la validité pour les IP utilisées"
|
161 |
-
|
162 |
-
msgid "Use regular expressions"
|
163 |
-
msgstr "Utiliser des expressions régulières"
|
164 |
-
|
165 |
-
msgid ""
|
166 |
-
"Predefined and custom patterns by <a href=\"https://gist.github.com/4242142\" "
|
167 |
-
"target=\"_blank\">plugin hook</a>"
|
168 |
-
msgstr ""
|
169 |
-
"Motifs prédéfinis et personnalisés par le <a href=\"https://gist.github."
|
170 |
-
"com/4242142\" target=\"_blank\">plugin hook</a>"
|
171 |
-
|
172 |
-
msgid "Look in the local spam database"
|
173 |
-
msgstr "Vérifier dans la base de données locale des spams"
|
174 |
-
|
175 |
-
msgid "Already marked as spam? Yes? No?"
|
176 |
-
msgstr "Le spam a-t-il déjà été reconnu ?"
|
177 |
-
|
178 |
-
msgid "Block comments from specific countries"
|
179 |
-
msgstr "Bloquer selon le pays"
|
180 |
-
|
181 |
-
msgid "Filtering the requests depending on country"
|
182 |
-
msgstr "Filtrage selon le pays d'origine du commentaire"
|
183 |
-
|
184 |
-
msgid "Allow comments only in certain language"
|
185 |
-
msgstr "N'accepter des commentaires qu'en une langue"
|
186 |
-
|
187 |
-
msgid "Detection and approval in specified language"
|
188 |
-
msgstr "Détection et autorisation d'une langue spécifiée"
|
189 |
-
|
190 |
-
# Erweitert
|
191 |
-
msgid "Advanced"
|
192 |
-
msgstr "Avancé"
|
193 |
-
|
194 |
-
msgid "Other antispam tools"
|
195 |
-
msgstr "Autres outils antispam"
|
196 |
-
|
197 |
-
msgid "Mark as spam, do not delete"
|
198 |
-
msgstr "Marquer comme spam et ne pas supprimer"
|
199 |
-
|
200 |
-
msgid "Keep the spam in my blog."
|
201 |
-
msgstr "Conserver le commentaire indésirable"
|
202 |
-
|
203 |
-
msgid "Notification by email"
|
204 |
-
msgstr "Notification par courriel"
|
205 |
-
|
206 |
-
msgid "Notify admins by e-mail about incoming spam"
|
207 |
-
msgstr "Avertir l'administrateur par courriel"
|
208 |
-
|
209 |
-
msgid "Not save the spam reason"
|
210 |
-
msgstr "Ne pas stocker la raison de détection"
|
211 |
-
|
212 |
-
msgid "Spam reason as table column in the spam overview"
|
213 |
-
msgstr "Raison dans la colonne du tableau d'aperçu"
|
214 |
-
|
215 |
-
#, c-format
|
216 |
-
msgid "Delete existing spam after %s days"
|
217 |
-
msgstr "Supprimer les spams après %s jours"
|
218 |
-
|
219 |
-
msgid "Cleaning up the database from old entries"
|
220 |
-
msgstr "Nettoyage de la base de données"
|
221 |
-
|
222 |
-
#, c-format
|
223 |
-
msgid "Limit approval to %s"
|
224 |
-
msgstr "Limiter aux %s"
|
225 |
-
|
226 |
-
msgid "Other types of spam will be deleted immediately"
|
227 |
-
msgstr "Autre type de spam supprimé immédiatemment"
|
228 |
-
|
229 |
-
msgid "Delete comments by spam reasons"
|
230 |
-
msgstr "Supprimer les commentaires selon détection"
|
231 |
-
|
232 |
-
msgid "For multiple selections press Ctrl/CMD"
|
233 |
-
msgstr "Choix multiples en maintenant la touche Ctrl/CMD"
|
234 |
-
|
235 |
-
# Sonstiges
|
236 |
-
msgid "More"
|
237 |
-
msgstr "Plus"
|
238 |
-
|
239 |
-
msgid "A few little things"
|
240 |
-
msgstr "Options moins significatives"
|
241 |
-
|
242 |
-
msgid "Statistics on the dashboard"
|
243 |
-
msgstr "Statistiques sur le tableau de bord"
|
244 |
-
|
245 |
-
msgid "Daily updates of spam detection rate"
|
246 |
-
msgstr "Taux de détection de spam avec valeurs quotidiennes"
|
247 |
-
|
248 |
-
msgid "Spam counter on the dashboard"
|
249 |
-
msgstr "Compteur de spam sur le tableau de bord"
|
250 |
-
|
251 |
-
msgid "Amount of identified spam comments"
|
252 |
-
msgstr "Nombre de commentaires indésirables identifiés"
|
253 |
-
|
254 |
-
msgid "Do not check trackbacks / pingbacks"
|
255 |
-
msgstr "Ignorer les trackbacks et pingbacks"
|
256 |
-
|
257 |
-
msgid "No spam check for trackback notifications"
|
258 |
-
msgstr "Pas de spam pour les notifications de trackback"
|
259 |
-
|
260 |
-
msgid "Comment form used outside of posts"
|
261 |
-
msgstr "Commentaires présents dans les archives"
|
262 |
-
|
263 |
-
msgid "Check for comment forms on archive pages"
|
264 |
-
msgstr "Vérification des commentaires dans les archives"
|
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:16:58 GMT+0100 (CET)\n"
|
7 |
+
"Last-Translator: glueckpress <caspar@glueckpress.com>\n"
|
8 |
+
"Language-Team: Sergej Müller\n"
|
9 |
+
"Language: French (France)\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: fr_FR"
|
24 |
+
|
25 |
+
msgid "No data available."
|
26 |
+
msgstr "Aucune donnée disponible."
|
27 |
+
|
28 |
+
msgid "New spam comment on your post"
|
29 |
+
msgstr "Nouveau spam sur l'article"
|
30 |
+
|
31 |
+
msgid "Comment"
|
32 |
+
msgstr "Commentaire"
|
33 |
+
|
34 |
+
msgid "Type"
|
35 |
+
msgstr "Type"
|
36 |
+
|
37 |
+
msgid "Spam Reason"
|
38 |
+
msgstr "Raison de détection"
|
39 |
+
|
40 |
+
msgid "Empty Data"
|
41 |
+
msgstr "Pas de données"
|
42 |
+
|
43 |
+
msgid "CSS Hack"
|
44 |
+
msgstr "Hack CSS"
|
45 |
+
|
46 |
+
msgid "Server IP"
|
47 |
+
msgstr "IP du serveur"
|
48 |
+
|
49 |
+
msgid "Local DB Spam"
|
50 |
+
msgstr "Spam BD locale"
|
51 |
+
|
52 |
+
msgid "Comment Language"
|
53 |
+
msgstr "Langue du commentaire"
|
54 |
+
|
55 |
+
msgid "Country Check"
|
56 |
+
msgstr "Vérification du pays"
|
57 |
+
|
58 |
+
msgid "DNSBL Spam"
|
59 |
+
msgstr "Spam DNSBL"
|
60 |
+
|
61 |
+
msgid "RegExp"
|
62 |
+
msgstr "Expression régulière"
|
63 |
+
|
64 |
+
msgid "Approve it"
|
65 |
+
msgstr "Approuver"
|
66 |
+
|
67 |
+
msgid "Delete it"
|
68 |
+
msgstr "Supprimer"
|
69 |
+
|
70 |
+
msgid "Trash it"
|
71 |
+
msgstr "Dans la corbeille"
|
72 |
+
|
73 |
+
msgid "Spam list"
|
74 |
+
msgstr "Liste des spams"
|
75 |
+
|
76 |
+
msgid "Notify message by Antispam Bee"
|
77 |
+
msgstr "Message de notification par Antispam Bee"
|
78 |
+
|
79 |
+
msgid "Content removed by Antispam Bee"
|
80 |
+
msgstr "Contenu supprimé par Antispam Bee"
|
81 |
+
|
82 |
+
msgid "Last check"
|
83 |
+
msgstr "Dernière vérification"
|
84 |
+
|
85 |
+
msgid "Blocked"
|
86 |
+
msgstr "Bloqué"
|
87 |
+
|
88 |
+
msgid "Today"
|
89 |
+
msgstr "Aujourd'hui"
|
90 |
+
|
91 |
+
msgid ""
|
92 |
+
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
93 |
+
"solutions. Includes protection again trackback spam."
|
94 |
+
msgstr ""
|
95 |
+
"Extension simple et très efficace pour lutter contre les commentaires "
|
96 |
+
"indésirables comportant des solutions sophistiquées. Inclus une protection "
|
97 |
+
"contre le spam trackback."
|
98 |
+
|
99 |
+
msgid "http://antispambee.com"
|
100 |
+
msgstr "http://antispambee.com"
|
101 |
+
|
102 |
+
msgid "Comments"
|
103 |
+
msgstr "Commentaires"
|
104 |
+
|
105 |
+
msgid "Comment marked as spam"
|
106 |
+
msgstr "Commentaire marqué comme spam"
|
107 |
+
|
108 |
+
# Langues
|
109 |
+
msgid "Language"
|
110 |
+
msgstr "Langue"
|
111 |
+
|
112 |
+
msgid "English"
|
113 |
+
msgstr "Anglais"
|
114 |
+
|
115 |
+
msgid "German"
|
116 |
+
msgstr "Allemand"
|
117 |
+
|
118 |
+
msgid "French"
|
119 |
+
msgstr "Français"
|
120 |
+
|
121 |
+
msgid "Italian"
|
122 |
+
msgstr "Italien"
|
123 |
+
|
124 |
+
msgid "Spanish"
|
125 |
+
msgstr "Espagnol"
|
126 |
+
|
127 |
+
# Antispam-Filter
|
128 |
+
msgid "Antispam filter"
|
129 |
+
msgstr "Filtre antispam"
|
130 |
+
|
131 |
+
msgid "Filter in the execution order"
|
132 |
+
msgstr "Ordre d'exécution du filtrage"
|
133 |
+
|
134 |
+
msgid "Trust approved commenters"
|
135 |
+
msgstr "Faire confiance aux commentateurs approuvés"
|
136 |
+
|
137 |
+
msgid "Always approve previously approved users"
|
138 |
+
msgstr "Pas de vérification pour utilisateurs connus"
|
139 |
+
|
140 |
+
msgid "BBCode is spam"
|
141 |
+
msgstr "Le BBCode est considéré comme spam"
|
142 |
+
|
143 |
+
msgid "Review the comment contents for BBCode links"
|
144 |
+
msgstr "Rechercher les liens BBCode dans le commentaire"
|
145 |
+
|
146 |
+
msgid "Use a public antispam database"
|
147 |
+
msgstr "Banque de données de spams publique"
|
148 |
+
|
149 |
+
msgid ""
|
150 |
+
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" "
|
151 |
+
"target=\"_blank\">Tornevall</a>"
|
152 |
+
msgstr ""
|
153 |
+
"Correspondance de l'IP en utilisant <a href=\"https://dnsbl.tornevall.org\" "
|
154 |
+
"target=\"_blank\">Tornevall</a>"
|
155 |
+
|
156 |
+
msgid "Validate the ip address of commenters"
|
157 |
+
msgstr "Valider l'adresse IP des commentateurs"
|
158 |
+
|
159 |
+
msgid "Validity check for used ip address"
|
160 |
+
msgstr "Vérification de la validité pour les IP utilisées"
|
161 |
+
|
162 |
+
msgid "Use regular expressions"
|
163 |
+
msgstr "Utiliser des expressions régulières"
|
164 |
+
|
165 |
+
msgid ""
|
166 |
+
"Predefined and custom patterns by <a href=\"https://gist.github.com/4242142\" "
|
167 |
+
"target=\"_blank\">plugin hook</a>"
|
168 |
+
msgstr ""
|
169 |
+
"Motifs prédéfinis et personnalisés par le <a href=\"https://gist.github."
|
170 |
+
"com/4242142\" target=\"_blank\">plugin hook</a>"
|
171 |
+
|
172 |
+
msgid "Look in the local spam database"
|
173 |
+
msgstr "Vérifier dans la base de données locale des spams"
|
174 |
+
|
175 |
+
msgid "Already marked as spam? Yes? No?"
|
176 |
+
msgstr "Le spam a-t-il déjà été reconnu ?"
|
177 |
+
|
178 |
+
msgid "Block comments from specific countries"
|
179 |
+
msgstr "Bloquer selon le pays"
|
180 |
+
|
181 |
+
msgid "Filtering the requests depending on country"
|
182 |
+
msgstr "Filtrage selon le pays d'origine du commentaire"
|
183 |
+
|
184 |
+
msgid "Allow comments only in certain language"
|
185 |
+
msgstr "N'accepter des commentaires qu'en une langue"
|
186 |
+
|
187 |
+
msgid "Detection and approval in specified language"
|
188 |
+
msgstr "Détection et autorisation d'une langue spécifiée"
|
189 |
+
|
190 |
+
# Erweitert
|
191 |
+
msgid "Advanced"
|
192 |
+
msgstr "Avancé"
|
193 |
+
|
194 |
+
msgid "Other antispam tools"
|
195 |
+
msgstr "Autres outils antispam"
|
196 |
+
|
197 |
+
msgid "Mark as spam, do not delete"
|
198 |
+
msgstr "Marquer comme spam et ne pas supprimer"
|
199 |
+
|
200 |
+
msgid "Keep the spam in my blog."
|
201 |
+
msgstr "Conserver le commentaire indésirable"
|
202 |
+
|
203 |
+
msgid "Notification by email"
|
204 |
+
msgstr "Notification par courriel"
|
205 |
+
|
206 |
+
msgid "Notify admins by e-mail about incoming spam"
|
207 |
+
msgstr "Avertir l'administrateur par courriel"
|
208 |
+
|
209 |
+
msgid "Not save the spam reason"
|
210 |
+
msgstr "Ne pas stocker la raison de détection"
|
211 |
+
|
212 |
+
msgid "Spam reason as table column in the spam overview"
|
213 |
+
msgstr "Raison dans la colonne du tableau d'aperçu"
|
214 |
+
|
215 |
+
#, c-format
|
216 |
+
msgid "Delete existing spam after %s days"
|
217 |
+
msgstr "Supprimer les spams après %s jours"
|
218 |
+
|
219 |
+
msgid "Cleaning up the database from old entries"
|
220 |
+
msgstr "Nettoyage de la base de données"
|
221 |
+
|
222 |
+
#, c-format
|
223 |
+
msgid "Limit approval to %s"
|
224 |
+
msgstr "Limiter aux %s"
|
225 |
+
|
226 |
+
msgid "Other types of spam will be deleted immediately"
|
227 |
+
msgstr "Autre type de spam supprimé immédiatemment"
|
228 |
+
|
229 |
+
msgid "Delete comments by spam reasons"
|
230 |
+
msgstr "Supprimer les commentaires selon détection"
|
231 |
+
|
232 |
+
msgid "For multiple selections press Ctrl/CMD"
|
233 |
+
msgstr "Choix multiples en maintenant la touche Ctrl/CMD"
|
234 |
+
|
235 |
+
# Sonstiges
|
236 |
+
msgid "More"
|
237 |
+
msgstr "Plus"
|
238 |
+
|
239 |
+
msgid "A few little things"
|
240 |
+
msgstr "Options moins significatives"
|
241 |
+
|
242 |
+
msgid "Statistics on the dashboard"
|
243 |
+
msgstr "Statistiques sur le tableau de bord"
|
244 |
+
|
245 |
+
msgid "Daily updates of spam detection rate"
|
246 |
+
msgstr "Taux de détection de spam avec valeurs quotidiennes"
|
247 |
+
|
248 |
+
msgid "Spam counter on the dashboard"
|
249 |
+
msgstr "Compteur de spam sur le tableau de bord"
|
250 |
+
|
251 |
+
msgid "Amount of identified spam comments"
|
252 |
+
msgstr "Nombre de commentaires indésirables identifiés"
|
253 |
+
|
254 |
+
msgid "Do not check trackbacks / pingbacks"
|
255 |
+
msgstr "Ignorer les trackbacks et pingbacks"
|
256 |
+
|
257 |
+
msgid "No spam check for trackback notifications"
|
258 |
+
msgstr "Pas de spam pour les notifications de trackback"
|
259 |
+
|
260 |
+
msgid "Comment form used outside of posts"
|
261 |
+
msgstr "Commentaires présents dans les archives"
|
262 |
+
|
263 |
+
msgid "Check for comment forms on archive pages"
|
264 |
+
msgstr "Vérification des commentaires dans les archives"
|
lang/{antispam_bee-nl_NL.mo → antispam-bee-nl_NL.mo}
RENAMED
File without changes
|
lang/{antispam_bee-nl_NL.po → antispam-bee-nl_NL.po}
RENAMED
@@ -1,266 +1,266 @@
|
|
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"
|
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 → antispam-bee-ru_RU.mo}
RENAMED
File without changes
|
lang/{antispam_bee-ru_RU.po → antispam-bee-ru_RU.po}
RENAMED
@@ -1,272 +1,272 @@
|
|
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 "Сохранить изменения"
|
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 "Сохранить изменения"
|
lang/{antispam_bee-sl_SI.mo → antispam-bee-sl_SI.mo}
RENAMED
File without changes
|
lang/{antispam_bee-sl_SI.po → antispam-bee-sl_SI.po}
RENAMED
File without changes
|
lang/{antispam_bee-sv_SE.mo → antispam-bee-sv_SE.mo}
RENAMED
File without changes
|
lang/{antispam_bee-sv_SE.po → antispam-bee-sv_SE.po}
RENAMED
File without changes
|
lang/antispam-bee.pot
ADDED
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 pluginkollektiv
|
2 |
+
# This file is distributed under the GPLv2 or later.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Antispam Bee 2.6.8\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://pluginkolletiv.org\n"
|
7 |
+
"POT-Creation-Date: Sun Aug 16 2015 12:08:35 GMT+0200 (CEST)\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: pluginkollektiv\n"
|
13 |
+
"Language-Team: pluginkollektiv\n"
|
14 |
+
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
15 |
+
"X-Poedit-KeywordsList: "
|
16 |
+
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
17 |
+
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
18 |
+
"Language: en\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
+
"X-Poedit-Country: United States\n"
|
21 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
22 |
+
"X-Poedit-Basepath: ../\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
"X-Poedit-Bookmarks: \n"
|
25 |
+
"X-Textdomain-Support: yes\n"
|
26 |
+
|
27 |
+
#: antispam_bee.php:493 release/2.6.8/antispam_bee.php:493
|
28 |
+
#: release/svn/antispam_bee.php:493
|
29 |
+
msgid "Settings"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: antispam_bee.php:690 release/2.6.8/antispam_bee.php:690
|
33 |
+
#: release/svn/antispam_bee.php:690
|
34 |
+
msgid "Blocked"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: antispam_bee.php:829 release/2.6.8/antispam_bee.php:829
|
38 |
+
#: release/svn/antispam_bee.php:829
|
39 |
+
msgid "No data available."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: antispam_bee.php:2185 release/2.6.8/antispam_bee.php:2185
|
43 |
+
#: release/svn/antispam_bee.php:2185
|
44 |
+
msgid "Comment marked as spam"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: antispam_bee.php:2192 release/2.6.8/antispam_bee.php:2192
|
48 |
+
#: release/svn/antispam_bee.php:2192
|
49 |
+
msgid "Content removed by Antispam Bee"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: antispam_bee.php:2199 release/2.6.8/antispam_bee.php:2199
|
53 |
+
#: release/svn/antispam_bee.php:2199
|
54 |
+
msgid "New spam comment on your post"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: antispam_bee.php:2203 release/2.6.8/antispam_bee.php:2203
|
58 |
+
#: release/svn/antispam_bee.php:2203
|
59 |
+
msgid "Author"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: antispam_bee.php:2210 release/2.6.8/antispam_bee.php:2210
|
63 |
+
#: release/svn/antispam_bee.php:2210
|
64 |
+
msgid "Type"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: antispam_bee.php:2217 inc/columns.class.php:30 inc/gui.class.php:314
|
68 |
+
#: release/2.6.8/antispam_bee.php:2217 release/2.6.8/inc/columns.class.php:30
|
69 |
+
#: release/2.6.8/inc/gui.class.php:314 release/svn/antispam_bee.php:2217
|
70 |
+
#: release/svn/inc/columns.class.php:30 release/svn/inc/gui.class.php:314
|
71 |
+
msgid "Spam Reason"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: antispam_bee.php:2226 release/2.6.8/antispam_bee.php:2226
|
75 |
+
#: release/svn/antispam_bee.php:2226
|
76 |
+
msgid "Trash it"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: antispam_bee.php:2232 release/2.6.8/antispam_bee.php:2232
|
80 |
+
#: release/svn/antispam_bee.php:2232
|
81 |
+
msgid "Delete it"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: antispam_bee.php:2238 release/2.6.8/antispam_bee.php:2238
|
85 |
+
#: release/svn/antispam_bee.php:2238
|
86 |
+
msgid "Approve it"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: antispam_bee.php:2242 release/2.6.8/antispam_bee.php:2242
|
90 |
+
#: release/svn/antispam_bee.php:2242
|
91 |
+
msgid "Spam list"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: antispam_bee.php:2246 release/2.6.8/antispam_bee.php:2246
|
95 |
+
#: release/svn/antispam_bee.php:2246
|
96 |
+
msgid "Notify message by Antispam Bee"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: antispam_bee.php:2247 release/2.6.8/antispam_bee.php:2247
|
100 |
+
#: release/svn/antispam_bee.php:2247
|
101 |
+
msgid "http://antispambee.com"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: inc/gui.class.php:30 inc/gui.class.php:35 release/2.6.8/inc/gui.class.php:30
|
105 |
+
#: release/2.6.8/inc/gui.class.php:35 release/svn/inc/gui.class.php:30
|
106 |
+
#: release/svn/inc/gui.class.php:35
|
107 |
+
msgid "Cheatin’ uh?"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: inc/gui.class.php:163 release/2.6.8/inc/gui.class.php:163
|
111 |
+
#: release/svn/inc/gui.class.php:163
|
112 |
+
msgid "Antispam filter"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: inc/gui.class.php:166 release/2.6.8/inc/gui.class.php:166
|
116 |
+
#: release/svn/inc/gui.class.php:166
|
117 |
+
msgid "Filter in the execution order"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: inc/gui.class.php:173 release/2.6.8/inc/gui.class.php:173
|
121 |
+
#: release/svn/inc/gui.class.php:173
|
122 |
+
msgid "Trust approved commenters"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: inc/gui.class.php:174 release/2.6.8/inc/gui.class.php:174
|
126 |
+
#: release/svn/inc/gui.class.php:174
|
127 |
+
msgid "Always approve previously approved users"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: inc/gui.class.php:181 release/2.6.8/inc/gui.class.php:181
|
131 |
+
#: release/svn/inc/gui.class.php:181
|
132 |
+
msgid "Trust commenters with a Gravatar"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: inc/gui.class.php:182 release/2.6.8/inc/gui.class.php:182
|
136 |
+
#: release/svn/inc/gui.class.php:182
|
137 |
+
msgid "Check if commenter has a Gravatar image"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: inc/gui.class.php:189 release/2.6.8/inc/gui.class.php:189
|
141 |
+
#: release/svn/inc/gui.class.php:189
|
142 |
+
msgid "Consider the comment time"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: inc/gui.class.php:190 release/2.6.8/inc/gui.class.php:190
|
146 |
+
#: release/svn/inc/gui.class.php:190
|
147 |
+
msgid "Not recommended when using page caching"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: inc/gui.class.php:197 release/2.6.8/inc/gui.class.php:197
|
151 |
+
#: release/svn/inc/gui.class.php:197
|
152 |
+
msgid "BBCode is spam"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: inc/gui.class.php:198 release/2.6.8/inc/gui.class.php:198
|
156 |
+
#: release/svn/inc/gui.class.php:198
|
157 |
+
msgid "Review the comment contents for BBCode links"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: inc/gui.class.php:205 release/2.6.8/inc/gui.class.php:205
|
161 |
+
#: release/svn/inc/gui.class.php:205
|
162 |
+
msgid "Validate the ip address of commenters"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: inc/gui.class.php:206 release/2.6.8/inc/gui.class.php:206
|
166 |
+
#: release/svn/inc/gui.class.php:206
|
167 |
+
msgid "Validity check for used ip address"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: inc/gui.class.php:213 release/2.6.8/inc/gui.class.php:213
|
171 |
+
#: release/svn/inc/gui.class.php:213
|
172 |
+
msgid "Use regular expressions"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: inc/gui.class.php:214 release/2.6.8/inc/gui.class.php:214
|
176 |
+
#: release/svn/inc/gui.class.php:214
|
177 |
+
msgid ""
|
178 |
+
"Predefined and custom patterns by <a "
|
179 |
+
"href=\"https://gist.github.com/4242142\" target=\"_blank\">plugin hook</a>"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: inc/gui.class.php:221 release/2.6.8/inc/gui.class.php:221
|
183 |
+
#: release/svn/inc/gui.class.php:221
|
184 |
+
msgid "Look in the local spam database"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: inc/gui.class.php:222 release/2.6.8/inc/gui.class.php:222
|
188 |
+
#: release/svn/inc/gui.class.php:222
|
189 |
+
msgid "Already marked as spam? Yes? No?"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: inc/gui.class.php:229 release/2.6.8/inc/gui.class.php:229
|
193 |
+
#: release/svn/inc/gui.class.php:229
|
194 |
+
msgid "Use a public antispam database"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: inc/gui.class.php:230 release/2.6.8/inc/gui.class.php:230
|
198 |
+
#: release/svn/inc/gui.class.php:230
|
199 |
+
msgid ""
|
200 |
+
"Matching the ip address with <a href=\"https://dnsbl.tornevall.org\" "
|
201 |
+
"target=\"_blank\">Tornevall</a>"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: inc/gui.class.php:239 release/2.6.8/inc/gui.class.php:239
|
205 |
+
#: release/svn/inc/gui.class.php:239
|
206 |
+
msgid "Advanced"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: inc/gui.class.php:242 release/2.6.8/inc/gui.class.php:242
|
210 |
+
#: release/svn/inc/gui.class.php:242
|
211 |
+
msgid "Other antispam tools"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: inc/gui.class.php:249 release/2.6.8/inc/gui.class.php:249
|
215 |
+
#: release/svn/inc/gui.class.php:249
|
216 |
+
msgid "Mark as spam, do not delete"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: inc/gui.class.php:250 release/2.6.8/inc/gui.class.php:250
|
220 |
+
#: release/svn/inc/gui.class.php:250
|
221 |
+
msgid "Keep the spam in my blog."
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: inc/gui.class.php:257 release/2.6.8/inc/gui.class.php:257
|
225 |
+
#: release/svn/inc/gui.class.php:257
|
226 |
+
msgid "Notification by email"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: inc/gui.class.php:258 release/2.6.8/inc/gui.class.php:258
|
230 |
+
#: release/svn/inc/gui.class.php:258
|
231 |
+
msgid "Notify admins by e-mail about incoming spam"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: inc/gui.class.php:265 release/2.6.8/inc/gui.class.php:265
|
235 |
+
#: release/svn/inc/gui.class.php:265
|
236 |
+
msgid "Not save the spam reason"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: inc/gui.class.php:266 release/2.6.8/inc/gui.class.php:266
|
240 |
+
#: release/svn/inc/gui.class.php:266
|
241 |
+
msgid "Spam reason as table column in the spam overview"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: inc/gui.class.php:274 release/2.6.8/inc/gui.class.php:274
|
245 |
+
#: release/svn/inc/gui.class.php:274
|
246 |
+
msgid "Delete existing spam after %s days"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: inc/gui.class.php:277 release/2.6.8/inc/gui.class.php:277
|
250 |
+
#: release/svn/inc/gui.class.php:277
|
251 |
+
msgid "Cleaning up the database from old entries"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/gui.class.php:285 release/2.6.8/inc/gui.class.php:285
|
255 |
+
#: release/svn/inc/gui.class.php:285
|
256 |
+
msgid "Limit approval to %s"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: inc/gui.class.php:295 release/2.6.8/inc/gui.class.php:295
|
260 |
+
#: release/svn/inc/gui.class.php:295
|
261 |
+
msgid "Other types of spam will be deleted immediately"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: inc/gui.class.php:302 release/2.6.8/inc/gui.class.php:302
|
265 |
+
#: release/svn/inc/gui.class.php:302
|
266 |
+
msgid "Delete comments by spam reasons"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: inc/gui.class.php:303 release/2.6.8/inc/gui.class.php:303
|
270 |
+
#: release/svn/inc/gui.class.php:303
|
271 |
+
msgid "For multiple selections press Ctrl/CMD"
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: inc/gui.class.php:325 release/2.6.8/inc/gui.class.php:325
|
275 |
+
#: release/svn/inc/gui.class.php:325
|
276 |
+
msgid "More"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: inc/gui.class.php:328 release/2.6.8/inc/gui.class.php:328
|
280 |
+
#: release/svn/inc/gui.class.php:328
|
281 |
+
msgid "A few little things"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: inc/gui.class.php:335 release/2.6.8/inc/gui.class.php:335
|
285 |
+
#: release/svn/inc/gui.class.php:335
|
286 |
+
msgid "Statistics on the dashboard"
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: inc/gui.class.php:336 release/2.6.8/inc/gui.class.php:336
|
290 |
+
#: release/svn/inc/gui.class.php:336
|
291 |
+
msgid "Daily updates of spam detection rate"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: inc/gui.class.php:343 release/2.6.8/inc/gui.class.php:343
|
295 |
+
#: release/svn/inc/gui.class.php:343
|
296 |
+
msgid "Spam counter on the dashboard"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: inc/gui.class.php:344 release/2.6.8/inc/gui.class.php:344
|
300 |
+
#: release/svn/inc/gui.class.php:344
|
301 |
+
msgid "Amount of identified spam comments"
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: inc/gui.class.php:351 release/2.6.8/inc/gui.class.php:351
|
305 |
+
#: release/svn/inc/gui.class.php:351
|
306 |
+
msgid "Do not check trackbacks / pingbacks"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: inc/gui.class.php:352 release/2.6.8/inc/gui.class.php:352
|
310 |
+
#: release/svn/inc/gui.class.php:352
|
311 |
+
msgid "No spam check for trackback notifications"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: inc/gui.class.php:359 release/2.6.8/inc/gui.class.php:359
|
315 |
+
#: release/svn/inc/gui.class.php:359
|
316 |
+
msgid "Comment form used outside of posts"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: inc/gui.class.php:360 release/2.6.8/inc/gui.class.php:360
|
320 |
+
#: release/svn/inc/gui.class.php:360
|
321 |
+
msgid "Check for comment forms on archive pages"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: inc/gui.class.php:379 release/2.6.8/inc/gui.class.php:379
|
325 |
+
#: release/svn/inc/gui.class.php:379
|
326 |
+
msgid "Save Changes"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#. Plugin Name of the plugin/theme
|
330 |
+
msgid "Antispam Bee"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#. Plugin URI of the plugin/theme
|
334 |
+
msgid "https://wordpress.org/plugins/antispam-bee/"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#. Description of the plugin/theme
|
338 |
+
msgid ""
|
339 |
+
"Easy and extremely productive spam-fighting plugin with many sophisticated "
|
340 |
+
"solutions. Includes protection again trackback spam."
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#. Author of the plugin/theme
|
344 |
+
msgid "pluginkollektiv"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#. Author URI of the plugin/theme
|
348 |
+
msgid "http://pluginkollektiv.org"
|
349 |
+
msgstr ""
|
lang/antispam_bee-de_DE.mo
DELETED
Binary file
|