manager_log.inc.php 880 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Manager Log English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['action'] = 'Action';
  10. $_lang['date_end'] = 'Până la data';
  11. $_lang['date_start'] = 'Începând cu data';
  12. $_lang['filter_clear'] = 'Suprimă filtrarea';
  13. $_lang['manager_log'] = 'Manager Log';
  14. $_lang['mgrlog_clear'] = 'Empty Manager Log';
  15. $_lang['mgrlog_clear_confirm'] = 'Are you sure you want to completely empty the manager log? This cannot be undone.';
  16. $_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.';
  17. $_lang['mgrlog_query'] = 'Interogare jurnal';
  18. $_lang['object'] = 'Obiect';
  19. $_lang['occurred'] = 'Data';
  20. $_lang['user'] = 'User';