Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/plugin/cleandeletedfiles/lang/english.php

17 lines
1.0 KiB

<?php
$strings['plugin_title'] = "Clean deleted files";
$strings['plugin_comment'] = "Permanently delete files marked as deleted. Enable it in the menu_administrator region then access it from main admin page.";
$strings['tool_enable'] = "Enable plugin";
$strings['FileList'] = "List of files marked as deleted";
$strings['SizeTotalAllDir'] = "Total size (all directories)";
$strings['NoFilesDeleted'] = "There are no files marked as deleted";
$strings['FilesDeletedMark'] = "Files marked as deleted";
$strings['FileDirSize'] = "Directory files size";
$strings['ConfirmDelete'] = "Are you sure you want to delete the file?";
$strings['ErrorDeleteFile'] = "An error occurred while deleting the file";
$strings['ErrorEmptyPath'] = "There was a problem deleting the file, the path cannot be empty";
$strings['DeleteSelectedFiles'] = "Delete selected files";
$strings['ConfirmDeleteFiles'] = "Are you sure you want to delete all the selected files?";
$strings['DeletedSuccess'] = "The file deletion was successful";
$strings['path_dir'] = "Directory";
$strings['size'] = "Size";