shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

edit.php (924B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'My Account Information';
      4 
      5 // Text
      6 $_['text_account']       = 'Account';
      7 $_['text_edit']          = 'Edit Information';
      8 $_['text_your_details']  = 'Your Personal Details';
      9 $_['text_success']       = 'Success: Your account has been successfully updated.';
     10 
     11 // Entry
     12 $_['entry_firstname']    = 'First Name';
     13 $_['entry_lastname']     = 'Last Name';
     14 $_['entry_email']        = 'E-Mail';
     15 $_['entry_telephone']    = 'Telephone';
     16 
     17 // Error
     18 $_['error_exists']       = 'Warning: E-Mail address is already registered!';
     19 $_['error_firstname']    = 'First Name must be between 1 and 32 characters!';
     20 $_['error_lastname']     = 'Last Name must be between 1 and 32 characters!';
     21 $_['error_email']        = 'E-Mail Address does not appear to be valid!';
     22 $_['error_telephone']    = 'Telephone must be between 3 and 32 characters!';
     23 $_['error_custom_field'] = '%s required!';