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/authplain/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/authplain/lang/es/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/es/lang.php | 8 |
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'; |