Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
18 lines
1.0 KiB
PHP
18 lines
1.0 KiB
PHP
<?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";
|