summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/es/lang.php
diff options
context:
space:
mode:
authorDomingo Redal <docxml@gmail.com>2015-08-07 18:41:44 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-08-07 18:41:44 +0200
commit5435cf9e106ef04804ac90ffcb2ed3d88e0229fb (patch)
tree27dfbf15c1b2f6f4210f9127252e5d5cdea2ec71 /lib/plugins/authplain/lang/es/lang.php
parent887fadc3444feac4d1f660cd4880fef9de586ecd (diff)
downloadrpg-5435cf9e106ef04804ac90ffcb2ed3d88e0229fb.tar.gz
rpg-5435cf9e106ef04804ac90ffcb2ed3d88e0229fb.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authplain/lang/es/lang.php')
-rw-r--r--lib/plugins/authplain/lang/es/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/es/lang.php b/lib/plugins/authplain/lang/es/lang.php
index 8f03e79cb..8ef567a16 100644
--- a/lib/plugins/authplain/lang/es/lang.php
+++ b/lib/plugins/authplain/lang/es/lang.php
@@ -1,6 +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['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';