modxcms/revolution

View on GitHub
core/lexicon/yo/manager_log.inc.php

Summary

Maintainability
A
2 hrs
Test Coverage
<?php
/**
 * Manager Log English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['action'] = 'Action';
$_lang['date_end'] = 'End Date';
$_lang['date_start'] = 'Start Date';
$_lang['filter_clear'] = 'Clear Filter';
$_lang['manager_log'] = 'Manager Log';
$_lang['mgrlog_clear'] = 'Empty Manager Log';
$_lang['mgrlog_clear_confirm'] = 'Are you sure you want to completely empty the manager log? This cannot be undone.';
$_lang['mgrlog_query_msg'] = 'Please make a selection for viewing the logs. You can select log entries by date, but be aware that the dates you enter are not inclusive - to select every log entry for 01-01-2004, set \'date start\' to 01-01-2004 and \'date end\' to 02-01-2004.';
$_lang['mgrlog_query'] = 'Query logging';
$_lang['object'] = 'Object';
$_lang['occurred'] = 'Occurred';
$_lang['user'] = 'User';