xref: /dokuwiki/lib/plugins/authpdo/lang/es/lang.php (revision f18db579a484f6017d9817ea954090e53016b940)
1*f18db579SAndreas Gohr<?php
2*f18db579SAndreas Gohr
3*f18db579SAndreas Gohr/**
4*f18db579SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*f18db579SAndreas Gohr *
6*f18db579SAndreas Gohr * @author Domingo Redal <docxml@gmail.com>
7*f18db579SAndreas Gohr */
8*f18db579SAndreas Gohr$lang['connectfail']           = 'Error al conectar con la base de datos.';
9*f18db579SAndreas Gohr$lang['userexists']            = 'Lo sentimos, ya existe un usuario con ese inicio de sesión.';
10*f18db579SAndreas Gohr$lang['writefail']             = 'No es posible modificar los datos del usuario. Por favor, informa al Administrador del Wiki';
11