############################################################## 
## MOD Title:   Admin add users 
## MOD Version: 0.10.1 Beta 
## Translation: Espaol (Spanish) 
## Rev date:    10/12/2003 
## 
## Translator:  ThE KuKa < kuka@phpbb-es.com > (Raul) http://www.phpbb-es.com 
## 
##############################################################
# 
#-----[ OPEN ]------------------------------------------------ 
#
language/lang_spanish/lang_admin.php

# 
#-----[ FIND ]------------------------------------------------ 
#
?>

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
#

// Start add - Admin add user MOD
$lang['Create_user'] = 'Crear nuevo usuario';
$lang['Create_user_explain'] = 'Usted esta a punto de crear un nuevo usuario, al crear un nuevo usuario, the script will look up the data from this user %s, the user ID of this user is hard coded into the file admin_users.php, you may change this setting in the top of this file if another user ID should be used.<br />There is 2 exeptions from this: <br />1. users Password will default to "%s" if you do not specify differently into the admin add user page<br />2. users email must be filled into the admin add user page';
// End add - Admin add user MOD

# 
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------- 
# 
#EoM