Project

General

Profile

« Previous | Next » 

Revision 1672

Added by Dietmar about 12 years ago

+ add languages vars for signup

View differences:

ES.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Samuel Mateo, Jr. | samuelmateo.com';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Acceso';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Add-ons';
......
52 54
$MENU['TEMPLATES'] = 'Plantillas';
53 55
$MENU['USERS'] = 'Usuarios';
54 56
$MENU['VIEW'] = 'Vista Preliminar';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Abrir Cuenta';
56 60
$TEXT['ACTIONS'] = 'Acciones';
57 61
$TEXT['ACTIVE'] = 'Activo';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'Editor WYSIWYG';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG';
400 404
$TEXT['YES'] = 'Si';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Agregar Grupo';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Subir Archivo(s)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Debe ingresar una direccion de email';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Est&aacute;s conectado como:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'El directorio de instalaci&oacute;n todav&iacute;a existe. Es buena idea eliminarlo!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Usuario guardado';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Administrar groups de usuarios y sus permisos...';
672 684
$OVERVIEW['HELP'] = 'Respuestas a tus preguntas...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  

Also available in: Unified diff