diff options
Diffstat (limited to 'lib/plugins/authplain/lang/es/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/es/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/es/lang.php b/lib/plugins/authplain/lang/es/lang.php new file mode 100644 index 000000000..8ef567a16 --- /dev/null +++ b/lib/plugins/authplain/lang/es/lang.php @@ -0,0 +1,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'; |