<?php
$lang['name'] = 'CAS login service name';
$lang['localname'] = 'Local login service name';
$lang['server'] = 'CAS server DNS name';
$lang['port'] = 'CAS server port';
$lang['uri'] = 'CAS server path';
$lang['version'] = 'CAS version (1 or 2 supported)';
$lang['caslogout'] = 'Logout from CAS as well as DokuWiki?';
$lang['stickysession'] = 'Keep logins valid after the browser session ends?';
$lang['logourl'] = 'URL to a logo for the CAS service. If serving login pages via HTTPS, make sure this is either relative (/...) or an HTTPS URL.';
$lang['jshidelocal'] = 'Use JavaScript to hide the local login form until required?';
$lang['logging'] = 'Write a log of CAS actions in data/cache/ssocas.log?';
$lang['servercert'] = 'Local path to the CAS server\'s SSL certificate for validation';
$lang['servercacert'] = 'Local path to the CAS server\'s certifying CA\'s SSL certificate for validation';
