summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/es/lang.php
blob: 8ef567a16697154f9759166d34c168d3beef909c (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Domingo Redal <docxml@gmail.com>
 */
$lang['userexists']            = 'Lo siento, ya existe un usuario con este nombre.';
$lang['usernotexists']         = 'Lo sentimos, no existe ese usuario.';
$lang['writefail']             = 'No es posible modificar los datos del usuario. Por favor, informa al Administrador del Wiki';