Version Description
- Change: Small changes in GeoIP API calls
- New: Added database information to tools tab.
- New: Added support for rename wp-login plugin
Download this release
Release Info
Developer | iqpascal |
Plugin | iQ Block Country |
Version | 1.1.29 |
Comparing to | |
See all releases |
Code changes from version 1.1.28 to 1.1.29
- iq-block-country.php +4 -4
- lang/en_EN.mo +0 -0
- lang/en_EN.po +230 -190
- lang/iqblockcountry-nl_NL.mo +0 -0
- lang/iqblockcountry-nl_NL.po +239 -200
- libs/blockcountry-checks.php +19 -10
- libs/blockcountry-settings.php +52 -0
- libs/blockcountry-validation.php +37 -0
- readme.txt +8 -2
iq-block-country.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
-
Version: 1.1.
|
6 |
Author: Pascal
|
7 |
Author URI: http://www.webence.nl/
|
8 |
Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
|
@@ -224,11 +224,11 @@ define("IPV4DBFILE",$upload_dir['basedir'] . "/GeoIP.dat");
|
|
224 |
define("IPV6DBFILE",$upload_dir['basedir'] . "/GeoIPv6.dat");
|
225 |
define("TRACKINGURL","http://tracking.webence.nl/iq-block-country-tracking.php");
|
226 |
define("BANLISTRETRIEVEURL","http://tracking.webence.nl/iq-block-country-retrieve.php");
|
227 |
-
define("GEOIPAPIURL","http://geoip.webence.nl/geoipapi.php");
|
228 |
define("GEOIPAPIURLUS","http://us.geoip.webence.nl/geoipapi.php");
|
229 |
-
define("GEOIPAPICHECKURL","http://geoip.webence.nl/geoipapi-keycheck.php");
|
230 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
231 |
-
define("VERSION","1.1.
|
232 |
define("DBVERSION","121");
|
233 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
234 |
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
+
Version: 1.1.29
|
6 |
Author: Pascal
|
7 |
Author URI: http://www.webence.nl/
|
8 |
Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
|
224 |
define("IPV6DBFILE",$upload_dir['basedir'] . "/GeoIPv6.dat");
|
225 |
define("TRACKINGURL","http://tracking.webence.nl/iq-block-country-tracking.php");
|
226 |
define("BANLISTRETRIEVEURL","http://tracking.webence.nl/iq-block-country-retrieve.php");
|
227 |
+
define("GEOIPAPIURL","http://eu.geoip.webence.nl/geoipapi.php");
|
228 |
define("GEOIPAPIURLUS","http://us.geoip.webence.nl/geoipapi.php");
|
229 |
+
define("GEOIPAPICHECKURL","http://eu.geoip.webence.nl/geoipapi-keycheck.php");
|
230 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
231 |
+
define("VERSION","1.1.29");
|
232 |
define("DBVERSION","121");
|
233 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
234 |
|
lang/en_EN.mo
CHANGED
Binary file
|
lang/en_EN.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: Pascal <pascal@redeo.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: English\n"
|
@@ -56,604 +56,644 @@ msgid ""
|
|
56 |
"manually or if you wish to use the GeoIP API get an API key from: "
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: libs/blockcountry-settings.php:
|
60 |
msgid ""
|
61 |
"Check which country belongs to an IP Address according to the current "
|
62 |
"database."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: libs/blockcountry-settings.php:
|
66 |
msgid "IP Address to check:"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: libs/blockcountry-settings.php:
|
70 |
msgid "No country for"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: libs/blockcountry-settings.php:
|
74 |
msgid "could be found. Or"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: libs/blockcountry-settings.php:
|
78 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: libs/blockcountry-settings.php:
|
82 |
msgid "IP Adress"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: libs/blockcountry-settings.php:
|
86 |
msgid "belongs to"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: libs/blockcountry-settings.php:
|
90 |
msgid "This country is not permitted to visit the frontend of this website."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: libs/blockcountry-settings.php:
|
94 |
msgid "This country is not permitted to visit the backend of this website."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: libs/blockcountry-settings.php:
|
98 |
msgid "This ip is present in the blacklist."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: libs/blockcountry-settings.php:
|
102 |
msgid "Check IP address"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
msgid "Active plugins"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: libs/blockcountry-settings.php:
|
110 |
msgid "Plugin name"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: libs/blockcountry-settings.php:
|
114 |
msgid "Version"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: libs/blockcountry-settings.php:
|
118 |
-
#: libs/blockcountry-settings.php:
|
119 |
msgid "URL"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: libs/blockcountry-settings.php:
|
123 |
msgid "none"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: libs/blockcountry-settings.php:
|
127 |
msgid "unavailable"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: libs/blockcountry-settings.php:
|
131 |
msgid "File System Information"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: libs/blockcountry-settings.php:
|
135 |
msgid "Website Root Folder"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: libs/blockcountry-settings.php:
|
139 |
msgid "Document Root Path"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: libs/blockcountry-settings.php:
|
143 |
msgid "Database Information"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: libs/blockcountry-settings.php:
|
147 |
msgid "MySQL Database Version"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: libs/blockcountry-settings.php:
|
151 |
msgid "MySQL Client Version"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: libs/blockcountry-settings.php:
|
155 |
msgid "Database Host"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: libs/blockcountry-settings.php:
|
159 |
msgid "Not Set"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: libs/blockcountry-settings.php:
|
163 |
-
#: libs/blockcountry-settings.php:
|
164 |
-
#: libs/blockcountry-settings.php:
|
165 |
-
#: libs/blockcountry-settings.php:
|
166 |
msgid "Off"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: libs/blockcountry-settings.php:
|
170 |
msgid "SQL Mode"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: libs/blockcountry-settings.php:
|
174 |
msgid "Server Information"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: libs/blockcountry-settings.php:
|
178 |
msgid "Server IP Address"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: libs/blockcountry-settings.php:
|
182 |
msgid "Server Type"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: libs/blockcountry-settings.php:
|
186 |
msgid "Operating System"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: libs/blockcountry-settings.php:
|
190 |
msgid "Browser Compression Supported"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: libs/blockcountry-settings.php:
|
194 |
msgid "undefined"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: libs/blockcountry-settings.php:
|
198 |
msgid "PHP Process User (UID:GID)"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: libs/blockcountry-settings.php:
|
202 |
msgid "PHP Information"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: libs/blockcountry-settings.php:
|
206 |
msgid "PHP Version"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: libs/blockcountry-settings.php:
|
210 |
msgid "PHP Memory Usage"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: libs/blockcountry-settings.php:
|
214 |
msgid " MB"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: libs/blockcountry-settings.php:
|
218 |
-
#: libs/blockcountry-settings.php:
|
219 |
msgid "N/A"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: libs/blockcountry-settings.php:
|
223 |
msgid "PHP Memory Limit"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: libs/blockcountry-settings.php:
|
227 |
msgid "PHP Max Upload Size"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: libs/blockcountry-settings.php:
|
231 |
msgid "PHP Max Post Size"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: libs/blockcountry-settings.php:
|
235 |
-
#: libs/blockcountry-settings.php:
|
236 |
-
#: libs/blockcountry-settings.php:
|
237 |
-
#: libs/blockcountry-settings.php:
|
238 |
msgid "On"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: libs/blockcountry-settings.php:
|
242 |
msgid "PHP Safe Mode"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: libs/blockcountry-settings.php:
|
246 |
msgid "PHP Allow URL fopen"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: libs/blockcountry-settings.php:
|
250 |
msgid "PHP Allow URL Include"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: libs/blockcountry-settings.php:
|
254 |
msgid "PHP Display Errors"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: libs/blockcountry-settings.php:
|
258 |
msgid "PHP Display Startup Errors"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: libs/blockcountry-settings.php:
|
262 |
msgid "PHP Expose PHP"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: libs/blockcountry-settings.php:
|
266 |
msgid "PHP Max Script Execution Time"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: libs/blockcountry-settings.php:
|
270 |
msgid "Seconds"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: libs/blockcountry-settings.php:
|
274 |
msgid "PHP open_basedir"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: libs/blockcountry-settings.php:
|
278 |
msgid "Yes"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: libs/blockcountry-settings.php:
|
282 |
msgid "No"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: libs/blockcountry-settings.php:
|
286 |
msgid "PHP XML Support"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: libs/blockcountry-settings.php:
|
290 |
msgid "PHP IPTC Support"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: libs/blockcountry-settings.php:
|
294 |
msgid "Disabled PHP Functions"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: libs/blockcountry-settings.php:
|
298 |
msgid "Wordpress info"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: libs/blockcountry-settings.php:
|
302 |
msgid "is enabled"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: libs/blockcountry-settings.php:
|
306 |
msgid "is disabled"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: libs/blockcountry-settings.php:
|
310 |
msgid " Multisite"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: libs/blockcountry-settings.php:
|
314 |
msgid "are enabled"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: libs/blockcountry-settings.php:
|
318 |
msgid "are disabled"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: libs/blockcountry-settings.php:
|
322 |
msgid "Permalinks"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: libs/blockcountry-settings.php:
|
326 |
msgid "Export"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: libs/blockcountry-settings.php:
|
330 |
msgid ""
|
331 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
332 |
"Block Country configuration will be created."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: libs/blockcountry-settings.php:
|
336 |
msgid ""
|
337 |
"After exporting, you can either use the backup file to restore your settings "
|
338 |
"on this site again or copy the settings to another WordPress site."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: libs/blockcountry-settings.php:
|
342 |
msgid "Backup all settings"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: libs/blockcountry-settings.php:
|
346 |
msgid "Import"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: libs/blockcountry-settings.php:
|
350 |
msgid "Click the browse button and choose a zip file that you exported before."
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: libs/blockcountry-settings.php:
|
354 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: libs/blockcountry-settings.php:
|
358 |
msgid "Restore settings"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: libs/blockcountry-settings.php:
|
362 |
-
#: libs/blockcountry-settings.php:
|
363 |
msgid "Something went wrong exporting this file"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: libs/blockcountry-settings.php:
|
367 |
msgid "Exporting settings..."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: libs/blockcountry-settings.php:
|
371 |
msgid "Something went wrong importing this file"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: libs/blockcountry-settings.php:
|
375 |
msgid "All options are restored successfully."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: libs/blockcountry-settings.php:
|
379 |
msgid "Invalid file."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: libs/blockcountry-settings.php:
|
383 |
msgid "No correct import or export option given."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: libs/blockcountry-settings.php:
|
387 |
msgid "Select which pages are blocked."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: libs/blockcountry-settings.php:
|
391 |
msgid "Do you want to block individual pages:"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: libs/blockcountry-settings.php:
|
395 |
msgid "If you do not select this option all pages will be blocked."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: libs/blockcountry-settings.php:
|
399 |
msgid "Select pages you want to block:"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: libs/blockcountry-settings.php:
|
403 |
-
#: libs/blockcountry-settings.php:
|
404 |
-
#: libs/blockcountry-settings.php:
|
405 |
-
#: libs/blockcountry-settings.php:
|
406 |
msgid "Save Changes"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: libs/blockcountry-settings.php:
|
410 |
msgid "Select which categories are blocked."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: libs/blockcountry-settings.php:
|
414 |
msgid "Do you want to block individual categories:"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: libs/blockcountry-settings.php:
|
418 |
msgid "If you do not select this option all blog articles will be blocked."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: libs/blockcountry-settings.php:
|
422 |
msgid "Do you want to block the homepage:"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: libs/blockcountry-settings.php:
|
426 |
msgid ""
|
427 |
"If you do not select this option visitors will not be blocked from your "
|
428 |
"homepage regardless of the categories you select."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: libs/blockcountry-settings.php:
|
432 |
msgid "Select categories you want to block:"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: libs/blockcountry-settings.php:
|
436 |
msgid "Select which post types are blocked."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: libs/blockcountry-settings.php:
|
440 |
msgid "Do you want to block individual post types:"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: libs/blockcountry-settings.php:
|
444 |
msgid "Select post types you want to block:"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: libs/blockcountry-settings.php:
|
448 |
msgid "Select which search engines are allowed."
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: libs/blockcountry-settings.php:
|
452 |
msgid "Select which search engines you want to allow:"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: libs/blockcountry-settings.php:
|
456 |
msgid ""
|
457 |
"This will allow a search engine to your site despite if you blocked the "
|
458 |
"country."
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: libs/blockcountry-settings.php:
|
462 |
msgid "Frontend options"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: libs/blockcountry-settings.php:
|
466 |
msgid ""
|
467 |
"Do not block visitors that are logged in from visiting frontend website:"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: libs/blockcountry-settings.php:
|
471 |
msgid "Block visitors from visiting the frontend of your website:"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: libs/blockcountry-settings.php:
|
475 |
msgid "Block visitors from using the search function of your website:"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: libs/blockcountry-settings.php:
|
479 |
msgid ""
|
480 |
"Select the countries that should be blocked from visiting your frontend:"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: libs/blockcountry-settings.php:
|
484 |
msgid "Use the CTRL key to select multiple countries"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: libs/blockcountry-settings.php:
|
488 |
msgid "Inverse the selection above:"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: libs/blockcountry-settings.php:
|
492 |
msgid ""
|
493 |
"If you select this option only the countries that are selected are "
|
494 |
"<em>allowed</em>."
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: libs/blockcountry-settings.php:
|
498 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: libs/blockcountry-settings.php:
|
502 |
-
#: libs/blockcountry-settings.php:
|
503 |
msgid "Use a semicolon (;) to separate IP addresses"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: libs/blockcountry-settings.php:
|
507 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: libs/blockcountry-settings.php:
|
511 |
msgid "Backend Options"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: libs/blockcountry-settings.php:
|
515 |
msgid ""
|
516 |
"Block visitors from visiting the backend (administrator) of your website:"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: libs/blockcountry-settings.php:
|
520 |
msgid "Your IP address is"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: libs/blockcountry-settings.php:
|
524 |
msgid "The country that is listed for this IP address is"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: libs/blockcountry-settings.php:
|
528 |
msgid ""
|
529 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
530 |
"(administrator) of your website' and also select"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: libs/blockcountry-settings.php:
|
534 |
msgid "below."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: libs/blockcountry-settings.php:
|
538 |
msgid ""
|
539 |
"You will NOT be able to login the next time if you DO block your own country "
|
540 |
"from visiting the backend."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: libs/blockcountry-settings.php:
|
544 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: libs/blockcountry-settings.php:
|
548 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: libs/blockcountry-settings.php:
|
552 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: libs/blockcountry-settings.php:
|
556 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: libs/blockcountry-settings.php:
|
560 |
msgid "Overall statistics since start"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: libs/blockcountry-settings.php:
|
564 |
msgid "visitors blocked from the backend."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: libs/blockcountry-settings.php:
|
568 |
msgid "visitors blocked from the frontend."
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: libs/blockcountry-settings.php:
|
572 |
msgid "Block type"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: libs/blockcountry-settings.php:
|
576 |
msgid ""
|
577 |
"You should choose one of the 3 block options below. This wil either show a "
|
578 |
"block message, redirect to an internal page or redirect to an external page."
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: libs/blockcountry-settings.php:
|
582 |
msgid "Message to display when people are blocked:"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: libs/blockcountry-settings.php:
|
586 |
msgid "Page to redirect to:"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: libs/blockcountry-settings.php:
|
590 |
msgid ""
|
591 |
"If you select a page here blocked visitors will be redirected to this page "
|
592 |
"instead of displaying above block message."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: libs/blockcountry-settings.php:
|
596 |
msgid "Choose a page..."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: libs/blockcountry-settings.php:
|
600 |
msgid "URL to redirect to:"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: libs/blockcountry-settings.php:
|
604 |
msgid ""
|
605 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
606 |
"instead of displaying above block message or redirected to a local page."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: libs/blockcountry-settings.php:
|
610 |
msgid "General settings"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: libs/blockcountry-settings.php:
|
614 |
msgid "Send headers when user is blocked:"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: libs/blockcountry-settings.php:
|
618 |
msgid ""
|
619 |
"Under normal circumstances you should keep this selected! Only if you have "
|
620 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
621 |
"know what you are doing uncheck this."
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: libs/blockcountry-settings.php:
|
625 |
msgid "Buffer output?:"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: libs/blockcountry-settings.php:
|
629 |
msgid ""
|
630 |
"You can use this option to buffer all output. This can be helpful in case "
|
631 |
"you have \"headers already sent\" issues."
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: libs/blockcountry-settings.php:
|
635 |
msgid "Do not log IP addresses:"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: libs/blockcountry-settings.php:
|
639 |
msgid ""
|
640 |
"Check this box if the laws in your country do not permit you to log IP "
|
641 |
"addresses or if you do not want to log the ip addresses."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
645 |
msgid "Number of rows on statistics page:"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: libs/blockcountry-settings.php:
|
649 |
msgid "How many rows do you want to display on each tab the statistics page."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: libs/blockcountry-settings.php:
|
653 |
msgid "Allow tracking:"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: libs/blockcountry-settings.php:
|
657 |
msgid ""
|
658 |
"This sends only the IP address and the number of attempts this ip address "
|
659 |
"tried to login to your backend and was blocked doing so to a central server. "
|
@@ -661,153 +701,153 @@ msgid ""
|
|
661 |
"countries."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: libs/blockcountry-settings.php:
|
665 |
msgid "GeoIP API Key:"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: libs/blockcountry-settings.php:
|
669 |
msgid ""
|
670 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
671 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
672 |
"API key from: "
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: libs/blockcountry-settings.php:
|
676 |
msgid "GeoIP API Key Server Location:"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: libs/blockcountry-settings.php:
|
680 |
msgid "Choose a location closest to your own location."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: libs/blockcountry-settings.php:
|
684 |
msgid "Admin block API Key:"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: libs/blockcountry-settings.php:
|
688 |
msgid ""
|
689 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
690 |
"to work."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: libs/blockcountry-settings.php:
|
694 |
msgid "Accessibility options:"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: libs/blockcountry-settings.php:
|
698 |
msgid "Set this option if you cannot use the default country selection box."
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: libs/blockcountry-settings.php:
|
702 |
msgid "Log all visits:"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: libs/blockcountry-settings.php:
|
706 |
msgid ""
|
707 |
"This logs all visits despite if they are blocked or not. This is only for "
|
708 |
"debugging purposes."
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: libs/blockcountry-settings.php:
|
712 |
msgid "Last blocked visits"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: libs/blockcountry-settings.php:
|
716 |
msgid "Date / Time"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: libs/blockcountry-settings.php:
|
720 |
msgid "IP Address"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: libs/blockcountry-settings.php:
|
724 |
msgid "Hostname"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: libs/blockcountry-settings.php:
|
728 |
msgid "Country"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: libs/blockcountry-settings.php:
|
732 |
msgid "Frontend/Backend"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: libs/blockcountry-settings.php:
|
736 |
msgid "Frontend"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: libs/blockcountry-settings.php:
|
740 |
msgid "Backend banlist"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: libs/blockcountry-settings.php:
|
744 |
msgid "Backend & Backend banlist"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: libs/blockcountry-settings.php:
|
748 |
msgid "Backend"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: libs/blockcountry-settings.php:
|
752 |
msgid "Top countries that are blocked"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: libs/blockcountry-settings.php:
|
756 |
-
#: libs/blockcountry-settings.php:
|
757 |
msgid "# of blocked attempts"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: libs/blockcountry-settings.php:
|
761 |
msgid "Top hosts that are blocked"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: libs/blockcountry-settings.php:
|
765 |
msgid "Top URLs that are blocked"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: libs/blockcountry-settings.php:
|
769 |
msgid "Clear database"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: libs/blockcountry-settings.php:
|
773 |
msgid "Download as CSV file"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: libs/blockcountry-settings.php:
|
777 |
msgid ""
|
778 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
779 |
"IP addresses' if this is not what you want."
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: libs/blockcountry-settings.php:
|
783 |
msgid "Home"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: libs/blockcountry-settings.php:
|
787 |
msgid "Pages"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: libs/blockcountry-settings.php:
|
791 |
msgid "Categories"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: libs/blockcountry-settings.php:
|
795 |
msgid "Post types"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: libs/blockcountry-settings.php:
|
799 |
msgid "Search Engines"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: libs/blockcountry-settings.php:
|
803 |
msgid "Tools"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: libs/blockcountry-settings.php:
|
807 |
msgid "Logging"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: libs/blockcountry-settings.php:
|
811 |
msgid "Import/Export"
|
812 |
msgstr ""
|
813 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
+
"POT-Creation-Date: 2016-03-25 20:19+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-03-25 20:19+0100\n"
|
6 |
"Last-Translator: Pascal <pascal@redeo.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: English\n"
|
56 |
"manually or if you wish to use the GeoIP API get an API key from: "
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: libs/blockcountry-settings.php:235
|
60 |
msgid ""
|
61 |
"Check which country belongs to an IP Address according to the current "
|
62 |
"database."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: libs/blockcountry-settings.php:240
|
66 |
msgid "IP Address to check:"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: libs/blockcountry-settings.php:256
|
70 |
msgid "No country for"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: libs/blockcountry-settings.php:256
|
74 |
msgid "could be found. Or"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: libs/blockcountry-settings.php:256
|
78 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: libs/blockcountry-settings.php:261
|
82 |
msgid "IP Adress"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: libs/blockcountry-settings.php:261
|
86 |
msgid "belongs to"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: libs/blockcountry-settings.php:267 libs/blockcountry-settings.php:272
|
90 |
msgid "This country is not permitted to visit the frontend of this website."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: libs/blockcountry-settings.php:281 libs/blockcountry-settings.php:288
|
94 |
msgid "This country is not permitted to visit the backend of this website."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: libs/blockcountry-settings.php:294
|
98 |
msgid "This ip is present in the blacklist."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: libs/blockcountry-settings.php:300
|
102 |
msgid "Check IP address"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: libs/blockcountry-settings.php:307
|
106 |
+
msgid "Database information"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: libs/blockcountry-settings.php:314
|
110 |
+
msgid "IPv4 database exists. File date: "
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: libs/blockcountry-settings.php:321
|
114 |
+
msgid "Database is older than 3 months... Please update..."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: libs/blockcountry-settings.php:326
|
118 |
+
msgid "IPv4 database does not exist."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: libs/blockcountry-settings.php:332
|
122 |
+
msgid "IPv6 database exists. File date: "
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: libs/blockcountry-settings.php:339
|
126 |
+
msgid "Database is older than 3 months... Please update..."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: libs/blockcountry-settings.php:344
|
130 |
+
msgid "IPv6 database does not exist."
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: libs/blockcountry-settings.php:351
|
134 |
+
msgid "Your GeoIP API key is valid till: "
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: libs/blockcountry-settings.php:358
|
138 |
msgid "Active plugins"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: libs/blockcountry-settings.php:365
|
142 |
msgid "Plugin name"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: libs/blockcountry-settings.php:365
|
146 |
msgid "Version"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: libs/blockcountry-settings.php:365 libs/blockcountry-settings.php:1396
|
150 |
+
#: libs/blockcountry-settings.php:1439
|
151 |
msgid "URL"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: libs/blockcountry-settings.php:384
|
155 |
msgid "none"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: libs/blockcountry-settings.php:390 libs/blockcountry-settings.php:391
|
159 |
msgid "unavailable"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: libs/blockcountry-settings.php:395
|
163 |
msgid "File System Information"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: libs/blockcountry-settings.php:398
|
167 |
msgid "Website Root Folder"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: libs/blockcountry-settings.php:399 libs/blockcountry-settings.php:601
|
171 |
msgid "Document Root Path"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: libs/blockcountry-settings.php:403
|
175 |
msgid "Database Information"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: libs/blockcountry-settings.php:405
|
179 |
msgid "MySQL Database Version"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: libs/blockcountry-settings.php:406
|
183 |
msgid "MySQL Client Version"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: libs/blockcountry-settings.php:407
|
187 |
msgid "Database Host"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: libs/blockcountry-settings.php:413
|
191 |
msgid "Not Set"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: libs/blockcountry-settings.php:415 libs/blockcountry-settings.php:495
|
195 |
+
#: libs/blockcountry-settings.php:503 libs/blockcountry-settings.php:511
|
196 |
+
#: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:527
|
197 |
+
#: libs/blockcountry-settings.php:536 libs/blockcountry-settings.php:553
|
198 |
msgid "Off"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: libs/blockcountry-settings.php:418
|
202 |
msgid "SQL Mode"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: libs/blockcountry-settings.php:422
|
206 |
msgid "Server Information"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: libs/blockcountry-settings.php:427
|
210 |
msgid "Server IP Address"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: libs/blockcountry-settings.php:429
|
214 |
msgid "Server Type"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: libs/blockcountry-settings.php:430
|
218 |
msgid "Operating System"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: libs/blockcountry-settings.php:431
|
222 |
msgid "Browser Compression Supported"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: libs/blockcountry-settings.php:447
|
226 |
msgid "undefined"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: libs/blockcountry-settings.php:454
|
230 |
msgid "PHP Process User (UID:GID)"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: libs/blockcountry-settings.php:459
|
234 |
msgid "PHP Information"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: libs/blockcountry-settings.php:464
|
238 |
msgid "PHP Version"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: libs/blockcountry-settings.php:465
|
242 |
msgid "PHP Memory Usage"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: libs/blockcountry-settings.php:465
|
246 |
msgid " MB"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: libs/blockcountry-settings.php:471 libs/blockcountry-settings.php:479
|
250 |
+
#: libs/blockcountry-settings.php:487 libs/blockcountry-settings.php:544
|
251 |
msgid "N/A"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: libs/blockcountry-settings.php:474
|
255 |
msgid "PHP Memory Limit"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: libs/blockcountry-settings.php:482
|
259 |
msgid "PHP Max Upload Size"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: libs/blockcountry-settings.php:490
|
263 |
msgid "PHP Max Post Size"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: libs/blockcountry-settings.php:493 libs/blockcountry-settings.php:501
|
267 |
+
#: libs/blockcountry-settings.php:509 libs/blockcountry-settings.php:517
|
268 |
+
#: libs/blockcountry-settings.php:525 libs/blockcountry-settings.php:534
|
269 |
+
#: libs/blockcountry-settings.php:551
|
270 |
msgid "On"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: libs/blockcountry-settings.php:498
|
274 |
msgid "PHP Safe Mode"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: libs/blockcountry-settings.php:506
|
278 |
msgid "PHP Allow URL fopen"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: libs/blockcountry-settings.php:514
|
282 |
msgid "PHP Allow URL Include"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: libs/blockcountry-settings.php:522
|
286 |
msgid "PHP Display Errors"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: libs/blockcountry-settings.php:530
|
290 |
msgid "PHP Display Startup Errors"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: libs/blockcountry-settings.php:539
|
294 |
msgid "PHP Expose PHP"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: libs/blockcountry-settings.php:547
|
298 |
msgid "PHP Max Script Execution Time"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: libs/blockcountry-settings.php:548
|
302 |
msgid "Seconds"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: libs/blockcountry-settings.php:556
|
306 |
msgid "PHP open_basedir"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: libs/blockcountry-settings.php:559 libs/blockcountry-settings.php:567
|
310 |
msgid "Yes"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: libs/blockcountry-settings.php:561 libs/blockcountry-settings.php:569
|
314 |
msgid "No"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: libs/blockcountry-settings.php:564
|
318 |
msgid "PHP XML Support"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: libs/blockcountry-settings.php:572
|
322 |
msgid "PHP IPTC Support"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: libs/blockcountry-settings.php:574
|
326 |
msgid "Disabled PHP Functions"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: libs/blockcountry-settings.php:581
|
330 |
msgid "Wordpress info"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: libs/blockcountry-settings.php:586
|
334 |
msgid "is enabled"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: libs/blockcountry-settings.php:588
|
338 |
msgid "is disabled"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: libs/blockcountry-settings.php:591
|
342 |
msgid " Multisite"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: libs/blockcountry-settings.php:594
|
346 |
msgid "are enabled"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: libs/blockcountry-settings.php:596
|
350 |
msgid "are disabled"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: libs/blockcountry-settings.php:599
|
354 |
msgid "Permalinks"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: libs/blockcountry-settings.php:616
|
358 |
msgid "Export"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: libs/blockcountry-settings.php:617
|
362 |
msgid ""
|
363 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
364 |
"Block Country configuration will be created."
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: libs/blockcountry-settings.php:618
|
368 |
msgid ""
|
369 |
"After exporting, you can either use the backup file to restore your settings "
|
370 |
"on this site again or copy the settings to another WordPress site."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: libs/blockcountry-settings.php:622
|
374 |
msgid "Backup all settings"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: libs/blockcountry-settings.php:629
|
378 |
msgid "Import"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: libs/blockcountry-settings.php:630
|
382 |
msgid "Click the browse button and choose a zip file that you exported before."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: libs/blockcountry-settings.php:631
|
386 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: libs/blockcountry-settings.php:636
|
390 |
msgid "Restore settings"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: libs/blockcountry-settings.php:659 libs/blockcountry-settings.php:662
|
394 |
+
#: libs/blockcountry-settings.php:671
|
395 |
msgid "Something went wrong exporting this file"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: libs/blockcountry-settings.php:674
|
399 |
msgid "Exporting settings..."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: libs/blockcountry-settings.php:689
|
403 |
msgid "Something went wrong importing this file"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: libs/blockcountry-settings.php:706
|
407 |
msgid "All options are restored successfully."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: libs/blockcountry-settings.php:709
|
411 |
msgid "Invalid file."
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: libs/blockcountry-settings.php:714
|
415 |
msgid "No correct import or export option given."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: libs/blockcountry-settings.php:723
|
419 |
msgid "Select which pages are blocked."
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: libs/blockcountry-settings.php:730
|
423 |
msgid "Do you want to block individual pages:"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: libs/blockcountry-settings.php:731
|
427 |
msgid "If you do not select this option all pages will be blocked."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: libs/blockcountry-settings.php:736
|
431 |
msgid "Select pages you want to block:"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: libs/blockcountry-settings.php:758 libs/blockcountry-settings.php:812
|
435 |
+
#: libs/blockcountry-settings.php:860 libs/blockcountry-settings.php:905
|
436 |
+
#: libs/blockcountry-settings.php:1031 libs/blockcountry-settings.php:1160
|
437 |
+
#: libs/blockcountry-settings.php:1364
|
438 |
msgid "Save Changes"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: libs/blockcountry-settings.php:771
|
442 |
msgid "Select which categories are blocked."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: libs/blockcountry-settings.php:778
|
446 |
msgid "Do you want to block individual categories:"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: libs/blockcountry-settings.php:779
|
450 |
msgid "If you do not select this option all blog articles will be blocked."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: libs/blockcountry-settings.php:784
|
454 |
msgid "Do you want to block the homepage:"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: libs/blockcountry-settings.php:785
|
458 |
msgid ""
|
459 |
"If you do not select this option visitors will not be blocked from your "
|
460 |
"homepage regardless of the categories you select."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: libs/blockcountry-settings.php:790
|
464 |
msgid "Select categories you want to block:"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: libs/blockcountry-settings.php:826
|
468 |
msgid "Select which post types are blocked."
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: libs/blockcountry-settings.php:833
|
472 |
msgid "Do you want to block individual post types:"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: libs/blockcountry-settings.php:838
|
476 |
msgid "Select post types you want to block:"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: libs/blockcountry-settings.php:875
|
480 |
msgid "Select which search engines are allowed."
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: libs/blockcountry-settings.php:882
|
484 |
msgid "Select which search engines you want to allow:"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: libs/blockcountry-settings.php:883
|
488 |
msgid ""
|
489 |
"This will allow a search engine to your site despite if you blocked the "
|
490 |
"country."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: libs/blockcountry-settings.php:920
|
494 |
msgid "Frontend options"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: libs/blockcountry-settings.php:947
|
498 |
msgid ""
|
499 |
"Do not block visitors that are logged in from visiting frontend website:"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: libs/blockcountry-settings.php:953
|
503 |
msgid "Block visitors from visiting the frontend of your website:"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: libs/blockcountry-settings.php:959
|
507 |
msgid "Block visitors from using the search function of your website:"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: libs/blockcountry-settings.php:965
|
511 |
msgid ""
|
512 |
"Select the countries that should be blocked from visiting your frontend:"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: libs/blockcountry-settings.php:966
|
516 |
msgid "Use the CTRL key to select multiple countries"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: libs/blockcountry-settings.php:1008 libs/blockcountry-settings.php:1136
|
520 |
msgid "Inverse the selection above:"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: libs/blockcountry-settings.php:1009 libs/blockcountry-settings.php:1137
|
524 |
msgid ""
|
525 |
"If you select this option only the countries that are selected are "
|
526 |
"<em>allowed</em>."
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: libs/blockcountry-settings.php:1014
|
530 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: libs/blockcountry-settings.php:1014 libs/blockcountry-settings.php:1022
|
534 |
+
#: libs/blockcountry-settings.php:1143 libs/blockcountry-settings.php:1151
|
535 |
msgid "Use a semicolon (;) to separate IP addresses"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: libs/blockcountry-settings.php:1022
|
539 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: libs/blockcountry-settings.php:1051
|
543 |
msgid "Backend Options"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: libs/blockcountry-settings.php:1079
|
547 |
msgid ""
|
548 |
"Block visitors from visiting the backend (administrator) of your website:"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: libs/blockcountry-settings.php:1087
|
552 |
msgid "Your IP address is"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: libs/blockcountry-settings.php:1087
|
556 |
msgid "The country that is listed for this IP address is"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: libs/blockcountry-settings.php:1088
|
560 |
msgid ""
|
561 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
562 |
"(administrator) of your website' and also select"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: libs/blockcountry-settings.php:1088
|
566 |
msgid "below."
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: libs/blockcountry-settings.php:1089
|
570 |
msgid ""
|
571 |
"You will NOT be able to login the next time if you DO block your own country "
|
572 |
"from visiting the backend."
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: libs/blockcountry-settings.php:1094
|
576 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: libs/blockcountry-settings.php:1095
|
580 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: libs/blockcountry-settings.php:1143
|
584 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: libs/blockcountry-settings.php:1151
|
588 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: libs/blockcountry-settings.php:1193
|
592 |
msgid "Overall statistics since start"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: libs/blockcountry-settings.php:1196
|
596 |
msgid "visitors blocked from the backend."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: libs/blockcountry-settings.php:1198
|
600 |
msgid "visitors blocked from the frontend."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: libs/blockcountry-settings.php:1215
|
604 |
msgid "Block type"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: libs/blockcountry-settings.php:1217
|
608 |
msgid ""
|
609 |
"You should choose one of the 3 block options below. This wil either show a "
|
610 |
"block message, redirect to an internal page or redirect to an external page."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: libs/blockcountry-settings.php:1222
|
614 |
msgid "Message to display when people are blocked:"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: libs/blockcountry-settings.php:1233
|
618 |
msgid "Page to redirect to:"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: libs/blockcountry-settings.php:1234
|
622 |
msgid ""
|
623 |
"If you select a page here blocked visitors will be redirected to this page "
|
624 |
"instead of displaying above block message."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: libs/blockcountry-settings.php:1240
|
628 |
msgid "Choose a page..."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: libs/blockcountry-settings.php:1255
|
632 |
msgid "URL to redirect to:"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: libs/blockcountry-settings.php:1256
|
636 |
msgid ""
|
637 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
638 |
"instead of displaying above block message or redirected to a local page."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: libs/blockcountry-settings.php:1263
|
642 |
msgid "General settings"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: libs/blockcountry-settings.php:1267
|
646 |
msgid "Send headers when user is blocked:"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: libs/blockcountry-settings.php:1268
|
650 |
msgid ""
|
651 |
"Under normal circumstances you should keep this selected! Only if you have "
|
652 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
653 |
"know what you are doing uncheck this."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: libs/blockcountry-settings.php:1274
|
657 |
msgid "Buffer output?:"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: libs/blockcountry-settings.php:1275
|
661 |
msgid ""
|
662 |
"You can use this option to buffer all output. This can be helpful in case "
|
663 |
"you have \"headers already sent\" issues."
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: libs/blockcountry-settings.php:1281
|
667 |
msgid "Do not log IP addresses:"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: libs/blockcountry-settings.php:1282
|
671 |
msgid ""
|
672 |
"Check this box if the laws in your country do not permit you to log IP "
|
673 |
"addresses or if you do not want to log the ip addresses."
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: libs/blockcountry-settings.php:1288
|
677 |
+
msgid "Do not block admin-ajax.php:"
|
678 |
+
msgstr ""
|
679 |
+
|
680 |
+
#: libs/blockcountry-settings.php:1289
|
681 |
+
msgid "Check this box if you use a plugin that uses admin-ajax.php."
|
682 |
+
msgstr ""
|
683 |
+
|
684 |
+
#: libs/blockcountry-settings.php:1298
|
685 |
msgid "Number of rows on statistics page:"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: libs/blockcountry-settings.php:1299
|
689 |
msgid "How many rows do you want to display on each tab the statistics page."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: libs/blockcountry-settings.php:1314
|
693 |
msgid "Allow tracking:"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: libs/blockcountry-settings.php:1315
|
697 |
msgid ""
|
698 |
"This sends only the IP address and the number of attempts this ip address "
|
699 |
"tried to login to your backend and was blocked doing so to a central server. "
|
701 |
"countries."
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: libs/blockcountry-settings.php:1321
|
705 |
msgid "GeoIP API Key:"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: libs/blockcountry-settings.php:1322
|
709 |
msgid ""
|
710 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
711 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
712 |
"API key from: "
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: libs/blockcountry-settings.php:1330
|
716 |
msgid "GeoIP API Key Server Location:"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: libs/blockcountry-settings.php:1331
|
720 |
msgid "Choose a location closest to your own location."
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: libs/blockcountry-settings.php:1339
|
724 |
msgid "Admin block API Key:"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: libs/blockcountry-settings.php:1340
|
728 |
msgid ""
|
729 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
730 |
"to work."
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: libs/blockcountry-settings.php:1348
|
734 |
msgid "Accessibility options:"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: libs/blockcountry-settings.php:1349
|
738 |
msgid "Set this option if you cannot use the default country selection box."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: libs/blockcountry-settings.php:1355
|
742 |
msgid "Log all visits:"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: libs/blockcountry-settings.php:1356
|
746 |
msgid ""
|
747 |
"This logs all visits despite if they are blocked or not. This is only for "
|
748 |
"debugging purposes."
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: libs/blockcountry-settings.php:1382
|
752 |
msgid "Last blocked visits"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: libs/blockcountry-settings.php:1396
|
756 |
msgid "Date / Time"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1428
|
760 |
msgid "IP Address"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1428
|
764 |
msgid "Hostname"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1415
|
768 |
msgid "Country"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: libs/blockcountry-settings.php:1396
|
772 |
msgid "Frontend/Backend"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: libs/blockcountry-settings.php:1406 libs/blockcountry-settings.php:1508
|
776 |
msgid "Frontend"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: libs/blockcountry-settings.php:1406
|
780 |
msgid "Backend banlist"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: libs/blockcountry-settings.php:1406
|
784 |
msgid "Backend & Backend banlist"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: libs/blockcountry-settings.php:1406 libs/blockcountry-settings.php:1509
|
788 |
msgid "Backend"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: libs/blockcountry-settings.php:1413
|
792 |
msgid "Top countries that are blocked"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: libs/blockcountry-settings.php:1415 libs/blockcountry-settings.php:1428
|
796 |
+
#: libs/blockcountry-settings.php:1439
|
797 |
msgid "# of blocked attempts"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: libs/blockcountry-settings.php:1426
|
801 |
msgid "Top hosts that are blocked"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: libs/blockcountry-settings.php:1437
|
805 |
msgid "Top URLs that are blocked"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: libs/blockcountry-settings.php:1453
|
809 |
msgid "Clear database"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: libs/blockcountry-settings.php:1478
|
813 |
msgid "Download as CSV file"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: libs/blockcountry-settings.php:1485
|
817 |
msgid ""
|
818 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
819 |
"IP addresses' if this is not what you want."
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: libs/blockcountry-settings.php:1507
|
823 |
msgid "Home"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: libs/blockcountry-settings.php:1510
|
827 |
msgid "Pages"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: libs/blockcountry-settings.php:1511
|
831 |
msgid "Categories"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: libs/blockcountry-settings.php:1512
|
835 |
msgid "Post types"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: libs/blockcountry-settings.php:1513
|
839 |
msgid "Search Engines"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: libs/blockcountry-settings.php:1514
|
843 |
msgid "Tools"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: libs/blockcountry-settings.php:1515
|
847 |
msgid "Logging"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: libs/blockcountry-settings.php:1516
|
851 |
msgid "Import/Export"
|
852 |
msgstr ""
|
853 |
|
lang/iqblockcountry-nl_NL.mo
CHANGED
Binary file
|
lang/iqblockcountry-nl_NL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: Pascal <pascal@redeo.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: Dutch\n"
|
@@ -62,280 +62,319 @@ msgstr ""
|
|
62 |
"handmatig of indien je gebruik wilt maken van de GeoIP API kun je een API "
|
63 |
"sleutel verkrijgen van:"
|
64 |
|
65 |
-
#: libs/blockcountry-settings.php:
|
66 |
msgid ""
|
67 |
"Check which country belongs to an IP Address according to the current "
|
68 |
"database."
|
69 |
msgstr ""
|
70 |
"Controleer welk land behoort tot een IP adres volgens de huidige database."
|
71 |
|
72 |
-
#: libs/blockcountry-settings.php:
|
73 |
msgid "IP Address to check:"
|
74 |
msgstr "IP adres om te controleren:"
|
75 |
|
76 |
-
#: libs/blockcountry-settings.php:
|
77 |
msgid "No country for"
|
78 |
msgstr "Geen land voor"
|
79 |
|
80 |
-
#: libs/blockcountry-settings.php:
|
81 |
msgid "could be found. Or"
|
82 |
msgstr "gevonden. Of"
|
83 |
|
84 |
-
#: libs/blockcountry-settings.php:
|
85 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
86 |
msgstr "is geen valide IPv4 of IPv6 ip adres."
|
87 |
|
88 |
-
#: libs/blockcountry-settings.php:
|
89 |
msgid "IP Adress"
|
90 |
msgstr "IP Adres"
|
91 |
|
92 |
-
#: libs/blockcountry-settings.php:
|
93 |
msgid "belongs to"
|
94 |
msgstr "behoort tot"
|
95 |
|
96 |
-
#: libs/blockcountry-settings.php:
|
97 |
msgid "This country is not permitted to visit the frontend of this website."
|
98 |
msgstr ""
|
99 |
"Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
|
100 |
|
101 |
-
#: libs/blockcountry-settings.php:
|
102 |
msgid "This country is not permitted to visit the backend of this website."
|
103 |
msgstr ""
|
104 |
"Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
|
105 |
|
106 |
-
#: libs/blockcountry-settings.php:
|
107 |
msgid "This ip is present in the blacklist."
|
108 |
msgstr "Dit ip adres staat op de zwarte lijst"
|
109 |
|
110 |
-
#: libs/blockcountry-settings.php:
|
111 |
msgid "Check IP address"
|
112 |
msgstr "Controleer IP adres"
|
113 |
|
114 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
msgid "Active plugins"
|
116 |
msgstr "Actieve plugins"
|
117 |
|
118 |
-
#: libs/blockcountry-settings.php:
|
119 |
msgid "Plugin name"
|
120 |
msgstr "Plugin naam"
|
121 |
|
122 |
-
#: libs/blockcountry-settings.php:
|
123 |
msgid "Version"
|
124 |
msgstr "Versie"
|
125 |
|
126 |
-
#: libs/blockcountry-settings.php:
|
127 |
-
#: libs/blockcountry-settings.php:
|
128 |
msgid "URL"
|
129 |
msgstr "URL"
|
130 |
|
131 |
-
#: libs/blockcountry-settings.php:
|
132 |
msgid "none"
|
133 |
msgstr "Geen"
|
134 |
|
135 |
-
#: libs/blockcountry-settings.php:
|
136 |
msgid "unavailable"
|
137 |
msgstr "niet beschikbaar"
|
138 |
|
139 |
-
#: libs/blockcountry-settings.php:
|
140 |
msgid "File System Information"
|
141 |
msgstr "File systeem informatie"
|
142 |
|
143 |
-
#: libs/blockcountry-settings.php:
|
144 |
msgid "Website Root Folder"
|
145 |
msgstr "Website root directory"
|
146 |
|
147 |
-
#: libs/blockcountry-settings.php:
|
148 |
msgid "Document Root Path"
|
149 |
msgstr "Document root pad"
|
150 |
|
151 |
-
#: libs/blockcountry-settings.php:
|
152 |
msgid "Database Information"
|
153 |
msgstr "Database informatie"
|
154 |
|
155 |
-
#: libs/blockcountry-settings.php:
|
156 |
msgid "MySQL Database Version"
|
157 |
msgstr "MySQL Database versie"
|
158 |
|
159 |
-
#: libs/blockcountry-settings.php:
|
160 |
msgid "MySQL Client Version"
|
161 |
msgstr "MySQL Client versie"
|
162 |
|
163 |
-
#: libs/blockcountry-settings.php:
|
164 |
msgid "Database Host"
|
165 |
msgstr "Database Host"
|
166 |
|
167 |
-
#: libs/blockcountry-settings.php:
|
168 |
msgid "Not Set"
|
169 |
msgstr "Niet gezet"
|
170 |
|
171 |
-
#: libs/blockcountry-settings.php:
|
172 |
-
#: libs/blockcountry-settings.php:
|
173 |
-
#: libs/blockcountry-settings.php:
|
174 |
-
#: libs/blockcountry-settings.php:
|
175 |
msgid "Off"
|
176 |
msgstr "Uit"
|
177 |
|
178 |
-
#: libs/blockcountry-settings.php:
|
179 |
msgid "SQL Mode"
|
180 |
msgstr "SQL Mode"
|
181 |
|
182 |
-
#: libs/blockcountry-settings.php:
|
183 |
msgid "Server Information"
|
184 |
msgstr "Server informatie"
|
185 |
|
186 |
-
#: libs/blockcountry-settings.php:
|
187 |
msgid "Server IP Address"
|
188 |
msgstr "Server IP Adres"
|
189 |
|
190 |
-
#: libs/blockcountry-settings.php:
|
191 |
msgid "Server Type"
|
192 |
msgstr "Server Type"
|
193 |
|
194 |
-
#: libs/blockcountry-settings.php:
|
195 |
msgid "Operating System"
|
196 |
msgstr "Operating System"
|
197 |
|
198 |
-
#: libs/blockcountry-settings.php:
|
199 |
msgid "Browser Compression Supported"
|
200 |
msgstr "Browser Compressie ondersteund"
|
201 |
|
202 |
-
#: libs/blockcountry-settings.php:
|
203 |
msgid "undefined"
|
204 |
msgstr "Ongedefinieerd"
|
205 |
|
206 |
-
#: libs/blockcountry-settings.php:
|
207 |
msgid "PHP Process User (UID:GID)"
|
208 |
msgstr "PHP Process User (UID:GID)"
|
209 |
|
210 |
-
#: libs/blockcountry-settings.php:
|
211 |
msgid "PHP Information"
|
212 |
msgstr "PHP Informatie"
|
213 |
|
214 |
-
#: libs/blockcountry-settings.php:
|
215 |
msgid "PHP Version"
|
216 |
msgstr "PHP versie"
|
217 |
|
218 |
-
#: libs/blockcountry-settings.php:
|
219 |
msgid "PHP Memory Usage"
|
220 |
msgstr "PHP Memory Usage"
|
221 |
|
222 |
-
#: libs/blockcountry-settings.php:
|
223 |
msgid " MB"
|
224 |
msgstr " MB"
|
225 |
|
226 |
-
#: libs/blockcountry-settings.php:
|
227 |
-
#: libs/blockcountry-settings.php:
|
228 |
msgid "N/A"
|
229 |
msgstr "N/A"
|
230 |
|
231 |
-
#: libs/blockcountry-settings.php:
|
232 |
msgid "PHP Memory Limit"
|
233 |
msgstr "PHP Memory Limit"
|
234 |
|
235 |
-
#: libs/blockcountry-settings.php:
|
236 |
msgid "PHP Max Upload Size"
|
237 |
msgstr "PHP Max Upload Size"
|
238 |
|
239 |
-
#: libs/blockcountry-settings.php:
|
240 |
msgid "PHP Max Post Size"
|
241 |
msgstr "PHP Max Post Size"
|
242 |
|
243 |
-
#: libs/blockcountry-settings.php:
|
244 |
-
#: libs/blockcountry-settings.php:
|
245 |
-
#: libs/blockcountry-settings.php:
|
246 |
-
#: libs/blockcountry-settings.php:
|
247 |
msgid "On"
|
248 |
msgstr "Aan"
|
249 |
|
250 |
-
#: libs/blockcountry-settings.php:
|
251 |
msgid "PHP Safe Mode"
|
252 |
msgstr "PHP Safe Mode"
|
253 |
|
254 |
-
#: libs/blockcountry-settings.php:
|
255 |
msgid "PHP Allow URL fopen"
|
256 |
msgstr "PHP Allow URL fopen"
|
257 |
|
258 |
-
#: libs/blockcountry-settings.php:
|
259 |
msgid "PHP Allow URL Include"
|
260 |
msgstr "PHP Allow URL Include"
|
261 |
|
262 |
-
#: libs/blockcountry-settings.php:
|
263 |
msgid "PHP Display Errors"
|
264 |
msgstr "PHP Display Errors"
|
265 |
|
266 |
-
#: libs/blockcountry-settings.php:
|
267 |
msgid "PHP Display Startup Errors"
|
268 |
msgstr "PHP Display Startup Errors"
|
269 |
|
270 |
-
#: libs/blockcountry-settings.php:
|
271 |
msgid "PHP Expose PHP"
|
272 |
msgstr "PHP Expose PHP"
|
273 |
|
274 |
-
#: libs/blockcountry-settings.php:
|
275 |
msgid "PHP Max Script Execution Time"
|
276 |
msgstr "PHP Max Script Execution Time"
|
277 |
|
278 |
-
#: libs/blockcountry-settings.php:
|
279 |
msgid "Seconds"
|
280 |
msgstr "Seconden"
|
281 |
|
282 |
-
#: libs/blockcountry-settings.php:
|
283 |
msgid "PHP open_basedir"
|
284 |
msgstr "PHP open_basedir"
|
285 |
|
286 |
-
#: libs/blockcountry-settings.php:
|
287 |
msgid "Yes"
|
288 |
msgstr "Ja"
|
289 |
|
290 |
-
#: libs/blockcountry-settings.php:
|
291 |
msgid "No"
|
292 |
msgstr "Nee"
|
293 |
|
294 |
-
#: libs/blockcountry-settings.php:
|
295 |
msgid "PHP XML Support"
|
296 |
msgstr "PHP XML Support"
|
297 |
|
298 |
-
#: libs/blockcountry-settings.php:
|
299 |
msgid "PHP IPTC Support"
|
300 |
msgstr "PHP IPTC Support"
|
301 |
|
302 |
-
#: libs/blockcountry-settings.php:
|
303 |
msgid "Disabled PHP Functions"
|
304 |
msgstr "Disabled PHP Functions"
|
305 |
|
306 |
-
#: libs/blockcountry-settings.php:
|
307 |
msgid "Wordpress info"
|
308 |
msgstr "Wordpress Informatie"
|
309 |
|
310 |
-
#: libs/blockcountry-settings.php:
|
311 |
msgid "is enabled"
|
312 |
msgstr "is aangezet"
|
313 |
|
314 |
-
#: libs/blockcountry-settings.php:
|
315 |
msgid "is disabled"
|
316 |
msgstr "Is uitgezet"
|
317 |
|
318 |
-
#: libs/blockcountry-settings.php:
|
319 |
msgid " Multisite"
|
320 |
msgstr "Multisite"
|
321 |
|
322 |
-
#: libs/blockcountry-settings.php:
|
323 |
msgid "are enabled"
|
324 |
msgstr "is aangezet"
|
325 |
|
326 |
-
#: libs/blockcountry-settings.php:
|
327 |
msgid "are disabled"
|
328 |
msgstr "Is uitgezet"
|
329 |
|
330 |
-
#: libs/blockcountry-settings.php:
|
331 |
msgid "Permalinks"
|
332 |
msgstr "Permalinks"
|
333 |
|
334 |
-
#: libs/blockcountry-settings.php:
|
335 |
msgid "Export"
|
336 |
msgstr "Exporteren"
|
337 |
|
338 |
-
#: libs/blockcountry-settings.php:
|
339 |
msgid ""
|
340 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
341 |
"Block Country configuration will be created."
|
@@ -343,7 +382,7 @@ msgstr ""
|
|
343 |
"Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
|
344 |
"van alle iQ Block Country instellingen worden gecreerd."
|
345 |
|
346 |
-
#: libs/blockcountry-settings.php:
|
347 |
msgid ""
|
348 |
"After exporting, you can either use the backup file to restore your settings "
|
349 |
"on this site again or copy the settings to another WordPress site."
|
@@ -352,96 +391,96 @@ msgstr ""
|
|
352 |
"te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
|
353 |
"andere WordPress site te exporteren."
|
354 |
|
355 |
-
#: libs/blockcountry-settings.php:
|
356 |
msgid "Backup all settings"
|
357 |
msgstr "Backup alle instellingen"
|
358 |
|
359 |
-
#: libs/blockcountry-settings.php:
|
360 |
msgid "Import"
|
361 |
msgstr "Importeer"
|
362 |
|
363 |
-
#: libs/blockcountry-settings.php:
|
364 |
msgid "Click the browse button and choose a zip file that you exported before."
|
365 |
msgstr ""
|
366 |
"Klik op de Browse button and selecteer een zip file welke je eerder hebt "
|
367 |
"geexporteerd."
|
368 |
|
369 |
-
#: libs/blockcountry-settings.php:
|
370 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
371 |
msgstr ""
|
372 |
"Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
|
373 |
"doen."
|
374 |
|
375 |
-
#: libs/blockcountry-settings.php:
|
376 |
msgid "Restore settings"
|
377 |
msgstr "Herstel instellingen"
|
378 |
|
379 |
-
#: libs/blockcountry-settings.php:
|
380 |
-
#: libs/blockcountry-settings.php:
|
381 |
msgid "Something went wrong exporting this file"
|
382 |
msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
|
383 |
|
384 |
-
#: libs/blockcountry-settings.php:
|
385 |
msgid "Exporting settings..."
|
386 |
msgstr "Exporteer instellingen"
|
387 |
|
388 |
-
#: libs/blockcountry-settings.php:
|
389 |
msgid "Something went wrong importing this file"
|
390 |
msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
|
391 |
|
392 |
-
#: libs/blockcountry-settings.php:
|
393 |
msgid "All options are restored successfully."
|
394 |
msgstr "Alle opties zijn succesvol hersteld"
|
395 |
|
396 |
-
#: libs/blockcountry-settings.php:
|
397 |
msgid "Invalid file."
|
398 |
msgstr "Ongeldig bestand"
|
399 |
|
400 |
-
#: libs/blockcountry-settings.php:
|
401 |
msgid "No correct import or export option given."
|
402 |
msgstr "Geen correcte importeer of exporteer optie gegeven."
|
403 |
|
404 |
-
#: libs/blockcountry-settings.php:
|
405 |
msgid "Select which pages are blocked."
|
406 |
msgstr "Selecteer welke pagina's geblokkeerd worden."
|
407 |
|
408 |
-
#: libs/blockcountry-settings.php:
|
409 |
msgid "Do you want to block individual pages:"
|
410 |
msgstr "Wil je individuele pagina's blokkeren:"
|
411 |
|
412 |
-
#: libs/blockcountry-settings.php:
|
413 |
msgid "If you do not select this option all pages will be blocked."
|
414 |
msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
|
415 |
|
416 |
-
#: libs/blockcountry-settings.php:
|
417 |
msgid "Select pages you want to block:"
|
418 |
msgstr "Selecteer welke pagina's je wil blokkeren."
|
419 |
|
420 |
-
#: libs/blockcountry-settings.php:
|
421 |
-
#: libs/blockcountry-settings.php:
|
422 |
-
#: libs/blockcountry-settings.php:
|
423 |
-
#: libs/blockcountry-settings.php:
|
424 |
msgid "Save Changes"
|
425 |
msgstr "Bewaar wijzigingen"
|
426 |
|
427 |
-
#: libs/blockcountry-settings.php:
|
428 |
msgid "Select which categories are blocked."
|
429 |
msgstr "Selecteer welke categorieen geblokkeerd worden."
|
430 |
|
431 |
-
#: libs/blockcountry-settings.php:
|
432 |
msgid "Do you want to block individual categories:"
|
433 |
msgstr "Wil je individuele categorieen blokkeren:"
|
434 |
|
435 |
-
#: libs/blockcountry-settings.php:
|
436 |
msgid "If you do not select this option all blog articles will be blocked."
|
437 |
msgstr ""
|
438 |
"Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
|
439 |
|
440 |
-
#: libs/blockcountry-settings.php:
|
441 |
msgid "Do you want to block the homepage:"
|
442 |
msgstr "Wil je je homepage blokkeren:"
|
443 |
|
444 |
-
#: libs/blockcountry-settings.php:
|
445 |
msgid ""
|
446 |
"If you do not select this option visitors will not be blocked from your "
|
447 |
"homepage regardless of the categories you select."
|
@@ -450,31 +489,31 @@ msgstr ""
|
|
450 |
"geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
|
451 |
"selecteert."
|
452 |
|
453 |
-
#: libs/blockcountry-settings.php:
|
454 |
msgid "Select categories you want to block:"
|
455 |
msgstr "Selecteer welke categorieen je wil blokkeren."
|
456 |
|
457 |
-
#: libs/blockcountry-settings.php:
|
458 |
msgid "Select which post types are blocked."
|
459 |
msgstr "Selecteer welke post types geblokkeerd worden."
|
460 |
|
461 |
-
#: libs/blockcountry-settings.php:
|
462 |
msgid "Do you want to block individual post types:"
|
463 |
msgstr "Wil je individuele post types blokkeren:"
|
464 |
|
465 |
-
#: libs/blockcountry-settings.php:
|
466 |
msgid "Select post types you want to block:"
|
467 |
msgstr "Selecteer welke post types je wil blokkeren."
|
468 |
|
469 |
-
#: libs/blockcountry-settings.php:
|
470 |
msgid "Select which search engines are allowed."
|
471 |
msgstr "Selecteer welke zoek machines je wilt toestaan."
|
472 |
|
473 |
-
#: libs/blockcountry-settings.php:
|
474 |
msgid "Select which search engines you want to allow:"
|
475 |
msgstr "Selecteer welke zoek machines je wilt toestaan:"
|
476 |
|
477 |
-
#: libs/blockcountry-settings.php:
|
478 |
msgid ""
|
479 |
"This will allow a search engine to your site despite if you blocked the "
|
480 |
"country."
|
@@ -482,41 +521,41 @@ msgstr ""
|
|
482 |
"Deze optie staat het toe dat zoekmachines je site bezoeken ondanks dat ze "
|
483 |
"uit een land komen welk geblokkeerd is."
|
484 |
|
485 |
-
#: libs/blockcountry-settings.php:
|
486 |
msgid "Frontend options"
|
487 |
msgstr "Voorkant opties"
|
488 |
|
489 |
-
#: libs/blockcountry-settings.php:
|
490 |
msgid ""
|
491 |
"Do not block visitors that are logged in from visiting frontend website:"
|
492 |
msgstr ""
|
493 |
"Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
|
494 |
|
495 |
-
#: libs/blockcountry-settings.php:
|
496 |
msgid "Block visitors from visiting the frontend of your website:"
|
497 |
msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
|
498 |
|
499 |
-
#: libs/blockcountry-settings.php:
|
500 |
msgid "Block visitors from using the search function of your website:"
|
501 |
msgstr ""
|
502 |
"Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
|
503 |
|
504 |
-
#: libs/blockcountry-settings.php:
|
505 |
msgid ""
|
506 |
"Select the countries that should be blocked from visiting your frontend:"
|
507 |
msgstr ""
|
508 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
509 |
"voorkant van je website:"
|
510 |
|
511 |
-
#: libs/blockcountry-settings.php:
|
512 |
msgid "Use the CTRL key to select multiple countries"
|
513 |
msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
|
514 |
|
515 |
-
#: libs/blockcountry-settings.php:
|
516 |
msgid "Inverse the selection above:"
|
517 |
msgstr "Keer bovenstaande selectie om:"
|
518 |
|
519 |
-
#: libs/blockcountry-settings.php:
|
520 |
msgid ""
|
521 |
"If you select this option only the countries that are selected are "
|
522 |
"<em>allowed</em>."
|
@@ -524,41 +563,41 @@ msgstr ""
|
|
524 |
"Indien je deze optie selecteert de zijn de landen die hierboven geselecteerd "
|
525 |
"<em>toegestaan</em>."
|
526 |
|
527 |
-
#: libs/blockcountry-settings.php:
|
528 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
529 |
msgstr ""
|
530 |
"Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
531 |
|
532 |
-
#: libs/blockcountry-settings.php:
|
533 |
-
#: libs/blockcountry-settings.php:
|
534 |
msgid "Use a semicolon (;) to separate IP addresses"
|
535 |
msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
|
536 |
|
537 |
-
#: libs/blockcountry-settings.php:
|
538 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
539 |
msgstr ""
|
540 |
"Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
541 |
|
542 |
-
#: libs/blockcountry-settings.php:
|
543 |
msgid "Backend Options"
|
544 |
msgstr "Achterkant opties"
|
545 |
|
546 |
-
#: libs/blockcountry-settings.php:
|
547 |
msgid ""
|
548 |
"Block visitors from visiting the backend (administrator) of your website:"
|
549 |
msgstr ""
|
550 |
"Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
|
551 |
"gedeelte) van je website:"
|
552 |
|
553 |
-
#: libs/blockcountry-settings.php:
|
554 |
msgid "Your IP address is"
|
555 |
msgstr "Je IP adres is"
|
556 |
|
557 |
-
#: libs/blockcountry-settings.php:
|
558 |
msgid "The country that is listed for this IP address is"
|
559 |
msgstr "Het land waar dit adres toe behoort is"
|
560 |
|
561 |
-
#: libs/blockcountry-settings.php:
|
562 |
msgid ""
|
563 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
564 |
"(administrator) of your website' and also select"
|
@@ -566,11 +605,11 @@ msgstr ""
|
|
566 |
"Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
|
567 |
"achterkant (administratie gedeelte) van je website\" en"
|
568 |
|
569 |
-
#: libs/blockcountry-settings.php:
|
570 |
msgid "below."
|
571 |
msgstr "hier beneden."
|
572 |
|
573 |
-
#: libs/blockcountry-settings.php:
|
574 |
msgid ""
|
575 |
"You will NOT be able to login the next time if you DO block your own country "
|
576 |
"from visiting the backend."
|
@@ -578,44 +617,44 @@ msgstr ""
|
|
578 |
"Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
|
579 |
"land blokkeert van het bezoeken van de achterkant van je website."
|
580 |
|
581 |
-
#: libs/blockcountry-settings.php:
|
582 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
583 |
msgstr ""
|
584 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
585 |
"achterkant (administratie gedeelte) van je website:"
|
586 |
|
587 |
-
#: libs/blockcountry-settings.php:
|
588 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
589 |
msgstr ""
|
590 |
"Gebruik de x achter een land om het land te verwijderen uit deze lijst."
|
591 |
|
592 |
-
#: libs/blockcountry-settings.php:
|
593 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
594 |
msgstr ""
|
595 |
"Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
596 |
|
597 |
-
#: libs/blockcountry-settings.php:
|
598 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
599 |
msgstr ""
|
600 |
"Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
601 |
|
602 |
-
#: libs/blockcountry-settings.php:
|
603 |
msgid "Overall statistics since start"
|
604 |
msgstr "Statistieken sinds het begin"
|
605 |
|
606 |
-
#: libs/blockcountry-settings.php:
|
607 |
msgid "visitors blocked from the backend."
|
608 |
msgstr "bezoekers geblokkeerd op de achterkant."
|
609 |
|
610 |
-
#: libs/blockcountry-settings.php:
|
611 |
msgid "visitors blocked from the frontend."
|
612 |
msgstr "bezoekers geblokkeerd op de voorkant."
|
613 |
|
614 |
-
#: libs/blockcountry-settings.php:
|
615 |
msgid "Block type"
|
616 |
msgstr "Blokkeer type"
|
617 |
|
618 |
-
#: libs/blockcountry-settings.php:
|
619 |
msgid ""
|
620 |
"You should choose one of the 3 block options below. This wil either show a "
|
621 |
"block message, redirect to an internal page or redirect to an external page."
|
@@ -624,15 +663,15 @@ msgstr ""
|
|
624 |
"bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
|
625 |
"bezoeker door naar een externe pagina."
|
626 |
|
627 |
-
#: libs/blockcountry-settings.php:
|
628 |
msgid "Message to display when people are blocked:"
|
629 |
msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
|
630 |
|
631 |
-
#: libs/blockcountry-settings.php:
|
632 |
msgid "Page to redirect to:"
|
633 |
msgstr "Naar welke pagina wilt u bezoekers toesturen:"
|
634 |
|
635 |
-
#: libs/blockcountry-settings.php:
|
636 |
msgid ""
|
637 |
"If you select a page here blocked visitors will be redirected to this page "
|
638 |
"instead of displaying above block message."
|
@@ -641,15 +680,15 @@ msgstr ""
|
|
641 |
"doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
|
642 |
"bezoekers."
|
643 |
|
644 |
-
#: libs/blockcountry-settings.php:
|
645 |
msgid "Choose a page..."
|
646 |
msgstr "Kies een pagina..."
|
647 |
|
648 |
-
#: libs/blockcountry-settings.php:
|
649 |
msgid "URL to redirect to:"
|
650 |
msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
|
651 |
|
652 |
-
#: libs/blockcountry-settings.php:
|
653 |
msgid ""
|
654 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
655 |
"instead of displaying above block message or redirected to a local page."
|
@@ -658,15 +697,15 @@ msgstr ""
|
|
658 |
"naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
|
659 |
"of worden bezoekers doorverwezen naar de geselecteerde pagina."
|
660 |
|
661 |
-
#: libs/blockcountry-settings.php:
|
662 |
msgid "General settings"
|
663 |
msgstr "Algemene instellingen"
|
664 |
|
665 |
-
#: libs/blockcountry-settings.php:
|
666 |
msgid "Send headers when user is blocked:"
|
667 |
msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
|
668 |
|
669 |
-
#: libs/blockcountry-settings.php:
|
670 |
msgid ""
|
671 |
"Under normal circumstances you should keep this selected! Only if you have "
|
672 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
@@ -676,11 +715,11 @@ msgstr ""
|
|
676 |
"deze alleen indien je \"Cannot modify header information - headers already "
|
677 |
"sent\" foutmeldingen krijgt of indien je weet wat je doet."
|
678 |
|
679 |
-
#: libs/blockcountry-settings.php:
|
680 |
msgid "Buffer output?:"
|
681 |
msgstr "Buffer output?"
|
682 |
|
683 |
-
#: libs/blockcountry-settings.php:
|
684 |
msgid ""
|
685 |
"You can use this option to buffer all output. This can be helpful in case "
|
686 |
"you have \"headers already sent\" issues."
|
@@ -688,11 +727,11 @@ msgstr ""
|
|
688 |
"Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
|
689 |
"indien je \"headers already sent\" problemen hebt."
|
690 |
|
691 |
-
#: libs/blockcountry-settings.php:
|
692 |
msgid "Do not log IP addresses:"
|
693 |
msgstr "Log geen IP adressen"
|
694 |
|
695 |
-
#: libs/blockcountry-settings.php:
|
696 |
msgid ""
|
697 |
"Check this box if the laws in your country do not permit you to log IP "
|
698 |
"addresses or if you do not want to log the ip addresses."
|
@@ -701,19 +740,29 @@ msgstr ""
|
|
701 |
"adressen vast te leggen of indien je zelf deze informatie niet wilt "
|
702 |
"vastleggen."
|
703 |
|
704 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
705 |
msgid "Number of rows on statistics page:"
|
706 |
msgstr "Aantal regels op de statistieken pagina:"
|
707 |
|
708 |
-
#: libs/blockcountry-settings.php:
|
709 |
msgid "How many rows do you want to display on each tab the statistics page."
|
710 |
msgstr "Hoeveel regels wil je tonen op de statistieken pagina."
|
711 |
|
712 |
-
#: libs/blockcountry-settings.php:
|
713 |
msgid "Allow tracking:"
|
714 |
msgstr "Sta traceren toe:"
|
715 |
|
716 |
-
#: libs/blockcountry-settings.php:
|
717 |
msgid ""
|
718 |
"This sends only the IP address and the number of attempts this ip address "
|
719 |
"tried to login to your backend and was blocked doing so to a central server. "
|
@@ -726,11 +775,11 @@ msgstr ""
|
|
726 |
"ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
|
727 |
"pogingen worden gedaan. "
|
728 |
|
729 |
-
#: libs/blockcountry-settings.php:
|
730 |
msgid "GeoIP API Key:"
|
731 |
msgstr "GeoIP API sleutel:"
|
732 |
|
733 |
-
#: libs/blockcountry-settings.php:
|
734 |
msgid ""
|
735 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
736 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
@@ -740,19 +789,19 @@ msgstr ""
|
|
740 |
"Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
|
741 |
"een API sleutel verkrijgen op:"
|
742 |
|
743 |
-
#: libs/blockcountry-settings.php:
|
744 |
msgid "GeoIP API Key Server Location:"
|
745 |
msgstr "GeoIP API sleutel server locatie:"
|
746 |
|
747 |
-
#: libs/blockcountry-settings.php:
|
748 |
msgid "Choose a location closest to your own location."
|
749 |
msgstr "Kies een land welke het dichtsbij is bij je eigen land."
|
750 |
|
751 |
-
#: libs/blockcountry-settings.php:
|
752 |
msgid "Admin block API Key:"
|
753 |
msgstr "Admin block API Sleutel:"
|
754 |
|
755 |
-
#: libs/blockcountry-settings.php:
|
756 |
msgid ""
|
757 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
758 |
"to work."
|
@@ -760,21 +809,21 @@ msgstr ""
|
|
760 |
"Dit is een experimentele optie. Je hebt geen API key nodig om deze plugin te "
|
761 |
"laten werken."
|
762 |
|
763 |
-
#: libs/blockcountry-settings.php:
|
764 |
msgid "Accessibility options:"
|
765 |
msgstr "Toegankelijkheids opties:"
|
766 |
|
767 |
-
#: libs/blockcountry-settings.php:
|
768 |
msgid "Set this option if you cannot use the default country selection box."
|
769 |
msgstr ""
|
770 |
"Selecteer deze optie indien je de landen standaard selectie methode niet "
|
771 |
"kunt gebruiken. "
|
772 |
|
773 |
-
#: libs/blockcountry-settings.php:
|
774 |
msgid "Log all visits:"
|
775 |
msgstr "Log alle bezoekers:"
|
776 |
|
777 |
-
#: libs/blockcountry-settings.php:
|
778 |
msgid ""
|
779 |
"This logs all visits despite if they are blocked or not. This is only for "
|
780 |
"debugging purposes."
|
@@ -782,72 +831,72 @@ msgstr ""
|
|
782 |
"Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
|
783 |
"alleen voor debugging."
|
784 |
|
785 |
-
#: libs/blockcountry-settings.php:
|
786 |
msgid "Last blocked visits"
|
787 |
msgstr "Laatste geblokkeerde bezoekers"
|
788 |
|
789 |
-
#: libs/blockcountry-settings.php:
|
790 |
msgid "Date / Time"
|
791 |
msgstr "Datum / Tijd"
|
792 |
|
793 |
-
#: libs/blockcountry-settings.php:
|
794 |
msgid "IP Address"
|
795 |
msgstr "IP adres"
|
796 |
|
797 |
-
#: libs/blockcountry-settings.php:
|
798 |
msgid "Hostname"
|
799 |
msgstr "Hostnaam"
|
800 |
|
801 |
-
#: libs/blockcountry-settings.php:
|
802 |
msgid "Country"
|
803 |
msgstr "Land"
|
804 |
|
805 |
-
#: libs/blockcountry-settings.php:
|
806 |
msgid "Frontend/Backend"
|
807 |
msgstr "Voorkant/Achterkant"
|
808 |
|
809 |
-
#: libs/blockcountry-settings.php:
|
810 |
msgid "Frontend"
|
811 |
msgstr "Voorkant"
|
812 |
|
813 |
-
#: libs/blockcountry-settings.php:
|
814 |
msgid "Backend banlist"
|
815 |
msgstr "Achterkant banlist"
|
816 |
|
817 |
-
#: libs/blockcountry-settings.php:
|
818 |
msgid "Backend & Backend banlist"
|
819 |
msgstr "Achterkant & Achterkant banlist"
|
820 |
|
821 |
-
#: libs/blockcountry-settings.php:
|
822 |
msgid "Backend"
|
823 |
msgstr "Achterkant"
|
824 |
|
825 |
-
#: libs/blockcountry-settings.php:
|
826 |
msgid "Top countries that are blocked"
|
827 |
msgstr "Top landen welke zijn geblokkeerd"
|
828 |
|
829 |
-
#: libs/blockcountry-settings.php:
|
830 |
-
#: libs/blockcountry-settings.php:
|
831 |
msgid "# of blocked attempts"
|
832 |
msgstr "# of geblokkeerde pogingen"
|
833 |
|
834 |
-
#: libs/blockcountry-settings.php:
|
835 |
msgid "Top hosts that are blocked"
|
836 |
msgstr "Top hosts welke geblokkeerd zijn"
|
837 |
|
838 |
-
#: libs/blockcountry-settings.php:
|
839 |
msgid "Top URLs that are blocked"
|
840 |
msgstr "Top URLs welke geblokkeerd zijn"
|
841 |
|
842 |
-
#: libs/blockcountry-settings.php:
|
843 |
msgid "Clear database"
|
844 |
msgstr "Leeg database"
|
845 |
|
846 |
-
#: libs/blockcountry-settings.php:
|
847 |
msgid "Download as CSV file"
|
848 |
msgstr "Download als een csv bestand."
|
849 |
|
850 |
-
#: libs/blockcountry-settings.php:
|
851 |
msgid ""
|
852 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
853 |
"IP addresses' if this is not what you want."
|
@@ -855,35 +904,35 @@ msgstr ""
|
|
855 |
"Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
|
856 |
"adressen' indien dit niet is wat je wilt."
|
857 |
|
858 |
-
#: libs/blockcountry-settings.php:
|
859 |
msgid "Home"
|
860 |
msgstr "Home"
|
861 |
|
862 |
-
#: libs/blockcountry-settings.php:
|
863 |
msgid "Pages"
|
864 |
msgstr "Pagina's"
|
865 |
|
866 |
-
#: libs/blockcountry-settings.php:
|
867 |
msgid "Categories"
|
868 |
msgstr "Categorieen"
|
869 |
|
870 |
-
#: libs/blockcountry-settings.php:
|
871 |
msgid "Post types"
|
872 |
msgstr "Post types"
|
873 |
|
874 |
-
#: libs/blockcountry-settings.php:
|
875 |
msgid "Search Engines"
|
876 |
msgstr "Zoek machines"
|
877 |
|
878 |
-
#: libs/blockcountry-settings.php:
|
879 |
msgid "Tools"
|
880 |
msgstr "Gereedschap"
|
881 |
|
882 |
-
#: libs/blockcountry-settings.php:
|
883 |
msgid "Logging"
|
884 |
msgstr "Statistieken"
|
885 |
|
886 |
-
#: libs/blockcountry-settings.php:
|
887 |
msgid "Import/Export"
|
888 |
msgstr "Importeren/Exporteren"
|
889 |
|
@@ -928,13 +977,6 @@ msgstr ""
|
|
928 |
"database bestaat niet. Deze plugin kan niet werken totdat deze database "
|
929 |
"beschikbaar is."
|
930 |
|
931 |
-
#~ msgid ""
|
932 |
-
#~ "Your MaxMind GeoIP database is older than 3 months. Please update your "
|
933 |
-
#~ "database. "
|
934 |
-
#~ msgstr ""
|
935 |
-
#~ "Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
936 |
-
#~ "alstublieft."
|
937 |
-
|
938 |
#~ msgid "Basic Options"
|
939 |
#~ msgstr "Standaard opties"
|
940 |
|
@@ -964,9 +1006,6 @@ msgstr ""
|
|
964 |
#~ "Deze optie selecteren zorgt er voor dat de GeoIP Database automatisch "
|
965 |
#~ "maandelijks wordt bijgewerkt."
|
966 |
|
967 |
-
#~ msgid "GeoIP database does not exists. Trying to download it..."
|
968 |
-
#~ msgstr "GeoIP database bestaat niet. Probeer om nieuwe versie te downloaden"
|
969 |
-
|
970 |
#~ msgid "Statistics"
|
971 |
#~ msgstr "Statistieken"
|
972 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
+
"POT-Creation-Date: 2016-03-25 20:20+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-03-25 20:22+0100\n"
|
6 |
"Last-Translator: Pascal <pascal@redeo.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: Dutch\n"
|
62 |
"handmatig of indien je gebruik wilt maken van de GeoIP API kun je een API "
|
63 |
"sleutel verkrijgen van:"
|
64 |
|
65 |
+
#: libs/blockcountry-settings.php:235
|
66 |
msgid ""
|
67 |
"Check which country belongs to an IP Address according to the current "
|
68 |
"database."
|
69 |
msgstr ""
|
70 |
"Controleer welk land behoort tot een IP adres volgens de huidige database."
|
71 |
|
72 |
+
#: libs/blockcountry-settings.php:240
|
73 |
msgid "IP Address to check:"
|
74 |
msgstr "IP adres om te controleren:"
|
75 |
|
76 |
+
#: libs/blockcountry-settings.php:256
|
77 |
msgid "No country for"
|
78 |
msgstr "Geen land voor"
|
79 |
|
80 |
+
#: libs/blockcountry-settings.php:256
|
81 |
msgid "could be found. Or"
|
82 |
msgstr "gevonden. Of"
|
83 |
|
84 |
+
#: libs/blockcountry-settings.php:256
|
85 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
86 |
msgstr "is geen valide IPv4 of IPv6 ip adres."
|
87 |
|
88 |
+
#: libs/blockcountry-settings.php:261
|
89 |
msgid "IP Adress"
|
90 |
msgstr "IP Adres"
|
91 |
|
92 |
+
#: libs/blockcountry-settings.php:261
|
93 |
msgid "belongs to"
|
94 |
msgstr "behoort tot"
|
95 |
|
96 |
+
#: libs/blockcountry-settings.php:267 libs/blockcountry-settings.php:272
|
97 |
msgid "This country is not permitted to visit the frontend of this website."
|
98 |
msgstr ""
|
99 |
"Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
|
100 |
|
101 |
+
#: libs/blockcountry-settings.php:281 libs/blockcountry-settings.php:288
|
102 |
msgid "This country is not permitted to visit the backend of this website."
|
103 |
msgstr ""
|
104 |
"Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
|
105 |
|
106 |
+
#: libs/blockcountry-settings.php:294
|
107 |
msgid "This ip is present in the blacklist."
|
108 |
msgstr "Dit ip adres staat op de zwarte lijst"
|
109 |
|
110 |
+
#: libs/blockcountry-settings.php:300
|
111 |
msgid "Check IP address"
|
112 |
msgstr "Controleer IP adres"
|
113 |
|
114 |
+
#: libs/blockcountry-settings.php:307
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Database information"
|
117 |
+
msgstr "Database informatie"
|
118 |
+
|
119 |
+
#: libs/blockcountry-settings.php:314
|
120 |
+
msgid "IPv4 database exists. File date: "
|
121 |
+
msgstr "IPv4 database bestaat. Bestands datum:"
|
122 |
+
|
123 |
+
#: libs/blockcountry-settings.php:321
|
124 |
+
#, fuzzy
|
125 |
+
msgid "Database is older than 3 months... Please update..."
|
126 |
+
msgstr ""
|
127 |
+
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
128 |
+
"alstublieft."
|
129 |
+
|
130 |
+
#: libs/blockcountry-settings.php:326
|
131 |
+
msgid "IPv4 database does not exist."
|
132 |
+
msgstr "IPv4 database bestaat niet."
|
133 |
+
|
134 |
+
#: libs/blockcountry-settings.php:332
|
135 |
+
msgid "IPv6 database exists. File date: "
|
136 |
+
msgstr "IPv6 database bestaat. Bestands datum:"
|
137 |
+
|
138 |
+
#: libs/blockcountry-settings.php:339
|
139 |
+
#, fuzzy
|
140 |
+
msgid "Database is older than 3 months... Please update..."
|
141 |
+
msgstr ""
|
142 |
+
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
143 |
+
"alstublieft."
|
144 |
+
|
145 |
+
#: libs/blockcountry-settings.php:344
|
146 |
+
msgid "IPv6 database does not exist."
|
147 |
+
msgstr "IPv6 database bestaat niet."
|
148 |
+
|
149 |
+
#: libs/blockcountry-settings.php:351
|
150 |
+
msgid "Your GeoIP API key is valid till: "
|
151 |
+
msgstr "Uw GeoIP API key is geldig tot:"
|
152 |
+
|
153 |
+
#: libs/blockcountry-settings.php:358
|
154 |
msgid "Active plugins"
|
155 |
msgstr "Actieve plugins"
|
156 |
|
157 |
+
#: libs/blockcountry-settings.php:365
|
158 |
msgid "Plugin name"
|
159 |
msgstr "Plugin naam"
|
160 |
|
161 |
+
#: libs/blockcountry-settings.php:365
|
162 |
msgid "Version"
|
163 |
msgstr "Versie"
|
164 |
|
165 |
+
#: libs/blockcountry-settings.php:365 libs/blockcountry-settings.php:1396
|
166 |
+
#: libs/blockcountry-settings.php:1439
|
167 |
msgid "URL"
|
168 |
msgstr "URL"
|
169 |
|
170 |
+
#: libs/blockcountry-settings.php:384
|
171 |
msgid "none"
|
172 |
msgstr "Geen"
|
173 |
|
174 |
+
#: libs/blockcountry-settings.php:390 libs/blockcountry-settings.php:391
|
175 |
msgid "unavailable"
|
176 |
msgstr "niet beschikbaar"
|
177 |
|
178 |
+
#: libs/blockcountry-settings.php:395
|
179 |
msgid "File System Information"
|
180 |
msgstr "File systeem informatie"
|
181 |
|
182 |
+
#: libs/blockcountry-settings.php:398
|
183 |
msgid "Website Root Folder"
|
184 |
msgstr "Website root directory"
|
185 |
|
186 |
+
#: libs/blockcountry-settings.php:399 libs/blockcountry-settings.php:601
|
187 |
msgid "Document Root Path"
|
188 |
msgstr "Document root pad"
|
189 |
|
190 |
+
#: libs/blockcountry-settings.php:403
|
191 |
msgid "Database Information"
|
192 |
msgstr "Database informatie"
|
193 |
|
194 |
+
#: libs/blockcountry-settings.php:405
|
195 |
msgid "MySQL Database Version"
|
196 |
msgstr "MySQL Database versie"
|
197 |
|
198 |
+
#: libs/blockcountry-settings.php:406
|
199 |
msgid "MySQL Client Version"
|
200 |
msgstr "MySQL Client versie"
|
201 |
|
202 |
+
#: libs/blockcountry-settings.php:407
|
203 |
msgid "Database Host"
|
204 |
msgstr "Database Host"
|
205 |
|
206 |
+
#: libs/blockcountry-settings.php:413
|
207 |
msgid "Not Set"
|
208 |
msgstr "Niet gezet"
|
209 |
|
210 |
+
#: libs/blockcountry-settings.php:415 libs/blockcountry-settings.php:495
|
211 |
+
#: libs/blockcountry-settings.php:503 libs/blockcountry-settings.php:511
|
212 |
+
#: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:527
|
213 |
+
#: libs/blockcountry-settings.php:536 libs/blockcountry-settings.php:553
|
214 |
msgid "Off"
|
215 |
msgstr "Uit"
|
216 |
|
217 |
+
#: libs/blockcountry-settings.php:418
|
218 |
msgid "SQL Mode"
|
219 |
msgstr "SQL Mode"
|
220 |
|
221 |
+
#: libs/blockcountry-settings.php:422
|
222 |
msgid "Server Information"
|
223 |
msgstr "Server informatie"
|
224 |
|
225 |
+
#: libs/blockcountry-settings.php:427
|
226 |
msgid "Server IP Address"
|
227 |
msgstr "Server IP Adres"
|
228 |
|
229 |
+
#: libs/blockcountry-settings.php:429
|
230 |
msgid "Server Type"
|
231 |
msgstr "Server Type"
|
232 |
|
233 |
+
#: libs/blockcountry-settings.php:430
|
234 |
msgid "Operating System"
|
235 |
msgstr "Operating System"
|
236 |
|
237 |
+
#: libs/blockcountry-settings.php:431
|
238 |
msgid "Browser Compression Supported"
|
239 |
msgstr "Browser Compressie ondersteund"
|
240 |
|
241 |
+
#: libs/blockcountry-settings.php:447
|
242 |
msgid "undefined"
|
243 |
msgstr "Ongedefinieerd"
|
244 |
|
245 |
+
#: libs/blockcountry-settings.php:454
|
246 |
msgid "PHP Process User (UID:GID)"
|
247 |
msgstr "PHP Process User (UID:GID)"
|
248 |
|
249 |
+
#: libs/blockcountry-settings.php:459
|
250 |
msgid "PHP Information"
|
251 |
msgstr "PHP Informatie"
|
252 |
|
253 |
+
#: libs/blockcountry-settings.php:464
|
254 |
msgid "PHP Version"
|
255 |
msgstr "PHP versie"
|
256 |
|
257 |
+
#: libs/blockcountry-settings.php:465
|
258 |
msgid "PHP Memory Usage"
|
259 |
msgstr "PHP Memory Usage"
|
260 |
|
261 |
+
#: libs/blockcountry-settings.php:465
|
262 |
msgid " MB"
|
263 |
msgstr " MB"
|
264 |
|
265 |
+
#: libs/blockcountry-settings.php:471 libs/blockcountry-settings.php:479
|
266 |
+
#: libs/blockcountry-settings.php:487 libs/blockcountry-settings.php:544
|
267 |
msgid "N/A"
|
268 |
msgstr "N/A"
|
269 |
|
270 |
+
#: libs/blockcountry-settings.php:474
|
271 |
msgid "PHP Memory Limit"
|
272 |
msgstr "PHP Memory Limit"
|
273 |
|
274 |
+
#: libs/blockcountry-settings.php:482
|
275 |
msgid "PHP Max Upload Size"
|
276 |
msgstr "PHP Max Upload Size"
|
277 |
|
278 |
+
#: libs/blockcountry-settings.php:490
|
279 |
msgid "PHP Max Post Size"
|
280 |
msgstr "PHP Max Post Size"
|
281 |
|
282 |
+
#: libs/blockcountry-settings.php:493 libs/blockcountry-settings.php:501
|
283 |
+
#: libs/blockcountry-settings.php:509 libs/blockcountry-settings.php:517
|
284 |
+
#: libs/blockcountry-settings.php:525 libs/blockcountry-settings.php:534
|
285 |
+
#: libs/blockcountry-settings.php:551
|
286 |
msgid "On"
|
287 |
msgstr "Aan"
|
288 |
|
289 |
+
#: libs/blockcountry-settings.php:498
|
290 |
msgid "PHP Safe Mode"
|
291 |
msgstr "PHP Safe Mode"
|
292 |
|
293 |
+
#: libs/blockcountry-settings.php:506
|
294 |
msgid "PHP Allow URL fopen"
|
295 |
msgstr "PHP Allow URL fopen"
|
296 |
|
297 |
+
#: libs/blockcountry-settings.php:514
|
298 |
msgid "PHP Allow URL Include"
|
299 |
msgstr "PHP Allow URL Include"
|
300 |
|
301 |
+
#: libs/blockcountry-settings.php:522
|
302 |
msgid "PHP Display Errors"
|
303 |
msgstr "PHP Display Errors"
|
304 |
|
305 |
+
#: libs/blockcountry-settings.php:530
|
306 |
msgid "PHP Display Startup Errors"
|
307 |
msgstr "PHP Display Startup Errors"
|
308 |
|
309 |
+
#: libs/blockcountry-settings.php:539
|
310 |
msgid "PHP Expose PHP"
|
311 |
msgstr "PHP Expose PHP"
|
312 |
|
313 |
+
#: libs/blockcountry-settings.php:547
|
314 |
msgid "PHP Max Script Execution Time"
|
315 |
msgstr "PHP Max Script Execution Time"
|
316 |
|
317 |
+
#: libs/blockcountry-settings.php:548
|
318 |
msgid "Seconds"
|
319 |
msgstr "Seconden"
|
320 |
|
321 |
+
#: libs/blockcountry-settings.php:556
|
322 |
msgid "PHP open_basedir"
|
323 |
msgstr "PHP open_basedir"
|
324 |
|
325 |
+
#: libs/blockcountry-settings.php:559 libs/blockcountry-settings.php:567
|
326 |
msgid "Yes"
|
327 |
msgstr "Ja"
|
328 |
|
329 |
+
#: libs/blockcountry-settings.php:561 libs/blockcountry-settings.php:569
|
330 |
msgid "No"
|
331 |
msgstr "Nee"
|
332 |
|
333 |
+
#: libs/blockcountry-settings.php:564
|
334 |
msgid "PHP XML Support"
|
335 |
msgstr "PHP XML Support"
|
336 |
|
337 |
+
#: libs/blockcountry-settings.php:572
|
338 |
msgid "PHP IPTC Support"
|
339 |
msgstr "PHP IPTC Support"
|
340 |
|
341 |
+
#: libs/blockcountry-settings.php:574
|
342 |
msgid "Disabled PHP Functions"
|
343 |
msgstr "Disabled PHP Functions"
|
344 |
|
345 |
+
#: libs/blockcountry-settings.php:581
|
346 |
msgid "Wordpress info"
|
347 |
msgstr "Wordpress Informatie"
|
348 |
|
349 |
+
#: libs/blockcountry-settings.php:586
|
350 |
msgid "is enabled"
|
351 |
msgstr "is aangezet"
|
352 |
|
353 |
+
#: libs/blockcountry-settings.php:588
|
354 |
msgid "is disabled"
|
355 |
msgstr "Is uitgezet"
|
356 |
|
357 |
+
#: libs/blockcountry-settings.php:591
|
358 |
msgid " Multisite"
|
359 |
msgstr "Multisite"
|
360 |
|
361 |
+
#: libs/blockcountry-settings.php:594
|
362 |
msgid "are enabled"
|
363 |
msgstr "is aangezet"
|
364 |
|
365 |
+
#: libs/blockcountry-settings.php:596
|
366 |
msgid "are disabled"
|
367 |
msgstr "Is uitgezet"
|
368 |
|
369 |
+
#: libs/blockcountry-settings.php:599
|
370 |
msgid "Permalinks"
|
371 |
msgstr "Permalinks"
|
372 |
|
373 |
+
#: libs/blockcountry-settings.php:616
|
374 |
msgid "Export"
|
375 |
msgstr "Exporteren"
|
376 |
|
377 |
+
#: libs/blockcountry-settings.php:617
|
378 |
msgid ""
|
379 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
380 |
"Block Country configuration will be created."
|
382 |
"Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
|
383 |
"van alle iQ Block Country instellingen worden gecreerd."
|
384 |
|
385 |
+
#: libs/blockcountry-settings.php:618
|
386 |
msgid ""
|
387 |
"After exporting, you can either use the backup file to restore your settings "
|
388 |
"on this site again or copy the settings to another WordPress site."
|
391 |
"te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
|
392 |
"andere WordPress site te exporteren."
|
393 |
|
394 |
+
#: libs/blockcountry-settings.php:622
|
395 |
msgid "Backup all settings"
|
396 |
msgstr "Backup alle instellingen"
|
397 |
|
398 |
+
#: libs/blockcountry-settings.php:629
|
399 |
msgid "Import"
|
400 |
msgstr "Importeer"
|
401 |
|
402 |
+
#: libs/blockcountry-settings.php:630
|
403 |
msgid "Click the browse button and choose a zip file that you exported before."
|
404 |
msgstr ""
|
405 |
"Klik op de Browse button and selecteer een zip file welke je eerder hebt "
|
406 |
"geexporteerd."
|
407 |
|
408 |
+
#: libs/blockcountry-settings.php:631
|
409 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
410 |
msgstr ""
|
411 |
"Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
|
412 |
"doen."
|
413 |
|
414 |
+
#: libs/blockcountry-settings.php:636
|
415 |
msgid "Restore settings"
|
416 |
msgstr "Herstel instellingen"
|
417 |
|
418 |
+
#: libs/blockcountry-settings.php:659 libs/blockcountry-settings.php:662
|
419 |
+
#: libs/blockcountry-settings.php:671
|
420 |
msgid "Something went wrong exporting this file"
|
421 |
msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
|
422 |
|
423 |
+
#: libs/blockcountry-settings.php:674
|
424 |
msgid "Exporting settings..."
|
425 |
msgstr "Exporteer instellingen"
|
426 |
|
427 |
+
#: libs/blockcountry-settings.php:689
|
428 |
msgid "Something went wrong importing this file"
|
429 |
msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
|
430 |
|
431 |
+
#: libs/blockcountry-settings.php:706
|
432 |
msgid "All options are restored successfully."
|
433 |
msgstr "Alle opties zijn succesvol hersteld"
|
434 |
|
435 |
+
#: libs/blockcountry-settings.php:709
|
436 |
msgid "Invalid file."
|
437 |
msgstr "Ongeldig bestand"
|
438 |
|
439 |
+
#: libs/blockcountry-settings.php:714
|
440 |
msgid "No correct import or export option given."
|
441 |
msgstr "Geen correcte importeer of exporteer optie gegeven."
|
442 |
|
443 |
+
#: libs/blockcountry-settings.php:723
|
444 |
msgid "Select which pages are blocked."
|
445 |
msgstr "Selecteer welke pagina's geblokkeerd worden."
|
446 |
|
447 |
+
#: libs/blockcountry-settings.php:730
|
448 |
msgid "Do you want to block individual pages:"
|
449 |
msgstr "Wil je individuele pagina's blokkeren:"
|
450 |
|
451 |
+
#: libs/blockcountry-settings.php:731
|
452 |
msgid "If you do not select this option all pages will be blocked."
|
453 |
msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
|
454 |
|
455 |
+
#: libs/blockcountry-settings.php:736
|
456 |
msgid "Select pages you want to block:"
|
457 |
msgstr "Selecteer welke pagina's je wil blokkeren."
|
458 |
|
459 |
+
#: libs/blockcountry-settings.php:758 libs/blockcountry-settings.php:812
|
460 |
+
#: libs/blockcountry-settings.php:860 libs/blockcountry-settings.php:905
|
461 |
+
#: libs/blockcountry-settings.php:1031 libs/blockcountry-settings.php:1160
|
462 |
+
#: libs/blockcountry-settings.php:1364
|
463 |
msgid "Save Changes"
|
464 |
msgstr "Bewaar wijzigingen"
|
465 |
|
466 |
+
#: libs/blockcountry-settings.php:771
|
467 |
msgid "Select which categories are blocked."
|
468 |
msgstr "Selecteer welke categorieen geblokkeerd worden."
|
469 |
|
470 |
+
#: libs/blockcountry-settings.php:778
|
471 |
msgid "Do you want to block individual categories:"
|
472 |
msgstr "Wil je individuele categorieen blokkeren:"
|
473 |
|
474 |
+
#: libs/blockcountry-settings.php:779
|
475 |
msgid "If you do not select this option all blog articles will be blocked."
|
476 |
msgstr ""
|
477 |
"Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
|
478 |
|
479 |
+
#: libs/blockcountry-settings.php:784
|
480 |
msgid "Do you want to block the homepage:"
|
481 |
msgstr "Wil je je homepage blokkeren:"
|
482 |
|
483 |
+
#: libs/blockcountry-settings.php:785
|
484 |
msgid ""
|
485 |
"If you do not select this option visitors will not be blocked from your "
|
486 |
"homepage regardless of the categories you select."
|
489 |
"geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
|
490 |
"selecteert."
|
491 |
|
492 |
+
#: libs/blockcountry-settings.php:790
|
493 |
msgid "Select categories you want to block:"
|
494 |
msgstr "Selecteer welke categorieen je wil blokkeren."
|
495 |
|
496 |
+
#: libs/blockcountry-settings.php:826
|
497 |
msgid "Select which post types are blocked."
|
498 |
msgstr "Selecteer welke post types geblokkeerd worden."
|
499 |
|
500 |
+
#: libs/blockcountry-settings.php:833
|
501 |
msgid "Do you want to block individual post types:"
|
502 |
msgstr "Wil je individuele post types blokkeren:"
|
503 |
|
504 |
+
#: libs/blockcountry-settings.php:838
|
505 |
msgid "Select post types you want to block:"
|
506 |
msgstr "Selecteer welke post types je wil blokkeren."
|
507 |
|
508 |
+
#: libs/blockcountry-settings.php:875
|
509 |
msgid "Select which search engines are allowed."
|
510 |
msgstr "Selecteer welke zoek machines je wilt toestaan."
|
511 |
|
512 |
+
#: libs/blockcountry-settings.php:882
|
513 |
msgid "Select which search engines you want to allow:"
|
514 |
msgstr "Selecteer welke zoek machines je wilt toestaan:"
|
515 |
|
516 |
+
#: libs/blockcountry-settings.php:883
|
517 |
msgid ""
|
518 |
"This will allow a search engine to your site despite if you blocked the "
|
519 |
"country."
|
521 |
"Deze optie staat het toe dat zoekmachines je site bezoeken ondanks dat ze "
|
522 |
"uit een land komen welk geblokkeerd is."
|
523 |
|
524 |
+
#: libs/blockcountry-settings.php:920
|
525 |
msgid "Frontend options"
|
526 |
msgstr "Voorkant opties"
|
527 |
|
528 |
+
#: libs/blockcountry-settings.php:947
|
529 |
msgid ""
|
530 |
"Do not block visitors that are logged in from visiting frontend website:"
|
531 |
msgstr ""
|
532 |
"Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
|
533 |
|
534 |
+
#: libs/blockcountry-settings.php:953
|
535 |
msgid "Block visitors from visiting the frontend of your website:"
|
536 |
msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
|
537 |
|
538 |
+
#: libs/blockcountry-settings.php:959
|
539 |
msgid "Block visitors from using the search function of your website:"
|
540 |
msgstr ""
|
541 |
"Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
|
542 |
|
543 |
+
#: libs/blockcountry-settings.php:965
|
544 |
msgid ""
|
545 |
"Select the countries that should be blocked from visiting your frontend:"
|
546 |
msgstr ""
|
547 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
548 |
"voorkant van je website:"
|
549 |
|
550 |
+
#: libs/blockcountry-settings.php:966
|
551 |
msgid "Use the CTRL key to select multiple countries"
|
552 |
msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
|
553 |
|
554 |
+
#: libs/blockcountry-settings.php:1008 libs/blockcountry-settings.php:1136
|
555 |
msgid "Inverse the selection above:"
|
556 |
msgstr "Keer bovenstaande selectie om:"
|
557 |
|
558 |
+
#: libs/blockcountry-settings.php:1009 libs/blockcountry-settings.php:1137
|
559 |
msgid ""
|
560 |
"If you select this option only the countries that are selected are "
|
561 |
"<em>allowed</em>."
|
563 |
"Indien je deze optie selecteert de zijn de landen die hierboven geselecteerd "
|
564 |
"<em>toegestaan</em>."
|
565 |
|
566 |
+
#: libs/blockcountry-settings.php:1014
|
567 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
568 |
msgstr ""
|
569 |
"Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
570 |
|
571 |
+
#: libs/blockcountry-settings.php:1014 libs/blockcountry-settings.php:1022
|
572 |
+
#: libs/blockcountry-settings.php:1143 libs/blockcountry-settings.php:1151
|
573 |
msgid "Use a semicolon (;) to separate IP addresses"
|
574 |
msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
|
575 |
|
576 |
+
#: libs/blockcountry-settings.php:1022
|
577 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
578 |
msgstr ""
|
579 |
"Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
580 |
|
581 |
+
#: libs/blockcountry-settings.php:1051
|
582 |
msgid "Backend Options"
|
583 |
msgstr "Achterkant opties"
|
584 |
|
585 |
+
#: libs/blockcountry-settings.php:1079
|
586 |
msgid ""
|
587 |
"Block visitors from visiting the backend (administrator) of your website:"
|
588 |
msgstr ""
|
589 |
"Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
|
590 |
"gedeelte) van je website:"
|
591 |
|
592 |
+
#: libs/blockcountry-settings.php:1087
|
593 |
msgid "Your IP address is"
|
594 |
msgstr "Je IP adres is"
|
595 |
|
596 |
+
#: libs/blockcountry-settings.php:1087
|
597 |
msgid "The country that is listed for this IP address is"
|
598 |
msgstr "Het land waar dit adres toe behoort is"
|
599 |
|
600 |
+
#: libs/blockcountry-settings.php:1088
|
601 |
msgid ""
|
602 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
603 |
"(administrator) of your website' and also select"
|
605 |
"Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
|
606 |
"achterkant (administratie gedeelte) van je website\" en"
|
607 |
|
608 |
+
#: libs/blockcountry-settings.php:1088
|
609 |
msgid "below."
|
610 |
msgstr "hier beneden."
|
611 |
|
612 |
+
#: libs/blockcountry-settings.php:1089
|
613 |
msgid ""
|
614 |
"You will NOT be able to login the next time if you DO block your own country "
|
615 |
"from visiting the backend."
|
617 |
"Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
|
618 |
"land blokkeert van het bezoeken van de achterkant van je website."
|
619 |
|
620 |
+
#: libs/blockcountry-settings.php:1094
|
621 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
622 |
msgstr ""
|
623 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
624 |
"achterkant (administratie gedeelte) van je website:"
|
625 |
|
626 |
+
#: libs/blockcountry-settings.php:1095
|
627 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
628 |
msgstr ""
|
629 |
"Gebruik de x achter een land om het land te verwijderen uit deze lijst."
|
630 |
|
631 |
+
#: libs/blockcountry-settings.php:1143
|
632 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
633 |
msgstr ""
|
634 |
"Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
635 |
|
636 |
+
#: libs/blockcountry-settings.php:1151
|
637 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
638 |
msgstr ""
|
639 |
"Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
640 |
|
641 |
+
#: libs/blockcountry-settings.php:1193
|
642 |
msgid "Overall statistics since start"
|
643 |
msgstr "Statistieken sinds het begin"
|
644 |
|
645 |
+
#: libs/blockcountry-settings.php:1196
|
646 |
msgid "visitors blocked from the backend."
|
647 |
msgstr "bezoekers geblokkeerd op de achterkant."
|
648 |
|
649 |
+
#: libs/blockcountry-settings.php:1198
|
650 |
msgid "visitors blocked from the frontend."
|
651 |
msgstr "bezoekers geblokkeerd op de voorkant."
|
652 |
|
653 |
+
#: libs/blockcountry-settings.php:1215
|
654 |
msgid "Block type"
|
655 |
msgstr "Blokkeer type"
|
656 |
|
657 |
+
#: libs/blockcountry-settings.php:1217
|
658 |
msgid ""
|
659 |
"You should choose one of the 3 block options below. This wil either show a "
|
660 |
"block message, redirect to an internal page or redirect to an external page."
|
663 |
"bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
|
664 |
"bezoeker door naar een externe pagina."
|
665 |
|
666 |
+
#: libs/blockcountry-settings.php:1222
|
667 |
msgid "Message to display when people are blocked:"
|
668 |
msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
|
669 |
|
670 |
+
#: libs/blockcountry-settings.php:1233
|
671 |
msgid "Page to redirect to:"
|
672 |
msgstr "Naar welke pagina wilt u bezoekers toesturen:"
|
673 |
|
674 |
+
#: libs/blockcountry-settings.php:1234
|
675 |
msgid ""
|
676 |
"If you select a page here blocked visitors will be redirected to this page "
|
677 |
"instead of displaying above block message."
|
680 |
"doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
|
681 |
"bezoekers."
|
682 |
|
683 |
+
#: libs/blockcountry-settings.php:1240
|
684 |
msgid "Choose a page..."
|
685 |
msgstr "Kies een pagina..."
|
686 |
|
687 |
+
#: libs/blockcountry-settings.php:1255
|
688 |
msgid "URL to redirect to:"
|
689 |
msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
|
690 |
|
691 |
+
#: libs/blockcountry-settings.php:1256
|
692 |
msgid ""
|
693 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
694 |
"instead of displaying above block message or redirected to a local page."
|
697 |
"naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
|
698 |
"of worden bezoekers doorverwezen naar de geselecteerde pagina."
|
699 |
|
700 |
+
#: libs/blockcountry-settings.php:1263
|
701 |
msgid "General settings"
|
702 |
msgstr "Algemene instellingen"
|
703 |
|
704 |
+
#: libs/blockcountry-settings.php:1267
|
705 |
msgid "Send headers when user is blocked:"
|
706 |
msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
|
707 |
|
708 |
+
#: libs/blockcountry-settings.php:1268
|
709 |
msgid ""
|
710 |
"Under normal circumstances you should keep this selected! Only if you have "
|
711 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
715 |
"deze alleen indien je \"Cannot modify header information - headers already "
|
716 |
"sent\" foutmeldingen krijgt of indien je weet wat je doet."
|
717 |
|
718 |
+
#: libs/blockcountry-settings.php:1274
|
719 |
msgid "Buffer output?:"
|
720 |
msgstr "Buffer output?"
|
721 |
|
722 |
+
#: libs/blockcountry-settings.php:1275
|
723 |
msgid ""
|
724 |
"You can use this option to buffer all output. This can be helpful in case "
|
725 |
"you have \"headers already sent\" issues."
|
727 |
"Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
|
728 |
"indien je \"headers already sent\" problemen hebt."
|
729 |
|
730 |
+
#: libs/blockcountry-settings.php:1281
|
731 |
msgid "Do not log IP addresses:"
|
732 |
msgstr "Log geen IP adressen"
|
733 |
|
734 |
+
#: libs/blockcountry-settings.php:1282
|
735 |
msgid ""
|
736 |
"Check this box if the laws in your country do not permit you to log IP "
|
737 |
"addresses or if you do not want to log the ip addresses."
|
740 |
"adressen vast te leggen of indien je zelf deze informatie niet wilt "
|
741 |
"vastleggen."
|
742 |
|
743 |
+
#: libs/blockcountry-settings.php:1288
|
744 |
+
msgid "Do not block admin-ajax.php:"
|
745 |
+
msgstr "Blokkeer admin-ajax.php niet:"
|
746 |
+
|
747 |
+
#: libs/blockcountry-settings.php:1289
|
748 |
+
msgid "Check this box if you use a plugin that uses admin-ajax.php."
|
749 |
+
msgstr ""
|
750 |
+
"Selecteer deze optie indien je een plugin gebruikt welke gebruik maakt van "
|
751 |
+
"admin-ajax.php."
|
752 |
+
|
753 |
+
#: libs/blockcountry-settings.php:1298
|
754 |
msgid "Number of rows on statistics page:"
|
755 |
msgstr "Aantal regels op de statistieken pagina:"
|
756 |
|
757 |
+
#: libs/blockcountry-settings.php:1299
|
758 |
msgid "How many rows do you want to display on each tab the statistics page."
|
759 |
msgstr "Hoeveel regels wil je tonen op de statistieken pagina."
|
760 |
|
761 |
+
#: libs/blockcountry-settings.php:1314
|
762 |
msgid "Allow tracking:"
|
763 |
msgstr "Sta traceren toe:"
|
764 |
|
765 |
+
#: libs/blockcountry-settings.php:1315
|
766 |
msgid ""
|
767 |
"This sends only the IP address and the number of attempts this ip address "
|
768 |
"tried to login to your backend and was blocked doing so to a central server. "
|
775 |
"ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
|
776 |
"pogingen worden gedaan. "
|
777 |
|
778 |
+
#: libs/blockcountry-settings.php:1321
|
779 |
msgid "GeoIP API Key:"
|
780 |
msgstr "GeoIP API sleutel:"
|
781 |
|
782 |
+
#: libs/blockcountry-settings.php:1322
|
783 |
msgid ""
|
784 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
785 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
789 |
"Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
|
790 |
"een API sleutel verkrijgen op:"
|
791 |
|
792 |
+
#: libs/blockcountry-settings.php:1330
|
793 |
msgid "GeoIP API Key Server Location:"
|
794 |
msgstr "GeoIP API sleutel server locatie:"
|
795 |
|
796 |
+
#: libs/blockcountry-settings.php:1331
|
797 |
msgid "Choose a location closest to your own location."
|
798 |
msgstr "Kies een land welke het dichtsbij is bij je eigen land."
|
799 |
|
800 |
+
#: libs/blockcountry-settings.php:1339
|
801 |
msgid "Admin block API Key:"
|
802 |
msgstr "Admin block API Sleutel:"
|
803 |
|
804 |
+
#: libs/blockcountry-settings.php:1340
|
805 |
msgid ""
|
806 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
807 |
"to work."
|
809 |
"Dit is een experimentele optie. Je hebt geen API key nodig om deze plugin te "
|
810 |
"laten werken."
|
811 |
|
812 |
+
#: libs/blockcountry-settings.php:1348
|
813 |
msgid "Accessibility options:"
|
814 |
msgstr "Toegankelijkheids opties:"
|
815 |
|
816 |
+
#: libs/blockcountry-settings.php:1349
|
817 |
msgid "Set this option if you cannot use the default country selection box."
|
818 |
msgstr ""
|
819 |
"Selecteer deze optie indien je de landen standaard selectie methode niet "
|
820 |
"kunt gebruiken. "
|
821 |
|
822 |
+
#: libs/blockcountry-settings.php:1355
|
823 |
msgid "Log all visits:"
|
824 |
msgstr "Log alle bezoekers:"
|
825 |
|
826 |
+
#: libs/blockcountry-settings.php:1356
|
827 |
msgid ""
|
828 |
"This logs all visits despite if they are blocked or not. This is only for "
|
829 |
"debugging purposes."
|
831 |
"Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
|
832 |
"alleen voor debugging."
|
833 |
|
834 |
+
#: libs/blockcountry-settings.php:1382
|
835 |
msgid "Last blocked visits"
|
836 |
msgstr "Laatste geblokkeerde bezoekers"
|
837 |
|
838 |
+
#: libs/blockcountry-settings.php:1396
|
839 |
msgid "Date / Time"
|
840 |
msgstr "Datum / Tijd"
|
841 |
|
842 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1428
|
843 |
msgid "IP Address"
|
844 |
msgstr "IP adres"
|
845 |
|
846 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1428
|
847 |
msgid "Hostname"
|
848 |
msgstr "Hostnaam"
|
849 |
|
850 |
+
#: libs/blockcountry-settings.php:1396 libs/blockcountry-settings.php:1415
|
851 |
msgid "Country"
|
852 |
msgstr "Land"
|
853 |
|
854 |
+
#: libs/blockcountry-settings.php:1396
|
855 |
msgid "Frontend/Backend"
|
856 |
msgstr "Voorkant/Achterkant"
|
857 |
|
858 |
+
#: libs/blockcountry-settings.php:1406 libs/blockcountry-settings.php:1508
|
859 |
msgid "Frontend"
|
860 |
msgstr "Voorkant"
|
861 |
|
862 |
+
#: libs/blockcountry-settings.php:1406
|
863 |
msgid "Backend banlist"
|
864 |
msgstr "Achterkant banlist"
|
865 |
|
866 |
+
#: libs/blockcountry-settings.php:1406
|
867 |
msgid "Backend & Backend banlist"
|
868 |
msgstr "Achterkant & Achterkant banlist"
|
869 |
|
870 |
+
#: libs/blockcountry-settings.php:1406 libs/blockcountry-settings.php:1509
|
871 |
msgid "Backend"
|
872 |
msgstr "Achterkant"
|
873 |
|
874 |
+
#: libs/blockcountry-settings.php:1413
|
875 |
msgid "Top countries that are blocked"
|
876 |
msgstr "Top landen welke zijn geblokkeerd"
|
877 |
|
878 |
+
#: libs/blockcountry-settings.php:1415 libs/blockcountry-settings.php:1428
|
879 |
+
#: libs/blockcountry-settings.php:1439
|
880 |
msgid "# of blocked attempts"
|
881 |
msgstr "# of geblokkeerde pogingen"
|
882 |
|
883 |
+
#: libs/blockcountry-settings.php:1426
|
884 |
msgid "Top hosts that are blocked"
|
885 |
msgstr "Top hosts welke geblokkeerd zijn"
|
886 |
|
887 |
+
#: libs/blockcountry-settings.php:1437
|
888 |
msgid "Top URLs that are blocked"
|
889 |
msgstr "Top URLs welke geblokkeerd zijn"
|
890 |
|
891 |
+
#: libs/blockcountry-settings.php:1453
|
892 |
msgid "Clear database"
|
893 |
msgstr "Leeg database"
|
894 |
|
895 |
+
#: libs/blockcountry-settings.php:1478
|
896 |
msgid "Download as CSV file"
|
897 |
msgstr "Download als een csv bestand."
|
898 |
|
899 |
+
#: libs/blockcountry-settings.php:1485
|
900 |
msgid ""
|
901 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
902 |
"IP addresses' if this is not what you want."
|
904 |
"Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
|
905 |
"adressen' indien dit niet is wat je wilt."
|
906 |
|
907 |
+
#: libs/blockcountry-settings.php:1507
|
908 |
msgid "Home"
|
909 |
msgstr "Home"
|
910 |
|
911 |
+
#: libs/blockcountry-settings.php:1510
|
912 |
msgid "Pages"
|
913 |
msgstr "Pagina's"
|
914 |
|
915 |
+
#: libs/blockcountry-settings.php:1511
|
916 |
msgid "Categories"
|
917 |
msgstr "Categorieen"
|
918 |
|
919 |
+
#: libs/blockcountry-settings.php:1512
|
920 |
msgid "Post types"
|
921 |
msgstr "Post types"
|
922 |
|
923 |
+
#: libs/blockcountry-settings.php:1513
|
924 |
msgid "Search Engines"
|
925 |
msgstr "Zoek machines"
|
926 |
|
927 |
+
#: libs/blockcountry-settings.php:1514
|
928 |
msgid "Tools"
|
929 |
msgstr "Gereedschap"
|
930 |
|
931 |
+
#: libs/blockcountry-settings.php:1515
|
932 |
msgid "Logging"
|
933 |
msgstr "Statistieken"
|
934 |
|
935 |
+
#: libs/blockcountry-settings.php:1516
|
936 |
msgid "Import/Export"
|
937 |
msgstr "Importeren/Exporteren"
|
938 |
|
977 |
"database bestaat niet. Deze plugin kan niet werken totdat deze database "
|
978 |
"beschikbaar is."
|
979 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
980 |
#~ msgid "Basic Options"
|
981 |
#~ msgstr "Standaard opties"
|
982 |
|
1006 |
#~ "Deze optie selecteren zorgt er voor dat de GeoIP Database automatisch "
|
1007 |
#~ "maandelijks wordt bijgewerkt."
|
1008 |
|
|
|
|
|
|
|
1009 |
#~ msgid "Statistics"
|
1010 |
#~ msgstr "Statistieken"
|
1011 |
|
libs/blockcountry-checks.php
CHANGED
@@ -8,7 +8,12 @@ function iqblockcountry_check_ipaddress($ip_address)
|
|
8 |
include_once("geoip.inc");
|
9 |
}
|
10 |
|
11 |
-
if ((
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
$ipv4 = FALSE;
|
14 |
$ipv6 = FALSE;
|
@@ -33,13 +38,9 @@ function iqblockcountry_check_ipaddress($ip_address)
|
|
33 |
}
|
34 |
}
|
35 |
else { $country = "Unknown"; }
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
$country = iqblockcountry_retrieve_geoipapi($ip_address);
|
40 |
-
}
|
41 |
-
else { $country = "Unknown"; }
|
42 |
-
|
43 |
|
44 |
return $country;
|
45 |
}
|
@@ -68,7 +69,9 @@ function iqblockcountry_retrieve_geoipapi($ipaddress)
|
|
68 |
if ( 200 == $result['response']['code'] ) {
|
69 |
$body = $result['body'];
|
70 |
$xml = new SimpleXmlElement($body);
|
71 |
-
|
|
|
|
|
72 |
}
|
73 |
elseif ( 403 == $result['response']['code'] ) {
|
74 |
update_option('blockcountry_geoapikey','');
|
@@ -402,8 +405,14 @@ function iqblockcountry_is_login_page() {
|
|
402 |
if (!empty($wpsf['rename_wplogin_path'])) {
|
403 |
$pos2 = strpos( $_SERVER['REQUEST_URI'], $wpsf['rename_wplogin_path'] ); }
|
404 |
}
|
405 |
-
|
|
|
|
|
|
|
|
|
|
|
406 |
|
|
|
407 |
$pos = strpos( $_SERVER['REQUEST_URI'], 'wp-login' );
|
408 |
if ($pos !== false) { $found = TRUE; }
|
409 |
elseif ($pos2 !== false) { $found = TRUE; }
|
8 |
include_once("geoip.inc");
|
9 |
}
|
10 |
|
11 |
+
if (get_option('blockcountry_geoapikey'))
|
12 |
+
{
|
13 |
+
$country = iqblockcountry_retrieve_geoipapi($ip_address);
|
14 |
+
}
|
15 |
+
elseif ((is_file ( IPV4DBFILE )) && function_exists('geoip_open'))
|
16 |
+
{
|
17 |
|
18 |
$ipv4 = FALSE;
|
19 |
$ipv6 = FALSE;
|
38 |
}
|
39 |
}
|
40 |
else { $country = "Unknown"; }
|
41 |
+
}
|
42 |
+
else { $country = "Unknown"; }
|
43 |
+
|
|
|
|
|
|
|
|
|
44 |
|
45 |
return $country;
|
46 |
}
|
69 |
if ( 200 == $result['response']['code'] ) {
|
70 |
$body = $result['body'];
|
71 |
$xml = new SimpleXmlElement($body);
|
72 |
+
// if (isset($xml->error)) { echo $xml->error; }
|
73 |
+
if (isset($xml->country)) { return (string) $xml->country; }
|
74 |
+
else { return "Unknown"; }
|
75 |
}
|
76 |
elseif ( 403 == $result['response']['code'] ) {
|
77 |
update_option('blockcountry_geoapikey','');
|
405 |
if (!empty($wpsf['rename_wplogin_path'])) {
|
406 |
$pos2 = strpos( $_SERVER['REQUEST_URI'], $wpsf['rename_wplogin_path'] ); }
|
407 |
}
|
408 |
+
|
409 |
+
if ( is_plugin_active( 'rename-wp-login/rename-wp-login.php' ) ) {
|
410 |
+
$rwpl = get_option('rwl_page');
|
411 |
+
if (!empty($rwpl)) {
|
412 |
+
$pos2 = strpos( $_SERVER['REQUEST_URI'], $rwpl ); }
|
413 |
+
}
|
414 |
|
415 |
+
|
416 |
$pos = strpos( $_SERVER['REQUEST_URI'], 'wp-login' );
|
417 |
if ($pos !== false) { $found = TRUE; }
|
418 |
elseif ($pos2 !== false) { $found = TRUE; }
|
libs/blockcountry-settings.php
CHANGED
@@ -301,7 +301,59 @@ function iqblockcountry_settings_tools() {
|
|
301 |
wp_nonce_field('iqblockcountry');
|
302 |
?>
|
303 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
<hr />
|
306 |
<h3><?php _e('Active plugins', 'iq-block-country'); ?></h3>
|
307 |
<?php
|
301 |
wp_nonce_field('iqblockcountry');
|
302 |
?>
|
303 |
</form>
|
304 |
+
|
305 |
+
<hr />
|
306 |
+
|
307 |
+
<h3><?php _e('Database information', 'iq-block-country'); ?></h3>
|
308 |
+
<?php
|
309 |
+
|
310 |
+
$format = get_option('date_format') . ' ' . get_option('time_format');
|
311 |
+
/* Check if the Geo Database exists */
|
312 |
+
if (is_file ( IPV4DBFILE )) {
|
313 |
+
|
314 |
+
_e("IPv4 database exists. File date: ");
|
315 |
+
$iqfiledate = filemtime(IPV4DBFILE);
|
316 |
+
echo date ($format,$iqfiledate);
|
317 |
+
echo " ";
|
318 |
+
$iq3months = time() - 3 * 31 * 86400;
|
319 |
+
if ($iqfiledate < $iq3months)
|
320 |
+
{
|
321 |
+
_e("Database is older than 3 months... Please update...");
|
322 |
+
}
|
323 |
+
}
|
324 |
+
else
|
325 |
+
{
|
326 |
+
_e("IPv4 database does not exist.");
|
327 |
+
}
|
328 |
+
echo "<br />";
|
329 |
|
330 |
+
if (is_file ( IPV6DBFILE )) {
|
331 |
+
|
332 |
+
_e("IPv6 database exists. File date: ");
|
333 |
+
$iqfiledate = filemtime(IPV6DBFILE);
|
334 |
+
echo date ($format,$iqfiledate);
|
335 |
+
echo " ";
|
336 |
+
$iq3months = time() - 3 * 31 * 86400;
|
337 |
+
if ($iqfiledate < $iq3months)
|
338 |
+
{
|
339 |
+
_e("Database is older than 3 months... Please update...");
|
340 |
+
}
|
341 |
+
}
|
342 |
+
else
|
343 |
+
{
|
344 |
+
_e("IPv6 database does not exist.");
|
345 |
+
}
|
346 |
+
echo "<br />";
|
347 |
+
|
348 |
+
if (get_option('blockcountry_geoapikey'))
|
349 |
+
{
|
350 |
+
$licensedate = strtotime(iqblockcountry_get_licensedate_geoapikey(get_option('blockcountry_geoapikey')));
|
351 |
+
_e("Your GeoIP API key is valid till: ");
|
352 |
+
echo date($format,$licensedate);
|
353 |
+
echo "<br />";
|
354 |
+
}
|
355 |
+
?>
|
356 |
+
<br />
|
357 |
<hr />
|
358 |
<h3><?php _e('Active plugins', 'iq-block-country'); ?></h3>
|
359 |
<?php
|
libs/blockcountry-validation.php
CHANGED
@@ -161,3 +161,40 @@ function iqblockcountry_check_adminapikey($input)
|
|
161 |
}
|
162 |
return "";
|
163 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
}
|
162 |
return "";
|
163 |
}
|
164 |
+
|
165 |
+
|
166 |
+
/*
|
167 |
+
* Check if GeoIP API key is correct.
|
168 |
+
*/
|
169 |
+
function iqblockcountry_get_licensedate_geoapikey($apikey)
|
170 |
+
{
|
171 |
+
|
172 |
+
// Check first if API key is empty....
|
173 |
+
if (!empty($apikey))
|
174 |
+
{
|
175 |
+
|
176 |
+
$url = GEOIPAPICHECKURL;
|
177 |
+
|
178 |
+
$result = wp_remote_post(
|
179 |
+
$url,
|
180 |
+
array(
|
181 |
+
'body' => array(
|
182 |
+
'api-key' => $apikey
|
183 |
+
)
|
184 |
+
)
|
185 |
+
);
|
186 |
+
if ( 200 == $result['response']['code'] ) {
|
187 |
+
$body = $result['body'];
|
188 |
+
$xml = new SimpleXmlElement($body);
|
189 |
+
if ($xml->check == "Ok")
|
190 |
+
{
|
191 |
+
return $xml->LicenseDate;
|
192 |
+
}
|
193 |
+
}
|
194 |
+
else
|
195 |
+
{
|
196 |
+
return "";
|
197 |
+
}
|
198 |
+
}
|
199 |
+
return "";
|
200 |
+
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: iqpascal
|
|
3 |
Donate link: https://www.webence.nl/plugins/donate
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
-
Tested up to: 4.4.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -199,6 +199,12 @@ You can allow Jetpack by selecting "Jetpack by wordpress.com" as a search engine
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
= 1.1.28 =
|
203 |
|
204 |
* Bugfix: Altered mysql_get_client_info check as in some setups this gave a fatal error.
|
3 |
Donate link: https://www.webence.nl/plugins/donate
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
+
Tested up to: 4.4.2
|
7 |
+
Stable tag: 1.1.29
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= 1.1.29 =
|
203 |
+
|
204 |
+
* Change: Small changes in GeoIP API calls
|
205 |
+
* New: Added database information to tools tab.
|
206 |
+
* New: Added support for rename wp-login plugin
|
207 |
+
|
208 |
= 1.1.28 =
|
209 |
|
210 |
* Bugfix: Altered mysql_get_client_info check as in some setups this gave a fatal error.
|