iQ Block Country - Version 1.2.5

Version Description

  • New: Mediapartners-Google service added
  • Change: Changed webserver ip detection a bit
  • New: You can unblock feed pages on the frontend configuration tab for the people who want to block visitors but want to allow access to the (RSS) feeds
Download this release

Release Info

Developer iqpascal
Plugin Icon 128x128 iQ Block Country
Version 1.2.5
Comparing to
See all releases

Code changes from version 1.2.4 to 1.2.5

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.2.4
6
  Author: Pascal
7
  Author URI: https://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.
@@ -83,8 +83,12 @@ function iqblockcountry_localization()
83
  function iqblockcountry_get_ipaddress() {
84
  global $ip_address;
85
 
86
- $server_address = array_key_exists( 'SERVER_ADDR', $_SERVER ) ? $_SERVER['SERVER_ADDR'] : $_SERVER['LOCAL_ADDR'];
 
 
 
87
 
 
88
  if ( isset($_SERVER['HTTP_CF_CONNECTING_IP']) && !empty($_SERVER['HTTP_CF_CONNECTING_IP']) ) {
89
  $ip_address = $_SERVER['HTTP_CF_CONNECTING_IP'];
90
  }
@@ -147,7 +151,11 @@ function iqblockcountry_upgrade()
147
  $dbversion = get_option( 'blockcountry_version' );
148
  update_option('blockcountry_version',VERSION);
149
 
150
- if ($dbversion != "" && version_compare($dbversion, "1.2.3", '<') )
 
 
 
 
151
  {
152
  update_option('blockcountry_ipoverride' , 'NONE');
153
  }
@@ -242,7 +250,7 @@ define("GEOIPAPIURLASIA","https://asia.geoip.webence.nl/geoipapi.php");
242
  define("GEOIPAPICHECKURL","https://eu.geoip.webence.nl/geoipapi-keycheck.php");
243
  define("ADMINAPICHECKURL","https://tracking.webence.nl/adminapi-keycheck.php");
244
  define("IPLOOKUPURL",'https://geoip.webence.nl/iplookup/iplookup.php');
245
- define("VERSION","1.2.3");
246
  define("DBVERSION","122");
247
  define("PLUGINPATH",plugin_dir_path( __FILE__ ));
248
 
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.2.5
6
  Author: Pascal
7
  Author URI: https://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.
83
  function iqblockcountry_get_ipaddress() {
84
  global $ip_address;
85
 
86
+ if(isset($_SERVER['SERVER_ADDR']))
87
+ $server_address = $_SERVER['SERVER_ADDR'];
88
+ elseif(array_key_exists('LOCAL_ADDR', $_SERVER))
89
+ $server_address = $_SERVER['LOCAL_ADDR'];
90
 
91
+
92
  if ( isset($_SERVER['HTTP_CF_CONNECTING_IP']) && !empty($_SERVER['HTTP_CF_CONNECTING_IP']) ) {
93
  $ip_address = $_SERVER['HTTP_CF_CONNECTING_IP'];
94
  }
151
  $dbversion = get_option( 'blockcountry_version' );
152
  update_option('blockcountry_version',VERSION);
153
 
154
+ if ($dbversion != "" && version_compare($dbversion, "1.2.5", '<') )
155
+ {
156
+ update_option('blockcountry_blockfeed' , 'on');
157
+ }
158
+ elseif ($dbversion != "" && version_compare($dbversion, "1.2.3", '<') )
159
  {
160
  update_option('blockcountry_ipoverride' , 'NONE');
161
  }
250
  define("GEOIPAPICHECKURL","https://eu.geoip.webence.nl/geoipapi-keycheck.php");
251
  define("ADMINAPICHECKURL","https://tracking.webence.nl/adminapi-keycheck.php");
252
  define("IPLOOKUPURL",'https://geoip.webence.nl/iplookup/iplookup.php');
253
+ define("VERSION","1.2.5");
254
  define("DBVERSION","122");
255
  define("PLUGINPATH",plugin_dir_path( __FILE__ ));
256
 
lang/en_EN.mo CHANGED
Binary file
lang/en_EN.po CHANGED
@@ -1,722 +1,805 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: iQ Block Country\n"
4
- "POT-Creation-Date: 2016-08-02 20:45+0100\n"
5
- "PO-Revision-Date: 2019-01-01 11:03+0100\n"
6
  "Last-Translator: Pascal <pascal@webence.nl>\n"
7
  "Language-Team: iQ Block Country <info@redeo.nl>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: libs\n"
16
  "X-Poedit-SearchPath-1: .\n"
17
 
18
- #: libs/blockcountry-validation.php:98
19
- msgid "The GeoIP API key is incorrect. Please update the key."
20
- msgstr ""
21
-
22
- #: libs/blockcountry-validation.php:104 libs/blockcountry-validation.php:151
23
- msgid "Setting saved."
24
- msgstr ""
25
-
26
- #: libs/blockcountry-validation.php:145
27
- msgid "The Admin Block API key is incorrect. Please update the key."
28
- msgstr ""
29
-
30
- #: libs/blockcountry-settings.php:59
31
  msgid ""
32
- "The MaxMind GeoIP database does not exist. Please download this file "
33
  "manually or if you wish to use the GeoIP API get an API key from: "
34
  msgstr ""
35
 
36
- #: libs/blockcountry-settings.php:60 libs/blockcountry-settings.php:101
 
37
  msgid "Please download the database from: "
38
  msgstr ""
39
 
40
- #: libs/blockcountry-settings.php:62 libs/blockcountry-settings.php:67
41
- #: libs/blockcountry-settings.php:103 libs/blockcountry-settings.php:108
42
- msgid "unzip the file and afterwards upload it to the following location: "
 
43
  msgstr ""
44
 
45
- #: libs/blockcountry-settings.php:65 libs/blockcountry-settings.php:106
46
- msgid "If you also use IPv6 please also download the database from: "
 
47
  msgstr ""
48
 
49
- #: libs/blockcountry-settings.php:69 libs/blockcountry-settings.php:110
50
- msgid "For more detailed instructions take a look at the documentation.."
 
 
 
 
 
 
 
 
 
51
  msgstr ""
52
 
53
- #: libs/blockcountry-settings.php:83
54
  msgid "A caching plugin appears to be active on your WordPress installation."
55
  msgstr ""
56
 
57
- #: libs/blockcountry-settings.php:84
58
  msgid ""
59
  "Caching plugins do not always cooperate nicely together with the iQ Block "
60
  "Country plugin which may lead to non blocked visitors getting a cached "
61
  "banned message or page."
62
  msgstr ""
63
 
64
- #: libs/blockcountry-settings.php:85
65
  msgid "For more information visit the following page:"
66
  msgstr ""
67
 
68
- #: libs/blockcountry-settings.php:100
69
  msgid ""
70
  "The MaxMind GeoIP database is older than 3 months. Please update this file "
71
  "manually or if you wish to use the GeoIP API get an API key from: "
72
  msgstr ""
73
 
74
- #: libs/blockcountry-settings.php:261
 
 
 
 
75
  msgid ""
76
  "Check which country belongs to an IP Address according to the current "
77
  "database."
78
  msgstr ""
79
 
80
- #: libs/blockcountry-settings.php:266
81
  msgid "IP Address to check:"
82
  msgstr ""
83
 
84
- #: libs/blockcountry-settings.php:282
85
  msgid "No country for"
86
  msgstr ""
87
 
88
- #: libs/blockcountry-settings.php:282
89
  msgid "could be found. Or"
90
  msgstr ""
91
 
92
- #: libs/blockcountry-settings.php:282
93
  msgid "is not a valid IPv4 or IPv6 IP address"
94
  msgstr ""
95
 
96
- #: libs/blockcountry-settings.php:287
97
  msgid "IP Adress"
98
  msgstr ""
99
 
100
- #: libs/blockcountry-settings.php:287
101
  msgid "belongs to"
102
  msgstr ""
103
 
104
- #: libs/blockcountry-settings.php:293 libs/blockcountry-settings.php:298
105
  msgid "This country is not permitted to visit the frontend of this website."
106
  msgstr ""
107
 
108
- #: libs/blockcountry-settings.php:307 libs/blockcountry-settings.php:314
109
  msgid "This country is not permitted to visit the backend of this website."
110
  msgstr ""
111
 
112
- #: libs/blockcountry-settings.php:320
113
- msgid "This ip is present in the blacklist."
114
  msgstr ""
115
 
116
- #: libs/blockcountry-settings.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Check IP address"
118
  msgstr ""
119
 
120
- #: libs/blockcountry-settings.php:333
121
  msgid "Database information"
122
  msgstr ""
123
 
124
- #: libs/blockcountry-settings.php:340
125
  msgid "IPv4 database exists. File date: "
126
  msgstr ""
127
 
128
- #: libs/blockcountry-settings.php:347
129
  msgid "Database is older than 3 months... Please update..."
130
  msgstr ""
131
 
132
- #: libs/blockcountry-settings.php:352
133
  msgid "IPv4 database does not exist."
134
  msgstr ""
135
 
136
- #: libs/blockcountry-settings.php:358
137
  msgid "IPv6 database exists. File date: "
138
  msgstr ""
139
 
140
- #: libs/blockcountry-settings.php:365
141
  msgid "Database is older than 3 months... Please update..."
142
  msgstr ""
143
 
144
- #: libs/blockcountry-settings.php:370
145
  msgid "IPv6 database does not exist."
146
  msgstr ""
147
 
148
- #: libs/blockcountry-settings.php:377
 
 
 
 
 
 
 
 
149
  msgid "Your GeoIP API key is valid till: "
150
  msgstr ""
151
 
152
- #: libs/blockcountry-settings.php:384
153
  msgid "Active plugins"
154
  msgstr ""
155
 
156
- #: libs/blockcountry-settings.php:391
157
  msgid "Plugin name"
158
  msgstr ""
159
 
160
- #: libs/blockcountry-settings.php:391
161
  msgid "Version"
162
  msgstr ""
163
 
164
- #: libs/blockcountry-settings.php:391 libs/blockcountry-settings.php:1429
165
- #: libs/blockcountry-settings.php:1472
166
  msgid "URL"
167
  msgstr ""
168
 
169
- #: libs/blockcountry-settings.php:410
170
  msgid "none"
171
  msgstr ""
172
 
173
- #: libs/blockcountry-settings.php:416 libs/blockcountry-settings.php:417
174
  msgid "unavailable"
175
  msgstr ""
176
 
177
- #: libs/blockcountry-settings.php:421
178
  msgid "File System Information"
179
  msgstr ""
180
 
181
- #: libs/blockcountry-settings.php:424
182
  msgid "Website Root Folder"
183
  msgstr ""
184
 
185
- #: libs/blockcountry-settings.php:425 libs/blockcountry-settings.php:627
186
  msgid "Document Root Path"
187
  msgstr ""
188
 
189
- #: libs/blockcountry-settings.php:429
190
  msgid "Database Information"
191
  msgstr ""
192
 
193
- #: libs/blockcountry-settings.php:431
194
  msgid "MySQL Database Version"
195
  msgstr ""
196
 
197
- #: libs/blockcountry-settings.php:432
198
  msgid "MySQL Client Version"
199
  msgstr ""
200
 
201
- #: libs/blockcountry-settings.php:433
202
  msgid "Database Host"
203
  msgstr ""
204
 
205
- #: libs/blockcountry-settings.php:439
206
  msgid "Not Set"
207
  msgstr ""
208
 
209
- #: libs/blockcountry-settings.php:441 libs/blockcountry-settings.php:521
210
- #: libs/blockcountry-settings.php:529 libs/blockcountry-settings.php:537
211
- #: libs/blockcountry-settings.php:545 libs/blockcountry-settings.php:553
212
- #: libs/blockcountry-settings.php:562 libs/blockcountry-settings.php:579
213
  msgid "Off"
214
  msgstr ""
215
 
216
- #: libs/blockcountry-settings.php:444
217
  msgid "SQL Mode"
218
  msgstr ""
219
 
220
- #: libs/blockcountry-settings.php:448
221
  msgid "Server Information"
222
  msgstr ""
223
 
224
- #: libs/blockcountry-settings.php:453
225
  msgid "Server IP Address"
226
  msgstr ""
227
 
228
- #: libs/blockcountry-settings.php:455
229
  msgid "Server Type"
230
  msgstr ""
231
 
232
- #: libs/blockcountry-settings.php:456
233
  msgid "Operating System"
234
  msgstr ""
235
 
236
- #: libs/blockcountry-settings.php:457
237
  msgid "Browser Compression Supported"
238
  msgstr ""
239
 
240
- #: libs/blockcountry-settings.php:473
241
  msgid "undefined"
242
  msgstr ""
243
 
244
- #: libs/blockcountry-settings.php:480
245
  msgid "PHP Process User (UID:GID)"
246
  msgstr ""
247
 
248
- #: libs/blockcountry-settings.php:485
249
  msgid "PHP Information"
250
  msgstr ""
251
 
252
- #: libs/blockcountry-settings.php:490
253
  msgid "PHP Version"
254
  msgstr ""
255
 
256
- #: libs/blockcountry-settings.php:491
257
  msgid "PHP Memory Usage"
258
  msgstr ""
259
 
260
- #: libs/blockcountry-settings.php:491
261
  msgid " MB"
262
  msgstr ""
263
 
264
- #: libs/blockcountry-settings.php:497 libs/blockcountry-settings.php:505
265
- #: libs/blockcountry-settings.php:513 libs/blockcountry-settings.php:570
266
  msgid "N/A"
267
  msgstr ""
268
 
269
- #: libs/blockcountry-settings.php:500
270
  msgid "PHP Memory Limit"
271
  msgstr ""
272
 
273
- #: libs/blockcountry-settings.php:508
274
  msgid "PHP Max Upload Size"
275
  msgstr ""
276
 
277
- #: libs/blockcountry-settings.php:516
278
  msgid "PHP Max Post Size"
279
  msgstr ""
280
 
281
- #: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:527
282
- #: libs/blockcountry-settings.php:535 libs/blockcountry-settings.php:543
283
- #: libs/blockcountry-settings.php:551 libs/blockcountry-settings.php:560
284
- #: libs/blockcountry-settings.php:577
285
  msgid "On"
286
  msgstr ""
287
 
288
- #: libs/blockcountry-settings.php:524
289
- msgid "PHP Safe Mode"
290
- msgstr ""
291
-
292
- #: libs/blockcountry-settings.php:532
293
  msgid "PHP Allow URL fopen"
294
  msgstr ""
295
 
296
- #: libs/blockcountry-settings.php:540
297
  msgid "PHP Allow URL Include"
298
  msgstr ""
299
 
300
- #: libs/blockcountry-settings.php:548
301
  msgid "PHP Display Errors"
302
  msgstr ""
303
 
304
- #: libs/blockcountry-settings.php:556
305
  msgid "PHP Display Startup Errors"
306
  msgstr ""
307
 
308
- #: libs/blockcountry-settings.php:565
309
  msgid "PHP Expose PHP"
310
  msgstr ""
311
 
312
- #: libs/blockcountry-settings.php:573
313
  msgid "PHP Max Script Execution Time"
314
  msgstr ""
315
 
316
- #: libs/blockcountry-settings.php:574
317
  msgid "Seconds"
318
  msgstr ""
319
 
320
- #: libs/blockcountry-settings.php:582
321
  msgid "PHP open_basedir"
322
  msgstr ""
323
 
324
- #: libs/blockcountry-settings.php:585 libs/blockcountry-settings.php:593
325
  msgid "Yes"
326
  msgstr ""
327
 
328
- #: libs/blockcountry-settings.php:587 libs/blockcountry-settings.php:595
329
  msgid "No"
330
  msgstr ""
331
 
332
- #: libs/blockcountry-settings.php:590
333
  msgid "PHP XML Support"
334
  msgstr ""
335
 
336
- #: libs/blockcountry-settings.php:598
337
  msgid "PHP IPTC Support"
338
  msgstr ""
339
 
340
- #: libs/blockcountry-settings.php:600
341
  msgid "Disabled PHP Functions"
342
  msgstr ""
343
 
344
- #: libs/blockcountry-settings.php:607
345
  msgid "Wordpress info"
346
  msgstr ""
347
 
348
- #: libs/blockcountry-settings.php:612
349
  msgid "is enabled"
350
  msgstr ""
351
 
352
- #: libs/blockcountry-settings.php:614
353
  msgid "is disabled"
354
  msgstr ""
355
 
356
- #: libs/blockcountry-settings.php:617
357
  msgid " Multisite"
358
  msgstr ""
359
 
360
- #: libs/blockcountry-settings.php:620
361
  msgid "are enabled"
362
  msgstr ""
363
 
364
- #: libs/blockcountry-settings.php:622
365
  msgid "are disabled"
366
  msgstr ""
367
 
368
- #: libs/blockcountry-settings.php:625
369
  msgid "Permalinks"
370
  msgstr ""
371
 
372
- #: libs/blockcountry-settings.php:642
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgid "Export"
374
  msgstr ""
375
 
376
- #: libs/blockcountry-settings.php:643
377
  msgid ""
378
  "When you click on <tt>Backup all settings</tt> button a backup of the iQ "
379
  "Block Country configuration will be created."
380
  msgstr ""
381
 
382
- #: libs/blockcountry-settings.php:644
383
  msgid ""
384
  "After exporting, you can either use the backup file to restore your settings "
385
  "on this site again or copy the settings to another WordPress site."
386
  msgstr ""
387
 
388
- #: libs/blockcountry-settings.php:648
389
  msgid "Backup all settings"
390
  msgstr ""
391
 
392
- #: libs/blockcountry-settings.php:655
393
  msgid "Import"
394
  msgstr ""
395
 
396
- #: libs/blockcountry-settings.php:656
397
  msgid "Click the browse button and choose a zip file that you exported before."
398
  msgstr ""
399
 
400
- #: libs/blockcountry-settings.php:657
401
  msgid "Press Restore settings button, and let WordPress do the magic for you."
402
  msgstr ""
403
 
404
- #: libs/blockcountry-settings.php:662
405
  msgid "Restore settings"
406
  msgstr ""
407
 
408
- #: libs/blockcountry-settings.php:685 libs/blockcountry-settings.php:688
409
- #: libs/blockcountry-settings.php:697
410
  msgid "Something went wrong exporting this file"
411
  msgstr ""
412
 
413
- #: libs/blockcountry-settings.php:700
414
  msgid "Exporting settings..."
415
  msgstr ""
416
 
417
- #: libs/blockcountry-settings.php:715
418
  msgid "Something went wrong importing this file"
419
  msgstr ""
420
 
421
- #: libs/blockcountry-settings.php:732
422
  msgid "All options are restored successfully."
423
  msgstr ""
424
 
425
- #: libs/blockcountry-settings.php:735
426
  msgid "Invalid file."
427
  msgstr ""
428
 
429
- #: libs/blockcountry-settings.php:740
430
  msgid "No correct import or export option given."
431
  msgstr ""
432
 
433
- #: libs/blockcountry-settings.php:749
434
  msgid "Select which pages are blocked."
435
  msgstr ""
436
 
437
- #: libs/blockcountry-settings.php:756
438
  msgid "Do you want to block individual pages:"
439
  msgstr ""
440
 
441
- #: libs/blockcountry-settings.php:757
442
  msgid "If you do not select this option all pages will be blocked."
443
  msgstr ""
444
 
445
- #: libs/blockcountry-settings.php:762
 
 
 
 
 
 
 
 
446
  msgid "Select pages you want to block:"
447
  msgstr ""
448
 
449
- #: libs/blockcountry-settings.php:784 libs/blockcountry-settings.php:838
450
- #: libs/blockcountry-settings.php:886 libs/blockcountry-settings.php:931
451
- #: libs/blockcountry-settings.php:1063 libs/blockcountry-settings.php:1192
452
- #: libs/blockcountry-settings.php:1397
453
  msgid "Save Changes"
454
  msgstr ""
455
 
456
- #: libs/blockcountry-settings.php:797
457
  msgid "Select which categories are blocked."
458
  msgstr ""
459
 
460
- #: libs/blockcountry-settings.php:804
461
  msgid "Do you want to block individual categories:"
462
  msgstr ""
463
 
464
- #: libs/blockcountry-settings.php:805
465
  msgid "If you do not select this option all blog articles will be blocked."
466
  msgstr ""
467
 
468
- #: libs/blockcountry-settings.php:810
469
  msgid "Do you want to block the homepage:"
470
  msgstr ""
471
 
472
- #: libs/blockcountry-settings.php:811
473
  msgid ""
474
  "If you do not select this option visitors will not be blocked from your "
475
  "homepage regardless of the categories you select."
476
  msgstr ""
477
 
478
- #: libs/blockcountry-settings.php:816
479
  msgid "Select categories you want to block:"
480
  msgstr ""
481
 
482
- #: libs/blockcountry-settings.php:852
 
 
 
 
 
 
 
 
 
 
 
 
483
  msgid "Select which post types are blocked."
484
  msgstr ""
485
 
486
- #: libs/blockcountry-settings.php:859
487
  msgid "Do you want to block individual post types:"
488
  msgstr ""
489
 
490
- #: libs/blockcountry-settings.php:864
491
  msgid "Select post types you want to block:"
492
  msgstr ""
493
 
494
- #: libs/blockcountry-settings.php:901
495
- msgid "Select which search engines are allowed."
496
  msgstr ""
497
 
498
- #: libs/blockcountry-settings.php:908
499
- msgid "Select which search engines you want to allow:"
500
  msgstr ""
501
 
502
- #: libs/blockcountry-settings.php:909
503
  msgid ""
504
- "This will allow a search engine to your site despite if you blocked the "
505
- "country."
506
  msgstr ""
507
 
508
- #: libs/blockcountry-settings.php:946
509
- msgid "Frontend options"
510
  msgstr ""
511
 
512
- #: libs/blockcountry-settings.php:973
513
- msgid ""
514
- "Do not block visitors that are logged in from visiting frontend website:"
 
 
 
515
  msgstr ""
516
 
517
- #: libs/blockcountry-settings.php:979
518
  msgid "Block visitors from visiting the frontend of your website:"
519
  msgstr ""
520
 
521
- #: libs/blockcountry-settings.php:985
 
 
 
 
 
522
  msgid "Block visitors from using the search function of your website:"
523
  msgstr ""
524
 
525
- #: libs/blockcountry-settings.php:991
526
- msgid ""
527
- "Select the countries that should be blocked from visiting your frontend:"
528
  msgstr ""
529
 
530
- #: libs/blockcountry-settings.php:992
531
- msgid "Use the CTRL key to select multiple countries"
532
  msgstr ""
533
 
534
- #: libs/blockcountry-settings.php:1034 libs/blockcountry-settings.php:1168
535
- msgid "Inverse the selection above:"
536
  msgstr ""
537
 
538
- #: libs/blockcountry-settings.php:1035 libs/blockcountry-settings.php:1169
539
- msgid ""
540
- "If you select this option only the countries that are selected are "
541
- "<em>allowed</em>."
542
  msgstr ""
543
 
544
- #: libs/blockcountry-settings.php:1040
545
  msgid "Block tag pages:"
546
  msgstr ""
547
 
548
- #: libs/blockcountry-settings.php:1041
549
  msgid "If you select this option tag pages will be blocked."
550
  msgstr ""
551
 
552
- #: libs/blockcountry-settings.php:1046
 
 
 
 
 
 
 
 
553
  msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
554
  msgstr ""
555
 
556
- #: libs/blockcountry-settings.php:1046 libs/blockcountry-settings.php:1054
557
- #: libs/blockcountry-settings.php:1175 libs/blockcountry-settings.php:1183
558
  msgid "Use a semicolon (;) to separate IP addresses"
559
  msgstr ""
560
 
561
- #: libs/blockcountry-settings.php:1054
 
 
 
 
 
 
562
  msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
563
  msgstr ""
564
 
565
- #: libs/blockcountry-settings.php:1083
566
  msgid "Backend Options"
567
  msgstr ""
568
 
569
- #: libs/blockcountry-settings.php:1111
570
  msgid ""
571
  "Block visitors from visiting the backend (administrator) of your website:"
572
  msgstr ""
573
 
574
- #: libs/blockcountry-settings.php:1119
575
  msgid "Your IP address is"
576
  msgstr ""
577
 
578
- #: libs/blockcountry-settings.php:1119
579
  msgid "The country that is listed for this IP address is"
580
  msgstr ""
581
 
582
- #: libs/blockcountry-settings.php:1120
583
  msgid ""
584
  "Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
585
  "(administrator) of your website' and also select"
586
  msgstr ""
587
 
588
- #: libs/blockcountry-settings.php:1120
589
  msgid "below."
590
  msgstr ""
591
 
592
- #: libs/blockcountry-settings.php:1121
593
  msgid ""
594
  "You will NOT be able to login the next time if you DO block your own country "
595
  "from visiting the backend."
596
  msgstr ""
597
 
598
- #: libs/blockcountry-settings.php:1126
599
- msgid "Select the countries that should be blocked from visiting your backend:"
600
- msgstr ""
601
-
602
- #: libs/blockcountry-settings.php:1127
603
- msgid "Use the x behind the country to remove a country from this blocklist."
604
- msgstr ""
605
-
606
- #: libs/blockcountry-settings.php:1175
607
  msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
608
  msgstr ""
609
 
610
- #: libs/blockcountry-settings.php:1183
611
  msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
612
  msgstr ""
613
 
614
- #: libs/blockcountry-settings.php:1225
615
  msgid "Overall statistics since start"
616
  msgstr ""
617
 
618
- #: libs/blockcountry-settings.php:1228
619
  msgid "visitors blocked from the backend."
620
  msgstr ""
621
 
622
- #: libs/blockcountry-settings.php:1230
623
  msgid "visitors blocked from the frontend."
624
  msgstr ""
625
 
626
- #: libs/blockcountry-settings.php:1247
627
  msgid "Block type"
628
  msgstr ""
629
 
630
- #: libs/blockcountry-settings.php:1249
631
  msgid ""
632
  "You should choose one of the 3 block options below. This wil either show a "
633
  "block message, redirect to an internal page or redirect to an external page."
634
  msgstr ""
635
 
636
- #: libs/blockcountry-settings.php:1254
637
  msgid "Message to display when people are blocked:"
638
  msgstr ""
639
 
640
- #: libs/blockcountry-settings.php:1265
641
  msgid "Page to redirect to:"
642
  msgstr ""
643
 
644
- #: libs/blockcountry-settings.php:1266
645
  msgid ""
646
  "If you select a page here blocked visitors will be redirected to this page "
647
  "instead of displaying above block message."
648
  msgstr ""
649
 
650
- #: libs/blockcountry-settings.php:1272
651
  msgid "Choose a page..."
652
  msgstr ""
653
 
654
- #: libs/blockcountry-settings.php:1287
655
  msgid "URL to redirect to:"
656
  msgstr ""
657
 
658
- #: libs/blockcountry-settings.php:1288
659
  msgid ""
660
  "If you enter a URL here blocked visitors will be redirected to this URL "
661
  "instead of displaying above block message or redirected to a local page."
662
  msgstr ""
663
 
664
- #: libs/blockcountry-settings.php:1295
665
  msgid "General settings"
666
  msgstr ""
667
 
668
- #: libs/blockcountry-settings.php:1299
669
  msgid "Send headers when user is blocked:"
670
  msgstr ""
671
 
672
- #: libs/blockcountry-settings.php:1300
673
  msgid ""
674
  "Under normal circumstances you should keep this selected! Only if you have "
675
  "\"Cannot modify header information - headers already sent\" errors or if you "
676
  "know what you are doing uncheck this."
677
  msgstr ""
678
 
679
- #: libs/blockcountry-settings.php:1306
680
  msgid "Buffer output?:"
681
  msgstr ""
682
 
683
- #: libs/blockcountry-settings.php:1307
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."
687
  msgstr ""
688
 
689
- #: libs/blockcountry-settings.php:1313
690
  msgid "Do not log IP addresses:"
691
  msgstr ""
692
 
693
- #: libs/blockcountry-settings.php:1314
694
  msgid ""
695
  "Check this box if the laws in your country do not permit you to log IP "
696
  "addresses or if you do not want to log the ip addresses."
697
  msgstr ""
698
 
699
- #: libs/blockcountry-settings.php:1320
700
  msgid "Do not block admin-ajax.php:"
701
  msgstr ""
702
 
703
- #: libs/blockcountry-settings.php:1321
704
  msgid "Check this box if you use a plugin that uses admin-ajax.php."
705
  msgstr ""
706
 
707
- #: libs/blockcountry-settings.php:1330
708
- msgid "Number of rows on statistics page:"
709
  msgstr ""
710
 
711
- #: libs/blockcountry-settings.php:1331
712
- msgid "How many rows do you want to display on each tab the statistics page."
713
  msgstr ""
714
 
715
- #: libs/blockcountry-settings.php:1346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
716
  msgid "Allow tracking:"
717
  msgstr ""
718
 
719
- #: libs/blockcountry-settings.php:1347
720
  msgid ""
721
  "This sends only the IP address and the number of attempts this ip address "
722
  "tried to login to your backend and was blocked doing so to a central server. "
@@ -724,186 +807,213 @@ msgid ""
724
  "countries."
725
  msgstr ""
726
 
727
- #: libs/blockcountry-settings.php:1353
728
  msgid "GeoIP API Key:"
729
  msgstr ""
730
 
731
- #: libs/blockcountry-settings.php:1354
732
  msgid ""
733
  "If for some reason you cannot or do not want to download the MaxMind GeoIP "
734
  "databases you will need an API key for the GeoIP api.<br />You can get an "
735
  "API key from: "
736
  msgstr ""
737
 
738
- #: libs/blockcountry-settings.php:1362
739
  msgid "GeoIP API Key Server Location:"
740
  msgstr ""
741
 
742
- #: libs/blockcountry-settings.php:1363
743
  msgid "Choose a location closest to your own location."
744
  msgstr ""
745
 
746
- #: libs/blockcountry-settings.php:1372
747
  msgid "Admin block API Key:"
748
  msgstr ""
749
 
750
- #: libs/blockcountry-settings.php:1373
751
  msgid ""
752
- "This is an experimantal feature. You do not need an API key for this plugin "
753
- "to work."
 
754
  msgstr ""
755
 
756
- #: libs/blockcountry-settings.php:1381
757
  msgid "Accessibility options:"
758
  msgstr ""
759
 
760
- #: libs/blockcountry-settings.php:1382
761
  msgid "Set this option if you cannot use the default country selection box."
762
  msgstr ""
763
 
764
- #: libs/blockcountry-settings.php:1388
 
 
 
 
 
 
 
 
 
 
765
  msgid "Log all visits:"
766
  msgstr ""
767
 
768
- #: libs/blockcountry-settings.php:1389
769
  msgid ""
770
  "This logs all visits despite if they are blocked or not. This is only for "
771
  "debugging purposes."
772
  msgstr ""
773
 
774
- #: libs/blockcountry-settings.php:1415
775
  msgid "Last blocked visits"
776
  msgstr ""
777
 
778
- #: libs/blockcountry-settings.php:1429
779
  msgid "Date / Time"
780
  msgstr ""
781
 
782
- #: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1461
783
  msgid "IP Address"
784
  msgstr ""
785
 
786
- #: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1461
787
  msgid "Hostname"
788
  msgstr ""
789
 
790
- #: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1448
791
  msgid "Country"
792
  msgstr ""
793
 
794
- #: libs/blockcountry-settings.php:1429
795
  msgid "Frontend/Backend"
796
  msgstr ""
797
 
798
- #: libs/blockcountry-settings.php:1439 libs/blockcountry-settings.php:1541
799
  msgid "Frontend"
800
  msgstr ""
801
 
802
- #: libs/blockcountry-settings.php:1439
803
  msgid "Backend banlist"
804
  msgstr ""
805
 
806
- #: libs/blockcountry-settings.php:1439
807
  msgid "Backend & Backend banlist"
808
  msgstr ""
809
 
810
- #: libs/blockcountry-settings.php:1439 libs/blockcountry-settings.php:1542
811
  msgid "Backend"
812
  msgstr ""
813
 
814
- #: libs/blockcountry-settings.php:1446
815
  msgid "Top countries that are blocked"
816
  msgstr ""
817
 
818
- #: libs/blockcountry-settings.php:1448 libs/blockcountry-settings.php:1461
819
- #: libs/blockcountry-settings.php:1472
820
  msgid "# of blocked attempts"
821
  msgstr ""
822
 
823
- #: libs/blockcountry-settings.php:1459
824
  msgid "Top hosts that are blocked"
825
  msgstr ""
826
 
827
- #: libs/blockcountry-settings.php:1470
828
  msgid "Top URLs that are blocked"
829
  msgstr ""
830
 
831
- #: libs/blockcountry-settings.php:1486
832
  msgid "Clear database"
833
  msgstr ""
834
 
835
- #: libs/blockcountry-settings.php:1511
836
  msgid "Download as CSV file"
837
  msgstr ""
838
 
839
- #: libs/blockcountry-settings.php:1518
840
  msgid ""
841
  "You are not logging any information. Please uncheck the option 'Do not log "
842
  "IP addresses' if this is not what you want."
843
  msgstr ""
844
 
845
- #: libs/blockcountry-settings.php:1540
846
  msgid "Home"
847
  msgstr ""
848
 
849
- #: libs/blockcountry-settings.php:1543
850
  msgid "Pages"
851
  msgstr ""
852
 
853
- #: libs/blockcountry-settings.php:1544
854
  msgid "Categories"
855
  msgstr ""
856
 
857
- #: libs/blockcountry-settings.php:1545
 
 
 
 
858
  msgid "Post types"
859
  msgstr ""
860
 
861
- #: libs/blockcountry-settings.php:1546
862
- msgid "Search Engines"
863
  msgstr ""
864
 
865
- #: libs/blockcountry-settings.php:1547
866
  msgid "Tools"
867
  msgstr ""
868
 
869
- #: libs/blockcountry-settings.php:1548
870
  msgid "Logging"
871
  msgstr ""
872
 
873
- #: libs/blockcountry-settings.php:1549
874
  msgid "Import/Export"
875
  msgstr ""
876
 
877
- #: libs/blockcountry-retrieve-geodb.php:38
878
- #: libs/blockcountry-retrieve-geodb.php:49
 
 
 
 
 
 
 
 
 
 
 
 
879
  msgid "Error occured: Could not download the GeoIP database from"
880
  msgstr ""
881
 
882
- #: libs/blockcountry-retrieve-geodb.php:39
883
  msgid ""
884
  "MaxMind has blocked requests from your IP address for 24 hours. Please check "
885
  "again in 24 hours or download this file from your own PC"
886
  msgstr ""
887
 
888
- #: libs/blockcountry-retrieve-geodb.php:40
889
  msgid "Unzip this file and upload it (via FTP for instance) to:"
890
  msgstr ""
891
 
892
- #: libs/blockcountry-retrieve-geodb.php:50
893
  msgid ""
894
  "Please download this file from your own PC unzip this file and upload it "
895
  "(via FTP for instance) to:"
896
  msgstr ""
897
 
898
- #: libs/blockcountry-retrieve-geodb.php:77
899
  msgid "Finished downloading"
900
  msgstr ""
901
 
902
- #: libs/blockcountry-retrieve-geodb.php:85
903
  msgid "Fatal error: GeoIP"
904
  msgstr ""
905
 
906
- #: libs/blockcountry-retrieve-geodb.php:85
907
  msgid ""
908
  "database does not exists. This plugin will not work until the database file "
909
  "is present."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: iQ Block Country\n"
4
+ "POT-Creation-Date: 2019-05-20 16:32+0200\n"
5
+ "PO-Revision-Date: 2019-05-20 16:32+0200\n"
6
  "Last-Translator: Pascal <pascal@webence.nl>\n"
7
  "Language-Team: iQ Block Country <info@redeo.nl>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: libs\n"
16
  "X-Poedit-SearchPath-1: .\n"
17
 
18
+ #: libs/blockcountry-settings.php:66
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgid ""
20
+ "The MaxMind GeoIP2 database does not exist. Please download this file "
21
  "manually or if you wish to use the GeoIP API get an API key from: "
22
  msgstr ""
23
 
24
+ #: libs/blockcountry-settings.php:67 libs/blockcountry-settings.php:91
25
+ #: libs/blockcountry-settings.php:130
26
  msgid "Please download the database from: "
27
  msgstr ""
28
 
29
+ #: libs/blockcountry-settings.php:69 libs/blockcountry-settings.php:93
30
+ msgid ""
31
+ "unzip the file and afterwards upload the GeoLite2-Country.mmdb file to the "
32
+ "following location: "
33
  msgstr ""
34
 
35
+ #: libs/blockcountry-settings.php:72 libs/blockcountry-settings.php:96
36
+ #: libs/blockcountry-settings.php:135
37
+ msgid "For more detailed instructions take a look at the documentation.."
38
  msgstr ""
39
 
40
+ #: libs/blockcountry-settings.php:89
41
+ msgid ""
42
+ "Please upgrade your old GeoIP database. This database is no longer "
43
+ "maintained by MaxMind and everyone should upgrade to the GeoIP2 database."
44
+ "<br />"
45
+ msgstr ""
46
+
47
+ #: libs/blockcountry-settings.php:90
48
+ msgid ""
49
+ "The MaxMind GeoIP2 database does not exist yet . Please download this file "
50
+ "manually or if you wish to use the GeoIP API get an API key from: "
51
  msgstr ""
52
 
53
+ #: libs/blockcountry-settings.php:112
54
  msgid "A caching plugin appears to be active on your WordPress installation."
55
  msgstr ""
56
 
57
+ #: libs/blockcountry-settings.php:113
58
  msgid ""
59
  "Caching plugins do not always cooperate nicely together with the iQ Block "
60
  "Country plugin which may lead to non blocked visitors getting a cached "
61
  "banned message or page."
62
  msgstr ""
63
 
64
+ #: libs/blockcountry-settings.php:114
65
  msgid "For more information visit the following page:"
66
  msgstr ""
67
 
68
+ #: libs/blockcountry-settings.php:129
69
  msgid ""
70
  "The MaxMind GeoIP database is older than 3 months. Please update this file "
71
  "manually or if you wish to use the GeoIP API get an API key from: "
72
  msgstr ""
73
 
74
+ #: libs/blockcountry-settings.php:132
75
+ msgid "unzip the file and afterwards upload it to the following location: "
76
+ msgstr ""
77
+
78
+ #: libs/blockcountry-settings.php:306
79
  msgid ""
80
  "Check which country belongs to an IP Address according to the current "
81
  "database."
82
  msgstr ""
83
 
84
+ #: libs/blockcountry-settings.php:311
85
  msgid "IP Address to check:"
86
  msgstr ""
87
 
88
+ #: libs/blockcountry-settings.php:329
89
  msgid "No country for"
90
  msgstr ""
91
 
92
+ #: libs/blockcountry-settings.php:329
93
  msgid "could be found. Or"
94
  msgstr ""
95
 
96
+ #: libs/blockcountry-settings.php:329
97
  msgid "is not a valid IPv4 or IPv6 IP address"
98
  msgstr ""
99
 
100
+ #: libs/blockcountry-settings.php:334
101
  msgid "IP Adress"
102
  msgstr ""
103
 
104
+ #: libs/blockcountry-settings.php:334
105
  msgid "belongs to"
106
  msgstr ""
107
 
108
+ #: libs/blockcountry-settings.php:340 libs/blockcountry-settings.php:345
109
  msgid "This country is not permitted to visit the frontend of this website."
110
  msgstr ""
111
 
112
+ #: libs/blockcountry-settings.php:354 libs/blockcountry-settings.php:361
113
  msgid "This country is not permitted to visit the backend of this website."
114
  msgstr ""
115
 
116
+ #: libs/blockcountry-settings.php:367
117
+ msgid "This IP address is present in the blacklist."
118
  msgstr ""
119
 
120
+ #: libs/blockcountry-settings.php:373
121
+ msgid "This IP address is present in the frontend blacklist."
122
+ msgstr ""
123
+
124
+ #: libs/blockcountry-settings.php:378
125
+ msgid "This IP address is present in the frontend whitelist."
126
+ msgstr ""
127
+
128
+ #: libs/blockcountry-settings.php:383
129
+ msgid "This IP address is present in the backend blacklist."
130
+ msgstr ""
131
+
132
+ #: libs/blockcountry-settings.php:388
133
+ msgid "This IP address is present in the backend whitelist."
134
+ msgstr ""
135
+
136
+ #: libs/blockcountry-settings.php:395
137
  msgid "Check IP address"
138
  msgstr ""
139
 
140
+ #: libs/blockcountry-settings.php:403
141
  msgid "Database information"
142
  msgstr ""
143
 
144
+ #: libs/blockcountry-settings.php:414
145
  msgid "IPv4 database exists. File date: "
146
  msgstr ""
147
 
148
+ #: libs/blockcountry-settings.php:421 libs/blockcountry-settings.php:457
149
  msgid "Database is older than 3 months... Please update..."
150
  msgstr ""
151
 
152
+ #: libs/blockcountry-settings.php:426
153
  msgid "IPv4 database does not exist."
154
  msgstr ""
155
 
156
+ #: libs/blockcountry-settings.php:432
157
  msgid "IPv6 database exists. File date: "
158
  msgstr ""
159
 
160
+ #: libs/blockcountry-settings.php:439
161
  msgid "Database is older than 3 months... Please update..."
162
  msgstr ""
163
 
164
+ #: libs/blockcountry-settings.php:444
165
  msgid "IPv6 database does not exist."
166
  msgstr ""
167
 
168
+ #: libs/blockcountry-settings.php:450
169
+ msgid "GeoIP2 database exists. File date: "
170
+ msgstr ""
171
+
172
+ #: libs/blockcountry-settings.php:462
173
+ msgid "GeoIP2 database does not exist."
174
+ msgstr ""
175
+
176
+ #: libs/blockcountry-settings.php:469
177
  msgid "Your GeoIP API key is valid till: "
178
  msgstr ""
179
 
180
+ #: libs/blockcountry-settings.php:478
181
  msgid "Active plugins"
182
  msgstr ""
183
 
184
+ #: libs/blockcountry-settings.php:485
185
  msgid "Plugin name"
186
  msgstr ""
187
 
188
+ #: libs/blockcountry-settings.php:485
189
  msgid "Version"
190
  msgstr ""
191
 
192
+ #: libs/blockcountry-settings.php:485 libs/blockcountry-settings.php:1689
193
+ #: libs/blockcountry-settings.php:1748
194
  msgid "URL"
195
  msgstr ""
196
 
197
+ #: libs/blockcountry-settings.php:504
198
  msgid "none"
199
  msgstr ""
200
 
201
+ #: libs/blockcountry-settings.php:510 libs/blockcountry-settings.php:511
202
  msgid "unavailable"
203
  msgstr ""
204
 
205
+ #: libs/blockcountry-settings.php:515
206
  msgid "File System Information"
207
  msgstr ""
208
 
209
+ #: libs/blockcountry-settings.php:518
210
  msgid "Website Root Folder"
211
  msgstr ""
212
 
213
+ #: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:713
214
  msgid "Document Root Path"
215
  msgstr ""
216
 
217
+ #: libs/blockcountry-settings.php:523
218
  msgid "Database Information"
219
  msgstr ""
220
 
221
+ #: libs/blockcountry-settings.php:525
222
  msgid "MySQL Database Version"
223
  msgstr ""
224
 
225
+ #: libs/blockcountry-settings.php:526
226
  msgid "MySQL Client Version"
227
  msgstr ""
228
 
229
+ #: libs/blockcountry-settings.php:527
230
  msgid "Database Host"
231
  msgstr ""
232
 
233
+ #: libs/blockcountry-settings.php:533
234
  msgid "Not Set"
235
  msgstr ""
236
 
237
+ #: libs/blockcountry-settings.php:535 libs/blockcountry-settings.php:615
238
+ #: libs/blockcountry-settings.php:623 libs/blockcountry-settings.php:631
239
+ #: libs/blockcountry-settings.php:639 libs/blockcountry-settings.php:648
240
+ #: libs/blockcountry-settings.php:665
241
  msgid "Off"
242
  msgstr ""
243
 
244
+ #: libs/blockcountry-settings.php:538
245
  msgid "SQL Mode"
246
  msgstr ""
247
 
248
+ #: libs/blockcountry-settings.php:542
249
  msgid "Server Information"
250
  msgstr ""
251
 
252
+ #: libs/blockcountry-settings.php:547
253
  msgid "Server IP Address"
254
  msgstr ""
255
 
256
+ #: libs/blockcountry-settings.php:549
257
  msgid "Server Type"
258
  msgstr ""
259
 
260
+ #: libs/blockcountry-settings.php:550
261
  msgid "Operating System"
262
  msgstr ""
263
 
264
+ #: libs/blockcountry-settings.php:551
265
  msgid "Browser Compression Supported"
266
  msgstr ""
267
 
268
+ #: libs/blockcountry-settings.php:567
269
  msgid "undefined"
270
  msgstr ""
271
 
272
+ #: libs/blockcountry-settings.php:574
273
  msgid "PHP Process User (UID:GID)"
274
  msgstr ""
275
 
276
+ #: libs/blockcountry-settings.php:579
277
  msgid "PHP Information"
278
  msgstr ""
279
 
280
+ #: libs/blockcountry-settings.php:584
281
  msgid "PHP Version"
282
  msgstr ""
283
 
284
+ #: libs/blockcountry-settings.php:585
285
  msgid "PHP Memory Usage"
286
  msgstr ""
287
 
288
+ #: libs/blockcountry-settings.php:585
289
  msgid " MB"
290
  msgstr ""
291
 
292
+ #: libs/blockcountry-settings.php:591 libs/blockcountry-settings.php:599
293
+ #: libs/blockcountry-settings.php:607 libs/blockcountry-settings.php:656
294
  msgid "N/A"
295
  msgstr ""
296
 
297
+ #: libs/blockcountry-settings.php:594
298
  msgid "PHP Memory Limit"
299
  msgstr ""
300
 
301
+ #: libs/blockcountry-settings.php:602
302
  msgid "PHP Max Upload Size"
303
  msgstr ""
304
 
305
+ #: libs/blockcountry-settings.php:610
306
  msgid "PHP Max Post Size"
307
  msgstr ""
308
 
309
+ #: libs/blockcountry-settings.php:613 libs/blockcountry-settings.php:621
310
+ #: libs/blockcountry-settings.php:629 libs/blockcountry-settings.php:637
311
+ #: libs/blockcountry-settings.php:646 libs/blockcountry-settings.php:663
 
312
  msgid "On"
313
  msgstr ""
314
 
315
+ #: libs/blockcountry-settings.php:618
 
 
 
 
316
  msgid "PHP Allow URL fopen"
317
  msgstr ""
318
 
319
+ #: libs/blockcountry-settings.php:626
320
  msgid "PHP Allow URL Include"
321
  msgstr ""
322
 
323
+ #: libs/blockcountry-settings.php:634
324
  msgid "PHP Display Errors"
325
  msgstr ""
326
 
327
+ #: libs/blockcountry-settings.php:642
328
  msgid "PHP Display Startup Errors"
329
  msgstr ""
330
 
331
+ #: libs/blockcountry-settings.php:651
332
  msgid "PHP Expose PHP"
333
  msgstr ""
334
 
335
+ #: libs/blockcountry-settings.php:659
336
  msgid "PHP Max Script Execution Time"
337
  msgstr ""
338
 
339
+ #: libs/blockcountry-settings.php:660
340
  msgid "Seconds"
341
  msgstr ""
342
 
343
+ #: libs/blockcountry-settings.php:668
344
  msgid "PHP open_basedir"
345
  msgstr ""
346
 
347
+ #: libs/blockcountry-settings.php:671 libs/blockcountry-settings.php:679
348
  msgid "Yes"
349
  msgstr ""
350
 
351
+ #: libs/blockcountry-settings.php:673 libs/blockcountry-settings.php:681
352
  msgid "No"
353
  msgstr ""
354
 
355
+ #: libs/blockcountry-settings.php:676
356
  msgid "PHP XML Support"
357
  msgstr ""
358
 
359
+ #: libs/blockcountry-settings.php:684
360
  msgid "PHP IPTC Support"
361
  msgstr ""
362
 
363
+ #: libs/blockcountry-settings.php:686
364
  msgid "Disabled PHP Functions"
365
  msgstr ""
366
 
367
+ #: libs/blockcountry-settings.php:693
368
  msgid "Wordpress info"
369
  msgstr ""
370
 
371
+ #: libs/blockcountry-settings.php:698
372
  msgid "is enabled"
373
  msgstr ""
374
 
375
+ #: libs/blockcountry-settings.php:700
376
  msgid "is disabled"
377
  msgstr ""
378
 
379
+ #: libs/blockcountry-settings.php:703
380
  msgid " Multisite"
381
  msgstr ""
382
 
383
+ #: libs/blockcountry-settings.php:706
384
  msgid "are enabled"
385
  msgstr ""
386
 
387
+ #: libs/blockcountry-settings.php:708
388
  msgid "are disabled"
389
  msgstr ""
390
 
391
+ #: libs/blockcountry-settings.php:711
392
  msgid "Permalinks"
393
  msgstr ""
394
 
395
+ #: libs/blockcountry-settings.php:718
396
+ msgid "IP Address information"
397
+ msgstr ""
398
+
399
+ #: libs/blockcountry-settings.php:725 libs/blockcountry-settings.php:730
400
+ #: libs/blockcountry-settings.php:735 libs/blockcountry-settings.php:740
401
+ #: libs/blockcountry-settings.php:745 libs/blockcountry-settings.php:750
402
+ #: libs/blockcountry-settings.php:755 libs/blockcountry-settings.php:760
403
+ #: libs/blockcountry-settings.php:765
404
+ msgid "Not set"
405
+ msgstr ""
406
+
407
+ #: libs/blockcountry-settings.php:781
408
  msgid "Export"
409
  msgstr ""
410
 
411
+ #: libs/blockcountry-settings.php:782
412
  msgid ""
413
  "When you click on <tt>Backup all settings</tt> button a backup of the iQ "
414
  "Block Country configuration will be created."
415
  msgstr ""
416
 
417
+ #: libs/blockcountry-settings.php:783
418
  msgid ""
419
  "After exporting, you can either use the backup file to restore your settings "
420
  "on this site again or copy the settings to another WordPress site."
421
  msgstr ""
422
 
423
+ #: libs/blockcountry-settings.php:787
424
  msgid "Backup all settings"
425
  msgstr ""
426
 
427
+ #: libs/blockcountry-settings.php:794
428
  msgid "Import"
429
  msgstr ""
430
 
431
+ #: libs/blockcountry-settings.php:795
432
  msgid "Click the browse button and choose a zip file that you exported before."
433
  msgstr ""
434
 
435
+ #: libs/blockcountry-settings.php:796
436
  msgid "Press Restore settings button, and let WordPress do the magic for you."
437
  msgstr ""
438
 
439
+ #: libs/blockcountry-settings.php:801
440
  msgid "Restore settings"
441
  msgstr ""
442
 
443
+ #: libs/blockcountry-settings.php:824 libs/blockcountry-settings.php:827
444
+ #: libs/blockcountry-settings.php:836
445
  msgid "Something went wrong exporting this file"
446
  msgstr ""
447
 
448
+ #: libs/blockcountry-settings.php:839
449
  msgid "Exporting settings..."
450
  msgstr ""
451
 
452
+ #: libs/blockcountry-settings.php:854
453
  msgid "Something went wrong importing this file"
454
  msgstr ""
455
 
456
+ #: libs/blockcountry-settings.php:871
457
  msgid "All options are restored successfully."
458
  msgstr ""
459
 
460
+ #: libs/blockcountry-settings.php:874
461
  msgid "Invalid file."
462
  msgstr ""
463
 
464
+ #: libs/blockcountry-settings.php:879
465
  msgid "No correct import or export option given."
466
  msgstr ""
467
 
468
+ #: libs/blockcountry-settings.php:888
469
  msgid "Select which pages are blocked."
470
  msgstr ""
471
 
472
+ #: libs/blockcountry-settings.php:895
473
  msgid "Do you want to block individual pages:"
474
  msgstr ""
475
 
476
+ #: libs/blockcountry-settings.php:896
477
  msgid "If you do not select this option all pages will be blocked."
478
  msgstr ""
479
 
480
+ #: libs/blockcountry-settings.php:903
481
+ msgid "Block pages selected below:"
482
+ msgstr ""
483
+
484
+ #: libs/blockcountry-settings.php:904
485
+ msgid "Block all pages except those selected below"
486
+ msgstr ""
487
+
488
+ #: libs/blockcountry-settings.php:911
489
  msgid "Select pages you want to block:"
490
  msgstr ""
491
 
492
+ #: libs/blockcountry-settings.php:933 libs/blockcountry-settings.php:987
493
+ #: libs/blockcountry-settings.php:1035 libs/blockcountry-settings.php:1083
494
+ #: libs/blockcountry-settings.php:1130 libs/blockcountry-settings.php:1274
495
+ #: libs/blockcountry-settings.php:1404 libs/blockcountry-settings.php:1656
496
  msgid "Save Changes"
497
  msgstr ""
498
 
499
+ #: libs/blockcountry-settings.php:946
500
  msgid "Select which categories are blocked."
501
  msgstr ""
502
 
503
+ #: libs/blockcountry-settings.php:953
504
  msgid "Do you want to block individual categories:"
505
  msgstr ""
506
 
507
+ #: libs/blockcountry-settings.php:954 libs/blockcountry-settings.php:1008
508
  msgid "If you do not select this option all blog articles will be blocked."
509
  msgstr ""
510
 
511
+ #: libs/blockcountry-settings.php:959
512
  msgid "Do you want to block the homepage:"
513
  msgstr ""
514
 
515
+ #: libs/blockcountry-settings.php:960
516
  msgid ""
517
  "If you do not select this option visitors will not be blocked from your "
518
  "homepage regardless of the categories you select."
519
  msgstr ""
520
 
521
+ #: libs/blockcountry-settings.php:965
522
  msgid "Select categories you want to block:"
523
  msgstr ""
524
 
525
+ #: libs/blockcountry-settings.php:1000
526
+ msgid "Select which tags are blocked."
527
+ msgstr ""
528
+
529
+ #: libs/blockcountry-settings.php:1007
530
+ msgid "Do you want to block individual tags:"
531
+ msgstr ""
532
+
533
+ #: libs/blockcountry-settings.php:1013
534
+ msgid "Select tags you want to block:"
535
+ msgstr ""
536
+
537
+ #: libs/blockcountry-settings.php:1049
538
  msgid "Select which post types are blocked."
539
  msgstr ""
540
 
541
+ #: libs/blockcountry-settings.php:1056
542
  msgid "Do you want to block individual post types:"
543
  msgstr ""
544
 
545
+ #: libs/blockcountry-settings.php:1061
546
  msgid "Select post types you want to block:"
547
  msgstr ""
548
 
549
+ #: libs/blockcountry-settings.php:1098
550
+ msgid "Select which services are allowed."
551
  msgstr ""
552
 
553
+ #: libs/blockcountry-settings.php:1105
554
+ msgid "Select which services you want to allow:"
555
  msgstr ""
556
 
557
+ #: libs/blockcountry-settings.php:1106
558
  msgid ""
559
+ "This will allow a service like for instance a search engine to your site "
560
+ "despite if you blocked the country."
561
  msgstr ""
562
 
563
+ #: libs/blockcountry-settings.php:1107
564
+ msgid "Please note the \"Search Engine Visibility\" should not be selected in "
565
  msgstr ""
566
 
567
+ #: libs/blockcountry-settings.php:1107
568
+ msgid "reading settings."
569
+ msgstr ""
570
+
571
+ #: libs/blockcountry-settings.php:1145
572
+ msgid "Frontend options"
573
  msgstr ""
574
 
575
+ #: libs/blockcountry-settings.php:1172
576
  msgid "Block visitors from visiting the frontend of your website:"
577
  msgstr ""
578
 
579
+ #: libs/blockcountry-settings.php:1178
580
+ msgid ""
581
+ "Do not block visitors that are logged in from visiting frontend website:"
582
+ msgstr ""
583
+
584
+ #: libs/blockcountry-settings.php:1184
585
  msgid "Block visitors from using the search function of your website:"
586
  msgstr ""
587
 
588
+ #: libs/blockcountry-settings.php:1190 libs/blockcountry-settings.php:1337
589
+ msgid "Block countries selected below:"
 
590
  msgstr ""
591
 
592
+ #: libs/blockcountry-settings.php:1191 libs/blockcountry-settings.php:1338
593
+ msgid "Block all countries except those selected below"
594
  msgstr ""
595
 
596
+ #: libs/blockcountry-settings.php:1198 libs/blockcountry-settings.php:1345
597
+ msgid "Select the countries:"
598
  msgstr ""
599
 
600
+ #: libs/blockcountry-settings.php:1199 libs/blockcountry-settings.php:1346
601
+ msgid "Use the CTRL key to select multiple countries"
 
 
602
  msgstr ""
603
 
604
+ #: libs/blockcountry-settings.php:1241
605
  msgid "Block tag pages:"
606
  msgstr ""
607
 
608
+ #: libs/blockcountry-settings.php:1242
609
  msgid "If you select this option tag pages will be blocked."
610
  msgstr ""
611
 
612
+ #: libs/blockcountry-settings.php:1248
613
+ msgid "Block feed:"
614
+ msgstr ""
615
+
616
+ #: libs/blockcountry-settings.php:1249
617
+ msgid "If you select this option feed pages will be blocked."
618
+ msgstr ""
619
+
620
+ #: libs/blockcountry-settings.php:1257
621
  msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
622
  msgstr ""
623
 
624
+ #: libs/blockcountry-settings.php:1257 libs/blockcountry-settings.php:1265
625
+ #: libs/blockcountry-settings.php:1387 libs/blockcountry-settings.php:1395
626
  msgid "Use a semicolon (;) to separate IP addresses"
627
  msgstr ""
628
 
629
+ #: libs/blockcountry-settings.php:1257 libs/blockcountry-settings.php:1265
630
+ #: libs/blockcountry-settings.php:1387 libs/blockcountry-settings.php:1395
631
+ msgid ""
632
+ "This field accepts single IP addresses as well as ranges in CIDR format."
633
+ msgstr ""
634
+
635
+ #: libs/blockcountry-settings.php:1265
636
  msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
637
  msgstr ""
638
 
639
+ #: libs/blockcountry-settings.php:1294
640
  msgid "Backend Options"
641
  msgstr ""
642
 
643
+ #: libs/blockcountry-settings.php:1322
644
  msgid ""
645
  "Block visitors from visiting the backend (administrator) of your website:"
646
  msgstr ""
647
 
648
+ #: libs/blockcountry-settings.php:1330
649
  msgid "Your IP address is"
650
  msgstr ""
651
 
652
+ #: libs/blockcountry-settings.php:1330
653
  msgid "The country that is listed for this IP address is"
654
  msgstr ""
655
 
656
+ #: libs/blockcountry-settings.php:1331
657
  msgid ""
658
  "Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
659
  "(administrator) of your website' and also select"
660
  msgstr ""
661
 
662
+ #: libs/blockcountry-settings.php:1331
663
  msgid "below."
664
  msgstr ""
665
 
666
+ #: libs/blockcountry-settings.php:1332
667
  msgid ""
668
  "You will NOT be able to login the next time if you DO block your own country "
669
  "from visiting the backend."
670
  msgstr ""
671
 
672
+ #: libs/blockcountry-settings.php:1387
 
 
 
 
 
 
 
 
673
  msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
674
  msgstr ""
675
 
676
+ #: libs/blockcountry-settings.php:1395
677
  msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
678
  msgstr ""
679
 
680
+ #: libs/blockcountry-settings.php:1437
681
  msgid "Overall statistics since start"
682
  msgstr ""
683
 
684
+ #: libs/blockcountry-settings.php:1440
685
  msgid "visitors blocked from the backend."
686
  msgstr ""
687
 
688
+ #: libs/blockcountry-settings.php:1442
689
  msgid "visitors blocked from the frontend."
690
  msgstr ""
691
 
692
+ #: libs/blockcountry-settings.php:1459
693
  msgid "Block type"
694
  msgstr ""
695
 
696
+ #: libs/blockcountry-settings.php:1461
697
  msgid ""
698
  "You should choose one of the 3 block options below. This wil either show a "
699
  "block message, redirect to an internal page or redirect to an external page."
700
  msgstr ""
701
 
702
+ #: libs/blockcountry-settings.php:1466
703
  msgid "Message to display when people are blocked:"
704
  msgstr ""
705
 
706
+ #: libs/blockcountry-settings.php:1477
707
  msgid "Page to redirect to:"
708
  msgstr ""
709
 
710
+ #: libs/blockcountry-settings.php:1478
711
  msgid ""
712
  "If you select a page here blocked visitors will be redirected to this page "
713
  "instead of displaying above block message."
714
  msgstr ""
715
 
716
+ #: libs/blockcountry-settings.php:1484
717
  msgid "Choose a page..."
718
  msgstr ""
719
 
720
+ #: libs/blockcountry-settings.php:1499
721
  msgid "URL to redirect to:"
722
  msgstr ""
723
 
724
+ #: libs/blockcountry-settings.php:1500
725
  msgid ""
726
  "If you enter a URL here blocked visitors will be redirected to this URL "
727
  "instead of displaying above block message or redirected to a local page."
728
  msgstr ""
729
 
730
+ #: libs/blockcountry-settings.php:1507
731
  msgid "General settings"
732
  msgstr ""
733
 
734
+ #: libs/blockcountry-settings.php:1511
735
  msgid "Send headers when user is blocked:"
736
  msgstr ""
737
 
738
+ #: libs/blockcountry-settings.php:1512
739
  msgid ""
740
  "Under normal circumstances you should keep this selected! Only if you have "
741
  "\"Cannot modify header information - headers already sent\" errors or if you "
742
  "know what you are doing uncheck this."
743
  msgstr ""
744
 
745
+ #: libs/blockcountry-settings.php:1518
746
  msgid "Buffer output?:"
747
  msgstr ""
748
 
749
+ #: libs/blockcountry-settings.php:1519
750
  msgid ""
751
  "You can use this option to buffer all output. This can be helpful in case "
752
  "you have \"headers already sent\" issues."
753
  msgstr ""
754
 
755
+ #: libs/blockcountry-settings.php:1525
756
  msgid "Do not log IP addresses:"
757
  msgstr ""
758
 
759
+ #: libs/blockcountry-settings.php:1526
760
  msgid ""
761
  "Check this box if the laws in your country do not permit you to log IP "
762
  "addresses or if you do not want to log the ip addresses."
763
  msgstr ""
764
 
765
+ #: libs/blockcountry-settings.php:1532
766
  msgid "Do not block admin-ajax.php:"
767
  msgstr ""
768
 
769
+ #: libs/blockcountry-settings.php:1533
770
  msgid "Check this box if you use a plugin that uses admin-ajax.php."
771
  msgstr ""
772
 
773
+ #: libs/blockcountry-settings.php:1542
774
+ msgid "Number of rows on logging tab:"
775
  msgstr ""
776
 
777
+ #: libs/blockcountry-settings.php:1543
778
+ msgid "How many rows do you want to display on each column on the logging tab."
779
  msgstr ""
780
 
781
+ #: libs/blockcountry-settings.php:1558
782
+ msgid "Number of days to keep logging:"
783
+ msgstr ""
784
+
785
+ #: libs/blockcountry-settings.php:1559
786
+ msgid "How many days do you want to keep the logging used for the logging tab."
787
+ msgstr ""
788
+
789
+ #: libs/blockcountry-settings.php:1574
790
+ msgid "Do not lookup hosts on the logging tab:"
791
+ msgstr ""
792
+
793
+ #: libs/blockcountry-settings.php:1575
794
+ msgid ""
795
+ "On some hosting environments looking up hosts may slow down the logging tab."
796
+ msgstr ""
797
+
798
+ #: libs/blockcountry-settings.php:1581
799
  msgid "Allow tracking:"
800
  msgstr ""
801
 
802
+ #: libs/blockcountry-settings.php:1582
803
  msgid ""
804
  "This sends only the IP address and the number of attempts this ip address "
805
  "tried to login to your backend and was blocked doing so to a central server. "
807
  "countries."
808
  msgstr ""
809
 
810
+ #: libs/blockcountry-settings.php:1588
811
  msgid "GeoIP API Key:"
812
  msgstr ""
813
 
814
+ #: libs/blockcountry-settings.php:1589
815
  msgid ""
816
  "If for some reason you cannot or do not want to download the MaxMind GeoIP "
817
  "databases you will need an API key for the GeoIP api.<br />You can get an "
818
  "API key from: "
819
  msgstr ""
820
 
821
+ #: libs/blockcountry-settings.php:1597
822
  msgid "GeoIP API Key Server Location:"
823
  msgstr ""
824
 
825
+ #: libs/blockcountry-settings.php:1598
826
  msgid "Choose a location closest to your own location."
827
  msgstr ""
828
 
829
+ #: libs/blockcountry-settings.php:1611
830
  msgid "Admin block API Key:"
831
  msgstr ""
832
 
833
+ #: libs/blockcountry-settings.php:1612
834
  msgid ""
835
+ "For additional security you can protect your backend from known IP addresses "
836
+ "who have made hack attempts at other WordPress sites.<br />You can get more "
837
+ "information and an API key from: "
838
  msgstr ""
839
 
840
+ #: libs/blockcountry-settings.php:1620
841
  msgid "Accessibility options:"
842
  msgstr ""
843
 
844
+ #: libs/blockcountry-settings.php:1621
845
  msgid "Set this option if you cannot use the default country selection box."
846
  msgstr ""
847
 
848
+ #: libs/blockcountry-settings.php:1627
849
+ msgid "Override IP information:"
850
+ msgstr ""
851
+
852
+ #: libs/blockcountry-settings.php:1628
853
+ msgid ""
854
+ "This option allows you to override how iQ Block Country gets the real IP of "
855
+ "your visitors."
856
+ msgstr ""
857
+
858
+ #: libs/blockcountry-settings.php:1647
859
  msgid "Log all visits:"
860
  msgstr ""
861
 
862
+ #: libs/blockcountry-settings.php:1648
863
  msgid ""
864
  "This logs all visits despite if they are blocked or not. This is only for "
865
  "debugging purposes."
866
  msgstr ""
867
 
868
+ #: libs/blockcountry-settings.php:1674
869
  msgid "Last blocked visits"
870
  msgstr ""
871
 
872
+ #: libs/blockcountry-settings.php:1689
873
  msgid "Date / Time"
874
  msgstr ""
875
 
876
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1727
877
  msgid "IP Address"
878
  msgstr ""
879
 
880
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1727
881
  msgid "Hostname"
882
  msgstr ""
883
 
884
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1714
885
  msgid "Country"
886
  msgstr ""
887
 
888
+ #: libs/blockcountry-settings.php:1689
889
  msgid "Frontend/Backend"
890
  msgstr ""
891
 
892
+ #: libs/blockcountry-settings.php:1705 libs/blockcountry-settings.php:1815
893
  msgid "Frontend"
894
  msgstr ""
895
 
896
+ #: libs/blockcountry-settings.php:1705
897
  msgid "Backend banlist"
898
  msgstr ""
899
 
900
+ #: libs/blockcountry-settings.php:1705
901
  msgid "Backend & Backend banlist"
902
  msgstr ""
903
 
904
+ #: libs/blockcountry-settings.php:1705 libs/blockcountry-settings.php:1816
905
  msgid "Backend"
906
  msgstr ""
907
 
908
+ #: libs/blockcountry-settings.php:1712
909
  msgid "Top countries that are blocked"
910
  msgstr ""
911
 
912
+ #: libs/blockcountry-settings.php:1714 libs/blockcountry-settings.php:1727
913
+ #: libs/blockcountry-settings.php:1748
914
  msgid "# of blocked attempts"
915
  msgstr ""
916
 
917
+ #: libs/blockcountry-settings.php:1725
918
  msgid "Top hosts that are blocked"
919
  msgstr ""
920
 
921
+ #: libs/blockcountry-settings.php:1746
922
  msgid "Top URLs that are blocked"
923
  msgstr ""
924
 
925
+ #: libs/blockcountry-settings.php:1762
926
  msgid "Clear database"
927
  msgstr ""
928
 
929
+ #: libs/blockcountry-settings.php:1785
930
  msgid "Download as CSV file"
931
  msgstr ""
932
 
933
+ #: libs/blockcountry-settings.php:1792
934
  msgid ""
935
  "You are not logging any information. Please uncheck the option 'Do not log "
936
  "IP addresses' if this is not what you want."
937
  msgstr ""
938
 
939
+ #: libs/blockcountry-settings.php:1814
940
  msgid "Home"
941
  msgstr ""
942
 
943
+ #: libs/blockcountry-settings.php:1817
944
  msgid "Pages"
945
  msgstr ""
946
 
947
+ #: libs/blockcountry-settings.php:1818
948
  msgid "Categories"
949
  msgstr ""
950
 
951
+ #: libs/blockcountry-settings.php:1819
952
+ msgid "Tags"
953
+ msgstr ""
954
+
955
+ #: libs/blockcountry-settings.php:1819
956
  msgid "Post types"
957
  msgstr ""
958
 
959
+ #: libs/blockcountry-settings.php:1820
960
+ msgid "Services"
961
  msgstr ""
962
 
963
+ #: libs/blockcountry-settings.php:1821
964
  msgid "Tools"
965
  msgstr ""
966
 
967
+ #: libs/blockcountry-settings.php:1822
968
  msgid "Logging"
969
  msgstr ""
970
 
971
+ #: libs/blockcountry-settings.php:1823
972
  msgid "Import/Export"
973
  msgstr ""
974
 
975
+ #: libs/blockcountry-validation.php:127
976
+ msgid "The GeoIP API key is incorrect. Please update the key."
977
+ msgstr ""
978
+
979
+ #: libs/blockcountry-validation.php:133 libs/blockcountry-validation.php:183
980
+ msgid "Setting saved."
981
+ msgstr ""
982
+
983
+ #: libs/blockcountry-validation.php:177
984
+ msgid "The Admin Block API key is incorrect. Please update the key."
985
+ msgstr ""
986
+
987
+ #: old/blockcountry-retrieve-geodb.php:38
988
+ #: old/blockcountry-retrieve-geodb.php:49
989
  msgid "Error occured: Could not download the GeoIP database from"
990
  msgstr ""
991
 
992
+ #: old/blockcountry-retrieve-geodb.php:39
993
  msgid ""
994
  "MaxMind has blocked requests from your IP address for 24 hours. Please check "
995
  "again in 24 hours or download this file from your own PC"
996
  msgstr ""
997
 
998
+ #: old/blockcountry-retrieve-geodb.php:40
999
  msgid "Unzip this file and upload it (via FTP for instance) to:"
1000
  msgstr ""
1001
 
1002
+ #: old/blockcountry-retrieve-geodb.php:50
1003
  msgid ""
1004
  "Please download this file from your own PC unzip this file and upload it "
1005
  "(via FTP for instance) to:"
1006
  msgstr ""
1007
 
1008
+ #: old/blockcountry-retrieve-geodb.php:77
1009
  msgid "Finished downloading"
1010
  msgstr ""
1011
 
1012
+ #: old/blockcountry-retrieve-geodb.php:85
1013
  msgid "Fatal error: GeoIP"
1014
  msgstr ""
1015
 
1016
+ #: old/blockcountry-retrieve-geodb.php:85
1017
  msgid ""
1018
  "database does not exists. This plugin will not work until the database file "
1019
  "is present."
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: 2019-04-11 14:36+0200\n"
5
- "PO-Revision-Date: 2019-04-11 14:36+0200\n"
6
  "Last-Translator: Pascal <pascal@webence.nl>\n"
7
  "Language-Team: iQ Block Country <support@webence.nl>\n"
8
  "Language: nl\n"
@@ -93,351 +93,347 @@ msgstr ""
93
  msgid "unzip the file and afterwards upload it to the following location: "
94
  msgstr "pak het bestand uit en upload dit bestand naar de volgende locatie:"
95
 
96
- #: libs/blockcountry-settings.php:303
97
  msgid ""
98
  "Check which country belongs to an IP Address according to the current "
99
  "database."
100
  msgstr ""
101
  "Controleer welk land behoort tot een IP adres volgens de huidige database."
102
 
103
- #: libs/blockcountry-settings.php:308
104
  msgid "IP Address to check:"
105
  msgstr "IP adres om te controleren:"
106
 
107
- #: libs/blockcountry-settings.php:326
108
  msgid "No country for"
109
  msgstr "Geen land voor"
110
 
111
- #: libs/blockcountry-settings.php:326
112
  msgid "could be found. Or"
113
  msgstr "gevonden. Of"
114
 
115
- #: libs/blockcountry-settings.php:326
116
  msgid "is not a valid IPv4 or IPv6 IP address"
117
  msgstr "is geen valide IPv4 of IPv6 ip adres."
118
 
119
- #: libs/blockcountry-settings.php:331
120
  msgid "IP Adress"
121
  msgstr "IP Adres"
122
 
123
- #: libs/blockcountry-settings.php:331
124
  msgid "belongs to"
125
  msgstr "behoort tot"
126
 
127
- #: libs/blockcountry-settings.php:337 libs/blockcountry-settings.php:342
128
  msgid "This country is not permitted to visit the frontend of this website."
129
  msgstr ""
130
  "Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
131
 
132
- #: libs/blockcountry-settings.php:351 libs/blockcountry-settings.php:358
133
  msgid "This country is not permitted to visit the backend of this website."
134
  msgstr ""
135
  "Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
136
 
137
- #: libs/blockcountry-settings.php:364
138
  msgid "This IP address is present in the blacklist."
139
  msgstr "Dit IP adres staat op de zwarte lijst."
140
 
141
- #: libs/blockcountry-settings.php:370
142
  msgid "This IP address is present in the frontend blacklist."
143
  msgstr "Dit IP adres staat op de zwarte lijst voor de voorkant."
144
 
145
- #: libs/blockcountry-settings.php:375
146
  msgid "This IP address is present in the frontend whitelist."
147
  msgstr "Dit IP adres staat op de witte lijst voor de voorkant."
148
 
149
- #: libs/blockcountry-settings.php:380
150
  msgid "This IP address is present in the backend blacklist."
151
  msgstr "Dit IP adres staat op de zwarte lijst voor de achterkant."
152
 
153
- #: libs/blockcountry-settings.php:385
154
  msgid "This IP address is present in the backend whitelist."
155
  msgstr "Dit IP adres staat op de witte lijst voor de achterkant."
156
 
157
- #: libs/blockcountry-settings.php:392
158
  msgid "Check IP address"
159
  msgstr "Controleer IP adres"
160
 
161
- #: libs/blockcountry-settings.php:400
162
  msgid "Database information"
163
  msgstr "Database informatie"
164
 
165
- #: libs/blockcountry-settings.php:411
166
  msgid "IPv4 database exists. File date: "
167
  msgstr "IPv4 database bestaat. Bestands datum:"
168
 
169
- #: libs/blockcountry-settings.php:418 libs/blockcountry-settings.php:454
170
  msgid "Database is older than 3 months... Please update..."
171
  msgstr ""
172
  "Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
173
  "alstublieft."
174
 
175
- #: libs/blockcountry-settings.php:423
176
  msgid "IPv4 database does not exist."
177
  msgstr "IPv4 database bestaat niet."
178
 
179
- #: libs/blockcountry-settings.php:429
180
  msgid "IPv6 database exists. File date: "
181
  msgstr "IPv6 database bestaat. Bestands datum:"
182
 
183
- #: libs/blockcountry-settings.php:436
184
  msgid "Database is older than 3 months... Please update..."
185
  msgstr ""
186
  "Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
187
  "alstublieft."
188
 
189
- #: libs/blockcountry-settings.php:441
190
  msgid "IPv6 database does not exist."
191
  msgstr "IPv6 database bestaat niet."
192
 
193
- #: libs/blockcountry-settings.php:447
194
  msgid "GeoIP2 database exists. File date: "
195
  msgstr "GeoIP2 database bestaat. Bestands datum:"
196
 
197
- #: libs/blockcountry-settings.php:459
198
  msgid "GeoIP2 database does not exist."
199
  msgstr "GeoIP2 database bestaat niet."
200
 
201
- #: libs/blockcountry-settings.php:466
202
  msgid "Your GeoIP API key is valid till: "
203
  msgstr "Uw GeoIP API key is geldig tot:"
204
 
205
- #: libs/blockcountry-settings.php:473
206
- #, fuzzy
207
- #| msgid "IP Adress information"
208
- msgid "IP Address information"
209
- msgstr "IP adres informatie"
210
-
211
- #: libs/blockcountry-settings.php:480 libs/blockcountry-settings.php:485
212
- #: libs/blockcountry-settings.php:490 libs/blockcountry-settings.php:495
213
- #: libs/blockcountry-settings.php:500 libs/blockcountry-settings.php:505
214
- #: libs/blockcountry-settings.php:510 libs/blockcountry-settings.php:515
215
- #: libs/blockcountry-settings.php:520
216
- #, fuzzy
217
- #| msgid "Not Set"
218
- msgid "Not set"
219
- msgstr "Niet gezet"
220
-
221
- #: libs/blockcountry-settings.php:527
222
  msgid "Active plugins"
223
  msgstr "Actieve plugins"
224
 
225
- #: libs/blockcountry-settings.php:534
226
  msgid "Plugin name"
227
  msgstr "Plugin naam"
228
 
229
- #: libs/blockcountry-settings.php:534
230
  msgid "Version"
231
  msgstr "Versie"
232
 
233
- #: libs/blockcountry-settings.php:534 libs/blockcountry-settings.php:1675
234
- #: libs/blockcountry-settings.php:1734
235
  msgid "URL"
236
  msgstr "URL"
237
 
238
- #: libs/blockcountry-settings.php:553
239
  msgid "none"
240
  msgstr "Geen"
241
 
242
- #: libs/blockcountry-settings.php:559 libs/blockcountry-settings.php:560
243
  msgid "unavailable"
244
  msgstr "niet beschikbaar"
245
 
246
- #: libs/blockcountry-settings.php:564
247
  msgid "File System Information"
248
  msgstr "File systeem informatie"
249
 
250
- #: libs/blockcountry-settings.php:567
251
  msgid "Website Root Folder"
252
  msgstr "Website root directory"
253
 
254
- #: libs/blockcountry-settings.php:568 libs/blockcountry-settings.php:762
255
  msgid "Document Root Path"
256
  msgstr "Document root pad"
257
 
258
- #: libs/blockcountry-settings.php:572
259
  msgid "Database Information"
260
  msgstr "Database informatie"
261
 
262
- #: libs/blockcountry-settings.php:574
263
  msgid "MySQL Database Version"
264
  msgstr "MySQL Database versie"
265
 
266
- #: libs/blockcountry-settings.php:575
267
  msgid "MySQL Client Version"
268
  msgstr "MySQL Client versie"
269
 
270
- #: libs/blockcountry-settings.php:576
271
  msgid "Database Host"
272
  msgstr "Database Host"
273
 
274
- #: libs/blockcountry-settings.php:582
275
  msgid "Not Set"
276
  msgstr "Niet gezet"
277
 
278
- #: libs/blockcountry-settings.php:584 libs/blockcountry-settings.php:664
279
- #: libs/blockcountry-settings.php:672 libs/blockcountry-settings.php:680
280
- #: libs/blockcountry-settings.php:688 libs/blockcountry-settings.php:697
281
- #: libs/blockcountry-settings.php:714
282
  msgid "Off"
283
  msgstr "Uit"
284
 
285
- #: libs/blockcountry-settings.php:587
286
  msgid "SQL Mode"
287
  msgstr "SQL Mode"
288
 
289
- #: libs/blockcountry-settings.php:591
290
  msgid "Server Information"
291
  msgstr "Server informatie"
292
 
293
- #: libs/blockcountry-settings.php:596
294
  msgid "Server IP Address"
295
  msgstr "Server IP Adres"
296
 
297
- #: libs/blockcountry-settings.php:598
298
  msgid "Server Type"
299
  msgstr "Server Type"
300
 
301
- #: libs/blockcountry-settings.php:599
302
  msgid "Operating System"
303
  msgstr "Operating System"
304
 
305
- #: libs/blockcountry-settings.php:600
306
  msgid "Browser Compression Supported"
307
  msgstr "Browser Compressie ondersteund"
308
 
309
- #: libs/blockcountry-settings.php:616
310
  msgid "undefined"
311
  msgstr "Ongedefinieerd"
312
 
313
- #: libs/blockcountry-settings.php:623
314
  msgid "PHP Process User (UID:GID)"
315
  msgstr "PHP Process User (UID:GID)"
316
 
317
- #: libs/blockcountry-settings.php:628
318
  msgid "PHP Information"
319
  msgstr "PHP Informatie"
320
 
321
- #: libs/blockcountry-settings.php:633
322
  msgid "PHP Version"
323
  msgstr "PHP versie"
324
 
325
- #: libs/blockcountry-settings.php:634
326
  msgid "PHP Memory Usage"
327
  msgstr "PHP Memory Usage"
328
 
329
- #: libs/blockcountry-settings.php:634
330
  msgid " MB"
331
  msgstr " MB"
332
 
333
- #: libs/blockcountry-settings.php:640 libs/blockcountry-settings.php:648
334
- #: libs/blockcountry-settings.php:656 libs/blockcountry-settings.php:705
335
  msgid "N/A"
336
  msgstr "N/A"
337
 
338
- #: libs/blockcountry-settings.php:643
339
  msgid "PHP Memory Limit"
340
  msgstr "PHP Memory Limit"
341
 
342
- #: libs/blockcountry-settings.php:651
343
  msgid "PHP Max Upload Size"
344
  msgstr "PHP Max Upload Size"
345
 
346
- #: libs/blockcountry-settings.php:659
347
  msgid "PHP Max Post Size"
348
  msgstr "PHP Max Post Size"
349
 
350
- #: libs/blockcountry-settings.php:662 libs/blockcountry-settings.php:670
351
- #: libs/blockcountry-settings.php:678 libs/blockcountry-settings.php:686
352
- #: libs/blockcountry-settings.php:695 libs/blockcountry-settings.php:712
353
  msgid "On"
354
  msgstr "Aan"
355
 
356
- #: libs/blockcountry-settings.php:667
357
  msgid "PHP Allow URL fopen"
358
  msgstr "PHP Allow URL fopen"
359
 
360
- #: libs/blockcountry-settings.php:675
361
  msgid "PHP Allow URL Include"
362
  msgstr "PHP Allow URL Include"
363
 
364
- #: libs/blockcountry-settings.php:683
365
  msgid "PHP Display Errors"
366
  msgstr "PHP Display Errors"
367
 
368
- #: libs/blockcountry-settings.php:691
369
  msgid "PHP Display Startup Errors"
370
  msgstr "PHP Display Startup Errors"
371
 
372
- #: libs/blockcountry-settings.php:700
373
  msgid "PHP Expose PHP"
374
  msgstr "PHP Expose PHP"
375
 
376
- #: libs/blockcountry-settings.php:708
377
  msgid "PHP Max Script Execution Time"
378
  msgstr "PHP Max Script Execution Time"
379
 
380
- #: libs/blockcountry-settings.php:709
381
  msgid "Seconds"
382
  msgstr "Seconden"
383
 
384
- #: libs/blockcountry-settings.php:717
385
  msgid "PHP open_basedir"
386
  msgstr "PHP open_basedir"
387
 
388
- #: libs/blockcountry-settings.php:720 libs/blockcountry-settings.php:728
389
  msgid "Yes"
390
  msgstr "Ja"
391
 
392
- #: libs/blockcountry-settings.php:722 libs/blockcountry-settings.php:730
393
  msgid "No"
394
  msgstr "Nee"
395
 
396
- #: libs/blockcountry-settings.php:725
397
  msgid "PHP XML Support"
398
  msgstr "PHP XML Support"
399
 
400
- #: libs/blockcountry-settings.php:733
401
  msgid "PHP IPTC Support"
402
  msgstr "PHP IPTC Support"
403
 
404
- #: libs/blockcountry-settings.php:735
405
  msgid "Disabled PHP Functions"
406
  msgstr "Disabled PHP Functions"
407
 
408
- #: libs/blockcountry-settings.php:742
409
  msgid "Wordpress info"
410
  msgstr "Wordpress Informatie"
411
 
412
- #: libs/blockcountry-settings.php:747
413
  msgid "is enabled"
414
  msgstr "is aangezet"
415
 
416
- #: libs/blockcountry-settings.php:749
417
  msgid "is disabled"
418
  msgstr "Is uitgezet"
419
 
420
- #: libs/blockcountry-settings.php:752
421
  msgid " Multisite"
422
  msgstr "Multisite"
423
 
424
- #: libs/blockcountry-settings.php:755
425
  msgid "are enabled"
426
  msgstr "is aangezet"
427
 
428
- #: libs/blockcountry-settings.php:757
429
  msgid "are disabled"
430
  msgstr "Is uitgezet"
431
 
432
- #: libs/blockcountry-settings.php:760
433
  msgid "Permalinks"
434
  msgstr "Permalinks"
435
 
436
- #: libs/blockcountry-settings.php:777
 
 
 
 
 
 
 
 
 
 
 
 
437
  msgid "Export"
438
  msgstr "Exporteren"
439
 
440
- #: libs/blockcountry-settings.php:778
441
  msgid ""
442
  "When you click on <tt>Backup all settings</tt> button a backup of the iQ "
443
  "Block Country configuration will be created."
@@ -445,7 +441,7 @@ msgstr ""
445
  "Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
446
  "van alle iQ Block Country instellingen worden gecreerd."
447
 
448
- #: libs/blockcountry-settings.php:779
449
  msgid ""
450
  "After exporting, you can either use the backup file to restore your settings "
451
  "on this site again or copy the settings to another WordPress site."
@@ -454,104 +450,104 @@ msgstr ""
454
  "te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
455
  "andere WordPress site te exporteren."
456
 
457
- #: libs/blockcountry-settings.php:783
458
  msgid "Backup all settings"
459
  msgstr "Backup alle instellingen"
460
 
461
- #: libs/blockcountry-settings.php:790
462
  msgid "Import"
463
  msgstr "Importeer"
464
 
465
- #: libs/blockcountry-settings.php:791
466
  msgid "Click the browse button and choose a zip file that you exported before."
467
  msgstr ""
468
  "Klik op de Browse button and selecteer een zip file welke je eerder hebt "
469
  "geexporteerd."
470
 
471
- #: libs/blockcountry-settings.php:792
472
  msgid "Press Restore settings button, and let WordPress do the magic for you."
473
  msgstr ""
474
  "Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
475
  "doen."
476
 
477
- #: libs/blockcountry-settings.php:797
478
  msgid "Restore settings"
479
  msgstr "Herstel instellingen"
480
 
481
- #: libs/blockcountry-settings.php:820 libs/blockcountry-settings.php:823
482
- #: libs/blockcountry-settings.php:832
483
  msgid "Something went wrong exporting this file"
484
  msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
485
 
486
- #: libs/blockcountry-settings.php:835
487
  msgid "Exporting settings..."
488
  msgstr "Exporteer instellingen"
489
 
490
- #: libs/blockcountry-settings.php:850
491
  msgid "Something went wrong importing this file"
492
  msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
493
 
494
- #: libs/blockcountry-settings.php:867
495
  msgid "All options are restored successfully."
496
  msgstr "Alle opties zijn succesvol hersteld"
497
 
498
- #: libs/blockcountry-settings.php:870
499
  msgid "Invalid file."
500
  msgstr "Ongeldig bestand"
501
 
502
- #: libs/blockcountry-settings.php:875
503
  msgid "No correct import or export option given."
504
  msgstr "Geen correcte importeer of exporteer optie gegeven."
505
 
506
- #: libs/blockcountry-settings.php:884
507
  msgid "Select which pages are blocked."
508
  msgstr "Selecteer welke pagina's geblokkeerd worden."
509
 
510
- #: libs/blockcountry-settings.php:891
511
  msgid "Do you want to block individual pages:"
512
  msgstr "Wil je individuele pagina's blokkeren:"
513
 
514
- #: libs/blockcountry-settings.php:892
515
  msgid "If you do not select this option all pages will be blocked."
516
  msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
517
 
518
- #: libs/blockcountry-settings.php:899
519
  msgid "Block pages selected below:"
520
  msgstr ""
521
 
522
- #: libs/blockcountry-settings.php:900
523
  msgid "Block all pages except those selected below"
524
  msgstr ""
525
 
526
- #: libs/blockcountry-settings.php:907
527
  msgid "Select pages you want to block:"
528
  msgstr "Selecteer welke pagina's je wil blokkeren."
529
 
530
- #: libs/blockcountry-settings.php:929 libs/blockcountry-settings.php:983
531
- #: libs/blockcountry-settings.php:1031 libs/blockcountry-settings.php:1079
532
- #: libs/blockcountry-settings.php:1126 libs/blockcountry-settings.php:1260
533
- #: libs/blockcountry-settings.php:1390 libs/blockcountry-settings.php:1642
534
  msgid "Save Changes"
535
  msgstr "Bewaar wijzigingen"
536
 
537
- #: libs/blockcountry-settings.php:942
538
  msgid "Select which categories are blocked."
539
  msgstr "Selecteer welke categorieen geblokkeerd worden."
540
 
541
- #: libs/blockcountry-settings.php:949
542
  msgid "Do you want to block individual categories:"
543
  msgstr "Wil je individuele categorieen blokkeren:"
544
 
545
- #: libs/blockcountry-settings.php:950 libs/blockcountry-settings.php:1004
546
  msgid "If you do not select this option all blog articles will be blocked."
547
  msgstr ""
548
  "Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
549
 
550
- #: libs/blockcountry-settings.php:955
551
  msgid "Do you want to block the homepage:"
552
  msgstr "Wil je je homepage blokkeren:"
553
 
554
- #: libs/blockcountry-settings.php:956
555
  msgid ""
556
  "If you do not select this option visitors will not be blocked from your "
557
  "homepage regardless of the categories you select."
@@ -560,43 +556,43 @@ msgstr ""
560
  "geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
561
  "selecteert."
562
 
563
- #: libs/blockcountry-settings.php:961
564
  msgid "Select categories you want to block:"
565
  msgstr "Selecteer welke categorieen je wil blokkeren."
566
 
567
- #: libs/blockcountry-settings.php:996
568
  msgid "Select which tags are blocked."
569
  msgstr "Selecteer welke tags geblokkeerd moeten worden."
570
 
571
- #: libs/blockcountry-settings.php:1003
572
  msgid "Do you want to block individual tags:"
573
  msgstr "Wil je individuele tags blokkeren?:"
574
 
575
- #: libs/blockcountry-settings.php:1009
576
  msgid "Select tags you want to block:"
577
  msgstr "Selecteer welke tags geblokkeerd moeten worden."
578
 
579
- #: libs/blockcountry-settings.php:1045
580
  msgid "Select which post types are blocked."
581
  msgstr "Selecteer welke post types geblokkeerd worden."
582
 
583
- #: libs/blockcountry-settings.php:1052
584
  msgid "Do you want to block individual post types:"
585
  msgstr "Wil je individuele post types blokkeren:"
586
 
587
- #: libs/blockcountry-settings.php:1057
588
  msgid "Select post types you want to block:"
589
  msgstr "Selecteer welke post types je wil blokkeren."
590
 
591
- #: libs/blockcountry-settings.php:1094
592
  msgid "Select which services are allowed."
593
  msgstr "Selecteer welke diensten je wilt toestaan."
594
 
595
- #: libs/blockcountry-settings.php:1101
596
  msgid "Select which services you want to allow:"
597
  msgstr "Selecteer welke diensten je wilt toestaan:"
598
 
599
- #: libs/blockcountry-settings.php:1102
600
  msgid ""
601
  "This will allow a service like for instance a search engine to your site "
602
  "despite if you blocked the country."
@@ -604,100 +600,108 @@ msgstr ""
604
  "Dit staat een dienst toe zoals bijvoorbeeld een zoek machine ongeacht of je "
605
  "het land van de zoekmachine hebt geblokkeerd."
606
 
607
- #: libs/blockcountry-settings.php:1103
608
  msgid "Please note the \"Search Engine Visibility\" should not be selected in "
609
  msgstr ""
610
  "Let op: \"Zoekmachine zichtbaarheid\" dient niet geselecteer te staan op "
611
 
612
- #: libs/blockcountry-settings.php:1103
613
  msgid "reading settings."
614
  msgstr "lezen instellingen"
615
 
616
- #: libs/blockcountry-settings.php:1141
617
  msgid "Frontend options"
618
  msgstr "Voorkant opties"
619
 
620
- #: libs/blockcountry-settings.php:1168
621
  msgid "Block visitors from visiting the frontend of your website:"
622
  msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
623
 
624
- #: libs/blockcountry-settings.php:1174
625
  msgid ""
626
  "Do not block visitors that are logged in from visiting frontend website:"
627
  msgstr ""
628
  "Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
629
 
630
- #: libs/blockcountry-settings.php:1180
631
  msgid "Block visitors from using the search function of your website:"
632
  msgstr ""
633
  "Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
634
 
635
- #: libs/blockcountry-settings.php:1186 libs/blockcountry-settings.php:1323
636
  msgid "Block countries selected below:"
637
  msgstr ""
638
 
639
- #: libs/blockcountry-settings.php:1187 libs/blockcountry-settings.php:1324
640
  msgid "Block all countries except those selected below"
641
  msgstr ""
642
 
643
- #: libs/blockcountry-settings.php:1194 libs/blockcountry-settings.php:1331
644
  msgid "Select the countries:"
645
  msgstr ""
646
 
647
- #: libs/blockcountry-settings.php:1195 libs/blockcountry-settings.php:1332
648
  msgid "Use the CTRL key to select multiple countries"
649
  msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
650
 
651
- #: libs/blockcountry-settings.php:1237
652
  msgid "Block tag pages:"
653
  msgstr "Blokkeer tag pagina's"
654
 
655
- #: libs/blockcountry-settings.php:1238
656
  msgid "If you select this option tag pages will be blocked."
657
  msgstr "Indien je deze optie selecteert worden tag pagina's geblokkeerd."
658
 
659
- #: libs/blockcountry-settings.php:1243
 
 
 
 
 
 
 
 
660
  msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
661
  msgstr ""
662
  "Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
663
 
664
- #: libs/blockcountry-settings.php:1243 libs/blockcountry-settings.php:1251
665
- #: libs/blockcountry-settings.php:1373 libs/blockcountry-settings.php:1381
666
  msgid "Use a semicolon (;) to separate IP addresses"
667
  msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
668
 
669
- #: libs/blockcountry-settings.php:1243 libs/blockcountry-settings.php:1251
670
- #: libs/blockcountry-settings.php:1373 libs/blockcountry-settings.php:1381
671
  msgid ""
672
  "This field accepts single IP addresses as well as ranges in CIDR format."
673
  msgstr ""
674
  "Dit veld accepteert zowel enkele IP adressen als IP reeksen in CIDR formaat."
675
 
676
- #: libs/blockcountry-settings.php:1251
677
  msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
678
  msgstr ""
679
  "Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
680
 
681
- #: libs/blockcountry-settings.php:1280
682
  msgid "Backend Options"
683
  msgstr "Achterkant opties"
684
 
685
- #: libs/blockcountry-settings.php:1308
686
  msgid ""
687
  "Block visitors from visiting the backend (administrator) of your website:"
688
  msgstr ""
689
  "Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
690
  "gedeelte) van je website:"
691
 
692
- #: libs/blockcountry-settings.php:1316
693
  msgid "Your IP address is"
694
  msgstr "Je IP adres is"
695
 
696
- #: libs/blockcountry-settings.php:1316
697
  msgid "The country that is listed for this IP address is"
698
  msgstr "Het land waar dit adres toe behoort is"
699
 
700
- #: libs/blockcountry-settings.php:1317
701
  msgid ""
702
  "Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
703
  "(administrator) of your website' and also select"
@@ -705,11 +709,11 @@ msgstr ""
705
  "Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
706
  "achterkant (administratie gedeelte) van je website\" en"
707
 
708
- #: libs/blockcountry-settings.php:1317
709
  msgid "below."
710
  msgstr "hier beneden."
711
 
712
- #: libs/blockcountry-settings.php:1318
713
  msgid ""
714
  "You will NOT be able to login the next time if you DO block your own country "
715
  "from visiting the backend."
@@ -717,33 +721,33 @@ msgstr ""
717
  "Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
718
  "land blokkeert van het bezoeken van de achterkant van je website."
719
 
720
- #: libs/blockcountry-settings.php:1373
721
  msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
722
  msgstr ""
723
  "Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
724
 
725
- #: libs/blockcountry-settings.php:1381
726
  msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
727
  msgstr ""
728
  "Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
729
 
730
- #: libs/blockcountry-settings.php:1423
731
  msgid "Overall statistics since start"
732
  msgstr "Statistieken sinds het begin"
733
 
734
- #: libs/blockcountry-settings.php:1426
735
  msgid "visitors blocked from the backend."
736
  msgstr "bezoekers geblokkeerd op de achterkant."
737
 
738
- #: libs/blockcountry-settings.php:1428
739
  msgid "visitors blocked from the frontend."
740
  msgstr "bezoekers geblokkeerd op de voorkant."
741
 
742
- #: libs/blockcountry-settings.php:1445
743
  msgid "Block type"
744
  msgstr "Blokkeer type"
745
 
746
- #: libs/blockcountry-settings.php:1447
747
  msgid ""
748
  "You should choose one of the 3 block options below. This wil either show a "
749
  "block message, redirect to an internal page or redirect to an external page."
@@ -752,15 +756,15 @@ msgstr ""
752
  "bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
753
  "bezoeker door naar een externe pagina."
754
 
755
- #: libs/blockcountry-settings.php:1452
756
  msgid "Message to display when people are blocked:"
757
  msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
758
 
759
- #: libs/blockcountry-settings.php:1463
760
  msgid "Page to redirect to:"
761
  msgstr "Naar welke pagina wilt u bezoekers toesturen:"
762
 
763
- #: libs/blockcountry-settings.php:1464
764
  msgid ""
765
  "If you select a page here blocked visitors will be redirected to this page "
766
  "instead of displaying above block message."
@@ -769,15 +773,15 @@ msgstr ""
769
  "doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
770
  "bezoekers."
771
 
772
- #: libs/blockcountry-settings.php:1470
773
  msgid "Choose a page..."
774
  msgstr "Kies een pagina..."
775
 
776
- #: libs/blockcountry-settings.php:1485
777
  msgid "URL to redirect to:"
778
  msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
779
 
780
- #: libs/blockcountry-settings.php:1486
781
  msgid ""
782
  "If you enter a URL here blocked visitors will be redirected to this URL "
783
  "instead of displaying above block message or redirected to a local page."
@@ -786,15 +790,15 @@ msgstr ""
786
  "naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
787
  "of worden bezoekers doorverwezen naar de geselecteerde pagina."
788
 
789
- #: libs/blockcountry-settings.php:1493
790
  msgid "General settings"
791
  msgstr "Algemene instellingen"
792
 
793
- #: libs/blockcountry-settings.php:1497
794
  msgid "Send headers when user is blocked:"
795
  msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
796
 
797
- #: libs/blockcountry-settings.php:1498
798
  msgid ""
799
  "Under normal circumstances you should keep this selected! Only if you have "
800
  "\"Cannot modify header information - headers already sent\" errors or if you "
@@ -804,11 +808,11 @@ msgstr ""
804
  "deze alleen indien je \"Cannot modify header information - headers already "
805
  "sent\" foutmeldingen krijgt of indien je weet wat je doet."
806
 
807
- #: libs/blockcountry-settings.php:1504
808
  msgid "Buffer output?:"
809
  msgstr "Buffer output?"
810
 
811
- #: libs/blockcountry-settings.php:1505
812
  msgid ""
813
  "You can use this option to buffer all output. This can be helpful in case "
814
  "you have \"headers already sent\" issues."
@@ -816,11 +820,11 @@ msgstr ""
816
  "Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
817
  "indien je \"headers already sent\" problemen hebt."
818
 
819
- #: libs/blockcountry-settings.php:1511
820
  msgid "Do not log IP addresses:"
821
  msgstr "Log geen IP adressen"
822
 
823
- #: libs/blockcountry-settings.php:1512
824
  msgid ""
825
  "Check this box if the laws in your country do not permit you to log IP "
826
  "addresses or if you do not want to log the ip addresses."
@@ -829,50 +833,50 @@ msgstr ""
829
  "adressen vast te leggen of indien je zelf deze informatie niet wilt "
830
  "vastleggen."
831
 
832
- #: libs/blockcountry-settings.php:1518
833
  msgid "Do not block admin-ajax.php:"
834
  msgstr "Blokkeer admin-ajax.php niet:"
835
 
836
- #: libs/blockcountry-settings.php:1519
837
  msgid "Check this box if you use a plugin that uses admin-ajax.php."
838
  msgstr ""
839
  "Selecteer deze optie indien je een plugin gebruikt welke gebruik maakt van "
840
  "admin-ajax.php."
841
 
842
- #: libs/blockcountry-settings.php:1528
843
  msgid "Number of rows on logging tab:"
844
  msgstr "Aantal regels op het statistieken tabblad:"
845
 
846
- #: libs/blockcountry-settings.php:1529
847
  msgid "How many rows do you want to display on each column on the logging tab."
848
  msgstr "Hoeveel regels wil je tonen in elke kolom op de statistieken tabblad."
849
 
850
- #: libs/blockcountry-settings.php:1544
851
  msgid "Number of days to keep logging:"
852
  msgstr "Aantal dagen dat je logs wilt bewaren:"
853
 
854
- #: libs/blockcountry-settings.php:1545
855
  msgid "How many days do you want to keep the logging used for the logging tab."
856
  msgstr ""
857
  "Hoeveel dagen wil je de logs bewaren welke gebruikt wordt op het "
858
  "statistieken tabblad."
859
 
860
- #: libs/blockcountry-settings.php:1560
861
  msgid "Do not lookup hosts on the logging tab:"
862
  msgstr "Zoek niet de hostnaam op op het statistieken tabblad."
863
 
864
- #: libs/blockcountry-settings.php:1561
865
  msgid ""
866
  "On some hosting environments looking up hosts may slow down the logging tab."
867
  msgstr ""
868
  "Op sommige hosting omgevingen zal het opzoeken van hostnamen zorgen voor "
869
  "vertraging op het statistieken tabblad."
870
 
871
- #: libs/blockcountry-settings.php:1567
872
  msgid "Allow tracking:"
873
  msgstr "Sta traceren toe:"
874
 
875
- #: libs/blockcountry-settings.php:1568
876
  msgid ""
877
  "This sends only the IP address and the number of attempts this ip address "
878
  "tried to login to your backend and was blocked doing so to a central server. "
@@ -885,11 +889,11 @@ msgstr ""
885
  "ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
886
  "pogingen worden gedaan. "
887
 
888
- #: libs/blockcountry-settings.php:1574
889
  msgid "GeoIP API Key:"
890
  msgstr "GeoIP API sleutel:"
891
 
892
- #: libs/blockcountry-settings.php:1575
893
  msgid ""
894
  "If for some reason you cannot or do not want to download the MaxMind GeoIP "
895
  "databases you will need an API key for the GeoIP api.<br />You can get an "
@@ -899,19 +903,19 @@ msgstr ""
899
  "Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
900
  "een API sleutel verkrijgen op:"
901
 
902
- #: libs/blockcountry-settings.php:1583
903
  msgid "GeoIP API Key Server Location:"
904
  msgstr "GeoIP API sleutel server locatie:"
905
 
906
- #: libs/blockcountry-settings.php:1584
907
  msgid "Choose a location closest to your own location."
908
  msgstr "Kies een land welke het dichtsbij is bij je eigen land."
909
 
910
- #: libs/blockcountry-settings.php:1597
911
  msgid "Admin block API Key:"
912
  msgstr "Admin block API Sleutel:"
913
 
914
- #: libs/blockcountry-settings.php:1598
915
  msgid ""
916
  "For additional security you can protect your backend from known IP addresses "
917
  "who have made hack attempts at other WordPress sites.<br />You can get more "
@@ -922,31 +926,31 @@ msgstr ""
922
  "tegen andere WordPress sites.<br />Je kunt meer informatie hierover vinden "
923
  "en een API key verkrijgen op:"
924
 
925
- #: libs/blockcountry-settings.php:1606
926
  msgid "Accessibility options:"
927
  msgstr "Toegankelijkheids opties:"
928
 
929
- #: libs/blockcountry-settings.php:1607
930
  msgid "Set this option if you cannot use the default country selection box."
931
  msgstr ""
932
  "Selecteer deze optie indien je de landen standaard selectie methode niet "
933
  "kunt gebruiken. "
934
 
935
- #: libs/blockcountry-settings.php:1613
936
  msgid "Override IP information:"
937
  msgstr "Overschrijf IP informatie:"
938
 
939
- #: libs/blockcountry-settings.php:1614
940
  msgid ""
941
  "This option allows you to override how iQ Block Country gets the real IP of "
942
  "your visitors."
943
  msgstr ""
944
 
945
- #: libs/blockcountry-settings.php:1633
946
  msgid "Log all visits:"
947
  msgstr "Log alle bezoekers:"
948
 
949
- #: libs/blockcountry-settings.php:1634
950
  msgid ""
951
  "This logs all visits despite if they are blocked or not. This is only for "
952
  "debugging purposes."
@@ -954,72 +958,72 @@ msgstr ""
954
  "Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
955
  "alleen voor debugging."
956
 
957
- #: libs/blockcountry-settings.php:1660
958
  msgid "Last blocked visits"
959
  msgstr "Laatste geblokkeerde bezoekers"
960
 
961
- #: libs/blockcountry-settings.php:1675
962
  msgid "Date / Time"
963
  msgstr "Datum / Tijd"
964
 
965
- #: libs/blockcountry-settings.php:1675 libs/blockcountry-settings.php:1713
966
  msgid "IP Address"
967
  msgstr "IP adres"
968
 
969
- #: libs/blockcountry-settings.php:1675 libs/blockcountry-settings.php:1713
970
  msgid "Hostname"
971
  msgstr "Hostnaam"
972
 
973
- #: libs/blockcountry-settings.php:1675 libs/blockcountry-settings.php:1700
974
  msgid "Country"
975
  msgstr "Land"
976
 
977
- #: libs/blockcountry-settings.php:1675
978
  msgid "Frontend/Backend"
979
  msgstr "Voorkant/Achterkant"
980
 
981
- #: libs/blockcountry-settings.php:1691 libs/blockcountry-settings.php:1801
982
  msgid "Frontend"
983
  msgstr "Voorkant"
984
 
985
- #: libs/blockcountry-settings.php:1691
986
  msgid "Backend banlist"
987
  msgstr "Achterkant banlist"
988
 
989
- #: libs/blockcountry-settings.php:1691
990
  msgid "Backend & Backend banlist"
991
  msgstr "Achterkant & Achterkant banlist"
992
 
993
- #: libs/blockcountry-settings.php:1691 libs/blockcountry-settings.php:1802
994
  msgid "Backend"
995
  msgstr "Achterkant"
996
 
997
- #: libs/blockcountry-settings.php:1698
998
  msgid "Top countries that are blocked"
999
  msgstr "Top landen welke zijn geblokkeerd"
1000
 
1001
- #: libs/blockcountry-settings.php:1700 libs/blockcountry-settings.php:1713
1002
- #: libs/blockcountry-settings.php:1734
1003
  msgid "# of blocked attempts"
1004
  msgstr "# of geblokkeerde pogingen"
1005
 
1006
- #: libs/blockcountry-settings.php:1711
1007
  msgid "Top hosts that are blocked"
1008
  msgstr "Top hosts welke geblokkeerd zijn"
1009
 
1010
- #: libs/blockcountry-settings.php:1732
1011
  msgid "Top URLs that are blocked"
1012
  msgstr "Top URLs welke geblokkeerd zijn"
1013
 
1014
- #: libs/blockcountry-settings.php:1748
1015
  msgid "Clear database"
1016
  msgstr "Leeg database"
1017
 
1018
- #: libs/blockcountry-settings.php:1771
1019
  msgid "Download as CSV file"
1020
  msgstr "Download als een csv bestand."
1021
 
1022
- #: libs/blockcountry-settings.php:1778
1023
  msgid ""
1024
  "You are not logging any information. Please uncheck the option 'Do not log "
1025
  "IP addresses' if this is not what you want."
@@ -1027,39 +1031,39 @@ msgstr ""
1027
  "Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
1028
  "adressen' indien dit niet is wat je wilt."
1029
 
1030
- #: libs/blockcountry-settings.php:1800
1031
  msgid "Home"
1032
  msgstr "Home"
1033
 
1034
- #: libs/blockcountry-settings.php:1803
1035
  msgid "Pages"
1036
  msgstr "Pagina's"
1037
 
1038
- #: libs/blockcountry-settings.php:1804
1039
  msgid "Categories"
1040
  msgstr "Categorieen"
1041
 
1042
- #: libs/blockcountry-settings.php:1805
1043
  msgid "Tags"
1044
  msgstr "Tags"
1045
 
1046
- #: libs/blockcountry-settings.php:1805
1047
  msgid "Post types"
1048
  msgstr "Post types"
1049
 
1050
- #: libs/blockcountry-settings.php:1806
1051
  msgid "Services"
1052
  msgstr "Diensten"
1053
 
1054
- #: libs/blockcountry-settings.php:1807
1055
  msgid "Tools"
1056
  msgstr "Gereedschap"
1057
 
1058
- #: libs/blockcountry-settings.php:1808
1059
  msgid "Logging"
1060
  msgstr "Statistieken"
1061
 
1062
- #: libs/blockcountry-settings.php:1809
1063
  msgid "Import/Export"
1064
  msgstr "Importeren/Exporteren"
1065
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: iQ Block Country\n"
4
+ "POT-Creation-Date: 2019-05-20 16:32+0200\n"
5
+ "PO-Revision-Date: 2019-05-20 16:33+0200\n"
6
  "Last-Translator: Pascal <pascal@webence.nl>\n"
7
  "Language-Team: iQ Block Country <support@webence.nl>\n"
8
  "Language: nl\n"
93
  msgid "unzip the file and afterwards upload it to the following location: "
94
  msgstr "pak het bestand uit en upload dit bestand naar de volgende locatie:"
95
 
96
+ #: libs/blockcountry-settings.php:306
97
  msgid ""
98
  "Check which country belongs to an IP Address according to the current "
99
  "database."
100
  msgstr ""
101
  "Controleer welk land behoort tot een IP adres volgens de huidige database."
102
 
103
+ #: libs/blockcountry-settings.php:311
104
  msgid "IP Address to check:"
105
  msgstr "IP adres om te controleren:"
106
 
107
+ #: libs/blockcountry-settings.php:329
108
  msgid "No country for"
109
  msgstr "Geen land voor"
110
 
111
+ #: libs/blockcountry-settings.php:329
112
  msgid "could be found. Or"
113
  msgstr "gevonden. Of"
114
 
115
+ #: libs/blockcountry-settings.php:329
116
  msgid "is not a valid IPv4 or IPv6 IP address"
117
  msgstr "is geen valide IPv4 of IPv6 ip adres."
118
 
119
+ #: libs/blockcountry-settings.php:334
120
  msgid "IP Adress"
121
  msgstr "IP Adres"
122
 
123
+ #: libs/blockcountry-settings.php:334
124
  msgid "belongs to"
125
  msgstr "behoort tot"
126
 
127
+ #: libs/blockcountry-settings.php:340 libs/blockcountry-settings.php:345
128
  msgid "This country is not permitted to visit the frontend of this website."
129
  msgstr ""
130
  "Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
131
 
132
+ #: libs/blockcountry-settings.php:354 libs/blockcountry-settings.php:361
133
  msgid "This country is not permitted to visit the backend of this website."
134
  msgstr ""
135
  "Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
136
 
137
+ #: libs/blockcountry-settings.php:367
138
  msgid "This IP address is present in the blacklist."
139
  msgstr "Dit IP adres staat op de zwarte lijst."
140
 
141
+ #: libs/blockcountry-settings.php:373
142
  msgid "This IP address is present in the frontend blacklist."
143
  msgstr "Dit IP adres staat op de zwarte lijst voor de voorkant."
144
 
145
+ #: libs/blockcountry-settings.php:378
146
  msgid "This IP address is present in the frontend whitelist."
147
  msgstr "Dit IP adres staat op de witte lijst voor de voorkant."
148
 
149
+ #: libs/blockcountry-settings.php:383
150
  msgid "This IP address is present in the backend blacklist."
151
  msgstr "Dit IP adres staat op de zwarte lijst voor de achterkant."
152
 
153
+ #: libs/blockcountry-settings.php:388
154
  msgid "This IP address is present in the backend whitelist."
155
  msgstr "Dit IP adres staat op de witte lijst voor de achterkant."
156
 
157
+ #: libs/blockcountry-settings.php:395
158
  msgid "Check IP address"
159
  msgstr "Controleer IP adres"
160
 
161
+ #: libs/blockcountry-settings.php:403
162
  msgid "Database information"
163
  msgstr "Database informatie"
164
 
165
+ #: libs/blockcountry-settings.php:414
166
  msgid "IPv4 database exists. File date: "
167
  msgstr "IPv4 database bestaat. Bestands datum:"
168
 
169
+ #: libs/blockcountry-settings.php:421 libs/blockcountry-settings.php:457
170
  msgid "Database is older than 3 months... Please update..."
171
  msgstr ""
172
  "Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
173
  "alstublieft."
174
 
175
+ #: libs/blockcountry-settings.php:426
176
  msgid "IPv4 database does not exist."
177
  msgstr "IPv4 database bestaat niet."
178
 
179
+ #: libs/blockcountry-settings.php:432
180
  msgid "IPv6 database exists. File date: "
181
  msgstr "IPv6 database bestaat. Bestands datum:"
182
 
183
+ #: libs/blockcountry-settings.php:439
184
  msgid "Database is older than 3 months... Please update..."
185
  msgstr ""
186
  "Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
187
  "alstublieft."
188
 
189
+ #: libs/blockcountry-settings.php:444
190
  msgid "IPv6 database does not exist."
191
  msgstr "IPv6 database bestaat niet."
192
 
193
+ #: libs/blockcountry-settings.php:450
194
  msgid "GeoIP2 database exists. File date: "
195
  msgstr "GeoIP2 database bestaat. Bestands datum:"
196
 
197
+ #: libs/blockcountry-settings.php:462
198
  msgid "GeoIP2 database does not exist."
199
  msgstr "GeoIP2 database bestaat niet."
200
 
201
+ #: libs/blockcountry-settings.php:469
202
  msgid "Your GeoIP API key is valid till: "
203
  msgstr "Uw GeoIP API key is geldig tot:"
204
 
205
+ #: libs/blockcountry-settings.php:478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgid "Active plugins"
207
  msgstr "Actieve plugins"
208
 
209
+ #: libs/blockcountry-settings.php:485
210
  msgid "Plugin name"
211
  msgstr "Plugin naam"
212
 
213
+ #: libs/blockcountry-settings.php:485
214
  msgid "Version"
215
  msgstr "Versie"
216
 
217
+ #: libs/blockcountry-settings.php:485 libs/blockcountry-settings.php:1689
218
+ #: libs/blockcountry-settings.php:1748
219
  msgid "URL"
220
  msgstr "URL"
221
 
222
+ #: libs/blockcountry-settings.php:504
223
  msgid "none"
224
  msgstr "Geen"
225
 
226
+ #: libs/blockcountry-settings.php:510 libs/blockcountry-settings.php:511
227
  msgid "unavailable"
228
  msgstr "niet beschikbaar"
229
 
230
+ #: libs/blockcountry-settings.php:515
231
  msgid "File System Information"
232
  msgstr "File systeem informatie"
233
 
234
+ #: libs/blockcountry-settings.php:518
235
  msgid "Website Root Folder"
236
  msgstr "Website root directory"
237
 
238
+ #: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:713
239
  msgid "Document Root Path"
240
  msgstr "Document root pad"
241
 
242
+ #: libs/blockcountry-settings.php:523
243
  msgid "Database Information"
244
  msgstr "Database informatie"
245
 
246
+ #: libs/blockcountry-settings.php:525
247
  msgid "MySQL Database Version"
248
  msgstr "MySQL Database versie"
249
 
250
+ #: libs/blockcountry-settings.php:526
251
  msgid "MySQL Client Version"
252
  msgstr "MySQL Client versie"
253
 
254
+ #: libs/blockcountry-settings.php:527
255
  msgid "Database Host"
256
  msgstr "Database Host"
257
 
258
+ #: libs/blockcountry-settings.php:533
259
  msgid "Not Set"
260
  msgstr "Niet gezet"
261
 
262
+ #: libs/blockcountry-settings.php:535 libs/blockcountry-settings.php:615
263
+ #: libs/blockcountry-settings.php:623 libs/blockcountry-settings.php:631
264
+ #: libs/blockcountry-settings.php:639 libs/blockcountry-settings.php:648
265
+ #: libs/blockcountry-settings.php:665
266
  msgid "Off"
267
  msgstr "Uit"
268
 
269
+ #: libs/blockcountry-settings.php:538
270
  msgid "SQL Mode"
271
  msgstr "SQL Mode"
272
 
273
+ #: libs/blockcountry-settings.php:542
274
  msgid "Server Information"
275
  msgstr "Server informatie"
276
 
277
+ #: libs/blockcountry-settings.php:547
278
  msgid "Server IP Address"
279
  msgstr "Server IP Adres"
280
 
281
+ #: libs/blockcountry-settings.php:549
282
  msgid "Server Type"
283
  msgstr "Server Type"
284
 
285
+ #: libs/blockcountry-settings.php:550
286
  msgid "Operating System"
287
  msgstr "Operating System"
288
 
289
+ #: libs/blockcountry-settings.php:551
290
  msgid "Browser Compression Supported"
291
  msgstr "Browser Compressie ondersteund"
292
 
293
+ #: libs/blockcountry-settings.php:567
294
  msgid "undefined"
295
  msgstr "Ongedefinieerd"
296
 
297
+ #: libs/blockcountry-settings.php:574
298
  msgid "PHP Process User (UID:GID)"
299
  msgstr "PHP Process User (UID:GID)"
300
 
301
+ #: libs/blockcountry-settings.php:579
302
  msgid "PHP Information"
303
  msgstr "PHP Informatie"
304
 
305
+ #: libs/blockcountry-settings.php:584
306
  msgid "PHP Version"
307
  msgstr "PHP versie"
308
 
309
+ #: libs/blockcountry-settings.php:585
310
  msgid "PHP Memory Usage"
311
  msgstr "PHP Memory Usage"
312
 
313
+ #: libs/blockcountry-settings.php:585
314
  msgid " MB"
315
  msgstr " MB"
316
 
317
+ #: libs/blockcountry-settings.php:591 libs/blockcountry-settings.php:599
318
+ #: libs/blockcountry-settings.php:607 libs/blockcountry-settings.php:656
319
  msgid "N/A"
320
  msgstr "N/A"
321
 
322
+ #: libs/blockcountry-settings.php:594
323
  msgid "PHP Memory Limit"
324
  msgstr "PHP Memory Limit"
325
 
326
+ #: libs/blockcountry-settings.php:602
327
  msgid "PHP Max Upload Size"
328
  msgstr "PHP Max Upload Size"
329
 
330
+ #: libs/blockcountry-settings.php:610
331
  msgid "PHP Max Post Size"
332
  msgstr "PHP Max Post Size"
333
 
334
+ #: libs/blockcountry-settings.php:613 libs/blockcountry-settings.php:621
335
+ #: libs/blockcountry-settings.php:629 libs/blockcountry-settings.php:637
336
+ #: libs/blockcountry-settings.php:646 libs/blockcountry-settings.php:663
337
  msgid "On"
338
  msgstr "Aan"
339
 
340
+ #: libs/blockcountry-settings.php:618
341
  msgid "PHP Allow URL fopen"
342
  msgstr "PHP Allow URL fopen"
343
 
344
+ #: libs/blockcountry-settings.php:626
345
  msgid "PHP Allow URL Include"
346
  msgstr "PHP Allow URL Include"
347
 
348
+ #: libs/blockcountry-settings.php:634
349
  msgid "PHP Display Errors"
350
  msgstr "PHP Display Errors"
351
 
352
+ #: libs/blockcountry-settings.php:642
353
  msgid "PHP Display Startup Errors"
354
  msgstr "PHP Display Startup Errors"
355
 
356
+ #: libs/blockcountry-settings.php:651
357
  msgid "PHP Expose PHP"
358
  msgstr "PHP Expose PHP"
359
 
360
+ #: libs/blockcountry-settings.php:659
361
  msgid "PHP Max Script Execution Time"
362
  msgstr "PHP Max Script Execution Time"
363
 
364
+ #: libs/blockcountry-settings.php:660
365
  msgid "Seconds"
366
  msgstr "Seconden"
367
 
368
+ #: libs/blockcountry-settings.php:668
369
  msgid "PHP open_basedir"
370
  msgstr "PHP open_basedir"
371
 
372
+ #: libs/blockcountry-settings.php:671 libs/blockcountry-settings.php:679
373
  msgid "Yes"
374
  msgstr "Ja"
375
 
376
+ #: libs/blockcountry-settings.php:673 libs/blockcountry-settings.php:681
377
  msgid "No"
378
  msgstr "Nee"
379
 
380
+ #: libs/blockcountry-settings.php:676
381
  msgid "PHP XML Support"
382
  msgstr "PHP XML Support"
383
 
384
+ #: libs/blockcountry-settings.php:684
385
  msgid "PHP IPTC Support"
386
  msgstr "PHP IPTC Support"
387
 
388
+ #: libs/blockcountry-settings.php:686
389
  msgid "Disabled PHP Functions"
390
  msgstr "Disabled PHP Functions"
391
 
392
+ #: libs/blockcountry-settings.php:693
393
  msgid "Wordpress info"
394
  msgstr "Wordpress Informatie"
395
 
396
+ #: libs/blockcountry-settings.php:698
397
  msgid "is enabled"
398
  msgstr "is aangezet"
399
 
400
+ #: libs/blockcountry-settings.php:700
401
  msgid "is disabled"
402
  msgstr "Is uitgezet"
403
 
404
+ #: libs/blockcountry-settings.php:703
405
  msgid " Multisite"
406
  msgstr "Multisite"
407
 
408
+ #: libs/blockcountry-settings.php:706
409
  msgid "are enabled"
410
  msgstr "is aangezet"
411
 
412
+ #: libs/blockcountry-settings.php:708
413
  msgid "are disabled"
414
  msgstr "Is uitgezet"
415
 
416
+ #: libs/blockcountry-settings.php:711
417
  msgid "Permalinks"
418
  msgstr "Permalinks"
419
 
420
+ #: libs/blockcountry-settings.php:718
421
+ msgid "IP Address information"
422
+ msgstr "IP adres informatie"
423
+
424
+ #: libs/blockcountry-settings.php:725 libs/blockcountry-settings.php:730
425
+ #: libs/blockcountry-settings.php:735 libs/blockcountry-settings.php:740
426
+ #: libs/blockcountry-settings.php:745 libs/blockcountry-settings.php:750
427
+ #: libs/blockcountry-settings.php:755 libs/blockcountry-settings.php:760
428
+ #: libs/blockcountry-settings.php:765
429
+ msgid "Not set"
430
+ msgstr "Geen waarde"
431
+
432
+ #: libs/blockcountry-settings.php:781
433
  msgid "Export"
434
  msgstr "Exporteren"
435
 
436
+ #: libs/blockcountry-settings.php:782
437
  msgid ""
438
  "When you click on <tt>Backup all settings</tt> button a backup of the iQ "
439
  "Block Country configuration will be created."
441
  "Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
442
  "van alle iQ Block Country instellingen worden gecreerd."
443
 
444
+ #: libs/blockcountry-settings.php:783
445
  msgid ""
446
  "After exporting, you can either use the backup file to restore your settings "
447
  "on this site again or copy the settings to another WordPress site."
450
  "te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
451
  "andere WordPress site te exporteren."
452
 
453
+ #: libs/blockcountry-settings.php:787
454
  msgid "Backup all settings"
455
  msgstr "Backup alle instellingen"
456
 
457
+ #: libs/blockcountry-settings.php:794
458
  msgid "Import"
459
  msgstr "Importeer"
460
 
461
+ #: libs/blockcountry-settings.php:795
462
  msgid "Click the browse button and choose a zip file that you exported before."
463
  msgstr ""
464
  "Klik op de Browse button and selecteer een zip file welke je eerder hebt "
465
  "geexporteerd."
466
 
467
+ #: libs/blockcountry-settings.php:796
468
  msgid "Press Restore settings button, and let WordPress do the magic for you."
469
  msgstr ""
470
  "Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
471
  "doen."
472
 
473
+ #: libs/blockcountry-settings.php:801
474
  msgid "Restore settings"
475
  msgstr "Herstel instellingen"
476
 
477
+ #: libs/blockcountry-settings.php:824 libs/blockcountry-settings.php:827
478
+ #: libs/blockcountry-settings.php:836
479
  msgid "Something went wrong exporting this file"
480
  msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
481
 
482
+ #: libs/blockcountry-settings.php:839
483
  msgid "Exporting settings..."
484
  msgstr "Exporteer instellingen"
485
 
486
+ #: libs/blockcountry-settings.php:854
487
  msgid "Something went wrong importing this file"
488
  msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
489
 
490
+ #: libs/blockcountry-settings.php:871
491
  msgid "All options are restored successfully."
492
  msgstr "Alle opties zijn succesvol hersteld"
493
 
494
+ #: libs/blockcountry-settings.php:874
495
  msgid "Invalid file."
496
  msgstr "Ongeldig bestand"
497
 
498
+ #: libs/blockcountry-settings.php:879
499
  msgid "No correct import or export option given."
500
  msgstr "Geen correcte importeer of exporteer optie gegeven."
501
 
502
+ #: libs/blockcountry-settings.php:888
503
  msgid "Select which pages are blocked."
504
  msgstr "Selecteer welke pagina's geblokkeerd worden."
505
 
506
+ #: libs/blockcountry-settings.php:895
507
  msgid "Do you want to block individual pages:"
508
  msgstr "Wil je individuele pagina's blokkeren:"
509
 
510
+ #: libs/blockcountry-settings.php:896
511
  msgid "If you do not select this option all pages will be blocked."
512
  msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
513
 
514
+ #: libs/blockcountry-settings.php:903
515
  msgid "Block pages selected below:"
516
  msgstr ""
517
 
518
+ #: libs/blockcountry-settings.php:904
519
  msgid "Block all pages except those selected below"
520
  msgstr ""
521
 
522
+ #: libs/blockcountry-settings.php:911
523
  msgid "Select pages you want to block:"
524
  msgstr "Selecteer welke pagina's je wil blokkeren."
525
 
526
+ #: libs/blockcountry-settings.php:933 libs/blockcountry-settings.php:987
527
+ #: libs/blockcountry-settings.php:1035 libs/blockcountry-settings.php:1083
528
+ #: libs/blockcountry-settings.php:1130 libs/blockcountry-settings.php:1274
529
+ #: libs/blockcountry-settings.php:1404 libs/blockcountry-settings.php:1656
530
  msgid "Save Changes"
531
  msgstr "Bewaar wijzigingen"
532
 
533
+ #: libs/blockcountry-settings.php:946
534
  msgid "Select which categories are blocked."
535
  msgstr "Selecteer welke categorieen geblokkeerd worden."
536
 
537
+ #: libs/blockcountry-settings.php:953
538
  msgid "Do you want to block individual categories:"
539
  msgstr "Wil je individuele categorieen blokkeren:"
540
 
541
+ #: libs/blockcountry-settings.php:954 libs/blockcountry-settings.php:1008
542
  msgid "If you do not select this option all blog articles will be blocked."
543
  msgstr ""
544
  "Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
545
 
546
+ #: libs/blockcountry-settings.php:959
547
  msgid "Do you want to block the homepage:"
548
  msgstr "Wil je je homepage blokkeren:"
549
 
550
+ #: libs/blockcountry-settings.php:960
551
  msgid ""
552
  "If you do not select this option visitors will not be blocked from your "
553
  "homepage regardless of the categories you select."
556
  "geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
557
  "selecteert."
558
 
559
+ #: libs/blockcountry-settings.php:965
560
  msgid "Select categories you want to block:"
561
  msgstr "Selecteer welke categorieen je wil blokkeren."
562
 
563
+ #: libs/blockcountry-settings.php:1000
564
  msgid "Select which tags are blocked."
565
  msgstr "Selecteer welke tags geblokkeerd moeten worden."
566
 
567
+ #: libs/blockcountry-settings.php:1007
568
  msgid "Do you want to block individual tags:"
569
  msgstr "Wil je individuele tags blokkeren?:"
570
 
571
+ #: libs/blockcountry-settings.php:1013
572
  msgid "Select tags you want to block:"
573
  msgstr "Selecteer welke tags geblokkeerd moeten worden."
574
 
575
+ #: libs/blockcountry-settings.php:1049
576
  msgid "Select which post types are blocked."
577
  msgstr "Selecteer welke post types geblokkeerd worden."
578
 
579
+ #: libs/blockcountry-settings.php:1056
580
  msgid "Do you want to block individual post types:"
581
  msgstr "Wil je individuele post types blokkeren:"
582
 
583
+ #: libs/blockcountry-settings.php:1061
584
  msgid "Select post types you want to block:"
585
  msgstr "Selecteer welke post types je wil blokkeren."
586
 
587
+ #: libs/blockcountry-settings.php:1098
588
  msgid "Select which services are allowed."
589
  msgstr "Selecteer welke diensten je wilt toestaan."
590
 
591
+ #: libs/blockcountry-settings.php:1105
592
  msgid "Select which services you want to allow:"
593
  msgstr "Selecteer welke diensten je wilt toestaan:"
594
 
595
+ #: libs/blockcountry-settings.php:1106
596
  msgid ""
597
  "This will allow a service like for instance a search engine to your site "
598
  "despite if you blocked the country."
600
  "Dit staat een dienst toe zoals bijvoorbeeld een zoek machine ongeacht of je "
601
  "het land van de zoekmachine hebt geblokkeerd."
602
 
603
+ #: libs/blockcountry-settings.php:1107
604
  msgid "Please note the \"Search Engine Visibility\" should not be selected in "
605
  msgstr ""
606
  "Let op: \"Zoekmachine zichtbaarheid\" dient niet geselecteer te staan op "
607
 
608
+ #: libs/blockcountry-settings.php:1107
609
  msgid "reading settings."
610
  msgstr "lezen instellingen"
611
 
612
+ #: libs/blockcountry-settings.php:1145
613
  msgid "Frontend options"
614
  msgstr "Voorkant opties"
615
 
616
+ #: libs/blockcountry-settings.php:1172
617
  msgid "Block visitors from visiting the frontend of your website:"
618
  msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
619
 
620
+ #: libs/blockcountry-settings.php:1178
621
  msgid ""
622
  "Do not block visitors that are logged in from visiting frontend website:"
623
  msgstr ""
624
  "Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
625
 
626
+ #: libs/blockcountry-settings.php:1184
627
  msgid "Block visitors from using the search function of your website:"
628
  msgstr ""
629
  "Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
630
 
631
+ #: libs/blockcountry-settings.php:1190 libs/blockcountry-settings.php:1337
632
  msgid "Block countries selected below:"
633
  msgstr ""
634
 
635
+ #: libs/blockcountry-settings.php:1191 libs/blockcountry-settings.php:1338
636
  msgid "Block all countries except those selected below"
637
  msgstr ""
638
 
639
+ #: libs/blockcountry-settings.php:1198 libs/blockcountry-settings.php:1345
640
  msgid "Select the countries:"
641
  msgstr ""
642
 
643
+ #: libs/blockcountry-settings.php:1199 libs/blockcountry-settings.php:1346
644
  msgid "Use the CTRL key to select multiple countries"
645
  msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
646
 
647
+ #: libs/blockcountry-settings.php:1241
648
  msgid "Block tag pages:"
649
  msgstr "Blokkeer tag pagina's"
650
 
651
+ #: libs/blockcountry-settings.php:1242
652
  msgid "If you select this option tag pages will be blocked."
653
  msgstr "Indien je deze optie selecteert worden tag pagina's geblokkeerd."
654
 
655
+ #: libs/blockcountry-settings.php:1248
656
+ msgid "Block feed:"
657
+ msgstr "Blokkeer feed"
658
+
659
+ #: libs/blockcountry-settings.php:1249
660
+ msgid "If you select this option feed pages will be blocked."
661
+ msgstr "Indien je deze optie selecteert worden feed pagina's geblokkeerd."
662
+
663
+ #: libs/blockcountry-settings.php:1257
664
  msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
665
  msgstr ""
666
  "Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
667
 
668
+ #: libs/blockcountry-settings.php:1257 libs/blockcountry-settings.php:1265
669
+ #: libs/blockcountry-settings.php:1387 libs/blockcountry-settings.php:1395
670
  msgid "Use a semicolon (;) to separate IP addresses"
671
  msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
672
 
673
+ #: libs/blockcountry-settings.php:1257 libs/blockcountry-settings.php:1265
674
+ #: libs/blockcountry-settings.php:1387 libs/blockcountry-settings.php:1395
675
  msgid ""
676
  "This field accepts single IP addresses as well as ranges in CIDR format."
677
  msgstr ""
678
  "Dit veld accepteert zowel enkele IP adressen als IP reeksen in CIDR formaat."
679
 
680
+ #: libs/blockcountry-settings.php:1265
681
  msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
682
  msgstr ""
683
  "Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
684
 
685
+ #: libs/blockcountry-settings.php:1294
686
  msgid "Backend Options"
687
  msgstr "Achterkant opties"
688
 
689
+ #: libs/blockcountry-settings.php:1322
690
  msgid ""
691
  "Block visitors from visiting the backend (administrator) of your website:"
692
  msgstr ""
693
  "Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
694
  "gedeelte) van je website:"
695
 
696
+ #: libs/blockcountry-settings.php:1330
697
  msgid "Your IP address is"
698
  msgstr "Je IP adres is"
699
 
700
+ #: libs/blockcountry-settings.php:1330
701
  msgid "The country that is listed for this IP address is"
702
  msgstr "Het land waar dit adres toe behoort is"
703
 
704
+ #: libs/blockcountry-settings.php:1331
705
  msgid ""
706
  "Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
707
  "(administrator) of your website' and also select"
709
  "Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
710
  "achterkant (administratie gedeelte) van je website\" en"
711
 
712
+ #: libs/blockcountry-settings.php:1331
713
  msgid "below."
714
  msgstr "hier beneden."
715
 
716
+ #: libs/blockcountry-settings.php:1332
717
  msgid ""
718
  "You will NOT be able to login the next time if you DO block your own country "
719
  "from visiting the backend."
721
  "Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
722
  "land blokkeert van het bezoeken van de achterkant van je website."
723
 
724
+ #: libs/blockcountry-settings.php:1387
725
  msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
726
  msgstr ""
727
  "Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
728
 
729
+ #: libs/blockcountry-settings.php:1395
730
  msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
731
  msgstr ""
732
  "Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
733
 
734
+ #: libs/blockcountry-settings.php:1437
735
  msgid "Overall statistics since start"
736
  msgstr "Statistieken sinds het begin"
737
 
738
+ #: libs/blockcountry-settings.php:1440
739
  msgid "visitors blocked from the backend."
740
  msgstr "bezoekers geblokkeerd op de achterkant."
741
 
742
+ #: libs/blockcountry-settings.php:1442
743
  msgid "visitors blocked from the frontend."
744
  msgstr "bezoekers geblokkeerd op de voorkant."
745
 
746
+ #: libs/blockcountry-settings.php:1459
747
  msgid "Block type"
748
  msgstr "Blokkeer type"
749
 
750
+ #: libs/blockcountry-settings.php:1461
751
  msgid ""
752
  "You should choose one of the 3 block options below. This wil either show a "
753
  "block message, redirect to an internal page or redirect to an external page."
756
  "bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
757
  "bezoeker door naar een externe pagina."
758
 
759
+ #: libs/blockcountry-settings.php:1466
760
  msgid "Message to display when people are blocked:"
761
  msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
762
 
763
+ #: libs/blockcountry-settings.php:1477
764
  msgid "Page to redirect to:"
765
  msgstr "Naar welke pagina wilt u bezoekers toesturen:"
766
 
767
+ #: libs/blockcountry-settings.php:1478
768
  msgid ""
769
  "If you select a page here blocked visitors will be redirected to this page "
770
  "instead of displaying above block message."
773
  "doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
774
  "bezoekers."
775
 
776
+ #: libs/blockcountry-settings.php:1484
777
  msgid "Choose a page..."
778
  msgstr "Kies een pagina..."
779
 
780
+ #: libs/blockcountry-settings.php:1499
781
  msgid "URL to redirect to:"
782
  msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
783
 
784
+ #: libs/blockcountry-settings.php:1500
785
  msgid ""
786
  "If you enter a URL here blocked visitors will be redirected to this URL "
787
  "instead of displaying above block message or redirected to a local page."
790
  "naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
791
  "of worden bezoekers doorverwezen naar de geselecteerde pagina."
792
 
793
+ #: libs/blockcountry-settings.php:1507
794
  msgid "General settings"
795
  msgstr "Algemene instellingen"
796
 
797
+ #: libs/blockcountry-settings.php:1511
798
  msgid "Send headers when user is blocked:"
799
  msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
800
 
801
+ #: libs/blockcountry-settings.php:1512
802
  msgid ""
803
  "Under normal circumstances you should keep this selected! Only if you have "
804
  "\"Cannot modify header information - headers already sent\" errors or if you "
808
  "deze alleen indien je \"Cannot modify header information - headers already "
809
  "sent\" foutmeldingen krijgt of indien je weet wat je doet."
810
 
811
+ #: libs/blockcountry-settings.php:1518
812
  msgid "Buffer output?:"
813
  msgstr "Buffer output?"
814
 
815
+ #: libs/blockcountry-settings.php:1519
816
  msgid ""
817
  "You can use this option to buffer all output. This can be helpful in case "
818
  "you have \"headers already sent\" issues."
820
  "Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
821
  "indien je \"headers already sent\" problemen hebt."
822
 
823
+ #: libs/blockcountry-settings.php:1525
824
  msgid "Do not log IP addresses:"
825
  msgstr "Log geen IP adressen"
826
 
827
+ #: libs/blockcountry-settings.php:1526
828
  msgid ""
829
  "Check this box if the laws in your country do not permit you to log IP "
830
  "addresses or if you do not want to log the ip addresses."
833
  "adressen vast te leggen of indien je zelf deze informatie niet wilt "
834
  "vastleggen."
835
 
836
+ #: libs/blockcountry-settings.php:1532
837
  msgid "Do not block admin-ajax.php:"
838
  msgstr "Blokkeer admin-ajax.php niet:"
839
 
840
+ #: libs/blockcountry-settings.php:1533
841
  msgid "Check this box if you use a plugin that uses admin-ajax.php."
842
  msgstr ""
843
  "Selecteer deze optie indien je een plugin gebruikt welke gebruik maakt van "
844
  "admin-ajax.php."
845
 
846
+ #: libs/blockcountry-settings.php:1542
847
  msgid "Number of rows on logging tab:"
848
  msgstr "Aantal regels op het statistieken tabblad:"
849
 
850
+ #: libs/blockcountry-settings.php:1543
851
  msgid "How many rows do you want to display on each column on the logging tab."
852
  msgstr "Hoeveel regels wil je tonen in elke kolom op de statistieken tabblad."
853
 
854
+ #: libs/blockcountry-settings.php:1558
855
  msgid "Number of days to keep logging:"
856
  msgstr "Aantal dagen dat je logs wilt bewaren:"
857
 
858
+ #: libs/blockcountry-settings.php:1559
859
  msgid "How many days do you want to keep the logging used for the logging tab."
860
  msgstr ""
861
  "Hoeveel dagen wil je de logs bewaren welke gebruikt wordt op het "
862
  "statistieken tabblad."
863
 
864
+ #: libs/blockcountry-settings.php:1574
865
  msgid "Do not lookup hosts on the logging tab:"
866
  msgstr "Zoek niet de hostnaam op op het statistieken tabblad."
867
 
868
+ #: libs/blockcountry-settings.php:1575
869
  msgid ""
870
  "On some hosting environments looking up hosts may slow down the logging tab."
871
  msgstr ""
872
  "Op sommige hosting omgevingen zal het opzoeken van hostnamen zorgen voor "
873
  "vertraging op het statistieken tabblad."
874
 
875
+ #: libs/blockcountry-settings.php:1581
876
  msgid "Allow tracking:"
877
  msgstr "Sta traceren toe:"
878
 
879
+ #: libs/blockcountry-settings.php:1582
880
  msgid ""
881
  "This sends only the IP address and the number of attempts this ip address "
882
  "tried to login to your backend and was blocked doing so to a central server. "
889
  "ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
890
  "pogingen worden gedaan. "
891
 
892
+ #: libs/blockcountry-settings.php:1588
893
  msgid "GeoIP API Key:"
894
  msgstr "GeoIP API sleutel:"
895
 
896
+ #: libs/blockcountry-settings.php:1589
897
  msgid ""
898
  "If for some reason you cannot or do not want to download the MaxMind GeoIP "
899
  "databases you will need an API key for the GeoIP api.<br />You can get an "
903
  "Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
904
  "een API sleutel verkrijgen op:"
905
 
906
+ #: libs/blockcountry-settings.php:1597
907
  msgid "GeoIP API Key Server Location:"
908
  msgstr "GeoIP API sleutel server locatie:"
909
 
910
+ #: libs/blockcountry-settings.php:1598
911
  msgid "Choose a location closest to your own location."
912
  msgstr "Kies een land welke het dichtsbij is bij je eigen land."
913
 
914
+ #: libs/blockcountry-settings.php:1611
915
  msgid "Admin block API Key:"
916
  msgstr "Admin block API Sleutel:"
917
 
918
+ #: libs/blockcountry-settings.php:1612
919
  msgid ""
920
  "For additional security you can protect your backend from known IP addresses "
921
  "who have made hack attempts at other WordPress sites.<br />You can get more "
926
  "tegen andere WordPress sites.<br />Je kunt meer informatie hierover vinden "
927
  "en een API key verkrijgen op:"
928
 
929
+ #: libs/blockcountry-settings.php:1620
930
  msgid "Accessibility options:"
931
  msgstr "Toegankelijkheids opties:"
932
 
933
+ #: libs/blockcountry-settings.php:1621
934
  msgid "Set this option if you cannot use the default country selection box."
935
  msgstr ""
936
  "Selecteer deze optie indien je de landen standaard selectie methode niet "
937
  "kunt gebruiken. "
938
 
939
+ #: libs/blockcountry-settings.php:1627
940
  msgid "Override IP information:"
941
  msgstr "Overschrijf IP informatie:"
942
 
943
+ #: libs/blockcountry-settings.php:1628
944
  msgid ""
945
  "This option allows you to override how iQ Block Country gets the real IP of "
946
  "your visitors."
947
  msgstr ""
948
 
949
+ #: libs/blockcountry-settings.php:1647
950
  msgid "Log all visits:"
951
  msgstr "Log alle bezoekers:"
952
 
953
+ #: libs/blockcountry-settings.php:1648
954
  msgid ""
955
  "This logs all visits despite if they are blocked or not. This is only for "
956
  "debugging purposes."
958
  "Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
959
  "alleen voor debugging."
960
 
961
+ #: libs/blockcountry-settings.php:1674
962
  msgid "Last blocked visits"
963
  msgstr "Laatste geblokkeerde bezoekers"
964
 
965
+ #: libs/blockcountry-settings.php:1689
966
  msgid "Date / Time"
967
  msgstr "Datum / Tijd"
968
 
969
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1727
970
  msgid "IP Address"
971
  msgstr "IP adres"
972
 
973
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1727
974
  msgid "Hostname"
975
  msgstr "Hostnaam"
976
 
977
+ #: libs/blockcountry-settings.php:1689 libs/blockcountry-settings.php:1714
978
  msgid "Country"
979
  msgstr "Land"
980
 
981
+ #: libs/blockcountry-settings.php:1689
982
  msgid "Frontend/Backend"
983
  msgstr "Voorkant/Achterkant"
984
 
985
+ #: libs/blockcountry-settings.php:1705 libs/blockcountry-settings.php:1815
986
  msgid "Frontend"
987
  msgstr "Voorkant"
988
 
989
+ #: libs/blockcountry-settings.php:1705
990
  msgid "Backend banlist"
991
  msgstr "Achterkant banlist"
992
 
993
+ #: libs/blockcountry-settings.php:1705
994
  msgid "Backend & Backend banlist"
995
  msgstr "Achterkant & Achterkant banlist"
996
 
997
+ #: libs/blockcountry-settings.php:1705 libs/blockcountry-settings.php:1816
998
  msgid "Backend"
999
  msgstr "Achterkant"
1000
 
1001
+ #: libs/blockcountry-settings.php:1712
1002
  msgid "Top countries that are blocked"
1003
  msgstr "Top landen welke zijn geblokkeerd"
1004
 
1005
+ #: libs/blockcountry-settings.php:1714 libs/blockcountry-settings.php:1727
1006
+ #: libs/blockcountry-settings.php:1748
1007
  msgid "# of blocked attempts"
1008
  msgstr "# of geblokkeerde pogingen"
1009
 
1010
+ #: libs/blockcountry-settings.php:1725
1011
  msgid "Top hosts that are blocked"
1012
  msgstr "Top hosts welke geblokkeerd zijn"
1013
 
1014
+ #: libs/blockcountry-settings.php:1746
1015
  msgid "Top URLs that are blocked"
1016
  msgstr "Top URLs welke geblokkeerd zijn"
1017
 
1018
+ #: libs/blockcountry-settings.php:1762
1019
  msgid "Clear database"
1020
  msgstr "Leeg database"
1021
 
1022
+ #: libs/blockcountry-settings.php:1785
1023
  msgid "Download as CSV file"
1024
  msgstr "Download als een csv bestand."
1025
 
1026
+ #: libs/blockcountry-settings.php:1792
1027
  msgid ""
1028
  "You are not logging any information. Please uncheck the option 'Do not log "
1029
  "IP addresses' if this is not what you want."
1031
  "Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
1032
  "adressen' indien dit niet is wat je wilt."
1033
 
1034
+ #: libs/blockcountry-settings.php:1814
1035
  msgid "Home"
1036
  msgstr "Home"
1037
 
1038
+ #: libs/blockcountry-settings.php:1817
1039
  msgid "Pages"
1040
  msgstr "Pagina's"
1041
 
1042
+ #: libs/blockcountry-settings.php:1818
1043
  msgid "Categories"
1044
  msgstr "Categorieen"
1045
 
1046
+ #: libs/blockcountry-settings.php:1819
1047
  msgid "Tags"
1048
  msgstr "Tags"
1049
 
1050
+ #: libs/blockcountry-settings.php:1819
1051
  msgid "Post types"
1052
  msgstr "Post types"
1053
 
1054
+ #: libs/blockcountry-settings.php:1820
1055
  msgid "Services"
1056
  msgstr "Diensten"
1057
 
1058
+ #: libs/blockcountry-settings.php:1821
1059
  msgid "Tools"
1060
  msgstr "Gereedschap"
1061
 
1062
+ #: libs/blockcountry-settings.php:1822
1063
  msgid "Logging"
1064
  msgstr "Statistieken"
1065
 
1066
+ #: libs/blockcountry-settings.php:1823
1067
  msgid "Import/Export"
1068
  msgstr "Importeren/Exporteren"
1069
 
libs/blockcountry-checks.php CHANGED
@@ -160,6 +160,7 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
160
  $blocktags = get_option('blockcountry_blocktags');
161
  $blockedposttypes = get_option('blockcountry_blockposttypes');
162
  $blockedtag = get_option('blockcountry_blocktag');
 
163
  $postid = get_the_ID();
164
 
165
  global $feblacklistip,$feblacklistiprange4,$feblacklistiprange6,$fewhitelistip,$fewhitelistiprange4,$fewhitelistiprange6;
@@ -325,7 +326,7 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
325
  $blocked = FALSE;
326
  }
327
 
328
- if (is_feed())
329
  {
330
  $flagged = FALSE;
331
  if ((is_array ( $badcountries ) && in_array ( $country, $badcountries ) || (iqblockcountry_validate_ip_in_list($ip_address,$feblacklistiprange4,$feblacklistiprange6,$feblacklistip))))
@@ -338,6 +339,10 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
338
  }
339
  if ($flagged) { $blocked = TRUE; } else { $blocked = FALSE; }
340
  }
 
 
 
 
341
 
342
  if (is_home() && (get_option('blockcountry_blockhome')) == FALSE && $blockedcategory == "on")
343
  {
160
  $blocktags = get_option('blockcountry_blocktags');
161
  $blockedposttypes = get_option('blockcountry_blockposttypes');
162
  $blockedtag = get_option('blockcountry_blocktag');
163
+ $blockedfeed = get_option('blockcountry_blockfeed');
164
  $postid = get_the_ID();
165
 
166
  global $feblacklistip,$feblacklistiprange4,$feblacklistiprange6,$fewhitelistip,$fewhitelistiprange4,$fewhitelistiprange6;
326
  $blocked = FALSE;
327
  }
328
 
329
+ if (is_feed() && $blockedfeed == "on")
330
  {
331
  $flagged = FALSE;
332
  if ((is_array ( $badcountries ) && in_array ( $country, $badcountries ) || (iqblockcountry_validate_ip_in_list($ip_address,$feblacklistiprange4,$feblacklistiprange6,$feblacklistip))))
339
  }
340
  if ($flagged) { $blocked = TRUE; } else { $blocked = FALSE; }
341
  }
342
+ elseif (is_feed() && $blockedfeed == FALSE)
343
+ {
344
+ $blocked = FALSE;
345
+ }
346
 
347
  if (is_home() && (get_option('blockcountry_blockhome')) == FALSE && $blockedcategory == "on")
348
  {
libs/blockcountry-search-engines.php CHANGED
@@ -17,6 +17,7 @@ $searchengines = array(
17
  "Feedburner" => "FeedBurner",
18
  "Google" => "googlebot",
19
  "Google Ads" => "AdsBot-Google",
 
20
  "Google Feed" => "Feedfetcher-Google",
21
  "Google Page Speed Insight" => "Google Page Speed Insight",
22
  "Google Search Console" => "Google Search Console",
17
  "Feedburner" => "FeedBurner",
18
  "Google" => "googlebot",
19
  "Google Ads" => "AdsBot-Google",
20
+ "Google Ads (Mediapartners)" => "Mediapartners-Google",
21
  "Google Feed" => "Feedfetcher-Google",
22
  "Google Page Speed Insight" => "Google Page Speed Insight",
23
  "Google Search Console" => "Google Search Console",
libs/blockcountry-settings.php CHANGED
@@ -186,6 +186,7 @@ function iqblockcountry_register_mysettings()
186
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocksearch' );
187
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blockfrontend' );
188
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocktag' );
 
189
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages');
190
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages_inverse');
191
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_pages');
@@ -212,7 +213,7 @@ function iqblockcountry_get_options_arr() {
212
  'blockcountry_blockhome','blockcountry_nrstatistics','blockcountry_daysstatistics','blockcountry_lookupstatistics','blockcountry_geoapikey',
213
  'blockcountry_geoapilocation','blockcountry_apikey','blockcountry_redirect','blockcountry_redirect_url','blockcountry_allowse',
214
  'blockcountry_debuglogging','blockcountry_buffer','blockcountry_accessibility','blockcountry_ipoverride','blockcountry_logging','blockcountry_blockposttypes',
215
- 'blockcountry_posttypes','blockcountry_blocksearch','blockcountry_adminajax','blockcountry_blocktag','blockcountry_blocktags','blockcountry_tags');
216
  return apply_filters( 'iqblockcountry_options', $optarr );
217
  }
218
 
@@ -230,6 +231,7 @@ function iqblockcountry_set_defaults()
230
 
231
 
232
  if (get_option('blockcountry_blockfrontend') === FALSE) { update_option('blockcountry_blockfrontend' , 'on'); }
 
233
  if (get_option('blockcountry_backendnrblocks') === FALSE) { update_option('blockcountry_backendnrblocks', 0); }
234
  if (get_option('blockcountry_frontendnrblocks') === FALSE) { update_option('blockcountry_frontendnrblocks', 0); }
235
  if (get_option('blockcountry_header') === FALSE) { update_option('blockcountry_header', 'on'); }
@@ -293,6 +295,7 @@ function iqblockcountry_uninstall() //deletes all the database entries that the
293
  delete_option('blockcountry_adminajax');
294
  delete_option('blockcountry_blocktag');
295
  delete_option('blockcountry_blocktags');
 
296
  delete_option('blockcountry_tags');
297
  }
298
 
@@ -1240,6 +1243,16 @@ function iqblockcountry_settings_frontend()
1240
  <td width="70%">
1241
  <input type="checkbox" name="blockcountry_blocktag" <?php checked('on', get_option('blockcountry_blocktag'), true); ?> />
1242
  </td></tr>
 
 
 
 
 
 
 
 
 
 
1243
  <tr valign="top">
1244
  <th width="30%"><?php _e('Frontend whitelist IPv4 and/or IPv6 addresses:', 'iq-block-country'); ?><br /><?php _e('Use a semicolon (;) to separate IP addresses', 'iq-block-country'); ?><br /><?php _e('This field accepts single IP addresses as well as ranges in CIDR format.', 'iq-block-country'); ?></th>
1245
  <td width="70%">
186
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocksearch' );
187
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blockfrontend' );
188
  register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocktag' );
189
+ register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blockfeed' );
190
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages');
191
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages_inverse');
192
  register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_pages');
213
  'blockcountry_blockhome','blockcountry_nrstatistics','blockcountry_daysstatistics','blockcountry_lookupstatistics','blockcountry_geoapikey',
214
  'blockcountry_geoapilocation','blockcountry_apikey','blockcountry_redirect','blockcountry_redirect_url','blockcountry_allowse',
215
  'blockcountry_debuglogging','blockcountry_buffer','blockcountry_accessibility','blockcountry_ipoverride','blockcountry_logging','blockcountry_blockposttypes',
216
+ 'blockcountry_posttypes','blockcountry_blocksearch','blockcountry_adminajax','blockcountry_blocktag','blockcountry_blockfeed','blockcountry_blocktags','blockcountry_tags');
217
  return apply_filters( 'iqblockcountry_options', $optarr );
218
  }
219
 
231
 
232
 
233
  if (get_option('blockcountry_blockfrontend') === FALSE) { update_option('blockcountry_blockfrontend' , 'on'); }
234
+ if (get_option('blockcountry_blockfeed') === FALSE) { update_option('blockcountry_blockfeed' , 'on'); }
235
  if (get_option('blockcountry_backendnrblocks') === FALSE) { update_option('blockcountry_backendnrblocks', 0); }
236
  if (get_option('blockcountry_frontendnrblocks') === FALSE) { update_option('blockcountry_frontendnrblocks', 0); }
237
  if (get_option('blockcountry_header') === FALSE) { update_option('blockcountry_header', 'on'); }
295
  delete_option('blockcountry_adminajax');
296
  delete_option('blockcountry_blocktag');
297
  delete_option('blockcountry_blocktags');
298
+ delete_option('blockcountry_blockfeed');
299
  delete_option('blockcountry_tags');
300
  }
301
 
1243
  <td width="70%">
1244
  <input type="checkbox" name="blockcountry_blocktag" <?php checked('on', get_option('blockcountry_blocktag'), true); ?> />
1245
  </td></tr>
1246
+
1247
+ <tr valign="top">
1248
+ <th width="30%"><?php _e('Block feed:', 'iq-block-country'); ?><br />
1249
+ <?php _e('If you select this option feed pages will be blocked.', 'iq-block-country')?></th>
1250
+ <td width="70%">
1251
+ <input type="checkbox" name="blockcountry_blockfeed" <?php checked('on', get_option('blockcountry_blockfeed'), true); ?> />
1252
+ </td></tr>
1253
+
1254
+
1255
+
1256
  <tr valign="top">
1257
  <th width="30%"><?php _e('Frontend whitelist IPv4 and/or IPv6 addresses:', 'iq-block-country'); ?><br /><?php _e('Use a semicolon (;) to separate IP addresses', 'iq-block-country'); ?><br /><?php _e('This field accepts single IP addresses as well as ranges in CIDR format.', 'iq-block-country'); ?></th>
1258
  <td width="70%">
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: 5.2
7
- Stable tag: 1.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.6
@@ -233,6 +233,12 @@ be used.
233
 
234
  == Changelog ==
235
 
 
 
 
 
 
 
236
  = 1.2.4 =
237
 
238
  * Change: Changed webserver ip detection a bit
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: 5.2.1
7
+ Stable tag: 1.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.6
233
 
234
  == Changelog ==
235
 
236
+ = 1.2.5 =
237
+
238
+ * New: Mediapartners-Google service added
239
+ * Change: Changed webserver ip detection a bit
240
+ * New: You can unblock feed pages on the frontend configuration tab for the people who want to block visitors but want to allow access to the (RSS) feeds
241
+
242
  = 1.2.4 =
243
 
244
  * Change: Changed webserver ip detection a bit