Files
EasySoft-ZenTaoPMS/module/backup/lang/en.php
2014-12-19 01:05:41 +00:00

28 lines
1.2 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->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->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";