You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
693 B
PHP
25 lines
693 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| IFrame Mode Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used by the AdminLTE IFrame mode blade
|
|
| layout. You are free to modify these language lines according to your
|
|
| application's requirements.
|
|
|
|
|
*/
|
|
|
|
'btn_close' => 'Close',
|
|
'btn_close_active' => 'Close Active',
|
|
'btn_close_all' => 'Close All',
|
|
'btn_close_all_other' => 'Close Everything Else',
|
|
'tab_empty' => 'No tab selected!',
|
|
'tab_home' => 'Home',
|
|
'tab_loading' => 'Tab is loading',
|
|
|
|
];
|