about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/es/lang.php
blob: b81bbb8dd80a7554a33fc540c24af644ade3844c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Domingo Redal <docxml@gmail.com>
 * @author Enny Rodriguez <aquilez.4@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';
$lang['protected']             = 'Los datos del usuario %s están protegidos y no pueden ser modificados o eliminados.';