51 lines
1.8 KiB
PHP
51 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Common Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during common CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'add' => 'Add',
|
|
'edit' => 'Edit',
|
|
'save' => 'Save',
|
|
'update' => 'Update',
|
|
'action' => 'Action',
|
|
'actions' => 'Actions',
|
|
'view' => 'View',
|
|
'delete' => 'Delete',
|
|
'close' => 'Close',
|
|
'something_went_wrong' => 'Something went wrong, please try again later',
|
|
'required' => 'This field is required',
|
|
'please_select' => 'Please Select',
|
|
'cancel' => 'Cancel',
|
|
'date' => 'Date',
|
|
'filter_by_date' => 'Filter by date',
|
|
'location' => 'Location',
|
|
'go_back' => 'Go Back',
|
|
'due_tooltip' => '-ve value = Amount to pay <br> +ve value = Amount to receive',
|
|
'purchase_due_tooltip' => '-ve value = Amount to receive <br> +ve value = Amount to pay',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'all' => 'All',
|
|
'settings' => 'Settings',
|
|
'business_location_settings' => 'Business Location Settings',
|
|
'print' => 'Print',
|
|
'submit' => 'Submit',
|
|
'purchase_sell_mismatch_exception' => 'ERROR: NOT ALLOWED: Mismatch between sold and purchase quantity. Product: :product',
|
|
'purchase_stock_adjustment_mismatch_exception' => 'ERROR: NOT ALLOWED: Mismatch between stock adjustment and purchase quantity. Product: :product',
|
|
'transaction_edit_not_allowed' => 'Transaction edit not allowed after :days days.',
|
|
'name' => 'Name',
|
|
'price' => 'Price',
|
|
'activate' => 'Activate',
|
|
'deactivate' => 'Deactivate',
|
|
'print_detailed' => 'Print Detailed',
|
|
'print_mini' => 'Print Mini',
|
|
'opening' => 'opening',
|
|
];
|