welcome.inc.php 671 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Welcome English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['modx_news'] = 'MODX News';
  10. $_lang['security_notices'] = 'Security Notices';
  11. $_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.';
  12. $_lang['welcome_title'] = 'Welcome to your MODX Content Manager';
  13. $_lang['yourinfo_message'] = 'This section shows some information about you:';
  14. $_lang['yourinfo_previous_login'] = 'Your last login:';
  15. $_lang['yourinfo_title'] = 'Your info';
  16. $_lang['yourinfo_total_logins'] = 'Total number of logins:';
  17. $_lang['yourinfo_username'] = 'You are logged in as:';