From d4cd72e032ff3897640c2bdc508a7f802852164f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 14 Aug 2017 14:26:10 +0400 Subject: Initial commit --- lang/en/auth_http.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/en/auth_http.php (limited to 'lang') 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 @@ + + * @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.'; -- cgit v1.2.3