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.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'index_title' => 'Database Backup Manager',
|
|
'list' => 'Backup File List',
|
|
|
|
// Actions
|
|
'create' => 'Create Backup File',
|
|
'file_name' => 'File Name',
|
|
'file_size' => 'File Size',
|
|
'created_at' => 'Created at',
|
|
'actions' => 'Actions',
|
|
'delete' => 'Delete',
|
|
'delete_title' => 'Delete this backup file',
|
|
'sure_to_delete_file' => 'Are you sure to delete this file <strong>":filename"</strong>?',
|
|
'cancel_delete' => 'Cancel Delete',
|
|
'confirm_delete' => 'YES, please delete this file!',
|
|
'empty' => 'No backup file available.',
|
|
'download' => 'Download',
|
|
'download_title' => 'Download this file',
|
|
'restore' => 'Restore',
|
|
'restore_title' => 'Restore database from file',
|
|
'sure_to_restore' => 'Are you sure to restore database with this backup file "<strong>:filename</strong>"? <br><br>Please make sure your <strong>current database has been backed up</strong>.',
|
|
'cancel_restore' => 'Cancel Restore',
|
|
'confirm_restore' => 'YES, Restore Database!',
|
|
'upload' => 'Upload Backup File',
|
|
];
|