manager_log.inc.php

Author: modxcms.com. Link to original: http://modxcms.com/ (English).
Tags: modx, modxCore Submitted by elastic 08.04.2009. Public material.

Translations of this material:

into Russian: manager_log.inc.php. Translated in draft, editing and proof-reading required. Completed: 3%.
Submitted for translation by elastic 08.04.2009

Text

<?php

$_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.<br /><br />.';

$_lang['mgrlog_query'] = 'Query logging';

$_lang['mgrlog_view'] = 'View manager logs';

$_lang['occurred'] = 'Occurred';

$_lang['user'] = 'User';