<?php
/**
 *  English language file for client cert plugin
 *  @author Pawel Jasinski <pawel.jasinski@gmail.com>
 */

$lang['plugin_settings_name'] = 'Client certificate auth plugin';

$lang['http_header_name'] = 'Name of the http header containing base64 encoded client certificate';
$lang['group'] = 'Group name used when creating a new user';
$lang['debug'] = 'Display diagnostic information';

