![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/Corals/core/User/resources/lang/en/ |
<?php return [ 'labels' => [ 'import' => '<i class="fa fa-th fa-th"></i> Import', 'download_sample' => '<i class="fa fa-download fa-th"></i> Download Import Sample', 'column' => 'Column', 'description' => 'Description', 'column_description' => 'Import columns description', 'file' => 'Import File (csv)', 'upload_file' => '<i class="fa fa-upload fa-th"></i> Upload', ], 'messages' => [ 'file_uploaded' => 'File has been uploaded successfully and a job dispatched to handle the import process.' ], 'exceptions' => [ 'invalid_headers' => 'Invalid import file columns. Please check the sample import file.', 'path_not_exist' => 'path not exist.', ], 'user-headers' => [ 'name' => 'user first name', 'last_name' => ' user last name', 'email' => 'user email', ], ];