v2 first commit
This commit is contained in:
51
resources/lang/en-GB/bulk_actions.php
Normal file
51
resources/lang/en-GB/bulk_actions.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'select_to_action' => 'Select To Action',
|
||||
'selected' => 'selected',
|
||||
'bulk_actions' => 'Bulk Action|Bulk Actions',
|
||||
'delete' => 'Delete',
|
||||
'duplicate' => 'Duplicate',
|
||||
'export' => 'Export',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'change_category' => 'Change Category',
|
||||
'change_type' => 'Change Type',
|
||||
|
||||
|
||||
'users' => [
|
||||
'change_role' => 'Change Role',
|
||||
'change_company' => 'Change Company',
|
||||
],
|
||||
|
||||
'bills' => [
|
||||
'change_bill_status' => 'Change Bill Status',
|
||||
],
|
||||
|
||||
'payments' => [
|
||||
'change_payment_status' => 'Change Payment Status',
|
||||
],
|
||||
|
||||
'invoices' => [
|
||||
'change_invoice_status' => 'Change Invoice Status',
|
||||
],
|
||||
|
||||
'revenues' => [
|
||||
'change_revenue_status' => 'Change Revenue Status',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'change_category_status' => 'Change Category Status',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'sure' => 'Are you sure?',
|
||||
'duplicate' => 'Do you really want to duplicate these record?',
|
||||
'deletes' => 'Do you really want to delete these record?|Do you really want to delete these records?',
|
||||
'exports' => 'Do you really want to export these record?|Do you really want to export these records?',
|
||||
'enable' => 'Do you really want to enable these record?|Do you really want to enable these records?',
|
||||
'disable' => 'Do your really want to disable these record?|Do your really want to disable these records?',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user