aboutsummaryrefslogtreecommitdiff
path: root/lang/en
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-08-14 13:26:10 +0300
committerValentin Popov <info@valentineus.link>2017-08-14 13:26:10 +0300
commitd4cd72e032ff3897640c2bdc508a7f802852164f (patch)
tree8508171814bd02f9d99b508c7714c34f7033796c /lang/en
downloadauth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.tar.xz
auth_http-d4cd72e032ff3897640c2bdc508a7f802852164f.zip
Initial commit
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/auth_http.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/en/auth_http.php b/lang/en/auth_http.php
new file mode 100644
index 0000000..dda53b8
--- /dev/null
+++ b/lang/en/auth_http.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Strings for component 'auth_http', language 'en'.
+ * @package auth_http
+ * @copyright "Valentin Popov" <info@valentineus.link>
+ * @license MIT License (https://opensource.org/licenses/MIT)
+*/
+
+$string['pluginname'] = 'HTTP Authentication';
+$string['auth_httpdescription'] = 'A simple plugin that implements basic authentication for users in the system.';
+$string['auth_httperror'] = 'User is not authorized.';