Current Path : /var/test/www/alh/catalog/language/es/affiliate/ |
Current File : /var/test/www/alh/catalog/language/es/affiliate/edit.php |
<?php // Heading $_['heading_title'] = 'Mi Información de Cuenta'; // Text $_['text_account'] = 'Cuenta'; $_['text_edit'] = 'Editar Información'; $_['text_your_details'] = 'Sus Datos Personales'; $_['text_your_address'] = 'Su Dirección'; $_['text_success'] = 'Correcto: Su Cuenta ha sido Actualizada.'; // Entry $_['entry_firstname'] = 'Nombre:'; $_['entry_lastname'] = 'Apellidos:'; $_['entry_email'] = 'E-Mail:'; $_['entry_telephone'] = 'Teléfono:'; $_['entry_fax'] = 'Fax:'; $_['entry_company'] = 'Compañía:'; $_['entry_website'] = 'Sitio Web:'; $_['entry_address_1'] = 'Dirección 1:'; $_['entry_address_2'] = 'Dirección 2:'; $_['entry_postcode'] = 'Código Postal:'; $_['entry_city'] = 'Ciudad:'; $_['entry_country'] = 'País:'; $_['entry_zone'] = 'Ciudad / Provincia:'; // Error $_['error_exists'] = 'Advertencia: E-Mail ya se encuentra registrado!'; $_['error_firstname'] = 'Nombre debe estar entre 1 y 32 caracteres!'; $_['error_lastname'] = 'Apellidos debe estar entre 1 y 32 caracteres!'; $_['error_email'] = 'E-Mail no es Válido!'; $_['error_telephone'] = 'Teléfono debe estar entre 3 y 32 caracteres!'; $_['error_address_1'] = 'Dirección 1 debe estar entre 3 y 128 caracteres!'; $_['error_city'] = 'Ciudad debe estar entre 2 y 128 caracteres!'; $_['error_country'] = 'Por Favor seleccione un País!'; $_['error_zone'] = 'Por Favor seleccione una Ciudad / Provincia!'; $_['error_postcode'] = 'Código Postal debe estar entre 2 y 10 caracteres!';