You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
602 B
22 lines
602 B
<?php
|
|
|
|
return [
|
|
'backup' => [
|
|
'title' => 'System Backup Catalogs',
|
|
'backup_button' => 'Back Up',
|
|
'upload_button' => 'Upload Backup File',
|
|
'upload_modal_title' => 'Upload Backup File',
|
|
'empty_state' => 'No Backup File Stored',
|
|
'confirmation' => [
|
|
'delete' => 'Are you sure you want to delete this backup?',
|
|
],
|
|
],
|
|
'settings' => [
|
|
'update_title' => 'Update Settings',
|
|
'sections' => [
|
|
'web' => 'Web',
|
|
'general' => 'General',
|
|
'webmaster' => 'Webmaster',
|
|
],
|
|
],
|
|
];
|
|
|