24 lines
687 B
PHP
24 lines
687 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Alert Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines contain alert messages for various scenarios
|
|
| during CRUD operations. You are free to modify these language lines
|
|
| according to your application's requirements.
|
|
|
|
|
*/
|
|
|
|
'backend' => [
|
|
'pages' => [
|
|
'created' => 'The Page was successfully created.',
|
|
'deleted' => 'The Page was successfully deleted.',
|
|
'updated' => 'The Page was successfully updated.',
|
|
],
|
|
],
|
|
];
|