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->time = 'Time'; $lang->backup->files = 'Files'; $lang->backup->size = 'Size'; $lang->backup->waitting = ' 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! %s 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";