From f643cefa4498ec6ecd76479db6c7de22868e4309 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 09:27:45 +0400 Subject: Initial commit --- lang/en/auth_link.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lang/en/auth_link.php (limited to 'lang/en') diff --git a/lang/en/auth_link.php b/lang/en/auth_link.php new file mode 100644 index 0000000..f20d767 --- /dev/null +++ b/lang/en/auth_link.php @@ -0,0 +1,26 @@ +. + +/** + * Strings for component 'auth_link', language 'en'. + * + * @package auth_link + * @copyright 2017 Valentin Popov (https://valentineus.link/) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['auth_linkdescription'] = 'Allows you to authorize a user by a direct link without additional action. Link must contain the necessary arguments, read the documentation in file README.md.'; +$string['pluginname'] = 'Authorization by direct link'; \ No newline at end of file -- cgit v1.2.3