blob: f4431a389d2043fc0bd59cdd70624b22d13fa34c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author David Surroca <david.tb303@gmail.com>
*/
$lang['connectfail'] = 'L\'LDAP no s\'ha pogut connectar: %s';
$lang['domainfail'] = 'L\'LDAP no ha trobat el teu nom distingit d\'usuari';
|