![]() 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 [ 'main_branch' => '(Main)', 'company' => [ 'create' => 'Create New :Type Company', 'add_company_btn' => 'Add :Type Company', 'add_quotation_request_btn' => 'Add Quotation Request', 'add_quotation_btn' => 'Add Quotation', 'add_purchase_order_btn' => 'Add Purchase Order', 'add_delivery_note_btn' => 'Add Delivery Note', ], 'quotation_request' => [ 'generate_quotation' => 'Generate Quotation', 'generateQuotation' => 'You will Create The Quotation?', ], 'quotation' => [ 'generate_purchase_order' => 'Generate Purchase Order', 'generate_purchaseOrder' => 'You will Create The Purchase Order?' ], 'purchase_order' => [ 'add_invoice_btn' => 'Add Invoice', ], 'invoice' => [ 'add_transaction_btn' => 'Add Transaction', ], 'project' => [ 'add_project_btn' => 'Add Project', ], 'branch' => [ 'create_btn' => 'Create Branch', ], 'vehicle' => [ 'create_btn' => 'Create Vehicle', 'create_vehicle_service' => 'Create Vehicle Service', 'assign_driver_btn' => 'Assign Driver' ], 'company_relation' => [ 'create_new' => '<i class="fa fa-plus"></i> Create New :Type Company' ], 'add_note' => 'Add Note', 'notes_list' => 'Notes List', 'update_status' => 'Update Status', 'add_attachments' => 'Add Attachments', 'start' => 'Start', 'start_confirmation' => 'You are going to mark the delivery note as Start?', 'mark_as_delivered' => 'Mark as Delivered', 'mark_as_delivered_confirmation' => 'You are going to mark the delivery note as Delivered? ', 'update_driver' => 'Update Driver', 'assign_to_me' => 'Assign to me', 'assign_to_me_confirmation' => 'You are going to take this delivery note?', 'mark_as_closed' => 'Mark as Closed', 'mark_as_closed_confirmation' => 'You are going to mark the quotation request as Closed?', 'mark_as_received' => 'Mark as Received', 'recipient_details' => 'Add Recipient Details', 'mark_as_received_confirmation' => 'You are going to mark as Received?', 'mark_as_cancel' => 'Mark as Cancel', 'mark_as_cancel_confirmation' => 'You are going to mark the delivery note as Cancel? ', 'release' => 'Release', 'release_confirmation' => 'you are going to release the delivery note? ', ];