1<?php 2$lang['name'] = 'CAS login service name'; 3$lang['localname'] = 'Local login service name'; 4$lang['server'] = 'CAS server DNS name'; 5$lang['port'] = 'CAS server port'; 6$lang['uri'] = 'CAS server path'; 7$lang['version'] = 'CAS version (1 or 2 supported)'; 8$lang['caslogout'] = 'Logout from CAS as well as DokuWiki?'; 9$lang['stickysession'] = 'Keep logins valid after the browser session ends?'; 10$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.'; 11$lang['jshidelocal'] = 'Use JavaScript to hide the local login form until required?'; 12$lang['logging'] = 'Write a log of CAS actions in data/cache/ssocas.log?'; 13$lang['servercert'] = 'Local path to the CAS server\'s SSL certificate for validation'; 14$lang['servercacert'] = 'Local path to the CAS server\'s certifying CA\'s SSL certificate for validation'; 15