The files can be sorted in either ascending or descending order (based on last-modified date) by clicking on the ' . TABLE_HEADING_MODIFIED . ' link. Click on an ' . $imageName . ' icon to view the contents of the associated file. Only the first %u bytes of the selected file will be read; if a file is "over-sized", its File Size will be highlighted like this.
Clicking the delete all button will delete all files currently being viewed; clicking delete selected will delete only those files with checked checkboxes.
Currently viewing the %s %u of %u log files.
');
define('JS_MESSAGE_DELETE_ALL_CONFIRM', 'Are you sure you want to delete these \'+n+\' files?');
define('JS_MESSAGE_DELETE_SELECTED_CONFIRM', 'Are you sure you want to delete the \'+selected+\' selected file(s)?');
define('WARNING_NOT_SECURE','NOTE: You do not have SSL enabled. File contents you view from this page will not be encrypted and could present a security risk.');
define('WARNING_NO_FILES_SELECTED', 'No files were selected for deletion!');
define('WARNING_SOME_FILES_DELETED', 'Warning: Only %u of %u log files were deleted; check permissions.');
define('SUCCESS_FILES_DELETED', '%u log files were deleted.');