10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
|
|
|
return [
|
|
'confirmdelete' => 'Do you confirm the deletion?',
|
|
'deletesuccess' => 'Deleted successfully.',
|
|
'mail_the_selection' => 'Mail the selection',
|
|
'mail_the_complete_list' => 'Mail the complete list',
|
|
];
|
|
|