diff options
author | Anika Henke <anika@selfthinker.org> | 2015-08-08 01:02:43 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-08-08 01:02:43 +0100 |
commit | 43e54da7d915f04fa5c5d44a98ae3e6b4a0a6be2 (patch) | |
tree | 27dfbf15c1b2f6f4210f9127252e5d5cdea2ec71 /lib/plugins/authmysql/lang/es/lang.php | |
parent | 887fadc3444feac4d1f660cd4880fef9de586ecd (diff) | |
parent | 5435cf9e106ef04804ac90ffcb2ed3d88e0229fb (diff) | |
download | rpg-43e54da7d915f04fa5c5d44a98ae3e6b4a0a6be2.tar.gz rpg-43e54da7d915f04fa5c5d44a98ae3e6b4a0a6be2.tar.bz2 |
Merge pull request #1293 from dokuwiki-translate/lang_update_816
Translation update (es)
Diffstat (limited to 'lib/plugins/authmysql/lang/es/lang.php')
-rw-r--r-- | lib/plugins/authmysql/lang/es/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/es/lang.php b/lib/plugins/authmysql/lang/es/lang.php new file mode 100644 index 000000000..e25b801c3 --- /dev/null +++ b/lib/plugins/authmysql/lang/es/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Domingo Redal <docxml@gmail.com> + */ +$lang['connectfail'] = 'Error al conectar con la base de datos.'; +$lang['userexists'] = 'Lo sentimos, ya existe un usuario con ese inicio de sesión.'; +$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'; |