1<?php
2/**
3 *  English language file for client cert plugin
4 *  @author Pawel Jasinski <pawel.jasinski@gmail.com>
5 */
6
7$lang['plugin_settings_name'] = 'Client certificate auth plugin';
8
9$lang['http_header_name'] = 'Name of the http header containing base64 encoded client certificate';
10$lang['group'] = 'Group name used when creating a new user';
11$lang['debug'] = 'Display diagnostic information';
12
13