|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/lang/en/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| Contact Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during Contacts CRUD operations.
|
*/
'contacts' => 'Contacts',
'name' => 'Name',
'contact' => 'Contact',
'manage_your_contact' => 'Manage your :contacts',
'all_your_contact' => 'All your :contacts',
'add_contact' => 'Add a new contact',
'contact_type' => 'Contact type',
'tax_no' => 'Tax number',
'pay_term' => 'Pay term',
'pay_term_period' => 'Pay term period',
'mobile' => 'Mobile',
'landline' => 'Landline',
'alternate_contact_number' => 'Alternate contact number',
'edit_contact' => 'Edit contact',
'added_success' => 'Contact added successfully',
'updated_success' => 'Contact updated successfully',
'deleted_success' => 'Contact deleted successfully',
'add_new_customer' => 'Add new customer',
'view_contact' => 'View Contact',
'contact_info' => ':contact info',
'all_purchases_linked_to_this_contact' => 'All purchases related to this contact',
'all_sells_linked_to_this_contact' => 'All sells related to this contact',
'total_purchase_due' => 'Total Purchase Due',
'pay_due_amount' => 'Pay Due Amount',
'total_paid' => 'Total Paid',
'total_purchase_paid' => 'Total Purchase Payment',
'total_sale_paid' => 'Total Sale Payment',
'total_sale_due' => 'Total Sale Due',
'customer' => 'Customer',
];