<?php
// Heading
$_['bulk_heading_title']    = 'Customer Import/Export';

$_['text_login'] = 'Login';

$_['button_import']         = 'Import';
$_['button_export']         = 'Export';
$_['bulk_upload']            = 'Upload';
$_['entry_file']             = 'File:';
$_['entry_bulkattent']       = 'The row that E-mail already exists cannot be insert.';
$_['error_upload']           = 'Uploaded file is not a valid spreadsheet file or its values are not in the expected formats!';
?>