31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
|
$lang->backup->common = 'Backup';
|
|
$lang->backup->index = 'Index';
|
|
$lang->backup->history = 'History';
|
|
$lang->backup->delete = 'Delete';
|
|
$lang->backup->backup = 'Backup';
|
|
$lang->backup->restore = 'Restore';
|
|
$lang->backup->change = 'Change hold days';
|
|
$lang->backup->changeAB = 'change';
|
|
|
|
$lang->backup->name = 'Name';
|
|
$lang->backup->time = 'Time';
|
|
$lang->backup->files = 'Files';
|
|
$lang->backup->size = 'Size';
|
|
|
|
$lang->backup->waitting = '<span id="backupType"></span> is in progress, please wait...';
|
|
$lang->backup->confirmDelete = 'Are you sure delete this backup?';
|
|
$lang->backup->confirmRestore = 'Are you sure restore this backup?';
|
|
$lang->backup->holdDays = 'Keep backup copy of the recent %s days';
|
|
|
|
$lang->backup->success = new stdclass();
|
|
$lang->backup->success->backup = 'Success backup!';
|
|
$lang->backup->success->restore = 'Success restore!';
|
|
|
|
$lang->backup->error = new stdclass();
|
|
$lang->backup->error->noWritable = "Cannot backup! <code>%s</code> do not write! Please check the directory permissions.";
|
|
$lang->backup->error->noDelete = "The file %s cannot delete, modify permissions or deleted manually.";
|
|
$lang->backup->error->restoreSQL = "The database restore failed. Error: %s";
|
|
$lang->backup->error->restoreFile = "Attachments failed to restore. Error: %s";
|
|
$lang->backup->error->backupFile = "Attachments failed to backup. Error: %s";
|