]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/CasAuthentication/extlib/CAS/languages/spanish.php
Removed unused stub class
[quix0rs-gnu-social.git] / plugins / CasAuthentication / extlib / CAS / languages / spanish.php
1 <?php
2
3 /**
4  * @file languages/spanish.php
5  * @author Iván-Benjamín García Torà <ivaniclixx AT gmail DOT com>
6  * @sa @link internalLang Internationalization @endlink
7  * @ingroup internalLang
8  */
9
10 $this->_strings = array(
11  CAS_STR_USING_SERVER 
12  => 'usando servidor',
13  CAS_STR_AUTHENTICATION_WANTED 
14  => '¡Autentificación CAS necesaria!',
15  CAS_STR_LOGOUT 
16  => '¡Salida CAS necesaria!',
17  CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED 
18  => 'Ya debería haber sido redireccionado al servidor CAS. Haga click <a href="%s">aquí</a> para continuar.',
19  CAS_STR_AUTHENTICATION_FAILED 
20  => '¡Autentificación CAS fallida!',
21  CAS_STR_YOU_WERE_NOT_AUTHENTICATED 
22  => '<p>No estás autentificado.</p><p>Puedes volver a intentarlo haciendo click <a href="%s">aquí</a>.</p><p>Si el problema persiste debería contactar con el <a href="mailto:%s">administrador de este sitio</a>.</p>',
23  CAS_STR_SERVICE_UNAVAILABLE
24  => 'El servicio `<b>%s</b>\' no está disponible (<b>%s</b>).'
25 );
26
27 ?>