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.
 
 
 
 
 

27 lines
1.1 KiB

<?php
return [
// Labels
'index_title' => 'Database Backup Manager',
'list' => 'Backup File List',
'actions' => 'Actions',
'empty' => 'No backup file available.',
// Actions
'create' => 'Create Backup File',
'delete' => 'Delete this backup file',
'sure_to_delete_file' => 'Are you sure to delete this file <strong>":filename"</strong>?',
'confirm_delete' => 'YES, please delete this file!',
'cancel_delete' => 'Cancel Delete',
'restore' => '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>.',
'confirm_restore' => 'YES, Restore Database!',
'cancel_restore' => 'Cancel Restore',
'download' => 'Download this file',
'upload' => 'Upload Backup File',
// Attributes
'file_name' => 'File Name',
'file_size' => 'File Size',
'created_at' => 'Created at',
];