Actualización
This commit is contained in:
17
plugin/cleandeletedfiles/lang/english.php
Normal file
17
plugin/cleandeletedfiles/lang/english.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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";
|
||||
Reference in New Issue
Block a user