<?php
################################################################################################
#  Customer Import / Export from CSV for Opencart 1.5.0.x From HostJars opencart.hostjars.com  #
################################################################################################

// Heading
$_['heading_title']    = 'Customers Import / Export';

// Text
$_['text_export']      = 'Export Customers';
$_['text_success']     = 'Success: You have successfully imported your customers!';

// Fields
$_['text_field_oc_title'] = 'OpenCart Field';
$_['text_field_csv_title'] = 'CSV Column Heading';
$_['text_field_firstname'] = 'Firstname';
$_['text_field_lastname'] = 'Lastname';
$_['text_field_email'] = 'email';
$_['text_field_telephone'] = 'Telephone';
$_['text_field_fax'] = 'Fax';
$_['text_field_password'] = 'Password';
$_['text_field_newsletter'] = 'Newsletter';
$_['text_field_company'] = 'Company';
$_['text_field_address_1'] = 'Address Line 1';
$_['text_field_address_2'] = 'Address Line 2';
$_['text_field_postcode'] = 'Postcode';
$_['text_field_city'] = 'City';
$_['text_field_country_id'] = 'Country';
$_['text_field_zone_id'] = 'Zone';

// Tabs
$_['tab_import'] = 'Import';
$_['tab_export'] = 'Export';

// Entry
$_['entry_import']    = 'CSV Import File:';
$_['entry_export']     = 'Export Fields:';

// Buttons
$_['button_import']    = 'Import';
$_['button_export']     = 'Export';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Customer Import/Export!';
$_['error_empty']      = 'Warning: The file you uploaded was empty!';
?>