Brute Force Login Protection - Version 1.1

Version Description

  • Added Dutch translation
Download this release

Release Info

Developer Jan-Paul Kleemans
Plugin Icon 128x128 Brute Force Login Protection
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

brute-force-login-protection.php CHANGED
@@ -8,7 +8,7 @@ require_once ABSPATH . '/wp-admin/includes/file.php';
8
  * Description: Protects your website against brute force login attacks using .htaccess
9
  * Text Domain: brute-force-login-protection
10
  * Author: Jan-Paul Kleemans
11
- * Version: 1.0
12
  * License: GPL2
13
  *
14
  * Copyright 2014 Jan-Paul Kleemans
8
  * Description: Protects your website against brute force login attacks using .htaccess
9
  * Text Domain: brute-force-login-protection
10
  * Author: Jan-Paul Kleemans
11
+ * Version: 1.1
12
  * License: GPL2
13
  *
14
  * Copyright 2014 Jan-Paul Kleemans
languages/brute-force-login-protection-nl_NL.mo ADDED
Binary file
languages/brute-force-login-protection-nl_NL.po ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Brute Force Login Protection
2
+ # This file is distributed under the same license as the Brute Force Login Protection package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Brute Force Login Protection 1.0\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/brute-force-login-protection\n"
7
+ "POT-Creation-Date: 2014-06-25 11:54:54+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-06-25 14:07+0100\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.6.5\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "Language: nl\n"
17
+
18
+ #: brute-force-login-protection.php:86 settings-page.php:14
19
+ msgid "Brute Force Login Protection Settings"
20
+ msgstr "Brute Force Login Protection Instellingen"
21
+
22
+ #: brute-force-login-protection.php:132
23
+ msgid "Brute Force Login Protection error: .htaccess file not found"
24
+ msgstr "Brute Force Login Protection fout: .htaccess bestand niet gevonden"
25
+
26
+ #: brute-force-login-protection.php:134
27
+ msgid "Brute Force Login Protection error: .htaccess file not readable"
28
+ msgstr "Brute Force Login Protection fout: .htaccess bestand niet leesbaar"
29
+
30
+ #: brute-force-login-protection.php:136
31
+ msgid "Brute Force Login Protection error: .htaccess file not writeable"
32
+ msgstr "Brute Force Login Protection fout: .htaccess bestand niet schrijfbaar"
33
+
34
+ #: brute-force-login-protection.php:151
35
+ msgid "IP %s blocked"
36
+ msgstr "IP %s geblokkeerd"
37
+
38
+ #: brute-force-login-protection.php:153
39
+ msgid "An error occurred while blocking IP %s"
40
+ msgstr "Er is een fout opgetreden bij het blokkeren van IP %s"
41
+
42
+ #: brute-force-login-protection.php:157
43
+ msgid "IP %s unblocked"
44
+ msgstr "IP %s gedeblokkeerd"
45
+
46
+ #: brute-force-login-protection.php:159
47
+ msgid "An error occurred while unblocking IP %s"
48
+ msgstr "Er is een fout opgetreden bij het deblokkeren van IP %s"
49
+
50
+ #: brute-force-login-protection.php:232
51
+ msgid "Allowed login attempts must be a number (between 1 and 100)"
52
+ msgstr "Toegestane inlogpogingen moet een getal zijn (tussen 1 en 100)"
53
+
54
+ #: brute-force-login-protection.php:247
55
+ msgid "Minutes before resetting must be a number (higher than 1)"
56
+ msgstr ""
57
+ "Minuten voordat loginpogingen teller wordt gereset moet een getal zijn "
58
+ "(groter dan 1)"
59
+
60
+ #: settings-page.php:18
61
+ msgid "Options"
62
+ msgstr "Opties"
63
+
64
+ #: settings-page.php:22
65
+ msgid "Allowed login attempts before blocking IP"
66
+ msgstr "Toegestane inlogpogingen voordat IP wordt geblokkeerd"
67
+
68
+ #: settings-page.php:25
69
+ msgid "Minutes before resetting login attempts count"
70
+ msgstr "Minuten voordat loginpogingen teller wordt gereset"
71
+
72
+ #: settings-page.php:28
73
+ msgid ".htaccess file location"
74
+ msgstr ".htaccess bestandslocatie"
75
+
76
+ #: settings-page.php:32
77
+ msgid "Save"
78
+ msgstr "Opslaan"
79
+
80
+ #: settings-page.php:38
81
+ msgid "Manually block IP"
82
+ msgstr "Handmatig IP blokkeren"
83
+
84
+ #: settings-page.php:41
85
+ msgid "IP address"
86
+ msgstr "IP adres"
87
+
88
+ #: settings-page.php:45
89
+ msgid "Block"
90
+ msgstr "Blokkeren"
91
+
92
+ #: settings-page.php:51
93
+ msgid "Blocked IPs"
94
+ msgstr "Geblokkeerde IPs"
95
+
96
+ #: settings-page.php:56
97
+ msgid "Address"
98
+ msgstr "Adres"
99
+
100
+ #: settings-page.php:57
101
+ msgid "Actions"
102
+ msgstr "Acties"
103
+
104
+ #: settings-page.php:71
105
+ msgid "Unblock"
106
+ msgstr "Deblokkeren"
107
+
108
+ #. Plugin Name of the plugin/theme
109
+ msgid "Brute Force Login Protection"
110
+ msgstr "Brute Force Login Protection"
111
+
112
+ #. Description of the plugin/theme
113
+ msgid "Protects your website against brute force login attacks using .htaccess"
114
+ msgstr ""
115
+ "Beschermt uw website tegen brute force login aanvallen doormiddel van ."
116
+ "htaccess"
117
+
118
+ #. Author of the plugin/theme
119
+ msgid "Jan-Paul Kleemans"
120
+ msgstr "Jan-Paul Kleemans"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Jan-Paul Kleemans
3
  Tags: brute force, bruteforce, login, wp-login, protection, shield, security, htaccess, block, ip
4
  Requires at least: 2.7.0
5
  Tested up to: 3.9.1
6
- Stable tag: 1.0
7
  License: GPL2
8
 
9
  Protects your website against brute force login attacks using .htaccess
@@ -39,5 +39,8 @@ Brute Force Login Protection will only work if your .htaccess file is writeable
39
  1. Plugin settings page
40
 
41
  == Changelog ==
 
 
 
42
  = 1.0 =
43
  * Initial version
3
  Tags: brute force, bruteforce, login, wp-login, protection, shield, security, htaccess, block, ip
4
  Requires at least: 2.7.0
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.1
7
  License: GPL2
8
 
9
  Protects your website against brute force login attacks using .htaccess
39
  1. Plugin settings page
40
 
41
  == Changelog ==
42
+ = 1.1 =
43
+ * Added Dutch translation
44
+
45
  = 1.0 =
46
  * Initial version