aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/es-es/account/edit.php
blob: 47cbeb2afaeededa51f05e907c8b568b21e53e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
// Heading
$_['heading_title']      = 'Información de mi cuenta';

// Text
$_['text_account']       = 'Cuenta';
$_['text_edit']          = 'Editar Información';
$_['text_your_details']  = 'Tus Detalles Personales';
$_['text_success']       = 'Éxito: su cuenta se ha actualizado correctamente.';

// Entry
$_['entry_firstname']    = 'Nombres';
$_['entry_lastname']     = 'Apellidos';
$_['entry_email']        = 'Correo electrónico';
$_['entry_telephone']    = 'Teléfono';

// Error
$_['error_exists']       = 'Advertencia: ¡La dirección de correo electrónico ya está registrada!';
$_['error_firstname']    = '¡El nombre completo debe tener entre 1 y 32 caracteres!';
$_['error_lastname']     = '¡El apellido debe tener entre 1 y 32 caracteres!';
$_['error_email']        = '¡La dirección de correo electrónico no parece válida!';
$_['error_telephone']    = '¡El teléfono debe tener entre 3 y 32 caracteres!';
$_['error_custom_field'] = 'Se requiere %s!';