| 1234567891011121314151617181920 |
- <?php
- /**
- * Manager Log English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['action'] = 'Action';
- $_lang['date_end'] = 'Până la data';
- $_lang['date_start'] = 'Începând cu data';
- $_lang['filter_clear'] = 'Suprimă filtrarea';
- $_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'] = 'Interogare jurnal';
- $_lang['object'] = 'Obiect';
- $_lang['occurred'] = 'Data';
- $_lang['user'] = 'User';
|