Version Description
- Change: Small changes in GeoIP API calls
- New: A warning is displayed for known caching plugins that ignore the no caching headers.
- Change: Small changes
- Change: Moved some of the urls to https, more to follow.
- New: Added option to block / unblock tag pages.
Download this release
Release Info
Developer | iqpascal |
Plugin | iQ Block Country |
Version | 1.1.31 |
Comparing to | |
See all releases |
Code changes from version 1.1.30 to 1.1.31
- iq-block-country.php +11 -4
- lang/en_EN.mo +0 -0
- lang/en_EN.po +231 -208
- lang/iqblockcountry-nl_NL.mo +0 -0
- lang/iqblockcountry-nl_NL.po +237 -208
- libs/blockcountry-checks.php +44 -2
- libs/blockcountry-settings.php +42 -10
- readme.txt +17 -5
iq-block-country.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
-
Version: 1.1.
|
6 |
Author: Pascal
|
7 |
-
Author URI:
|
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.
|
9 |
License: GPL2
|
10 |
Text Domain: iq-block-country
|
@@ -158,7 +158,14 @@ function iqblockcountry_upgrade()
|
|
158 |
/* Check if update is necessary */
|
159 |
$dbversion = get_option( 'blockcountry_version' );
|
160 |
update_option('blockcountry_version',VERSION);
|
161 |
-
if ($dbversion != "" && version_compare($dbversion, "1.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
{
|
163 |
if (!get_option('blockcountry_geoapilocation'))
|
164 |
{
|
@@ -229,7 +236,7 @@ define("GEOIPAPIURLUS","http://us.geoip.webence.nl/geoipapi.php");
|
|
229 |
define("GEOIPAPIURLASIA","http://asia.geoip.webence.nl/geoipapi.php");
|
230 |
define("GEOIPAPICHECKURL","http://eu.geoip.webence.nl/geoipapi-keycheck.php");
|
231 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
232 |
-
define("VERSION","1.1.
|
233 |
define("DBVERSION","121");
|
234 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
235 |
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
+
Version: 1.1.31
|
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.
|
9 |
License: GPL2
|
10 |
Text Domain: iq-block-country
|
158 |
/* Check if update is necessary */
|
159 |
$dbversion = get_option( 'blockcountry_version' );
|
160 |
update_option('blockcountry_version',VERSION);
|
161 |
+
if ($dbversion != "" && version_compare($dbversion, "1.1.31", '<') )
|
162 |
+
{
|
163 |
+
if (!get_option('blockcountry_blocktag'))
|
164 |
+
{
|
165 |
+
update_option('blockcountry_blocktag','on');
|
166 |
+
}
|
167 |
+
}
|
168 |
+
elseif ($dbversion != "" && version_compare($dbversion, "1.1.21", '<') )
|
169 |
{
|
170 |
if (!get_option('blockcountry_geoapilocation'))
|
171 |
{
|
236 |
define("GEOIPAPIURLASIA","http://asia.geoip.webence.nl/geoipapi.php");
|
237 |
define("GEOIPAPICHECKURL","http://eu.geoip.webence.nl/geoipapi-keycheck.php");
|
238 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
239 |
+
define("VERSION","1.1.31");
|
240 |
define("DBVERSION","121");
|
241 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
242 |
|
lang/en_EN.mo
CHANGED
Binary file
|
lang/en_EN.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
-
"Last-Translator: Pascal <pascal@
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: English\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -27,673 +27,696 @@ msgstr ""
|
|
27 |
msgid "The Admin Block API key is incorrect. Please update the key."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: libs/blockcountry-settings.php:
|
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:
|
37 |
msgid "Please download the database from: "
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: libs/blockcountry-settings.php:
|
41 |
-
#: libs/blockcountry-settings.php:
|
42 |
msgid "unzip the file and afterwards upload it to the following location: "
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: libs/blockcountry-settings.php:
|
46 |
msgid "If you also use IPv6 please also download the database from: "
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: libs/blockcountry-settings.php:
|
50 |
msgid "For more detailed instructions take a look at the documentation.."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
msgid ""
|
55 |
"The MaxMind GeoIP database is older than 3 months. Please update this file "
|
56 |
"manually or if you wish to use the GeoIP API get an API key from: "
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: libs/blockcountry-settings.php:
|
60 |
msgid ""
|
61 |
"Check which country belongs to an IP Address according to the current "
|
62 |
"database."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: libs/blockcountry-settings.php:
|
66 |
msgid "IP Address to check:"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: libs/blockcountry-settings.php:
|
70 |
msgid "No country for"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: libs/blockcountry-settings.php:
|
74 |
msgid "could be found. Or"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: libs/blockcountry-settings.php:
|
78 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: libs/blockcountry-settings.php:
|
82 |
msgid "IP Adress"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: libs/blockcountry-settings.php:
|
86 |
msgid "belongs to"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: libs/blockcountry-settings.php:
|
90 |
msgid "This country is not permitted to visit the frontend of this website."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: libs/blockcountry-settings.php:
|
94 |
msgid "This country is not permitted to visit the backend of this website."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: libs/blockcountry-settings.php:
|
98 |
msgid "This ip is present in the blacklist."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: libs/blockcountry-settings.php:
|
102 |
msgid "Check IP address"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: libs/blockcountry-settings.php:
|
106 |
msgid "Database information"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: libs/blockcountry-settings.php:
|
110 |
msgid "IPv4 database exists. File date: "
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: libs/blockcountry-settings.php:
|
114 |
msgid "Database is older than 3 months... Please update..."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: libs/blockcountry-settings.php:
|
118 |
msgid "IPv4 database does not exist."
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: libs/blockcountry-settings.php:
|
122 |
msgid "IPv6 database exists. File date: "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: libs/blockcountry-settings.php:
|
126 |
msgid "Database is older than 3 months... Please update..."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: libs/blockcountry-settings.php:
|
130 |
msgid "IPv6 database does not exist."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: libs/blockcountry-settings.php:
|
134 |
msgid "Your GeoIP API key is valid till: "
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: libs/blockcountry-settings.php:
|
138 |
msgid "Active plugins"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: libs/blockcountry-settings.php:
|
142 |
msgid "Plugin name"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: libs/blockcountry-settings.php:
|
146 |
msgid "Version"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: libs/blockcountry-settings.php:
|
150 |
-
#: libs/blockcountry-settings.php:
|
151 |
msgid "URL"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: libs/blockcountry-settings.php:
|
155 |
msgid "none"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: libs/blockcountry-settings.php:
|
159 |
msgid "unavailable"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: libs/blockcountry-settings.php:
|
163 |
msgid "File System Information"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: libs/blockcountry-settings.php:
|
167 |
msgid "Website Root Folder"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: libs/blockcountry-settings.php:
|
171 |
msgid "Document Root Path"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: libs/blockcountry-settings.php:
|
175 |
msgid "Database Information"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: libs/blockcountry-settings.php:
|
179 |
msgid "MySQL Database Version"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: libs/blockcountry-settings.php:
|
183 |
msgid "MySQL Client Version"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: libs/blockcountry-settings.php:
|
187 |
msgid "Database Host"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: libs/blockcountry-settings.php:
|
191 |
msgid "Not Set"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: libs/blockcountry-settings.php:
|
195 |
-
#: libs/blockcountry-settings.php:
|
196 |
-
#: libs/blockcountry-settings.php:
|
197 |
-
#: libs/blockcountry-settings.php:
|
198 |
msgid "Off"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: libs/blockcountry-settings.php:
|
202 |
msgid "SQL Mode"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: libs/blockcountry-settings.php:
|
206 |
msgid "Server Information"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: libs/blockcountry-settings.php:
|
210 |
msgid "Server IP Address"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: libs/blockcountry-settings.php:
|
214 |
msgid "Server Type"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: libs/blockcountry-settings.php:
|
218 |
msgid "Operating System"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: libs/blockcountry-settings.php:
|
222 |
msgid "Browser Compression Supported"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: libs/blockcountry-settings.php:
|
226 |
msgid "undefined"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: libs/blockcountry-settings.php:
|
230 |
msgid "PHP Process User (UID:GID)"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: libs/blockcountry-settings.php:
|
234 |
msgid "PHP Information"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: libs/blockcountry-settings.php:
|
238 |
msgid "PHP Version"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: libs/blockcountry-settings.php:
|
242 |
msgid "PHP Memory Usage"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: libs/blockcountry-settings.php:
|
246 |
msgid " MB"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: libs/blockcountry-settings.php:
|
250 |
-
#: libs/blockcountry-settings.php:
|
251 |
msgid "N/A"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: libs/blockcountry-settings.php:
|
255 |
msgid "PHP Memory Limit"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: libs/blockcountry-settings.php:
|
259 |
msgid "PHP Max Upload Size"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: libs/blockcountry-settings.php:
|
263 |
msgid "PHP Max Post Size"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: libs/blockcountry-settings.php:
|
267 |
-
#: libs/blockcountry-settings.php:
|
268 |
-
#: libs/blockcountry-settings.php:
|
269 |
-
#: libs/blockcountry-settings.php:
|
270 |
msgid "On"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: libs/blockcountry-settings.php:
|
274 |
msgid "PHP Safe Mode"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: libs/blockcountry-settings.php:
|
278 |
msgid "PHP Allow URL fopen"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: libs/blockcountry-settings.php:
|
282 |
msgid "PHP Allow URL Include"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: libs/blockcountry-settings.php:
|
286 |
msgid "PHP Display Errors"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: libs/blockcountry-settings.php:
|
290 |
msgid "PHP Display Startup Errors"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: libs/blockcountry-settings.php:
|
294 |
msgid "PHP Expose PHP"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: libs/blockcountry-settings.php:
|
298 |
msgid "PHP Max Script Execution Time"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: libs/blockcountry-settings.php:
|
302 |
msgid "Seconds"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: libs/blockcountry-settings.php:
|
306 |
msgid "PHP open_basedir"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: libs/blockcountry-settings.php:
|
310 |
msgid "Yes"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: libs/blockcountry-settings.php:
|
314 |
msgid "No"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: libs/blockcountry-settings.php:
|
318 |
msgid "PHP XML Support"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: libs/blockcountry-settings.php:
|
322 |
msgid "PHP IPTC Support"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: libs/blockcountry-settings.php:
|
326 |
msgid "Disabled PHP Functions"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: libs/blockcountry-settings.php:
|
330 |
msgid "Wordpress info"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: libs/blockcountry-settings.php:
|
334 |
msgid "is enabled"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: libs/blockcountry-settings.php:
|
338 |
msgid "is disabled"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: libs/blockcountry-settings.php:
|
342 |
msgid " Multisite"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: libs/blockcountry-settings.php:
|
346 |
msgid "are enabled"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: libs/blockcountry-settings.php:
|
350 |
msgid "are disabled"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: libs/blockcountry-settings.php:
|
354 |
msgid "Permalinks"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: libs/blockcountry-settings.php:
|
358 |
msgid "Export"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: libs/blockcountry-settings.php:
|
362 |
msgid ""
|
363 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
364 |
"Block Country configuration will be created."
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: libs/blockcountry-settings.php:
|
368 |
msgid ""
|
369 |
"After exporting, you can either use the backup file to restore your settings "
|
370 |
"on this site again or copy the settings to another WordPress site."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: libs/blockcountry-settings.php:
|
374 |
msgid "Backup all settings"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: libs/blockcountry-settings.php:
|
378 |
msgid "Import"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: libs/blockcountry-settings.php:
|
382 |
msgid "Click the browse button and choose a zip file that you exported before."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: libs/blockcountry-settings.php:
|
386 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: libs/blockcountry-settings.php:
|
390 |
msgid "Restore settings"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: libs/blockcountry-settings.php:
|
394 |
-
#: libs/blockcountry-settings.php:
|
395 |
msgid "Something went wrong exporting this file"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: libs/blockcountry-settings.php:
|
399 |
msgid "Exporting settings..."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: libs/blockcountry-settings.php:
|
403 |
msgid "Something went wrong importing this file"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: libs/blockcountry-settings.php:
|
407 |
msgid "All options are restored successfully."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: libs/blockcountry-settings.php:
|
411 |
msgid "Invalid file."
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: libs/blockcountry-settings.php:
|
415 |
msgid "No correct import or export option given."
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: libs/blockcountry-settings.php:
|
419 |
msgid "Select which pages are blocked."
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: libs/blockcountry-settings.php:
|
423 |
msgid "Do you want to block individual pages:"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: libs/blockcountry-settings.php:
|
427 |
msgid "If you do not select this option all pages will be blocked."
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: libs/blockcountry-settings.php:
|
431 |
msgid "Select pages you want to block:"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: libs/blockcountry-settings.php:
|
435 |
-
#: libs/blockcountry-settings.php:
|
436 |
-
#: libs/blockcountry-settings.php:
|
437 |
-
#: libs/blockcountry-settings.php:
|
438 |
msgid "Save Changes"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: libs/blockcountry-settings.php:
|
442 |
msgid "Select which categories are blocked."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: libs/blockcountry-settings.php:
|
446 |
msgid "Do you want to block individual categories:"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: libs/blockcountry-settings.php:
|
450 |
msgid "If you do not select this option all blog articles will be blocked."
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: libs/blockcountry-settings.php:
|
454 |
msgid "Do you want to block the homepage:"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: libs/blockcountry-settings.php:
|
458 |
msgid ""
|
459 |
"If you do not select this option visitors will not be blocked from your "
|
460 |
"homepage regardless of the categories you select."
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: libs/blockcountry-settings.php:
|
464 |
msgid "Select categories you want to block:"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: libs/blockcountry-settings.php:
|
468 |
msgid "Select which post types are blocked."
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: libs/blockcountry-settings.php:
|
472 |
msgid "Do you want to block individual post types:"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: libs/blockcountry-settings.php:
|
476 |
msgid "Select post types you want to block:"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: libs/blockcountry-settings.php:
|
480 |
msgid "Select which search engines are allowed."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: libs/blockcountry-settings.php:
|
484 |
msgid "Select which search engines you want to allow:"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: libs/blockcountry-settings.php:
|
488 |
msgid ""
|
489 |
"This will allow a search engine to your site despite if you blocked the "
|
490 |
"country."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: libs/blockcountry-settings.php:
|
494 |
msgid "Frontend options"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: libs/blockcountry-settings.php:
|
498 |
msgid ""
|
499 |
"Do not block visitors that are logged in from visiting frontend website:"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: libs/blockcountry-settings.php:
|
503 |
msgid "Block visitors from visiting the frontend of your website:"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: libs/blockcountry-settings.php:
|
507 |
msgid "Block visitors from using the search function of your website:"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: libs/blockcountry-settings.php:
|
511 |
msgid ""
|
512 |
"Select the countries that should be blocked from visiting your frontend:"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: libs/blockcountry-settings.php:
|
516 |
msgid "Use the CTRL key to select multiple countries"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: libs/blockcountry-settings.php:
|
520 |
msgid "Inverse the selection above:"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: libs/blockcountry-settings.php:
|
524 |
msgid ""
|
525 |
"If you select this option only the countries that are selected are "
|
526 |
"<em>allowed</em>."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: libs/blockcountry-settings.php:
|
534 |
-
#: libs/blockcountry-settings.php:
|
535 |
msgid "Use a semicolon (;) to separate IP addresses"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: libs/blockcountry-settings.php:
|
539 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: libs/blockcountry-settings.php:
|
543 |
msgid "Backend Options"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: libs/blockcountry-settings.php:
|
547 |
msgid ""
|
548 |
"Block visitors from visiting the backend (administrator) of your website:"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: libs/blockcountry-settings.php:
|
552 |
msgid "Your IP address is"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: libs/blockcountry-settings.php:
|
556 |
msgid "The country that is listed for this IP address is"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: libs/blockcountry-settings.php:
|
560 |
msgid ""
|
561 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
562 |
"(administrator) of your website' and also select"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: libs/blockcountry-settings.php:
|
566 |
msgid "below."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: libs/blockcountry-settings.php:
|
570 |
msgid ""
|
571 |
"You will NOT be able to login the next time if you DO block your own country "
|
572 |
"from visiting the backend."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: libs/blockcountry-settings.php:
|
576 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: libs/blockcountry-settings.php:
|
580 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: libs/blockcountry-settings.php:
|
584 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: libs/blockcountry-settings.php:
|
588 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: libs/blockcountry-settings.php:
|
592 |
msgid "Overall statistics since start"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: libs/blockcountry-settings.php:
|
596 |
msgid "visitors blocked from the backend."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: libs/blockcountry-settings.php:
|
600 |
msgid "visitors blocked from the frontend."
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: libs/blockcountry-settings.php:
|
604 |
msgid "Block type"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: libs/blockcountry-settings.php:
|
608 |
msgid ""
|
609 |
"You should choose one of the 3 block options below. This wil either show a "
|
610 |
"block message, redirect to an internal page or redirect to an external page."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: libs/blockcountry-settings.php:
|
614 |
msgid "Message to display when people are blocked:"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: libs/blockcountry-settings.php:
|
618 |
msgid "Page to redirect to:"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: libs/blockcountry-settings.php:
|
622 |
msgid ""
|
623 |
"If you select a page here blocked visitors will be redirected to this page "
|
624 |
"instead of displaying above block message."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: libs/blockcountry-settings.php:
|
628 |
msgid "Choose a page..."
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: libs/blockcountry-settings.php:
|
632 |
msgid "URL to redirect to:"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: libs/blockcountry-settings.php:
|
636 |
msgid ""
|
637 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
638 |
"instead of displaying above block message or redirected to a local page."
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: libs/blockcountry-settings.php:
|
642 |
msgid "General settings"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: libs/blockcountry-settings.php:
|
646 |
msgid "Send headers when user is blocked:"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: libs/blockcountry-settings.php:
|
650 |
msgid ""
|
651 |
"Under normal circumstances you should keep this selected! Only if you have "
|
652 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
653 |
"know what you are doing uncheck this."
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: libs/blockcountry-settings.php:
|
657 |
msgid "Buffer output?:"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: libs/blockcountry-settings.php:
|
661 |
msgid ""
|
662 |
"You can use this option to buffer all output. This can be helpful in case "
|
663 |
"you have \"headers already sent\" issues."
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: libs/blockcountry-settings.php:
|
667 |
msgid "Do not log IP addresses:"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: libs/blockcountry-settings.php:
|
671 |
msgid ""
|
672 |
"Check this box if the laws in your country do not permit you to log IP "
|
673 |
"addresses or if you do not want to log the ip addresses."
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: libs/blockcountry-settings.php:
|
677 |
msgid "Do not block admin-ajax.php:"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: libs/blockcountry-settings.php:
|
681 |
msgid "Check this box if you use a plugin that uses admin-ajax.php."
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: libs/blockcountry-settings.php:
|
685 |
msgid "Number of rows on statistics page:"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: libs/blockcountry-settings.php:
|
689 |
msgid "How many rows do you want to display on each tab the statistics page."
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: libs/blockcountry-settings.php:
|
693 |
msgid "Allow tracking:"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: libs/blockcountry-settings.php:
|
697 |
msgid ""
|
698 |
"This sends only the IP address and the number of attempts this ip address "
|
699 |
"tried to login to your backend and was blocked doing so to a central server. "
|
@@ -701,153 +724,153 @@ msgid ""
|
|
701 |
"countries."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: libs/blockcountry-settings.php:
|
705 |
msgid "GeoIP API Key:"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: libs/blockcountry-settings.php:
|
709 |
msgid ""
|
710 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
711 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
712 |
"API key from: "
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: libs/blockcountry-settings.php:
|
716 |
msgid "GeoIP API Key Server Location:"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: libs/blockcountry-settings.php:
|
720 |
msgid "Choose a location closest to your own location."
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: libs/blockcountry-settings.php:
|
724 |
msgid "Admin block API Key:"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: libs/blockcountry-settings.php:
|
728 |
msgid ""
|
729 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
730 |
"to work."
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: libs/blockcountry-settings.php:
|
734 |
msgid "Accessibility options:"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: libs/blockcountry-settings.php:
|
738 |
msgid "Set this option if you cannot use the default country selection box."
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: libs/blockcountry-settings.php:
|
742 |
msgid "Log all visits:"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: libs/blockcountry-settings.php:
|
746 |
msgid ""
|
747 |
"This logs all visits despite if they are blocked or not. This is only for "
|
748 |
"debugging purposes."
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: libs/blockcountry-settings.php:
|
752 |
msgid "Last blocked visits"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: libs/blockcountry-settings.php:
|
756 |
msgid "Date / Time"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: libs/blockcountry-settings.php:
|
760 |
msgid "IP Address"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: libs/blockcountry-settings.php:
|
764 |
msgid "Hostname"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: libs/blockcountry-settings.php:
|
768 |
msgid "Country"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: libs/blockcountry-settings.php:
|
772 |
msgid "Frontend/Backend"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: libs/blockcountry-settings.php:
|
776 |
msgid "Frontend"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: libs/blockcountry-settings.php:
|
780 |
msgid "Backend banlist"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: libs/blockcountry-settings.php:
|
784 |
msgid "Backend & Backend banlist"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: libs/blockcountry-settings.php:
|
788 |
msgid "Backend"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: libs/blockcountry-settings.php:
|
792 |
msgid "Top countries that are blocked"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: libs/blockcountry-settings.php:
|
796 |
-
#: libs/blockcountry-settings.php:
|
797 |
msgid "# of blocked attempts"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: libs/blockcountry-settings.php:
|
801 |
msgid "Top hosts that are blocked"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: libs/blockcountry-settings.php:
|
805 |
msgid "Top URLs that are blocked"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: libs/blockcountry-settings.php:
|
809 |
msgid "Clear database"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: libs/blockcountry-settings.php:
|
813 |
msgid "Download as CSV file"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: libs/blockcountry-settings.php:
|
817 |
msgid ""
|
818 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
819 |
"IP addresses' if this is not what you want."
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: libs/blockcountry-settings.php:
|
823 |
msgid "Home"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: libs/blockcountry-settings.php:
|
827 |
msgid "Pages"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: libs/blockcountry-settings.php:
|
831 |
msgid "Categories"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: libs/blockcountry-settings.php:
|
835 |
msgid "Post types"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: libs/blockcountry-settings.php:
|
839 |
msgid "Search Engines"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: libs/blockcountry-settings.php:
|
843 |
msgid "Tools"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: libs/blockcountry-settings.php:
|
847 |
msgid "Logging"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: libs/blockcountry-settings.php:
|
851 |
msgid "Import/Export"
|
852 |
msgstr ""
|
853 |
|
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: 2016-08-02 20:45+0100\n"
|
6 |
+
"Last-Translator: Pascal <pascal@webence.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: English\n"
|
9 |
"MIME-Version: 1.0\n"
|
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 |
"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 |
|
lang/iqblockcountry-nl_NL.mo
CHANGED
Binary file
|
lang/iqblockcountry-nl_NL.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: iQ Block Country\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
-
"Last-Translator: Pascal <pascal@
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: Dutch\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -27,7 +27,7 @@ msgstr "Instellingen opgeslagen."
|
|
27 |
msgid "The Admin Block API key is incorrect. Please update the key."
|
28 |
msgstr "De Admin Block API sleutel is incorrect. Corrigeer a.u.b. de sleutel."
|
29 |
|
30 |
-
#: libs/blockcountry-settings.php:
|
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: "
|
@@ -36,24 +36,43 @@ msgstr ""
|
|
36 |
"indien je gebruik wilt maken van de GeoIP API kun je een API sleutel "
|
37 |
"verkrijgen van:"
|
38 |
|
39 |
-
#: libs/blockcountry-settings.php:
|
40 |
msgid "Please download the database from: "
|
41 |
msgstr "Download de database vanaf:"
|
42 |
|
43 |
-
#: libs/blockcountry-settings.php:
|
44 |
-
#: libs/blockcountry-settings.php:
|
45 |
msgid "unzip the file and afterwards upload it to the following location: "
|
46 |
msgstr "pak het bestand uit en upload dit bestand naar de volgende locatie:"
|
47 |
|
48 |
-
#: libs/blockcountry-settings.php:
|
49 |
msgid "If you also use IPv6 please also download the database from: "
|
50 |
msgstr "Indien je ook IPv6 gebruikt download dan a.u.b. ook de IPv6 database:"
|
51 |
|
52 |
-
#: libs/blockcountry-settings.php:
|
53 |
msgid "For more detailed instructions take a look at the documentation.."
|
54 |
msgstr "Voor gedetaileerde instructies bekijk de documentatie."
|
55 |
|
56 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid ""
|
58 |
"The MaxMind GeoIP database is older than 3 months. Please update this file "
|
59 |
"manually or if you wish to use the GeoIP API get an API key from: "
|
@@ -62,319 +81,319 @@ msgstr ""
|
|
62 |
"handmatig of indien je gebruik wilt maken van de GeoIP API kun je een API "
|
63 |
"sleutel verkrijgen van:"
|
64 |
|
65 |
-
#: libs/blockcountry-settings.php:
|
66 |
msgid ""
|
67 |
"Check which country belongs to an IP Address according to the current "
|
68 |
"database."
|
69 |
msgstr ""
|
70 |
"Controleer welk land behoort tot een IP adres volgens de huidige database."
|
71 |
|
72 |
-
#: libs/blockcountry-settings.php:
|
73 |
msgid "IP Address to check:"
|
74 |
msgstr "IP adres om te controleren:"
|
75 |
|
76 |
-
#: libs/blockcountry-settings.php:
|
77 |
msgid "No country for"
|
78 |
msgstr "Geen land voor"
|
79 |
|
80 |
-
#: libs/blockcountry-settings.php:
|
81 |
msgid "could be found. Or"
|
82 |
msgstr "gevonden. Of"
|
83 |
|
84 |
-
#: libs/blockcountry-settings.php:
|
85 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
86 |
msgstr "is geen valide IPv4 of IPv6 ip adres."
|
87 |
|
88 |
-
#: libs/blockcountry-settings.php:
|
89 |
msgid "IP Adress"
|
90 |
msgstr "IP Adres"
|
91 |
|
92 |
-
#: libs/blockcountry-settings.php:
|
93 |
msgid "belongs to"
|
94 |
msgstr "behoort tot"
|
95 |
|
96 |
-
#: libs/blockcountry-settings.php:
|
97 |
msgid "This country is not permitted to visit the frontend of this website."
|
98 |
msgstr ""
|
99 |
"Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
|
100 |
|
101 |
-
#: libs/blockcountry-settings.php:
|
102 |
msgid "This country is not permitted to visit the backend of this website."
|
103 |
msgstr ""
|
104 |
"Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
|
105 |
|
106 |
-
#: libs/blockcountry-settings.php:
|
107 |
msgid "This ip is present in the blacklist."
|
108 |
msgstr "Dit ip adres staat op de zwarte lijst"
|
109 |
|
110 |
-
#: libs/blockcountry-settings.php:
|
111 |
msgid "Check IP address"
|
112 |
msgstr "Controleer IP adres"
|
113 |
|
114 |
-
#: libs/blockcountry-settings.php:
|
115 |
#, fuzzy
|
116 |
msgid "Database information"
|
117 |
msgstr "Database informatie"
|
118 |
|
119 |
-
#: libs/blockcountry-settings.php:
|
120 |
msgid "IPv4 database exists. File date: "
|
121 |
msgstr "IPv4 database bestaat. Bestands datum:"
|
122 |
|
123 |
-
#: libs/blockcountry-settings.php:
|
124 |
#, fuzzy
|
125 |
msgid "Database is older than 3 months... Please update..."
|
126 |
msgstr ""
|
127 |
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
128 |
"alstublieft."
|
129 |
|
130 |
-
#: libs/blockcountry-settings.php:
|
131 |
msgid "IPv4 database does not exist."
|
132 |
msgstr "IPv4 database bestaat niet."
|
133 |
|
134 |
-
#: libs/blockcountry-settings.php:
|
135 |
msgid "IPv6 database exists. File date: "
|
136 |
msgstr "IPv6 database bestaat. Bestands datum:"
|
137 |
|
138 |
-
#: libs/blockcountry-settings.php:
|
139 |
#, fuzzy
|
140 |
msgid "Database is older than 3 months... Please update..."
|
141 |
msgstr ""
|
142 |
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
143 |
"alstublieft."
|
144 |
|
145 |
-
#: libs/blockcountry-settings.php:
|
146 |
msgid "IPv6 database does not exist."
|
147 |
msgstr "IPv6 database bestaat niet."
|
148 |
|
149 |
-
#: libs/blockcountry-settings.php:
|
150 |
msgid "Your GeoIP API key is valid till: "
|
151 |
msgstr "Uw GeoIP API key is geldig tot:"
|
152 |
|
153 |
-
#: libs/blockcountry-settings.php:
|
154 |
msgid "Active plugins"
|
155 |
msgstr "Actieve plugins"
|
156 |
|
157 |
-
#: libs/blockcountry-settings.php:
|
158 |
msgid "Plugin name"
|
159 |
msgstr "Plugin naam"
|
160 |
|
161 |
-
#: libs/blockcountry-settings.php:
|
162 |
msgid "Version"
|
163 |
msgstr "Versie"
|
164 |
|
165 |
-
#: libs/blockcountry-settings.php:
|
166 |
-
#: libs/blockcountry-settings.php:
|
167 |
msgid "URL"
|
168 |
msgstr "URL"
|
169 |
|
170 |
-
#: libs/blockcountry-settings.php:
|
171 |
msgid "none"
|
172 |
msgstr "Geen"
|
173 |
|
174 |
-
#: libs/blockcountry-settings.php:
|
175 |
msgid "unavailable"
|
176 |
msgstr "niet beschikbaar"
|
177 |
|
178 |
-
#: libs/blockcountry-settings.php:
|
179 |
msgid "File System Information"
|
180 |
msgstr "File systeem informatie"
|
181 |
|
182 |
-
#: libs/blockcountry-settings.php:
|
183 |
msgid "Website Root Folder"
|
184 |
msgstr "Website root directory"
|
185 |
|
186 |
-
#: libs/blockcountry-settings.php:
|
187 |
msgid "Document Root Path"
|
188 |
msgstr "Document root pad"
|
189 |
|
190 |
-
#: libs/blockcountry-settings.php:
|
191 |
msgid "Database Information"
|
192 |
msgstr "Database informatie"
|
193 |
|
194 |
-
#: libs/blockcountry-settings.php:
|
195 |
msgid "MySQL Database Version"
|
196 |
msgstr "MySQL Database versie"
|
197 |
|
198 |
-
#: libs/blockcountry-settings.php:
|
199 |
msgid "MySQL Client Version"
|
200 |
msgstr "MySQL Client versie"
|
201 |
|
202 |
-
#: libs/blockcountry-settings.php:
|
203 |
msgid "Database Host"
|
204 |
msgstr "Database Host"
|
205 |
|
206 |
-
#: libs/blockcountry-settings.php:
|
207 |
msgid "Not Set"
|
208 |
msgstr "Niet gezet"
|
209 |
|
210 |
-
#: libs/blockcountry-settings.php:
|
211 |
-
#: libs/blockcountry-settings.php:
|
212 |
-
#: libs/blockcountry-settings.php:
|
213 |
-
#: libs/blockcountry-settings.php:
|
214 |
msgid "Off"
|
215 |
msgstr "Uit"
|
216 |
|
217 |
-
#: libs/blockcountry-settings.php:
|
218 |
msgid "SQL Mode"
|
219 |
msgstr "SQL Mode"
|
220 |
|
221 |
-
#: libs/blockcountry-settings.php:
|
222 |
msgid "Server Information"
|
223 |
msgstr "Server informatie"
|
224 |
|
225 |
-
#: libs/blockcountry-settings.php:
|
226 |
msgid "Server IP Address"
|
227 |
msgstr "Server IP Adres"
|
228 |
|
229 |
-
#: libs/blockcountry-settings.php:
|
230 |
msgid "Server Type"
|
231 |
msgstr "Server Type"
|
232 |
|
233 |
-
#: libs/blockcountry-settings.php:
|
234 |
msgid "Operating System"
|
235 |
msgstr "Operating System"
|
236 |
|
237 |
-
#: libs/blockcountry-settings.php:
|
238 |
msgid "Browser Compression Supported"
|
239 |
msgstr "Browser Compressie ondersteund"
|
240 |
|
241 |
-
#: libs/blockcountry-settings.php:
|
242 |
msgid "undefined"
|
243 |
msgstr "Ongedefinieerd"
|
244 |
|
245 |
-
#: libs/blockcountry-settings.php:
|
246 |
msgid "PHP Process User (UID:GID)"
|
247 |
msgstr "PHP Process User (UID:GID)"
|
248 |
|
249 |
-
#: libs/blockcountry-settings.php:
|
250 |
msgid "PHP Information"
|
251 |
msgstr "PHP Informatie"
|
252 |
|
253 |
-
#: libs/blockcountry-settings.php:
|
254 |
msgid "PHP Version"
|
255 |
msgstr "PHP versie"
|
256 |
|
257 |
-
#: libs/blockcountry-settings.php:
|
258 |
msgid "PHP Memory Usage"
|
259 |
msgstr "PHP Memory Usage"
|
260 |
|
261 |
-
#: libs/blockcountry-settings.php:
|
262 |
msgid " MB"
|
263 |
msgstr " MB"
|
264 |
|
265 |
-
#: libs/blockcountry-settings.php:
|
266 |
-
#: libs/blockcountry-settings.php:
|
267 |
msgid "N/A"
|
268 |
msgstr "N/A"
|
269 |
|
270 |
-
#: libs/blockcountry-settings.php:
|
271 |
msgid "PHP Memory Limit"
|
272 |
msgstr "PHP Memory Limit"
|
273 |
|
274 |
-
#: libs/blockcountry-settings.php:
|
275 |
msgid "PHP Max Upload Size"
|
276 |
msgstr "PHP Max Upload Size"
|
277 |
|
278 |
-
#: libs/blockcountry-settings.php:
|
279 |
msgid "PHP Max Post Size"
|
280 |
msgstr "PHP Max Post Size"
|
281 |
|
282 |
-
#: libs/blockcountry-settings.php:
|
283 |
-
#: libs/blockcountry-settings.php:
|
284 |
-
#: libs/blockcountry-settings.php:
|
285 |
-
#: libs/blockcountry-settings.php:
|
286 |
msgid "On"
|
287 |
msgstr "Aan"
|
288 |
|
289 |
-
#: libs/blockcountry-settings.php:
|
290 |
msgid "PHP Safe Mode"
|
291 |
msgstr "PHP Safe Mode"
|
292 |
|
293 |
-
#: libs/blockcountry-settings.php:
|
294 |
msgid "PHP Allow URL fopen"
|
295 |
msgstr "PHP Allow URL fopen"
|
296 |
|
297 |
-
#: libs/blockcountry-settings.php:
|
298 |
msgid "PHP Allow URL Include"
|
299 |
msgstr "PHP Allow URL Include"
|
300 |
|
301 |
-
#: libs/blockcountry-settings.php:
|
302 |
msgid "PHP Display Errors"
|
303 |
msgstr "PHP Display Errors"
|
304 |
|
305 |
-
#: libs/blockcountry-settings.php:
|
306 |
msgid "PHP Display Startup Errors"
|
307 |
msgstr "PHP Display Startup Errors"
|
308 |
|
309 |
-
#: libs/blockcountry-settings.php:
|
310 |
msgid "PHP Expose PHP"
|
311 |
msgstr "PHP Expose PHP"
|
312 |
|
313 |
-
#: libs/blockcountry-settings.php:
|
314 |
msgid "PHP Max Script Execution Time"
|
315 |
msgstr "PHP Max Script Execution Time"
|
316 |
|
317 |
-
#: libs/blockcountry-settings.php:
|
318 |
msgid "Seconds"
|
319 |
msgstr "Seconden"
|
320 |
|
321 |
-
#: libs/blockcountry-settings.php:
|
322 |
msgid "PHP open_basedir"
|
323 |
msgstr "PHP open_basedir"
|
324 |
|
325 |
-
#: libs/blockcountry-settings.php:
|
326 |
msgid "Yes"
|
327 |
msgstr "Ja"
|
328 |
|
329 |
-
#: libs/blockcountry-settings.php:
|
330 |
msgid "No"
|
331 |
msgstr "Nee"
|
332 |
|
333 |
-
#: libs/blockcountry-settings.php:
|
334 |
msgid "PHP XML Support"
|
335 |
msgstr "PHP XML Support"
|
336 |
|
337 |
-
#: libs/blockcountry-settings.php:
|
338 |
msgid "PHP IPTC Support"
|
339 |
msgstr "PHP IPTC Support"
|
340 |
|
341 |
-
#: libs/blockcountry-settings.php:
|
342 |
msgid "Disabled PHP Functions"
|
343 |
msgstr "Disabled PHP Functions"
|
344 |
|
345 |
-
#: libs/blockcountry-settings.php:
|
346 |
msgid "Wordpress info"
|
347 |
msgstr "Wordpress Informatie"
|
348 |
|
349 |
-
#: libs/blockcountry-settings.php:
|
350 |
msgid "is enabled"
|
351 |
msgstr "is aangezet"
|
352 |
|
353 |
-
#: libs/blockcountry-settings.php:
|
354 |
msgid "is disabled"
|
355 |
msgstr "Is uitgezet"
|
356 |
|
357 |
-
#: libs/blockcountry-settings.php:
|
358 |
msgid " Multisite"
|
359 |
msgstr "Multisite"
|
360 |
|
361 |
-
#: libs/blockcountry-settings.php:
|
362 |
msgid "are enabled"
|
363 |
msgstr "is aangezet"
|
364 |
|
365 |
-
#: libs/blockcountry-settings.php:
|
366 |
msgid "are disabled"
|
367 |
msgstr "Is uitgezet"
|
368 |
|
369 |
-
#: libs/blockcountry-settings.php:
|
370 |
msgid "Permalinks"
|
371 |
msgstr "Permalinks"
|
372 |
|
373 |
-
#: libs/blockcountry-settings.php:
|
374 |
msgid "Export"
|
375 |
msgstr "Exporteren"
|
376 |
|
377 |
-
#: libs/blockcountry-settings.php:
|
378 |
msgid ""
|
379 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
380 |
"Block Country configuration will be created."
|
@@ -382,7 +401,7 @@ msgstr ""
|
|
382 |
"Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
|
383 |
"van alle iQ Block Country instellingen worden gecreerd."
|
384 |
|
385 |
-
#: libs/blockcountry-settings.php:
|
386 |
msgid ""
|
387 |
"After exporting, you can either use the backup file to restore your settings "
|
388 |
"on this site again or copy the settings to another WordPress site."
|
@@ -391,96 +410,96 @@ msgstr ""
|
|
391 |
"te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
|
392 |
"andere WordPress site te exporteren."
|
393 |
|
394 |
-
#: libs/blockcountry-settings.php:
|
395 |
msgid "Backup all settings"
|
396 |
msgstr "Backup alle instellingen"
|
397 |
|
398 |
-
#: libs/blockcountry-settings.php:
|
399 |
msgid "Import"
|
400 |
msgstr "Importeer"
|
401 |
|
402 |
-
#: libs/blockcountry-settings.php:
|
403 |
msgid "Click the browse button and choose a zip file that you exported before."
|
404 |
msgstr ""
|
405 |
"Klik op de Browse button and selecteer een zip file welke je eerder hebt "
|
406 |
"geexporteerd."
|
407 |
|
408 |
-
#: libs/blockcountry-settings.php:
|
409 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
410 |
msgstr ""
|
411 |
"Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
|
412 |
"doen."
|
413 |
|
414 |
-
#: libs/blockcountry-settings.php:
|
415 |
msgid "Restore settings"
|
416 |
msgstr "Herstel instellingen"
|
417 |
|
418 |
-
#: libs/blockcountry-settings.php:
|
419 |
-
#: libs/blockcountry-settings.php:
|
420 |
msgid "Something went wrong exporting this file"
|
421 |
msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
|
422 |
|
423 |
-
#: libs/blockcountry-settings.php:
|
424 |
msgid "Exporting settings..."
|
425 |
msgstr "Exporteer instellingen"
|
426 |
|
427 |
-
#: libs/blockcountry-settings.php:
|
428 |
msgid "Something went wrong importing this file"
|
429 |
msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
|
430 |
|
431 |
-
#: libs/blockcountry-settings.php:
|
432 |
msgid "All options are restored successfully."
|
433 |
msgstr "Alle opties zijn succesvol hersteld"
|
434 |
|
435 |
-
#: libs/blockcountry-settings.php:
|
436 |
msgid "Invalid file."
|
437 |
msgstr "Ongeldig bestand"
|
438 |
|
439 |
-
#: libs/blockcountry-settings.php:
|
440 |
msgid "No correct import or export option given."
|
441 |
msgstr "Geen correcte importeer of exporteer optie gegeven."
|
442 |
|
443 |
-
#: libs/blockcountry-settings.php:
|
444 |
msgid "Select which pages are blocked."
|
445 |
msgstr "Selecteer welke pagina's geblokkeerd worden."
|
446 |
|
447 |
-
#: libs/blockcountry-settings.php:
|
448 |
msgid "Do you want to block individual pages:"
|
449 |
msgstr "Wil je individuele pagina's blokkeren:"
|
450 |
|
451 |
-
#: libs/blockcountry-settings.php:
|
452 |
msgid "If you do not select this option all pages will be blocked."
|
453 |
msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
|
454 |
|
455 |
-
#: libs/blockcountry-settings.php:
|
456 |
msgid "Select pages you want to block:"
|
457 |
msgstr "Selecteer welke pagina's je wil blokkeren."
|
458 |
|
459 |
-
#: libs/blockcountry-settings.php:
|
460 |
-
#: libs/blockcountry-settings.php:
|
461 |
-
#: libs/blockcountry-settings.php:
|
462 |
-
#: libs/blockcountry-settings.php:
|
463 |
msgid "Save Changes"
|
464 |
msgstr "Bewaar wijzigingen"
|
465 |
|
466 |
-
#: libs/blockcountry-settings.php:
|
467 |
msgid "Select which categories are blocked."
|
468 |
msgstr "Selecteer welke categorieen geblokkeerd worden."
|
469 |
|
470 |
-
#: libs/blockcountry-settings.php:
|
471 |
msgid "Do you want to block individual categories:"
|
472 |
msgstr "Wil je individuele categorieen blokkeren:"
|
473 |
|
474 |
-
#: libs/blockcountry-settings.php:
|
475 |
msgid "If you do not select this option all blog articles will be blocked."
|
476 |
msgstr ""
|
477 |
"Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
|
478 |
|
479 |
-
#: libs/blockcountry-settings.php:
|
480 |
msgid "Do you want to block the homepage:"
|
481 |
msgstr "Wil je je homepage blokkeren:"
|
482 |
|
483 |
-
#: libs/blockcountry-settings.php:
|
484 |
msgid ""
|
485 |
"If you do not select this option visitors will not be blocked from your "
|
486 |
"homepage regardless of the categories you select."
|
@@ -489,31 +508,31 @@ msgstr ""
|
|
489 |
"geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
|
490 |
"selecteert."
|
491 |
|
492 |
-
#: libs/blockcountry-settings.php:
|
493 |
msgid "Select categories you want to block:"
|
494 |
msgstr "Selecteer welke categorieen je wil blokkeren."
|
495 |
|
496 |
-
#: libs/blockcountry-settings.php:
|
497 |
msgid "Select which post types are blocked."
|
498 |
msgstr "Selecteer welke post types geblokkeerd worden."
|
499 |
|
500 |
-
#: libs/blockcountry-settings.php:
|
501 |
msgid "Do you want to block individual post types:"
|
502 |
msgstr "Wil je individuele post types blokkeren:"
|
503 |
|
504 |
-
#: libs/blockcountry-settings.php:
|
505 |
msgid "Select post types you want to block:"
|
506 |
msgstr "Selecteer welke post types je wil blokkeren."
|
507 |
|
508 |
-
#: libs/blockcountry-settings.php:
|
509 |
msgid "Select which search engines are allowed."
|
510 |
msgstr "Selecteer welke zoek machines je wilt toestaan."
|
511 |
|
512 |
-
#: libs/blockcountry-settings.php:
|
513 |
msgid "Select which search engines you want to allow:"
|
514 |
msgstr "Selecteer welke zoek machines je wilt toestaan:"
|
515 |
|
516 |
-
#: libs/blockcountry-settings.php:
|
517 |
msgid ""
|
518 |
"This will allow a search engine to your site despite if you blocked the "
|
519 |
"country."
|
@@ -521,41 +540,41 @@ msgstr ""
|
|
521 |
"Deze optie staat het toe dat zoekmachines je site bezoeken ondanks dat ze "
|
522 |
"uit een land komen welk geblokkeerd is."
|
523 |
|
524 |
-
#: libs/blockcountry-settings.php:
|
525 |
msgid "Frontend options"
|
526 |
msgstr "Voorkant opties"
|
527 |
|
528 |
-
#: libs/blockcountry-settings.php:
|
529 |
msgid ""
|
530 |
"Do not block visitors that are logged in from visiting frontend website:"
|
531 |
msgstr ""
|
532 |
"Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
|
533 |
|
534 |
-
#: libs/blockcountry-settings.php:
|
535 |
msgid "Block visitors from visiting the frontend of your website:"
|
536 |
msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
|
537 |
|
538 |
-
#: libs/blockcountry-settings.php:
|
539 |
msgid "Block visitors from using the search function of your website:"
|
540 |
msgstr ""
|
541 |
"Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
|
542 |
|
543 |
-
#: libs/blockcountry-settings.php:
|
544 |
msgid ""
|
545 |
"Select the countries that should be blocked from visiting your frontend:"
|
546 |
msgstr ""
|
547 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
548 |
"voorkant van je website:"
|
549 |
|
550 |
-
#: libs/blockcountry-settings.php:
|
551 |
msgid "Use the CTRL key to select multiple countries"
|
552 |
msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
|
553 |
|
554 |
-
#: libs/blockcountry-settings.php:
|
555 |
msgid "Inverse the selection above:"
|
556 |
msgstr "Keer bovenstaande selectie om:"
|
557 |
|
558 |
-
#: libs/blockcountry-settings.php:
|
559 |
msgid ""
|
560 |
"If you select this option only the countries that are selected are "
|
561 |
"<em>allowed</em>."
|
@@ -563,41 +582,51 @@ msgstr ""
|
|
563 |
"Indien je deze optie selecteert de zijn de landen die hierboven geselecteerd "
|
564 |
"<em>toegestaan</em>."
|
565 |
|
566 |
-
#: libs/blockcountry-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
568 |
msgstr ""
|
569 |
"Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
570 |
|
571 |
-
#: libs/blockcountry-settings.php:
|
572 |
-
#: libs/blockcountry-settings.php:
|
573 |
msgid "Use a semicolon (;) to separate IP addresses"
|
574 |
msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
|
575 |
|
576 |
-
#: libs/blockcountry-settings.php:
|
577 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
578 |
msgstr ""
|
579 |
"Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
580 |
|
581 |
-
#: libs/blockcountry-settings.php:
|
582 |
msgid "Backend Options"
|
583 |
msgstr "Achterkant opties"
|
584 |
|
585 |
-
#: libs/blockcountry-settings.php:
|
586 |
msgid ""
|
587 |
"Block visitors from visiting the backend (administrator) of your website:"
|
588 |
msgstr ""
|
589 |
"Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
|
590 |
"gedeelte) van je website:"
|
591 |
|
592 |
-
#: libs/blockcountry-settings.php:
|
593 |
msgid "Your IP address is"
|
594 |
msgstr "Je IP adres is"
|
595 |
|
596 |
-
#: libs/blockcountry-settings.php:
|
597 |
msgid "The country that is listed for this IP address is"
|
598 |
msgstr "Het land waar dit adres toe behoort is"
|
599 |
|
600 |
-
#: libs/blockcountry-settings.php:
|
601 |
msgid ""
|
602 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
603 |
"(administrator) of your website' and also select"
|
@@ -605,11 +634,11 @@ msgstr ""
|
|
605 |
"Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
|
606 |
"achterkant (administratie gedeelte) van je website\" en"
|
607 |
|
608 |
-
#: libs/blockcountry-settings.php:
|
609 |
msgid "below."
|
610 |
msgstr "hier beneden."
|
611 |
|
612 |
-
#: libs/blockcountry-settings.php:
|
613 |
msgid ""
|
614 |
"You will NOT be able to login the next time if you DO block your own country "
|
615 |
"from visiting the backend."
|
@@ -617,44 +646,44 @@ msgstr ""
|
|
617 |
"Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
|
618 |
"land blokkeert van het bezoeken van de achterkant van je website."
|
619 |
|
620 |
-
#: libs/blockcountry-settings.php:
|
621 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
622 |
msgstr ""
|
623 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
624 |
"achterkant (administratie gedeelte) van je website:"
|
625 |
|
626 |
-
#: libs/blockcountry-settings.php:
|
627 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
628 |
msgstr ""
|
629 |
"Gebruik de x achter een land om het land te verwijderen uit deze lijst."
|
630 |
|
631 |
-
#: libs/blockcountry-settings.php:
|
632 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
633 |
msgstr ""
|
634 |
"Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
635 |
|
636 |
-
#: libs/blockcountry-settings.php:
|
637 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
638 |
msgstr ""
|
639 |
"Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
640 |
|
641 |
-
#: libs/blockcountry-settings.php:
|
642 |
msgid "Overall statistics since start"
|
643 |
msgstr "Statistieken sinds het begin"
|
644 |
|
645 |
-
#: libs/blockcountry-settings.php:
|
646 |
msgid "visitors blocked from the backend."
|
647 |
msgstr "bezoekers geblokkeerd op de achterkant."
|
648 |
|
649 |
-
#: libs/blockcountry-settings.php:
|
650 |
msgid "visitors blocked from the frontend."
|
651 |
msgstr "bezoekers geblokkeerd op de voorkant."
|
652 |
|
653 |
-
#: libs/blockcountry-settings.php:
|
654 |
msgid "Block type"
|
655 |
msgstr "Blokkeer type"
|
656 |
|
657 |
-
#: libs/blockcountry-settings.php:
|
658 |
msgid ""
|
659 |
"You should choose one of the 3 block options below. This wil either show a "
|
660 |
"block message, redirect to an internal page or redirect to an external page."
|
@@ -663,15 +692,15 @@ msgstr ""
|
|
663 |
"bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
|
664 |
"bezoeker door naar een externe pagina."
|
665 |
|
666 |
-
#: libs/blockcountry-settings.php:
|
667 |
msgid "Message to display when people are blocked:"
|
668 |
msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
|
669 |
|
670 |
-
#: libs/blockcountry-settings.php:
|
671 |
msgid "Page to redirect to:"
|
672 |
msgstr "Naar welke pagina wilt u bezoekers toesturen:"
|
673 |
|
674 |
-
#: libs/blockcountry-settings.php:
|
675 |
msgid ""
|
676 |
"If you select a page here blocked visitors will be redirected to this page "
|
677 |
"instead of displaying above block message."
|
@@ -680,15 +709,15 @@ msgstr ""
|
|
680 |
"doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
|
681 |
"bezoekers."
|
682 |
|
683 |
-
#: libs/blockcountry-settings.php:
|
684 |
msgid "Choose a page..."
|
685 |
msgstr "Kies een pagina..."
|
686 |
|
687 |
-
#: libs/blockcountry-settings.php:
|
688 |
msgid "URL to redirect to:"
|
689 |
msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
|
690 |
|
691 |
-
#: libs/blockcountry-settings.php:
|
692 |
msgid ""
|
693 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
694 |
"instead of displaying above block message or redirected to a local page."
|
@@ -697,15 +726,15 @@ msgstr ""
|
|
697 |
"naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
|
698 |
"of worden bezoekers doorverwezen naar de geselecteerde pagina."
|
699 |
|
700 |
-
#: libs/blockcountry-settings.php:
|
701 |
msgid "General settings"
|
702 |
msgstr "Algemene instellingen"
|
703 |
|
704 |
-
#: libs/blockcountry-settings.php:
|
705 |
msgid "Send headers when user is blocked:"
|
706 |
msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
|
707 |
|
708 |
-
#: libs/blockcountry-settings.php:
|
709 |
msgid ""
|
710 |
"Under normal circumstances you should keep this selected! Only if you have "
|
711 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
@@ -715,11 +744,11 @@ msgstr ""
|
|
715 |
"deze alleen indien je \"Cannot modify header information - headers already "
|
716 |
"sent\" foutmeldingen krijgt of indien je weet wat je doet."
|
717 |
|
718 |
-
#: libs/blockcountry-settings.php:
|
719 |
msgid "Buffer output?:"
|
720 |
msgstr "Buffer output?"
|
721 |
|
722 |
-
#: libs/blockcountry-settings.php:
|
723 |
msgid ""
|
724 |
"You can use this option to buffer all output. This can be helpful in case "
|
725 |
"you have \"headers already sent\" issues."
|
@@ -727,11 +756,11 @@ msgstr ""
|
|
727 |
"Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
|
728 |
"indien je \"headers already sent\" problemen hebt."
|
729 |
|
730 |
-
#: libs/blockcountry-settings.php:
|
731 |
msgid "Do not log IP addresses:"
|
732 |
msgstr "Log geen IP adressen"
|
733 |
|
734 |
-
#: libs/blockcountry-settings.php:
|
735 |
msgid ""
|
736 |
"Check this box if the laws in your country do not permit you to log IP "
|
737 |
"addresses or if you do not want to log the ip addresses."
|
@@ -740,29 +769,29 @@ msgstr ""
|
|
740 |
"adressen vast te leggen of indien je zelf deze informatie niet wilt "
|
741 |
"vastleggen."
|
742 |
|
743 |
-
#: libs/blockcountry-settings.php:
|
744 |
msgid "Do not block admin-ajax.php:"
|
745 |
msgstr "Blokkeer admin-ajax.php niet:"
|
746 |
|
747 |
-
#: libs/blockcountry-settings.php:
|
748 |
msgid "Check this box if you use a plugin that uses admin-ajax.php."
|
749 |
msgstr ""
|
750 |
"Selecteer deze optie indien je een plugin gebruikt welke gebruik maakt van "
|
751 |
"admin-ajax.php."
|
752 |
|
753 |
-
#: libs/blockcountry-settings.php:
|
754 |
msgid "Number of rows on statistics page:"
|
755 |
msgstr "Aantal regels op de statistieken pagina:"
|
756 |
|
757 |
-
#: libs/blockcountry-settings.php:
|
758 |
msgid "How many rows do you want to display on each tab the statistics page."
|
759 |
msgstr "Hoeveel regels wil je tonen op de statistieken pagina."
|
760 |
|
761 |
-
#: libs/blockcountry-settings.php:
|
762 |
msgid "Allow tracking:"
|
763 |
msgstr "Sta traceren toe:"
|
764 |
|
765 |
-
#: libs/blockcountry-settings.php:
|
766 |
msgid ""
|
767 |
"This sends only the IP address and the number of attempts this ip address "
|
768 |
"tried to login to your backend and was blocked doing so to a central server. "
|
@@ -775,11 +804,11 @@ msgstr ""
|
|
775 |
"ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
|
776 |
"pogingen worden gedaan. "
|
777 |
|
778 |
-
#: libs/blockcountry-settings.php:
|
779 |
msgid "GeoIP API Key:"
|
780 |
msgstr "GeoIP API sleutel:"
|
781 |
|
782 |
-
#: libs/blockcountry-settings.php:
|
783 |
msgid ""
|
784 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
785 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
@@ -789,19 +818,19 @@ msgstr ""
|
|
789 |
"Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
|
790 |
"een API sleutel verkrijgen op:"
|
791 |
|
792 |
-
#: libs/blockcountry-settings.php:
|
793 |
msgid "GeoIP API Key Server Location:"
|
794 |
msgstr "GeoIP API sleutel server locatie:"
|
795 |
|
796 |
-
#: libs/blockcountry-settings.php:
|
797 |
msgid "Choose a location closest to your own location."
|
798 |
msgstr "Kies een land welke het dichtsbij is bij je eigen land."
|
799 |
|
800 |
-
#: libs/blockcountry-settings.php:
|
801 |
msgid "Admin block API Key:"
|
802 |
msgstr "Admin block API Sleutel:"
|
803 |
|
804 |
-
#: libs/blockcountry-settings.php:
|
805 |
msgid ""
|
806 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
807 |
"to work."
|
@@ -809,21 +838,21 @@ msgstr ""
|
|
809 |
"Dit is een experimentele optie. Je hebt geen API key nodig om deze plugin te "
|
810 |
"laten werken."
|
811 |
|
812 |
-
#: libs/blockcountry-settings.php:
|
813 |
msgid "Accessibility options:"
|
814 |
msgstr "Toegankelijkheids opties:"
|
815 |
|
816 |
-
#: libs/blockcountry-settings.php:
|
817 |
msgid "Set this option if you cannot use the default country selection box."
|
818 |
msgstr ""
|
819 |
"Selecteer deze optie indien je de landen standaard selectie methode niet "
|
820 |
"kunt gebruiken. "
|
821 |
|
822 |
-
#: libs/blockcountry-settings.php:
|
823 |
msgid "Log all visits:"
|
824 |
msgstr "Log alle bezoekers:"
|
825 |
|
826 |
-
#: libs/blockcountry-settings.php:
|
827 |
msgid ""
|
828 |
"This logs all visits despite if they are blocked or not. This is only for "
|
829 |
"debugging purposes."
|
@@ -831,72 +860,72 @@ msgstr ""
|
|
831 |
"Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
|
832 |
"alleen voor debugging."
|
833 |
|
834 |
-
#: libs/blockcountry-settings.php:
|
835 |
msgid "Last blocked visits"
|
836 |
msgstr "Laatste geblokkeerde bezoekers"
|
837 |
|
838 |
-
#: libs/blockcountry-settings.php:
|
839 |
msgid "Date / Time"
|
840 |
msgstr "Datum / Tijd"
|
841 |
|
842 |
-
#: libs/blockcountry-settings.php:
|
843 |
msgid "IP Address"
|
844 |
msgstr "IP adres"
|
845 |
|
846 |
-
#: libs/blockcountry-settings.php:
|
847 |
msgid "Hostname"
|
848 |
msgstr "Hostnaam"
|
849 |
|
850 |
-
#: libs/blockcountry-settings.php:
|
851 |
msgid "Country"
|
852 |
msgstr "Land"
|
853 |
|
854 |
-
#: libs/blockcountry-settings.php:
|
855 |
msgid "Frontend/Backend"
|
856 |
msgstr "Voorkant/Achterkant"
|
857 |
|
858 |
-
#: libs/blockcountry-settings.php:
|
859 |
msgid "Frontend"
|
860 |
msgstr "Voorkant"
|
861 |
|
862 |
-
#: libs/blockcountry-settings.php:
|
863 |
msgid "Backend banlist"
|
864 |
msgstr "Achterkant banlist"
|
865 |
|
866 |
-
#: libs/blockcountry-settings.php:
|
867 |
msgid "Backend & Backend banlist"
|
868 |
msgstr "Achterkant & Achterkant banlist"
|
869 |
|
870 |
-
#: libs/blockcountry-settings.php:
|
871 |
msgid "Backend"
|
872 |
msgstr "Achterkant"
|
873 |
|
874 |
-
#: libs/blockcountry-settings.php:
|
875 |
msgid "Top countries that are blocked"
|
876 |
msgstr "Top landen welke zijn geblokkeerd"
|
877 |
|
878 |
-
#: libs/blockcountry-settings.php:
|
879 |
-
#: libs/blockcountry-settings.php:
|
880 |
msgid "# of blocked attempts"
|
881 |
msgstr "# of geblokkeerde pogingen"
|
882 |
|
883 |
-
#: libs/blockcountry-settings.php:
|
884 |
msgid "Top hosts that are blocked"
|
885 |
msgstr "Top hosts welke geblokkeerd zijn"
|
886 |
|
887 |
-
#: libs/blockcountry-settings.php:
|
888 |
msgid "Top URLs that are blocked"
|
889 |
msgstr "Top URLs welke geblokkeerd zijn"
|
890 |
|
891 |
-
#: libs/blockcountry-settings.php:
|
892 |
msgid "Clear database"
|
893 |
msgstr "Leeg database"
|
894 |
|
895 |
-
#: libs/blockcountry-settings.php:
|
896 |
msgid "Download as CSV file"
|
897 |
msgstr "Download als een csv bestand."
|
898 |
|
899 |
-
#: libs/blockcountry-settings.php:
|
900 |
msgid ""
|
901 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
902 |
"IP addresses' if this is not what you want."
|
@@ -904,35 +933,35 @@ msgstr ""
|
|
904 |
"Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
|
905 |
"adressen' indien dit niet is wat je wilt."
|
906 |
|
907 |
-
#: libs/blockcountry-settings.php:
|
908 |
msgid "Home"
|
909 |
msgstr "Home"
|
910 |
|
911 |
-
#: libs/blockcountry-settings.php:
|
912 |
msgid "Pages"
|
913 |
msgstr "Pagina's"
|
914 |
|
915 |
-
#: libs/blockcountry-settings.php:
|
916 |
msgid "Categories"
|
917 |
msgstr "Categorieen"
|
918 |
|
919 |
-
#: libs/blockcountry-settings.php:
|
920 |
msgid "Post types"
|
921 |
msgstr "Post types"
|
922 |
|
923 |
-
#: libs/blockcountry-settings.php:
|
924 |
msgid "Search Engines"
|
925 |
msgstr "Zoek machines"
|
926 |
|
927 |
-
#: libs/blockcountry-settings.php:
|
928 |
msgid "Tools"
|
929 |
msgstr "Gereedschap"
|
930 |
|
931 |
-
#: libs/blockcountry-settings.php:
|
932 |
msgid "Logging"
|
933 |
msgstr "Statistieken"
|
934 |
|
935 |
-
#: libs/blockcountry-settings.php:
|
936 |
msgid "Import/Export"
|
937 |
msgstr "Importeren/Exporteren"
|
938 |
|
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: 2016-08-02 20:47+0100\n"
|
6 |
+
"Last-Translator: Pascal <pascal@webence.nl>\n"
|
7 |
"Language-Team: iQ Block Country <info@redeo.nl>\n"
|
8 |
"Language: Dutch\n"
|
9 |
"MIME-Version: 1.0\n"
|
27 |
msgid "The Admin Block API key is incorrect. Please update the key."
|
28 |
msgstr "De Admin Block API sleutel is incorrect. Corrigeer a.u.b. de sleutel."
|
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: "
|
36 |
"indien je gebruik wilt maken van de GeoIP API kun je een API sleutel "
|
37 |
"verkrijgen van:"
|
38 |
|
39 |
+
#: libs/blockcountry-settings.php:60 libs/blockcountry-settings.php:101
|
40 |
msgid "Please download the database from: "
|
41 |
msgstr "Download de database vanaf:"
|
42 |
|
43 |
+
#: libs/blockcountry-settings.php:62 libs/blockcountry-settings.php:67
|
44 |
+
#: libs/blockcountry-settings.php:103 libs/blockcountry-settings.php:108
|
45 |
msgid "unzip the file and afterwards upload it to the following location: "
|
46 |
msgstr "pak het bestand uit en upload dit bestand naar de volgende locatie:"
|
47 |
|
48 |
+
#: libs/blockcountry-settings.php:65 libs/blockcountry-settings.php:106
|
49 |
msgid "If you also use IPv6 please also download the database from: "
|
50 |
msgstr "Indien je ook IPv6 gebruikt download dan a.u.b. ook de IPv6 database:"
|
51 |
|
52 |
+
#: libs/blockcountry-settings.php:69 libs/blockcountry-settings.php:110
|
53 |
msgid "For more detailed instructions take a look at the documentation.."
|
54 |
msgstr "Voor gedetaileerde instructies bekijk de documentatie."
|
55 |
|
56 |
+
#: libs/blockcountry-settings.php:83
|
57 |
+
msgid "A caching plugin appears to be active on your WordPress installation."
|
58 |
+
msgstr ""
|
59 |
+
"Een caching plugin is waarschijnlijk actief in je WordPress installatie."
|
60 |
+
|
61 |
+
#: libs/blockcountry-settings.php:84
|
62 |
+
msgid ""
|
63 |
+
"Caching plugins do not always cooperate nicely together with the iQ Block "
|
64 |
+
"Country plugin which may lead to non blocked visitors getting a cached "
|
65 |
+
"banned message or page."
|
66 |
+
msgstr ""
|
67 |
+
"Caching plugins kunnen niet altijd overweg met de iQ Block Country plugin "
|
68 |
+
"wat kan leiden dat bezoekers welke niet geblokkeerd zijn de pagina dat ze "
|
69 |
+
"geblokkeerd zijn getoond wordt vanuit de cache."
|
70 |
+
|
71 |
+
#: libs/blockcountry-settings.php:85
|
72 |
+
msgid "For more information visit the following page:"
|
73 |
+
msgstr "Voor meer informatie bezoek de volgende pagina:"
|
74 |
+
|
75 |
+
#: libs/blockcountry-settings.php:100
|
76 |
msgid ""
|
77 |
"The MaxMind GeoIP database is older than 3 months. Please update this file "
|
78 |
"manually or if you wish to use the GeoIP API get an API key from: "
|
81 |
"handmatig of indien je gebruik wilt maken van de GeoIP API kun je een API "
|
82 |
"sleutel verkrijgen van:"
|
83 |
|
84 |
+
#: libs/blockcountry-settings.php:261
|
85 |
msgid ""
|
86 |
"Check which country belongs to an IP Address according to the current "
|
87 |
"database."
|
88 |
msgstr ""
|
89 |
"Controleer welk land behoort tot een IP adres volgens de huidige database."
|
90 |
|
91 |
+
#: libs/blockcountry-settings.php:266
|
92 |
msgid "IP Address to check:"
|
93 |
msgstr "IP adres om te controleren:"
|
94 |
|
95 |
+
#: libs/blockcountry-settings.php:282
|
96 |
msgid "No country for"
|
97 |
msgstr "Geen land voor"
|
98 |
|
99 |
+
#: libs/blockcountry-settings.php:282
|
100 |
msgid "could be found. Or"
|
101 |
msgstr "gevonden. Of"
|
102 |
|
103 |
+
#: libs/blockcountry-settings.php:282
|
104 |
msgid "is not a valid IPv4 or IPv6 IP address"
|
105 |
msgstr "is geen valide IPv4 of IPv6 ip adres."
|
106 |
|
107 |
+
#: libs/blockcountry-settings.php:287
|
108 |
msgid "IP Adress"
|
109 |
msgstr "IP Adres"
|
110 |
|
111 |
+
#: libs/blockcountry-settings.php:287
|
112 |
msgid "belongs to"
|
113 |
msgstr "behoort tot"
|
114 |
|
115 |
+
#: libs/blockcountry-settings.php:293 libs/blockcountry-settings.php:298
|
116 |
msgid "This country is not permitted to visit the frontend of this website."
|
117 |
msgstr ""
|
118 |
"Dit land wordt niet toegestaan om de voorkant van deze website te bezoeken."
|
119 |
|
120 |
+
#: libs/blockcountry-settings.php:307 libs/blockcountry-settings.php:314
|
121 |
msgid "This country is not permitted to visit the backend of this website."
|
122 |
msgstr ""
|
123 |
"Dit land wordt niet toegestaan om de achterkant van deze website te bezoeken."
|
124 |
|
125 |
+
#: libs/blockcountry-settings.php:320
|
126 |
msgid "This ip is present in the blacklist."
|
127 |
msgstr "Dit ip adres staat op de zwarte lijst"
|
128 |
|
129 |
+
#: libs/blockcountry-settings.php:326
|
130 |
msgid "Check IP address"
|
131 |
msgstr "Controleer IP adres"
|
132 |
|
133 |
+
#: libs/blockcountry-settings.php:333
|
134 |
#, fuzzy
|
135 |
msgid "Database information"
|
136 |
msgstr "Database informatie"
|
137 |
|
138 |
+
#: libs/blockcountry-settings.php:340
|
139 |
msgid "IPv4 database exists. File date: "
|
140 |
msgstr "IPv4 database bestaat. Bestands datum:"
|
141 |
|
142 |
+
#: libs/blockcountry-settings.php:347
|
143 |
#, fuzzy
|
144 |
msgid "Database is older than 3 months... Please update..."
|
145 |
msgstr ""
|
146 |
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
147 |
"alstublieft."
|
148 |
|
149 |
+
#: libs/blockcountry-settings.php:352
|
150 |
msgid "IPv4 database does not exist."
|
151 |
msgstr "IPv4 database bestaat niet."
|
152 |
|
153 |
+
#: libs/blockcountry-settings.php:358
|
154 |
msgid "IPv6 database exists. File date: "
|
155 |
msgstr "IPv6 database bestaat. Bestands datum:"
|
156 |
|
157 |
+
#: libs/blockcountry-settings.php:365
|
158 |
#, fuzzy
|
159 |
msgid "Database is older than 3 months... Please update..."
|
160 |
msgstr ""
|
161 |
"Uw MaxMind GeoIP database is ouder dan 3 maanden. Update je database "
|
162 |
"alstublieft."
|
163 |
|
164 |
+
#: libs/blockcountry-settings.php:370
|
165 |
msgid "IPv6 database does not exist."
|
166 |
msgstr "IPv6 database bestaat niet."
|
167 |
|
168 |
+
#: libs/blockcountry-settings.php:377
|
169 |
msgid "Your GeoIP API key is valid till: "
|
170 |
msgstr "Uw GeoIP API key is geldig tot:"
|
171 |
|
172 |
+
#: libs/blockcountry-settings.php:384
|
173 |
msgid "Active plugins"
|
174 |
msgstr "Actieve plugins"
|
175 |
|
176 |
+
#: libs/blockcountry-settings.php:391
|
177 |
msgid "Plugin name"
|
178 |
msgstr "Plugin naam"
|
179 |
|
180 |
+
#: libs/blockcountry-settings.php:391
|
181 |
msgid "Version"
|
182 |
msgstr "Versie"
|
183 |
|
184 |
+
#: libs/blockcountry-settings.php:391 libs/blockcountry-settings.php:1429
|
185 |
+
#: libs/blockcountry-settings.php:1472
|
186 |
msgid "URL"
|
187 |
msgstr "URL"
|
188 |
|
189 |
+
#: libs/blockcountry-settings.php:410
|
190 |
msgid "none"
|
191 |
msgstr "Geen"
|
192 |
|
193 |
+
#: libs/blockcountry-settings.php:416 libs/blockcountry-settings.php:417
|
194 |
msgid "unavailable"
|
195 |
msgstr "niet beschikbaar"
|
196 |
|
197 |
+
#: libs/blockcountry-settings.php:421
|
198 |
msgid "File System Information"
|
199 |
msgstr "File systeem informatie"
|
200 |
|
201 |
+
#: libs/blockcountry-settings.php:424
|
202 |
msgid "Website Root Folder"
|
203 |
msgstr "Website root directory"
|
204 |
|
205 |
+
#: libs/blockcountry-settings.php:425 libs/blockcountry-settings.php:627
|
206 |
msgid "Document Root Path"
|
207 |
msgstr "Document root pad"
|
208 |
|
209 |
+
#: libs/blockcountry-settings.php:429
|
210 |
msgid "Database Information"
|
211 |
msgstr "Database informatie"
|
212 |
|
213 |
+
#: libs/blockcountry-settings.php:431
|
214 |
msgid "MySQL Database Version"
|
215 |
msgstr "MySQL Database versie"
|
216 |
|
217 |
+
#: libs/blockcountry-settings.php:432
|
218 |
msgid "MySQL Client Version"
|
219 |
msgstr "MySQL Client versie"
|
220 |
|
221 |
+
#: libs/blockcountry-settings.php:433
|
222 |
msgid "Database Host"
|
223 |
msgstr "Database Host"
|
224 |
|
225 |
+
#: libs/blockcountry-settings.php:439
|
226 |
msgid "Not Set"
|
227 |
msgstr "Niet gezet"
|
228 |
|
229 |
+
#: libs/blockcountry-settings.php:441 libs/blockcountry-settings.php:521
|
230 |
+
#: libs/blockcountry-settings.php:529 libs/blockcountry-settings.php:537
|
231 |
+
#: libs/blockcountry-settings.php:545 libs/blockcountry-settings.php:553
|
232 |
+
#: libs/blockcountry-settings.php:562 libs/blockcountry-settings.php:579
|
233 |
msgid "Off"
|
234 |
msgstr "Uit"
|
235 |
|
236 |
+
#: libs/blockcountry-settings.php:444
|
237 |
msgid "SQL Mode"
|
238 |
msgstr "SQL Mode"
|
239 |
|
240 |
+
#: libs/blockcountry-settings.php:448
|
241 |
msgid "Server Information"
|
242 |
msgstr "Server informatie"
|
243 |
|
244 |
+
#: libs/blockcountry-settings.php:453
|
245 |
msgid "Server IP Address"
|
246 |
msgstr "Server IP Adres"
|
247 |
|
248 |
+
#: libs/blockcountry-settings.php:455
|
249 |
msgid "Server Type"
|
250 |
msgstr "Server Type"
|
251 |
|
252 |
+
#: libs/blockcountry-settings.php:456
|
253 |
msgid "Operating System"
|
254 |
msgstr "Operating System"
|
255 |
|
256 |
+
#: libs/blockcountry-settings.php:457
|
257 |
msgid "Browser Compression Supported"
|
258 |
msgstr "Browser Compressie ondersteund"
|
259 |
|
260 |
+
#: libs/blockcountry-settings.php:473
|
261 |
msgid "undefined"
|
262 |
msgstr "Ongedefinieerd"
|
263 |
|
264 |
+
#: libs/blockcountry-settings.php:480
|
265 |
msgid "PHP Process User (UID:GID)"
|
266 |
msgstr "PHP Process User (UID:GID)"
|
267 |
|
268 |
+
#: libs/blockcountry-settings.php:485
|
269 |
msgid "PHP Information"
|
270 |
msgstr "PHP Informatie"
|
271 |
|
272 |
+
#: libs/blockcountry-settings.php:490
|
273 |
msgid "PHP Version"
|
274 |
msgstr "PHP versie"
|
275 |
|
276 |
+
#: libs/blockcountry-settings.php:491
|
277 |
msgid "PHP Memory Usage"
|
278 |
msgstr "PHP Memory Usage"
|
279 |
|
280 |
+
#: libs/blockcountry-settings.php:491
|
281 |
msgid " MB"
|
282 |
msgstr " MB"
|
283 |
|
284 |
+
#: libs/blockcountry-settings.php:497 libs/blockcountry-settings.php:505
|
285 |
+
#: libs/blockcountry-settings.php:513 libs/blockcountry-settings.php:570
|
286 |
msgid "N/A"
|
287 |
msgstr "N/A"
|
288 |
|
289 |
+
#: libs/blockcountry-settings.php:500
|
290 |
msgid "PHP Memory Limit"
|
291 |
msgstr "PHP Memory Limit"
|
292 |
|
293 |
+
#: libs/blockcountry-settings.php:508
|
294 |
msgid "PHP Max Upload Size"
|
295 |
msgstr "PHP Max Upload Size"
|
296 |
|
297 |
+
#: libs/blockcountry-settings.php:516
|
298 |
msgid "PHP Max Post Size"
|
299 |
msgstr "PHP Max Post Size"
|
300 |
|
301 |
+
#: libs/blockcountry-settings.php:519 libs/blockcountry-settings.php:527
|
302 |
+
#: libs/blockcountry-settings.php:535 libs/blockcountry-settings.php:543
|
303 |
+
#: libs/blockcountry-settings.php:551 libs/blockcountry-settings.php:560
|
304 |
+
#: libs/blockcountry-settings.php:577
|
305 |
msgid "On"
|
306 |
msgstr "Aan"
|
307 |
|
308 |
+
#: libs/blockcountry-settings.php:524
|
309 |
msgid "PHP Safe Mode"
|
310 |
msgstr "PHP Safe Mode"
|
311 |
|
312 |
+
#: libs/blockcountry-settings.php:532
|
313 |
msgid "PHP Allow URL fopen"
|
314 |
msgstr "PHP Allow URL fopen"
|
315 |
|
316 |
+
#: libs/blockcountry-settings.php:540
|
317 |
msgid "PHP Allow URL Include"
|
318 |
msgstr "PHP Allow URL Include"
|
319 |
|
320 |
+
#: libs/blockcountry-settings.php:548
|
321 |
msgid "PHP Display Errors"
|
322 |
msgstr "PHP Display Errors"
|
323 |
|
324 |
+
#: libs/blockcountry-settings.php:556
|
325 |
msgid "PHP Display Startup Errors"
|
326 |
msgstr "PHP Display Startup Errors"
|
327 |
|
328 |
+
#: libs/blockcountry-settings.php:565
|
329 |
msgid "PHP Expose PHP"
|
330 |
msgstr "PHP Expose PHP"
|
331 |
|
332 |
+
#: libs/blockcountry-settings.php:573
|
333 |
msgid "PHP Max Script Execution Time"
|
334 |
msgstr "PHP Max Script Execution Time"
|
335 |
|
336 |
+
#: libs/blockcountry-settings.php:574
|
337 |
msgid "Seconds"
|
338 |
msgstr "Seconden"
|
339 |
|
340 |
+
#: libs/blockcountry-settings.php:582
|
341 |
msgid "PHP open_basedir"
|
342 |
msgstr "PHP open_basedir"
|
343 |
|
344 |
+
#: libs/blockcountry-settings.php:585 libs/blockcountry-settings.php:593
|
345 |
msgid "Yes"
|
346 |
msgstr "Ja"
|
347 |
|
348 |
+
#: libs/blockcountry-settings.php:587 libs/blockcountry-settings.php:595
|
349 |
msgid "No"
|
350 |
msgstr "Nee"
|
351 |
|
352 |
+
#: libs/blockcountry-settings.php:590
|
353 |
msgid "PHP XML Support"
|
354 |
msgstr "PHP XML Support"
|
355 |
|
356 |
+
#: libs/blockcountry-settings.php:598
|
357 |
msgid "PHP IPTC Support"
|
358 |
msgstr "PHP IPTC Support"
|
359 |
|
360 |
+
#: libs/blockcountry-settings.php:600
|
361 |
msgid "Disabled PHP Functions"
|
362 |
msgstr "Disabled PHP Functions"
|
363 |
|
364 |
+
#: libs/blockcountry-settings.php:607
|
365 |
msgid "Wordpress info"
|
366 |
msgstr "Wordpress Informatie"
|
367 |
|
368 |
+
#: libs/blockcountry-settings.php:612
|
369 |
msgid "is enabled"
|
370 |
msgstr "is aangezet"
|
371 |
|
372 |
+
#: libs/blockcountry-settings.php:614
|
373 |
msgid "is disabled"
|
374 |
msgstr "Is uitgezet"
|
375 |
|
376 |
+
#: libs/blockcountry-settings.php:617
|
377 |
msgid " Multisite"
|
378 |
msgstr "Multisite"
|
379 |
|
380 |
+
#: libs/blockcountry-settings.php:620
|
381 |
msgid "are enabled"
|
382 |
msgstr "is aangezet"
|
383 |
|
384 |
+
#: libs/blockcountry-settings.php:622
|
385 |
msgid "are disabled"
|
386 |
msgstr "Is uitgezet"
|
387 |
|
388 |
+
#: libs/blockcountry-settings.php:625
|
389 |
msgid "Permalinks"
|
390 |
msgstr "Permalinks"
|
391 |
|
392 |
+
#: libs/blockcountry-settings.php:642
|
393 |
msgid "Export"
|
394 |
msgstr "Exporteren"
|
395 |
|
396 |
+
#: libs/blockcountry-settings.php:643
|
397 |
msgid ""
|
398 |
"When you click on <tt>Backup all settings</tt> button a backup of the iQ "
|
399 |
"Block Country configuration will be created."
|
401 |
"Wanneer je klikt op de <tt>Backup alle instellingen</tt> knop zal een backup "
|
402 |
"van alle iQ Block Country instellingen worden gecreerd."
|
403 |
|
404 |
+
#: libs/blockcountry-settings.php:644
|
405 |
msgid ""
|
406 |
"After exporting, you can either use the backup file to restore your settings "
|
407 |
"on this site again or copy the settings to another WordPress site."
|
410 |
"te herstellen of je kunt het bestand gebruiken om je instellingen naar een "
|
411 |
"andere WordPress site te exporteren."
|
412 |
|
413 |
+
#: libs/blockcountry-settings.php:648
|
414 |
msgid "Backup all settings"
|
415 |
msgstr "Backup alle instellingen"
|
416 |
|
417 |
+
#: libs/blockcountry-settings.php:655
|
418 |
msgid "Import"
|
419 |
msgstr "Importeer"
|
420 |
|
421 |
+
#: libs/blockcountry-settings.php:656
|
422 |
msgid "Click the browse button and choose a zip file that you exported before."
|
423 |
msgstr ""
|
424 |
"Klik op de Browse button and selecteer een zip file welke je eerder hebt "
|
425 |
"geexporteerd."
|
426 |
|
427 |
+
#: libs/blockcountry-settings.php:657
|
428 |
msgid "Press Restore settings button, and let WordPress do the magic for you."
|
429 |
msgstr ""
|
430 |
"Druk op de herstel instellingen knop en laat WordPress haar magie voor je "
|
431 |
"doen."
|
432 |
|
433 |
+
#: libs/blockcountry-settings.php:662
|
434 |
msgid "Restore settings"
|
435 |
msgstr "Herstel instellingen"
|
436 |
|
437 |
+
#: libs/blockcountry-settings.php:685 libs/blockcountry-settings.php:688
|
438 |
+
#: libs/blockcountry-settings.php:697
|
439 |
msgid "Something went wrong exporting this file"
|
440 |
msgstr "Er is iets verkeerd gegaan met het exporteren van het bestand."
|
441 |
|
442 |
+
#: libs/blockcountry-settings.php:700
|
443 |
msgid "Exporting settings..."
|
444 |
msgstr "Exporteer instellingen"
|
445 |
|
446 |
+
#: libs/blockcountry-settings.php:715
|
447 |
msgid "Something went wrong importing this file"
|
448 |
msgstr "Er is iets verkeerd gegaan met het importeren van dit bestand"
|
449 |
|
450 |
+
#: libs/blockcountry-settings.php:732
|
451 |
msgid "All options are restored successfully."
|
452 |
msgstr "Alle opties zijn succesvol hersteld"
|
453 |
|
454 |
+
#: libs/blockcountry-settings.php:735
|
455 |
msgid "Invalid file."
|
456 |
msgstr "Ongeldig bestand"
|
457 |
|
458 |
+
#: libs/blockcountry-settings.php:740
|
459 |
msgid "No correct import or export option given."
|
460 |
msgstr "Geen correcte importeer of exporteer optie gegeven."
|
461 |
|
462 |
+
#: libs/blockcountry-settings.php:749
|
463 |
msgid "Select which pages are blocked."
|
464 |
msgstr "Selecteer welke pagina's geblokkeerd worden."
|
465 |
|
466 |
+
#: libs/blockcountry-settings.php:756
|
467 |
msgid "Do you want to block individual pages:"
|
468 |
msgstr "Wil je individuele pagina's blokkeren:"
|
469 |
|
470 |
+
#: libs/blockcountry-settings.php:757
|
471 |
msgid "If you do not select this option all pages will be blocked."
|
472 |
msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
|
473 |
|
474 |
+
#: libs/blockcountry-settings.php:762
|
475 |
msgid "Select pages you want to block:"
|
476 |
msgstr "Selecteer welke pagina's je wil blokkeren."
|
477 |
|
478 |
+
#: libs/blockcountry-settings.php:784 libs/blockcountry-settings.php:838
|
479 |
+
#: libs/blockcountry-settings.php:886 libs/blockcountry-settings.php:931
|
480 |
+
#: libs/blockcountry-settings.php:1063 libs/blockcountry-settings.php:1192
|
481 |
+
#: libs/blockcountry-settings.php:1397
|
482 |
msgid "Save Changes"
|
483 |
msgstr "Bewaar wijzigingen"
|
484 |
|
485 |
+
#: libs/blockcountry-settings.php:797
|
486 |
msgid "Select which categories are blocked."
|
487 |
msgstr "Selecteer welke categorieen geblokkeerd worden."
|
488 |
|
489 |
+
#: libs/blockcountry-settings.php:804
|
490 |
msgid "Do you want to block individual categories:"
|
491 |
msgstr "Wil je individuele categorieen blokkeren:"
|
492 |
|
493 |
+
#: libs/blockcountry-settings.php:805
|
494 |
msgid "If you do not select this option all blog articles will be blocked."
|
495 |
msgstr ""
|
496 |
"Indien je deze optie niet selecteert worden alle blog artikelen geblokkeerd."
|
497 |
|
498 |
+
#: libs/blockcountry-settings.php:810
|
499 |
msgid "Do you want to block the homepage:"
|
500 |
msgstr "Wil je je homepage blokkeren:"
|
501 |
|
502 |
+
#: libs/blockcountry-settings.php:811
|
503 |
msgid ""
|
504 |
"If you do not select this option visitors will not be blocked from your "
|
505 |
"homepage regardless of the categories you select."
|
508 |
"geblokkeerd van het bezoeken van je homepagina ongeacht welke categorieen je "
|
509 |
"selecteert."
|
510 |
|
511 |
+
#: libs/blockcountry-settings.php:816
|
512 |
msgid "Select categories you want to block:"
|
513 |
msgstr "Selecteer welke categorieen je wil blokkeren."
|
514 |
|
515 |
+
#: libs/blockcountry-settings.php:852
|
516 |
msgid "Select which post types are blocked."
|
517 |
msgstr "Selecteer welke post types geblokkeerd worden."
|
518 |
|
519 |
+
#: libs/blockcountry-settings.php:859
|
520 |
msgid "Do you want to block individual post types:"
|
521 |
msgstr "Wil je individuele post types blokkeren:"
|
522 |
|
523 |
+
#: libs/blockcountry-settings.php:864
|
524 |
msgid "Select post types you want to block:"
|
525 |
msgstr "Selecteer welke post types je wil blokkeren."
|
526 |
|
527 |
+
#: libs/blockcountry-settings.php:901
|
528 |
msgid "Select which search engines are allowed."
|
529 |
msgstr "Selecteer welke zoek machines je wilt toestaan."
|
530 |
|
531 |
+
#: libs/blockcountry-settings.php:908
|
532 |
msgid "Select which search engines you want to allow:"
|
533 |
msgstr "Selecteer welke zoek machines je wilt toestaan:"
|
534 |
|
535 |
+
#: libs/blockcountry-settings.php:909
|
536 |
msgid ""
|
537 |
"This will allow a search engine to your site despite if you blocked the "
|
538 |
"country."
|
540 |
"Deze optie staat het toe dat zoekmachines je site bezoeken ondanks dat ze "
|
541 |
"uit een land komen welk geblokkeerd is."
|
542 |
|
543 |
+
#: libs/blockcountry-settings.php:946
|
544 |
msgid "Frontend options"
|
545 |
msgstr "Voorkant opties"
|
546 |
|
547 |
+
#: libs/blockcountry-settings.php:973
|
548 |
msgid ""
|
549 |
"Do not block visitors that are logged in from visiting frontend website:"
|
550 |
msgstr ""
|
551 |
"Blokkeer geen bezoekers welke ingelogd zijn van het bezoeken van de voorkant:"
|
552 |
|
553 |
+
#: libs/blockcountry-settings.php:979
|
554 |
msgid "Block visitors from visiting the frontend of your website:"
|
555 |
msgstr "Blokkeer bezoekers van het bezoeken van de voorkant van je website:"
|
556 |
|
557 |
+
#: libs/blockcountry-settings.php:985
|
558 |
msgid "Block visitors from using the search function of your website:"
|
559 |
msgstr ""
|
560 |
"Blokkeer bezoekers van het bezoeken van de zoek functie van je website:"
|
561 |
|
562 |
+
#: libs/blockcountry-settings.php:991
|
563 |
msgid ""
|
564 |
"Select the countries that should be blocked from visiting your frontend:"
|
565 |
msgstr ""
|
566 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
567 |
"voorkant van je website:"
|
568 |
|
569 |
+
#: libs/blockcountry-settings.php:992
|
570 |
msgid "Use the CTRL key to select multiple countries"
|
571 |
msgstr "Gebruik de CTRL toets om meerdere landen te selecteren"
|
572 |
|
573 |
+
#: libs/blockcountry-settings.php:1034 libs/blockcountry-settings.php:1168
|
574 |
msgid "Inverse the selection above:"
|
575 |
msgstr "Keer bovenstaande selectie om:"
|
576 |
|
577 |
+
#: libs/blockcountry-settings.php:1035 libs/blockcountry-settings.php:1169
|
578 |
msgid ""
|
579 |
"If you select this option only the countries that are selected are "
|
580 |
"<em>allowed</em>."
|
582 |
"Indien je deze optie selecteert de zijn de landen die hierboven geselecteerd "
|
583 |
"<em>toegestaan</em>."
|
584 |
|
585 |
+
#: libs/blockcountry-settings.php:1040
|
586 |
+
#, fuzzy
|
587 |
+
msgid "Block tag pages:"
|
588 |
+
msgstr "Blokkeer type"
|
589 |
+
|
590 |
+
#: libs/blockcountry-settings.php:1041
|
591 |
+
#, fuzzy
|
592 |
+
msgid "If you select this option tag pages will be blocked."
|
593 |
+
msgstr "Indien je deze optie niet selecteert worden alle pagina's geblokkeerd."
|
594 |
+
|
595 |
+
#: libs/blockcountry-settings.php:1046
|
596 |
msgid "Frontend whitelist IPv4 and/or IPv6 addresses:"
|
597 |
msgstr ""
|
598 |
"Whitelist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
599 |
|
600 |
+
#: libs/blockcountry-settings.php:1046 libs/blockcountry-settings.php:1054
|
601 |
+
#: libs/blockcountry-settings.php:1175 libs/blockcountry-settings.php:1183
|
602 |
msgid "Use a semicolon (;) to separate IP addresses"
|
603 |
msgstr "Gebruik een puntkomma (;) om adressen van elkaar te scheiden"
|
604 |
|
605 |
+
#: libs/blockcountry-settings.php:1054
|
606 |
msgid "Frontend blacklist IPv4 and/or IPv6 addresses:"
|
607 |
msgstr ""
|
608 |
"Blacklist van IPv4 of IPv6 IP adressen voor de voorkant van je website:"
|
609 |
|
610 |
+
#: libs/blockcountry-settings.php:1083
|
611 |
msgid "Backend Options"
|
612 |
msgstr "Achterkant opties"
|
613 |
|
614 |
+
#: libs/blockcountry-settings.php:1111
|
615 |
msgid ""
|
616 |
"Block visitors from visiting the backend (administrator) of your website:"
|
617 |
msgstr ""
|
618 |
"Blokkeer bezoekers van het bezoeken van de achterkant (administratie "
|
619 |
"gedeelte) van je website:"
|
620 |
|
621 |
+
#: libs/blockcountry-settings.php:1119
|
622 |
msgid "Your IP address is"
|
623 |
msgstr "Je IP adres is"
|
624 |
|
625 |
+
#: libs/blockcountry-settings.php:1119
|
626 |
msgid "The country that is listed for this IP address is"
|
627 |
msgstr "Het land waar dit adres toe behoort is"
|
628 |
|
629 |
+
#: libs/blockcountry-settings.php:1120
|
630 |
msgid ""
|
631 |
"Do <strong>NOT</strong> set the 'Block visitors from visiting the backend "
|
632 |
"(administrator) of your website' and also select"
|
634 |
"Selecteer <strong>NIET</strong> \"Blokkeer bezoekers van het bezoeken van de "
|
635 |
"achterkant (administratie gedeelte) van je website\" en"
|
636 |
|
637 |
+
#: libs/blockcountry-settings.php:1120
|
638 |
msgid "below."
|
639 |
msgstr "hier beneden."
|
640 |
|
641 |
+
#: libs/blockcountry-settings.php:1121
|
642 |
msgid ""
|
643 |
"You will NOT be able to login the next time if you DO block your own country "
|
644 |
"from visiting the backend."
|
646 |
"Het zal daarna niet meer mogelijk zijn om nog in te loggen als je je eigen "
|
647 |
"land blokkeert van het bezoeken van de achterkant van je website."
|
648 |
|
649 |
+
#: libs/blockcountry-settings.php:1126
|
650 |
msgid "Select the countries that should be blocked from visiting your backend:"
|
651 |
msgstr ""
|
652 |
"Selecteer de landen welke geblokkeerd moeten worden voor het bezoeken van de "
|
653 |
"achterkant (administratie gedeelte) van je website:"
|
654 |
|
655 |
+
#: libs/blockcountry-settings.php:1127
|
656 |
msgid "Use the x behind the country to remove a country from this blocklist."
|
657 |
msgstr ""
|
658 |
"Gebruik de x achter een land om het land te verwijderen uit deze lijst."
|
659 |
|
660 |
+
#: libs/blockcountry-settings.php:1175
|
661 |
msgid "Backend whitelist IPv4 and/or IPv6 addresses:"
|
662 |
msgstr ""
|
663 |
"Whitelist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
664 |
|
665 |
+
#: libs/blockcountry-settings.php:1183
|
666 |
msgid "Backend blacklist IPv4 and/or IPv6 addresses:"
|
667 |
msgstr ""
|
668 |
"Blacklist van IPv4 of IPv6 IP adressen voor de achterkant van je website:"
|
669 |
|
670 |
+
#: libs/blockcountry-settings.php:1225
|
671 |
msgid "Overall statistics since start"
|
672 |
msgstr "Statistieken sinds het begin"
|
673 |
|
674 |
+
#: libs/blockcountry-settings.php:1228
|
675 |
msgid "visitors blocked from the backend."
|
676 |
msgstr "bezoekers geblokkeerd op de achterkant."
|
677 |
|
678 |
+
#: libs/blockcountry-settings.php:1230
|
679 |
msgid "visitors blocked from the frontend."
|
680 |
msgstr "bezoekers geblokkeerd op de voorkant."
|
681 |
|
682 |
+
#: libs/blockcountry-settings.php:1247
|
683 |
msgid "Block type"
|
684 |
msgstr "Blokkeer type"
|
685 |
|
686 |
+
#: libs/blockcountry-settings.php:1249
|
687 |
msgid ""
|
688 |
"You should choose one of the 3 block options below. This wil either show a "
|
689 |
"block message, redirect to an internal page or redirect to an external page."
|
692 |
"bericht, stuurt de bezoeker door naar een interne pagina of stuurt de "
|
693 |
"bezoeker door naar een externe pagina."
|
694 |
|
695 |
+
#: libs/blockcountry-settings.php:1254
|
696 |
msgid "Message to display when people are blocked:"
|
697 |
msgstr "Welk bericht wil je tonen aan bezoekers welke geblokkeerd worden:"
|
698 |
|
699 |
+
#: libs/blockcountry-settings.php:1265
|
700 |
msgid "Page to redirect to:"
|
701 |
msgstr "Naar welke pagina wilt u bezoekers toesturen:"
|
702 |
|
703 |
+
#: libs/blockcountry-settings.php:1266
|
704 |
msgid ""
|
705 |
"If you select a page here blocked visitors will be redirected to this page "
|
706 |
"instead of displaying above block message."
|
709 |
"doorgestuurd naar deze pagina anders wordt bovestaande tekst getoond aan "
|
710 |
"bezoekers."
|
711 |
|
712 |
+
#: libs/blockcountry-settings.php:1272
|
713 |
msgid "Choose a page..."
|
714 |
msgstr "Kies een pagina..."
|
715 |
|
716 |
+
#: libs/blockcountry-settings.php:1287
|
717 |
msgid "URL to redirect to:"
|
718 |
msgstr "Naar welke URL wilt u geblokkerde bezoekers verwijzen:"
|
719 |
|
720 |
+
#: libs/blockcountry-settings.php:1288
|
721 |
msgid ""
|
722 |
"If you enter a URL here blocked visitors will be redirected to this URL "
|
723 |
"instead of displaying above block message or redirected to a local page."
|
726 |
"naar deze url anders wordt bovestaande blokkeer tekst getoond aan bezoekers "
|
727 |
"of worden bezoekers doorverwezen naar de geselecteerde pagina."
|
728 |
|
729 |
+
#: libs/blockcountry-settings.php:1295
|
730 |
msgid "General settings"
|
731 |
msgstr "Algemene instellingen"
|
732 |
|
733 |
+
#: libs/blockcountry-settings.php:1299
|
734 |
msgid "Send headers when user is blocked:"
|
735 |
msgstr "Stuur headers wanneer een gebruiker is geblokkeerd:"
|
736 |
|
737 |
+
#: libs/blockcountry-settings.php:1300
|
738 |
msgid ""
|
739 |
"Under normal circumstances you should keep this selected! Only if you have "
|
740 |
"\"Cannot modify header information - headers already sent\" errors or if you "
|
744 |
"deze alleen indien je \"Cannot modify header information - headers already "
|
745 |
"sent\" foutmeldingen krijgt of indien je weet wat je doet."
|
746 |
|
747 |
+
#: libs/blockcountry-settings.php:1306
|
748 |
msgid "Buffer output?:"
|
749 |
msgstr "Buffer output?"
|
750 |
|
751 |
+
#: libs/blockcountry-settings.php:1307
|
752 |
msgid ""
|
753 |
"You can use this option to buffer all output. This can be helpful in case "
|
754 |
"you have \"headers already sent\" issues."
|
756 |
"Je kunt deze optie gebruiken om alle output te bufferen. Dit kan helpen "
|
757 |
"indien je \"headers already sent\" problemen hebt."
|
758 |
|
759 |
+
#: libs/blockcountry-settings.php:1313
|
760 |
msgid "Do not log IP addresses:"
|
761 |
msgstr "Log geen IP adressen"
|
762 |
|
763 |
+
#: libs/blockcountry-settings.php:1314
|
764 |
msgid ""
|
765 |
"Check this box if the laws in your country do not permit you to log IP "
|
766 |
"addresses or if you do not want to log the ip addresses."
|
769 |
"adressen vast te leggen of indien je zelf deze informatie niet wilt "
|
770 |
"vastleggen."
|
771 |
|
772 |
+
#: libs/blockcountry-settings.php:1320
|
773 |
msgid "Do not block admin-ajax.php:"
|
774 |
msgstr "Blokkeer admin-ajax.php niet:"
|
775 |
|
776 |
+
#: libs/blockcountry-settings.php:1321
|
777 |
msgid "Check this box if you use a plugin that uses admin-ajax.php."
|
778 |
msgstr ""
|
779 |
"Selecteer deze optie indien je een plugin gebruikt welke gebruik maakt van "
|
780 |
"admin-ajax.php."
|
781 |
|
782 |
+
#: libs/blockcountry-settings.php:1330
|
783 |
msgid "Number of rows on statistics page:"
|
784 |
msgstr "Aantal regels op de statistieken pagina:"
|
785 |
|
786 |
+
#: libs/blockcountry-settings.php:1331
|
787 |
msgid "How many rows do you want to display on each tab the statistics page."
|
788 |
msgstr "Hoeveel regels wil je tonen op de statistieken pagina."
|
789 |
|
790 |
+
#: libs/blockcountry-settings.php:1346
|
791 |
msgid "Allow tracking:"
|
792 |
msgstr "Sta traceren toe:"
|
793 |
|
794 |
+
#: libs/blockcountry-settings.php:1347
|
795 |
msgid ""
|
796 |
"This sends only the IP address and the number of attempts this ip address "
|
797 |
"tried to login to your backend and was blocked doing so to a central server. "
|
804 |
"ons om beter inzicht te krijgen in de landen waarvandaan een hoop hack "
|
805 |
"pogingen worden gedaan. "
|
806 |
|
807 |
+
#: libs/blockcountry-settings.php:1353
|
808 |
msgid "GeoIP API Key:"
|
809 |
msgstr "GeoIP API sleutel:"
|
810 |
|
811 |
+
#: libs/blockcountry-settings.php:1354
|
812 |
msgid ""
|
813 |
"If for some reason you cannot or do not want to download the MaxMind GeoIP "
|
814 |
"databases you will need an API key for the GeoIP api.<br />You can get an "
|
818 |
"Maxmind GeoIP heb je een API sleutelnodig voor de GeoIP api.<br />Je kunt "
|
819 |
"een API sleutel verkrijgen op:"
|
820 |
|
821 |
+
#: libs/blockcountry-settings.php:1362
|
822 |
msgid "GeoIP API Key Server Location:"
|
823 |
msgstr "GeoIP API sleutel server locatie:"
|
824 |
|
825 |
+
#: libs/blockcountry-settings.php:1363
|
826 |
msgid "Choose a location closest to your own location."
|
827 |
msgstr "Kies een land welke het dichtsbij is bij je eigen land."
|
828 |
|
829 |
+
#: libs/blockcountry-settings.php:1372
|
830 |
msgid "Admin block API Key:"
|
831 |
msgstr "Admin block API Sleutel:"
|
832 |
|
833 |
+
#: libs/blockcountry-settings.php:1373
|
834 |
msgid ""
|
835 |
"This is an experimantal feature. You do not need an API key for this plugin "
|
836 |
"to work."
|
838 |
"Dit is een experimentele optie. Je hebt geen API key nodig om deze plugin te "
|
839 |
"laten werken."
|
840 |
|
841 |
+
#: libs/blockcountry-settings.php:1381
|
842 |
msgid "Accessibility options:"
|
843 |
msgstr "Toegankelijkheids opties:"
|
844 |
|
845 |
+
#: libs/blockcountry-settings.php:1382
|
846 |
msgid "Set this option if you cannot use the default country selection box."
|
847 |
msgstr ""
|
848 |
"Selecteer deze optie indien je de landen standaard selectie methode niet "
|
849 |
"kunt gebruiken. "
|
850 |
|
851 |
+
#: libs/blockcountry-settings.php:1388
|
852 |
msgid "Log all visits:"
|
853 |
msgstr "Log alle bezoekers:"
|
854 |
|
855 |
+
#: libs/blockcountry-settings.php:1389
|
856 |
msgid ""
|
857 |
"This logs all visits despite if they are blocked or not. This is only for "
|
858 |
"debugging purposes."
|
860 |
"Dit logt alle bezoekers ondanks of ze geblokkeerd zijn of niet. Dit is "
|
861 |
"alleen voor debugging."
|
862 |
|
863 |
+
#: libs/blockcountry-settings.php:1415
|
864 |
msgid "Last blocked visits"
|
865 |
msgstr "Laatste geblokkeerde bezoekers"
|
866 |
|
867 |
+
#: libs/blockcountry-settings.php:1429
|
868 |
msgid "Date / Time"
|
869 |
msgstr "Datum / Tijd"
|
870 |
|
871 |
+
#: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1461
|
872 |
msgid "IP Address"
|
873 |
msgstr "IP adres"
|
874 |
|
875 |
+
#: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1461
|
876 |
msgid "Hostname"
|
877 |
msgstr "Hostnaam"
|
878 |
|
879 |
+
#: libs/blockcountry-settings.php:1429 libs/blockcountry-settings.php:1448
|
880 |
msgid "Country"
|
881 |
msgstr "Land"
|
882 |
|
883 |
+
#: libs/blockcountry-settings.php:1429
|
884 |
msgid "Frontend/Backend"
|
885 |
msgstr "Voorkant/Achterkant"
|
886 |
|
887 |
+
#: libs/blockcountry-settings.php:1439 libs/blockcountry-settings.php:1541
|
888 |
msgid "Frontend"
|
889 |
msgstr "Voorkant"
|
890 |
|
891 |
+
#: libs/blockcountry-settings.php:1439
|
892 |
msgid "Backend banlist"
|
893 |
msgstr "Achterkant banlist"
|
894 |
|
895 |
+
#: libs/blockcountry-settings.php:1439
|
896 |
msgid "Backend & Backend banlist"
|
897 |
msgstr "Achterkant & Achterkant banlist"
|
898 |
|
899 |
+
#: libs/blockcountry-settings.php:1439 libs/blockcountry-settings.php:1542
|
900 |
msgid "Backend"
|
901 |
msgstr "Achterkant"
|
902 |
|
903 |
+
#: libs/blockcountry-settings.php:1446
|
904 |
msgid "Top countries that are blocked"
|
905 |
msgstr "Top landen welke zijn geblokkeerd"
|
906 |
|
907 |
+
#: libs/blockcountry-settings.php:1448 libs/blockcountry-settings.php:1461
|
908 |
+
#: libs/blockcountry-settings.php:1472
|
909 |
msgid "# of blocked attempts"
|
910 |
msgstr "# of geblokkeerde pogingen"
|
911 |
|
912 |
+
#: libs/blockcountry-settings.php:1459
|
913 |
msgid "Top hosts that are blocked"
|
914 |
msgstr "Top hosts welke geblokkeerd zijn"
|
915 |
|
916 |
+
#: libs/blockcountry-settings.php:1470
|
917 |
msgid "Top URLs that are blocked"
|
918 |
msgstr "Top URLs welke geblokkeerd zijn"
|
919 |
|
920 |
+
#: libs/blockcountry-settings.php:1486
|
921 |
msgid "Clear database"
|
922 |
msgstr "Leeg database"
|
923 |
|
924 |
+
#: libs/blockcountry-settings.php:1511
|
925 |
msgid "Download as CSV file"
|
926 |
msgstr "Download als een csv bestand."
|
927 |
|
928 |
+
#: libs/blockcountry-settings.php:1518
|
929 |
msgid ""
|
930 |
"You are not logging any information. Please uncheck the option 'Do not log "
|
931 |
"IP addresses' if this is not what you want."
|
933 |
"Je logt geen informatie. Deselecteer alstublieft de optie 'Log geen IP "
|
934 |
"adressen' indien dit niet is wat je wilt."
|
935 |
|
936 |
+
#: libs/blockcountry-settings.php:1540
|
937 |
msgid "Home"
|
938 |
msgstr "Home"
|
939 |
|
940 |
+
#: libs/blockcountry-settings.php:1543
|
941 |
msgid "Pages"
|
942 |
msgstr "Pagina's"
|
943 |
|
944 |
+
#: libs/blockcountry-settings.php:1544
|
945 |
msgid "Categories"
|
946 |
msgstr "Categorieen"
|
947 |
|
948 |
+
#: libs/blockcountry-settings.php:1545
|
949 |
msgid "Post types"
|
950 |
msgstr "Post types"
|
951 |
|
952 |
+
#: libs/blockcountry-settings.php:1546
|
953 |
msgid "Search Engines"
|
954 |
msgstr "Zoek machines"
|
955 |
|
956 |
+
#: libs/blockcountry-settings.php:1547
|
957 |
msgid "Tools"
|
958 |
msgstr "Gereedschap"
|
959 |
|
960 |
+
#: libs/blockcountry-settings.php:1548
|
961 |
msgid "Logging"
|
962 |
msgstr "Statistieken"
|
963 |
|
964 |
+
#: libs/blockcountry-settings.php:1549
|
965 |
msgid "Import/Export"
|
966 |
msgstr "Importeren/Exporteren"
|
967 |
|
libs/blockcountry-checks.php
CHANGED
@@ -73,8 +73,14 @@ function iqblockcountry_retrieve_geoipapi($ipaddress)
|
|
73 |
if ( 200 == $result['response']['code'] ) {
|
74 |
$body = $result['body'];
|
75 |
$xml = new SimpleXmlElement($body);
|
76 |
-
// if (isset($xml->error)) { echo $xml->error; }
|
77 |
if (isset($xml->country)) { return (string) $xml->country; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
else { return "Unknown"; }
|
79 |
}
|
80 |
elseif ( 403 == $result['response']['code'] ) {
|
@@ -95,6 +101,7 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
|
|
95 |
$blockedpage = get_option('blockcountry_blockpages');
|
96 |
$blockedcategory = get_option('blockcountry_blockcategories');
|
97 |
$blockedposttypes = get_option('blockcountry_blockposttypes');
|
|
|
98 |
|
99 |
$frontendblacklistip = array(); $frontendblacklist = get_option ( 'blockcountry_frontendblacklist' );
|
100 |
$frontendwhitelistip = array(); $frontendwhitelist = get_option ( 'blockcountry_frontendwhitelist' );
|
@@ -231,6 +238,24 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
|
|
231 |
}
|
232 |
|
233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
if (is_home() && (get_option('blockcountry_blockhome')) == FALSE && $blockedcategory == "on")
|
235 |
{
|
236 |
$blocked = FALSE;
|
@@ -250,7 +275,7 @@ function iqblockcountry_check($country,$badcountries,$ip_address)
|
|
250 |
{
|
251 |
$blocked = FALSE;
|
252 |
}
|
253 |
-
|
254 |
return $blocked;
|
255 |
}
|
256 |
|
@@ -383,6 +408,23 @@ function iqblockcountry_is_xmlrpc() {
|
|
383 |
return defined('XMLRPC_REQUEST') && XMLRPC_REQUEST;
|
384 |
}
|
385 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
|
387 |
/*
|
388 |
* Check if page is the login page
|
73 |
if ( 200 == $result['response']['code'] ) {
|
74 |
$body = $result['body'];
|
75 |
$xml = new SimpleXmlElement($body);
|
|
|
76 |
if (isset($xml->country)) { return (string) $xml->country; }
|
77 |
+
elseif (isset($xml->error))
|
78 |
+
{
|
79 |
+
if (strpos($xml->error, 'License expired on ') !== false) {
|
80 |
+
update_option('blockcountry_geoapikey','');
|
81 |
+
return "Expired";
|
82 |
+
}
|
83 |
+
}
|
84 |
else { return "Unknown"; }
|
85 |
}
|
86 |
elseif ( 403 == $result['response']['code'] ) {
|
101 |
$blockedpage = get_option('blockcountry_blockpages');
|
102 |
$blockedcategory = get_option('blockcountry_blockcategories');
|
103 |
$blockedposttypes = get_option('blockcountry_blockposttypes');
|
104 |
+
$blockedtag = get_option('blockcountry_blocktag');
|
105 |
|
106 |
$frontendblacklistip = array(); $frontendblacklist = get_option ( 'blockcountry_frontendblacklist' );
|
107 |
$frontendwhitelistip = array(); $frontendwhitelist = get_option ( 'blockcountry_frontendwhitelist' );
|
238 |
}
|
239 |
|
240 |
|
241 |
+
if (is_tag())
|
242 |
+
{
|
243 |
+
echo "Is een tag";
|
244 |
+
}
|
245 |
+
|
246 |
+
if (is_tag() && $blockedtag == "on")
|
247 |
+
{
|
248 |
+
$flagged = TRUE;
|
249 |
+
if (is_array ( $frontendwhitelistip ) && in_array ( $ip_address, $frontendwhitelistip)) {
|
250 |
+
$flagged = FALSE;
|
251 |
+
}
|
252 |
+
if ($flagged) { $blocked = TRUE; } else { $blocked = FALSE; }
|
253 |
+
}
|
254 |
+
elseif (is_tag() && $blockedtag == FALSE)
|
255 |
+
{
|
256 |
+
$blocked = FALSE;
|
257 |
+
}
|
258 |
+
|
259 |
if (is_home() && (get_option('blockcountry_blockhome')) == FALSE && $blockedcategory == "on")
|
260 |
{
|
261 |
$blocked = FALSE;
|
275 |
{
|
276 |
$blocked = FALSE;
|
277 |
}
|
278 |
+
|
279 |
return $blocked;
|
280 |
}
|
281 |
|
408 |
return defined('XMLRPC_REQUEST') && XMLRPC_REQUEST;
|
409 |
}
|
410 |
|
411 |
+
/*
|
412 |
+
* Check for active caching plugins
|
413 |
+
*/
|
414 |
+
function iqblockcountry_is_caching_active() {
|
415 |
+
$found = FALSE;
|
416 |
+
|
417 |
+
|
418 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
419 |
+
if ( is_plugin_active( 'w3-total-cache/w3-total-cache.php' ) ) {
|
420 |
+
$found = TRUE;
|
421 |
+
}
|
422 |
+
if ( is_plugin_active( 'hyper-cache/plugin.php' ) ) {
|
423 |
+
$found = TRUE;
|
424 |
+
}
|
425 |
+
|
426 |
+
return $found;
|
427 |
+
}
|
428 |
|
429 |
/*
|
430 |
* Check if page is the login page
|
libs/blockcountry-settings.php
CHANGED
@@ -5,6 +5,13 @@ if (!is_file ( IPV4DBFILE ) && (!get_option('blockcountry_geoapikey'))) {
|
|
5 |
add_action( 'admin_notices', 'iq_missing_db_notice' );
|
6 |
}
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
/*
|
10 |
* Unzip the MaxMind IPv4 database if somebody uploaded it in GZIP format
|
@@ -47,9 +54,9 @@ if (is_file(IPV6DBFILE . ".gz"))
|
|
47 |
function iq_missing_db_notice()
|
48 |
{
|
49 |
?>
|
50 |
-
<div class="error">
|
51 |
<h3>iQ Block Country</h3>
|
52 |
-
<p><?php _e('The MaxMind GeoIP database does not exist. Please download this file manually or if you wish to use the GeoIP API get an API key from: ', 'iq-block-country'); ?><a href="
|
53 |
<p><?php _e("Please download the database from: " , 'iq-block-country'); ?>
|
54 |
<?php echo "<a href=\"" . IPV4DB . "\" target=\"_blank\">" . IPV4DB . "</a> "; ?>
|
55 |
<?php _e("unzip the file and afterwards upload it to the following location: " , 'iq-block-country'); ?>
|
@@ -65,6 +72,22 @@ function iq_missing_db_notice()
|
|
65 |
<?php
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
/*
|
70 |
* Display missing database notification.
|
@@ -72,9 +95,9 @@ function iq_missing_db_notice()
|
|
72 |
function iq_old_db_notice()
|
73 |
{
|
74 |
?>
|
75 |
-
<div class="
|
76 |
<h3>iQ Block Country</h3>
|
77 |
-
<p><?php _e('The MaxMind GeoIP database is older than 3 months. Please update this file manually or if you wish to use the GeoIP API get an API key from: ', 'iq-block-country'); ?><a href="
|
78 |
<p><?php _e("Please download the database from: " , 'iq-block-country'); ?>
|
79 |
<?php echo "<a href=\"" . IPV4DB . "\" target=\"_blank\">" . IPV4DB . "</a> "; ?>
|
80 |
<?php _e("unzip the file and afterwards upload it to the following location: " , 'iq-block-country'); ?>
|
@@ -135,6 +158,7 @@ function iqblockcountry_register_mysettings()
|
|
135 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocklogin' );
|
136 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocksearch' );
|
137 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blockfrontend' );
|
|
|
138 |
register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages');
|
139 |
register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_pages');
|
140 |
register_setting ( 'iqblockcountry-settings-group-posttypes', 'blockcountry_blockposttypes');
|
@@ -157,7 +181,8 @@ function iqblockcountry_get_options_arr() {
|
|
157 |
'blockcountry_blockpages','blockcountry_pages','blockcountry_blockcategories','blockcountry_categories','blockcountry_tracking',
|
158 |
'blockcountry_blockhome','blockcountry_nrstatistics','blockcountry_geoapikey','blockcountry_geoapilocation','blockcountry_apikey',
|
159 |
'blockcountry_redirect','blockcountry_redirect_url','blockcountry_allowse','blockcountry_debuglogging','blockcountry_buffer',
|
160 |
-
'blockcountry_accessibility','blockcountry_logging','blockcountry_blockposttypes','blockcountry_posttypes','blockcountry_blocksearch',
|
|
|
161 |
return apply_filters( 'iqblockcountry_options', $optarr );
|
162 |
}
|
163 |
|
@@ -226,6 +251,7 @@ function iqblockcountry_uninstall() //deletes all the database entries that the
|
|
226 |
delete_option('blockcountry_posttypes');
|
227 |
delete_option('blockcountry_blocksearch');
|
228 |
delete_option('blockcountry_adminajax');
|
|
|
229 |
}
|
230 |
|
231 |
|
@@ -671,7 +697,7 @@ function iqblockcountry_settings_importexport() {
|
|
671 |
wp_die(__("Something went wrong exporting this file", 'iq-block-country'));
|
672 |
|
673 |
$url = $dir['url'] . '/' . $json_name . '-iqblockcountry.zip';
|
674 |
-
$content = "<div class='
|
675 |
|
676 |
if ( $url ) {
|
677 |
$content .= '<script type="text/javascript">
|
@@ -703,10 +729,10 @@ function iqblockcountry_settings_importexport() {
|
|
703 |
unlink($dir['path'] . '/iqblockcountry.ini');
|
704 |
// check if file exists first.
|
705 |
|
706 |
-
echo "<div class='
|
707 |
}
|
708 |
else {
|
709 |
-
echo "<div class='error'><p>" . __("Invalid file.", 'iq-block-country') ."</p></div>";
|
710 |
}
|
711 |
}
|
712 |
}
|
@@ -1010,6 +1036,12 @@ function iqblockcountry_settings_frontend()
|
|
1010 |
<td width="70%">
|
1011 |
<input type="checkbox" name="blockcountry_banlist_inverse" <?php checked('on', get_option('blockcountry_banlist_inverse'), true); ?> />
|
1012 |
</td></tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
<tr valign="top">
|
1014 |
<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'); ?></th>
|
1015 |
<td width="70%">
|
@@ -1319,7 +1351,7 @@ if (is_file ( IPV4DBFILE ) && (!get_option('blockcountry_geoapikey'))) {
|
|
1319 |
|
1320 |
<tr valign="top">
|
1321 |
<th width="30%"><?php _e('GeoIP API Key:', 'iq-block-country'); ?><br />
|
1322 |
-
<em><?php _e('If for some reason you cannot or do not want to download the MaxMind GeoIP databases you will need an API key for the GeoIP api.<br />You can get an API key from: ', 'iq-block-country'); ?> <a href="
|
1323 |
</th>
|
1324 |
<td width="70%">
|
1325 |
<input type="text" size="25" name="blockcountry_geoapikey" value="<?php echo get_option ( 'blockcountry_geoapikey' );?>">
|
@@ -1570,7 +1602,7 @@ function iqblockcountry_settings_page() {
|
|
1570 |
|
1571 |
<p>This product uses GeoLite data created by MaxMind, available from <a href="http://www.maxmind.com/">http://www.maxmind.com/</a>.</p>
|
1572 |
|
1573 |
-
<p>If you like this plugin please link back to <a href="
|
1574 |
|
1575 |
<?php
|
1576 |
|
5 |
add_action( 'admin_notices', 'iq_missing_db_notice' );
|
6 |
}
|
7 |
|
8 |
+
/* check if caching plugins are active, if so display notice */
|
9 |
+
|
10 |
+
if (iqblockcountry_is_caching_active())
|
11 |
+
{
|
12 |
+
add_action( 'admin_notices', 'iq_cachingisactive_notice' );
|
13 |
+
}
|
14 |
+
|
15 |
|
16 |
/*
|
17 |
* Unzip the MaxMind IPv4 database if somebody uploaded it in GZIP format
|
54 |
function iq_missing_db_notice()
|
55 |
{
|
56 |
?>
|
57 |
+
<div class="notice notice-error">
|
58 |
<h3>iQ Block Country</h3>
|
59 |
+
<p><?php _e('The MaxMind GeoIP database does not exist. Please download this file manually or if you wish to use the GeoIP API get an API key from: ', 'iq-block-country'); ?><a href="https://geoip.webence.nl/" target="_blank">https://geoip.webence.nl/</a></p>
|
60 |
<p><?php _e("Please download the database from: " , 'iq-block-country'); ?>
|
61 |
<?php echo "<a href=\"" . IPV4DB . "\" target=\"_blank\">" . IPV4DB . "</a> "; ?>
|
62 |
<?php _e("unzip the file and afterwards upload it to the following location: " , 'iq-block-country'); ?>
|
72 |
<?php
|
73 |
}
|
74 |
|
75 |
+
/*
|
76 |
+
* Display missing database notification.
|
77 |
+
*/
|
78 |
+
function iq_cachingisactive_notice()
|
79 |
+
{
|
80 |
+
?>
|
81 |
+
<div class="notice notice-warning is-dismissible">
|
82 |
+
<h3>iQ Block Country</h3>
|
83 |
+
<p><?php _e('A caching plugin appears to be active on your WordPress installation.', 'iq-block-country'); ?></p>
|
84 |
+
<p><?php _e('Caching plugins do not always cooperate nicely together with the iQ Block Country plugin which may lead to non blocked visitors getting a cached banned message or page.', 'iq-block-country'); ?></p>
|
85 |
+
<p><?php _e('For more information visit the following page:','iq-block-country'); ?> <a target="_blank"href="https://www.webence.nl/questions/iq-block-country-and-caching-plugins/">https://www.webence.nl/questions/iq-block-country-and-caching-plugins/</a></p>
|
86 |
+
</div>
|
87 |
+
<?php
|
88 |
+
}
|
89 |
+
|
90 |
+
|
91 |
|
92 |
/*
|
93 |
* Display missing database notification.
|
95 |
function iq_old_db_notice()
|
96 |
{
|
97 |
?>
|
98 |
+
<div class="notice notice-warning">
|
99 |
<h3>iQ Block Country</h3>
|
100 |
+
<p><?php _e('The MaxMind GeoIP database is older than 3 months. Please update this file manually or if you wish to use the GeoIP API get an API key from: ', 'iq-block-country'); ?><a href="https://geoip.webence.nl/" target="_blank">https://geoip.webence.nl/</a></p>
|
101 |
<p><?php _e("Please download the database from: " , 'iq-block-country'); ?>
|
102 |
<?php echo "<a href=\"" . IPV4DB . "\" target=\"_blank\">" . IPV4DB . "</a> "; ?>
|
103 |
<?php _e("unzip the file and afterwards upload it to the following location: " , 'iq-block-country'); ?>
|
158 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocklogin' );
|
159 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocksearch' );
|
160 |
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blockfrontend' );
|
161 |
+
register_setting ( 'iqblockcountry-settings-group-frontend', 'blockcountry_blocktag' );
|
162 |
register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_blockpages');
|
163 |
register_setting ( 'iqblockcountry-settings-group-pages', 'blockcountry_pages');
|
164 |
register_setting ( 'iqblockcountry-settings-group-posttypes', 'blockcountry_blockposttypes');
|
181 |
'blockcountry_blockpages','blockcountry_pages','blockcountry_blockcategories','blockcountry_categories','blockcountry_tracking',
|
182 |
'blockcountry_blockhome','blockcountry_nrstatistics','blockcountry_geoapikey','blockcountry_geoapilocation','blockcountry_apikey',
|
183 |
'blockcountry_redirect','blockcountry_redirect_url','blockcountry_allowse','blockcountry_debuglogging','blockcountry_buffer',
|
184 |
+
'blockcountry_accessibility','blockcountry_logging','blockcountry_blockposttypes','blockcountry_posttypes','blockcountry_blocksearch',
|
185 |
+
'blockcountry_adminajax','blockcountry_blocktag');
|
186 |
return apply_filters( 'iqblockcountry_options', $optarr );
|
187 |
}
|
188 |
|
251 |
delete_option('blockcountry_posttypes');
|
252 |
delete_option('blockcountry_blocksearch');
|
253 |
delete_option('blockcountry_adminajax');
|
254 |
+
delete_option('blockcountry_blocktag');
|
255 |
}
|
256 |
|
257 |
|
697 |
wp_die(__("Something went wrong exporting this file", 'iq-block-country'));
|
698 |
|
699 |
$url = $dir['url'] . '/' . $json_name . '-iqblockcountry.zip';
|
700 |
+
$content = "<div class='notice notice-success'><p>" . __("Exporting settings...", 'iq-block-country') . "</p></div>";
|
701 |
|
702 |
if ( $url ) {
|
703 |
$content .= '<script type="text/javascript">
|
729 |
unlink($dir['path'] . '/iqblockcountry.ini');
|
730 |
// check if file exists first.
|
731 |
|
732 |
+
echo "<div class='notice notice-success'><p>" . __("All options are restored successfully.", 'iq-block-country') . "</p></div>";
|
733 |
}
|
734 |
else {
|
735 |
+
echo "<div class='notice notice-error'><p>" . __("Invalid file.", 'iq-block-country') ."</p></div>";
|
736 |
}
|
737 |
}
|
738 |
}
|
1036 |
<td width="70%">
|
1037 |
<input type="checkbox" name="blockcountry_banlist_inverse" <?php checked('on', get_option('blockcountry_banlist_inverse'), true); ?> />
|
1038 |
</td></tr>
|
1039 |
+
<tr valign="top">
|
1040 |
+
<th width="30%"><?php _e('Block tag pages:', 'iq-block-country'); ?><br />
|
1041 |
+
<?php _e('If you select this option tag pages will be blocked.', 'iq-block-country')?></th>
|
1042 |
+
<td width="70%">
|
1043 |
+
<input type="checkbox" name="blockcountry_blocktag" <?php checked('on', get_option('blockcountry_blocktag'), true); ?> />
|
1044 |
+
</td></tr>
|
1045 |
<tr valign="top">
|
1046 |
<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'); ?></th>
|
1047 |
<td width="70%">
|
1351 |
|
1352 |
<tr valign="top">
|
1353 |
<th width="30%"><?php _e('GeoIP API Key:', 'iq-block-country'); ?><br />
|
1354 |
+
<em><?php _e('If for some reason you cannot or do not want to download the MaxMind GeoIP databases you will need an API key for the GeoIP api.<br />You can get an API key from: ', 'iq-block-country'); ?> <a href="https://geoip.webence.nl/" target=""_blank>https://geoip.webence.nl/</a></em></th>
|
1355 |
</th>
|
1356 |
<td width="70%">
|
1357 |
<input type="text" size="25" name="blockcountry_geoapikey" value="<?php echo get_option ( 'blockcountry_geoapikey' );?>">
|
1602 |
|
1603 |
<p>This product uses GeoLite data created by MaxMind, available from <a href="http://www.maxmind.com/">http://www.maxmind.com/</a>.</p>
|
1604 |
|
1605 |
+
<p>If you like this plugin please link back to <a href="https://www.webence.nl/">www.webence.nl</a>! :-)</p>
|
1606 |
|
1607 |
<?php
|
1608 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: iqpascal
|
|
3 |
Donate link: https://www.webence.nl/plugins/donate
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
-
Tested up to: 4.5.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -35,7 +35,7 @@ Stop visitors from doing harmful things on your WordPress site or limit the coun
|
|
35 |
blog. Add an additional layer of security to your WordPress site.
|
36 |
|
37 |
This plugin uses the GeoLite database from Maxmind. It has a 99.5% accuracy so that is pretty good for a free database. If you need higher accuracy you can buy a license from MaxMind directly.
|
38 |
-
If you cannot or do not want to download the GeoIP database from Maxmind you can use the GeoIP API website available on
|
39 |
|
40 |
If you want to use the GeoLite database from Maxmind you will have to download the GeoIP database from MaxMind directly and upload it to your site.
|
41 |
The Wordpress license does not allow this plugin to download the MaxMind Geo database for you.
|
@@ -46,6 +46,9 @@ The Wordpress license does not allow this plugin to download the MaxMind Geo dat
|
|
46 |
If a visitor is blocked this plugin sends header data where it supplies info that the page should not be cached. Many plugins however disregard this info and cache the
|
47 |
page or the redirect. Resulting in valid visitors receiving a message that they are blocked. This is not a malfunction of this plugin.
|
48 |
|
|
|
|
|
|
|
49 |
== Installation ==
|
50 |
|
51 |
1. Unzip the archive and put the `iq-block-country` folder into your plugins folder (/wp-content/plugins/).
|
@@ -166,6 +169,7 @@ Maxmind updates the GeoLite database every month.
|
|
166 |
This is possible if another plugin or your template sends out header information before this plugin does. You can deactivate and reactivate this plugin, it will try to load as the first plugin upon activation.
|
167 |
|
168 |
If this does not help you out deselect "Send headers when user is blocked". This will no longer send headers but only display the block message. This however will mess up your website if you use caching software for your website.
|
|
|
169 |
|
170 |
= What data get sends to you when I select "Allow tracking"? =
|
171 |
|
@@ -199,12 +203,20 @@ You can allow Jetpack by selecting "Jetpack by wordpress.com" as a search engine
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
= 1.1.30 =
|
203 |
|
204 |
* Change: Added new GeoIP API location for Asia-Pacific region.
|
205 |
* Change: Added some missing country icons.
|
206 |
|
207 |
-
= 1.1.29 =
|
208 |
|
209 |
* Change: Small changes in GeoIP API calls
|
210 |
* New: Added database information to tools tab.
|
@@ -281,7 +293,7 @@ You can allow Jetpack by selecting "Jetpack by wordpress.com" as a search engine
|
|
281 |
= 1.1.17 =
|
282 |
|
283 |
* Change: Due to a conflict of the license where Wordpress is released under and the license the MaxMind databases are released under I was forced to remove all auto downloads of the GeoIP databases. You now have to manually download the databases and upload them yourself.
|
284 |
-
* New: Added Webence GeoIP API lookup. See
|
285 |
|
286 |
= 1.1.16 =
|
287 |
|
3 |
Donate link: https://www.webence.nl/plugins/donate
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 1.1.31
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
35 |
blog. Add an additional layer of security to your WordPress site.
|
36 |
|
37 |
This plugin uses the GeoLite database from Maxmind. It has a 99.5% accuracy so that is pretty good for a free database. If you need higher accuracy you can buy a license from MaxMind directly.
|
38 |
+
If you cannot or do not want to download the GeoIP database from Maxmind you can use the GeoIP API website available on https://geoip.webence.nl/
|
39 |
|
40 |
If you want to use the GeoLite database from Maxmind you will have to download the GeoIP database from MaxMind directly and upload it to your site.
|
41 |
The Wordpress license does not allow this plugin to download the MaxMind Geo database for you.
|
46 |
If a visitor is blocked this plugin sends header data where it supplies info that the page should not be cached. Many plugins however disregard this info and cache the
|
47 |
page or the redirect. Resulting in valid visitors receiving a message that they are blocked. This is not a malfunction of this plugin.
|
48 |
|
49 |
+
Disclaimer: No guarantees are made but after some light testing the following caching plugins seem to work: Comet Cache, WP Super Cache
|
50 |
+
Plugins that do NOT work: W3 Total Cache, Hyper cache
|
51 |
+
|
52 |
== Installation ==
|
53 |
|
54 |
1. Unzip the archive and put the `iq-block-country` folder into your plugins folder (/wp-content/plugins/).
|
169 |
This is possible if another plugin or your template sends out header information before this plugin does. You can deactivate and reactivate this plugin, it will try to load as the first plugin upon activation.
|
170 |
|
171 |
If this does not help you out deselect "Send headers when user is blocked". This will no longer send headers but only display the block message. This however will mess up your website if you use caching software for your website.
|
172 |
+
This also does not work if you use a page or url redirect as that relies on sending headers for redirecting the visitor to another page or URL.
|
173 |
|
174 |
= What data get sends to you when I select "Allow tracking"? =
|
175 |
|
203 |
|
204 |
== Changelog ==
|
205 |
|
206 |
+
= 1.1.31 =
|
207 |
+
|
208 |
+
* Change: Small changes in GeoIP API calls
|
209 |
+
* New: A warning is displayed for known caching plugins that ignore the no caching headers.
|
210 |
+
* Change: Small changes
|
211 |
+
* Change: Moved some of the urls to https, more to follow.
|
212 |
+
* New: Added option to block / unblock tag pages.
|
213 |
+
|
214 |
= 1.1.30 =
|
215 |
|
216 |
* Change: Added new GeoIP API location for Asia-Pacific region.
|
217 |
* Change: Added some missing country icons.
|
218 |
|
219 |
+
= 1.1.29 =
|
220 |
|
221 |
* Change: Small changes in GeoIP API calls
|
222 |
* New: Added database information to tools tab.
|
293 |
= 1.1.17 =
|
294 |
|
295 |
* Change: Due to a conflict of the license where Wordpress is released under and the license the MaxMind databases are released under I was forced to remove all auto downloads of the GeoIP databases. You now have to manually download the databases and upload them yourself.
|
296 |
+
* New: Added Webence GeoIP API lookup. See https://geoip.webence.nl/ for more information about this API.
|
297 |
|
298 |
= 1.1.16 =
|
299 |
|