![]() 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/medad.corals.io/Corals/modules/Medad/resources/lang/en/ |
<?php return [ 'company' => [ 'title' => 'Companies', 'title_singular' => 'Company', 'company_name' => '[:company] Company', ], 'company_relation' => [ 'title' => 'Company Relations', 'title_singular' => 'Company Relation', ], 'branch' => [ 'title' => 'Branches', 'title_singular' => 'Branch', 'company_name' => '[:company] Branches', 'branch_name' => '[:branch] Branch', ], 'vehicle' => [ 'title' => 'Vehicles', 'title_singular' => 'Vehicle', 'company_name' => '[:company] Vehicles', 'vehicle_licence_plate' => '[:vehicle] Vehicle', ], 'vehicle_service' => [ 'title' => 'Vehicle Services', 'title_singular' => 'Vehicle Services', 'vehicle_service' => '[:vehicle] Vehicle Services', ], 'vehicle_driver' => [ 'title' => 'Vehicle Drivers', 'title_singular' => 'Vehicle Driver', 'vehicle_driver' => '[:vehicle] Vehicle Driver', ], 'quotation_request' => [ 'title' => 'Quotation Requests', 'title_singular' => 'Quotation Request', ], 'quotation' => [ 'title' => 'Quotations', 'title_singular' => 'Quotation', ], 'purchase_order' => [ 'title' => 'Purchase Orders', 'title_singular' => 'Purchase Order', ], 'delivery_note' => [ 'title' => 'Delivery Notes', 'title_singular' => 'Delivery Note', ], 'delivery_note_tracking' => [ 'title' => 'Delivery Notes Tracking', 'title_singular' => 'Delivery Note Tracking', ], 'project' => [ 'title' => 'Projects', 'title_singular' => 'Project', 'project_name' => '[:project] ', ], 'invoice' => [ 'title' => 'Invoices', 'title_singular' => 'Invoice', ], 'transaction' => [ 'title' => 'Transactions', 'title_singular' => 'Transaction', ], ];