ultimatepos/lang/en/contact.php

44 lines
1.6 KiB
PHP

<?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',
];