forked from GNUsocial/gnu-social
28 lines
967 B
PHP
28 lines
967 B
PHP
<?php
|
|
|
|
/**
|
|
* @file languages/spanish.php
|
|
* @author Iván-Benjamín García Torà <ivaniclixx AT gmail DOT com>
|
|
* @sa @link internalLang Internationalization @endlink
|
|
* @ingroup internalLang
|
|
*/
|
|
|
|
$this->_strings = array(
|
|
CAS_STR_USING_SERVER
|
|
=> 'usant servidor',
|
|
CAS_STR_AUTHENTICATION_WANTED
|
|
=> 'Autentificació CAS necessària!',
|
|
CAS_STR_LOGOUT
|
|
=> 'Sortida de CAS necessària!',
|
|
CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED
|
|
=> 'Ja hauria d\ haver estat redireccionat al servidor CAS. Feu click <a href="%s">aquí</a> per a continuar.',
|
|
CAS_STR_AUTHENTICATION_FAILED
|
|
=> 'Autentificació CAS fallida!',
|
|
CAS_STR_YOU_WERE_NOT_AUTHENTICATED
|
|
=> '<p>No estàs autentificat.</p><p>Pots tornar a intentar-ho fent click <a href="%s">aquí</a>.</p><p>Si el problema persisteix hauría de contactar amb l\'<a href="mailto:%s">administrador d\'aquest llocc</a>.</p>',
|
|
CAS_STR_SERVICE_UNAVAILABLE
|
|
=> 'El servei `<b>%s</b>\' no està disponible (<b>%s</b>).'
|
|
);
|
|
|
|
?>
|