|
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 [
/*
|--------------------------------------------------------------------------
| 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',
];