customer.php (597B)
1 <?php 2 // Text 3 $_['text_success'] = 'You have successfully modified customers'; 4 5 // Error 6 $_['error_permission'] = 'Warning: You do not have permission to access the API!'; 7 $_['error_customer'] = 'You must select a customer!'; 8 $_['error_firstname'] = 'First Name must be between 1 and 32 characters!'; 9 $_['error_lastname'] = 'Last Name must be between 1 and 32 characters!'; 10 $_['error_email'] = 'E-Mail Address does not appear to be valid!'; 11 $_['error_telephone'] = 'Telephone must be between 3 and 32 characters!'; 12 $_['error_custom_field'] = '%s required!';