dashboard.inc.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Welcome Page English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['active_users_none'] = 'No currently active users.';
  10. $_lang['add_user'] = 'Add User';
  11. $_lang['create_resource'] = 'Create Resource';
  12. $_lang['dashboard'] = 'Dashboard';
  13. $_lang['documentation'] = 'Documentație';
  14. $_lang['file_bug'] = 'File a bug';
  15. $_lang['forums'] = 'Forumuri';
  16. $_lang['help'] = 'Help';
  17. $_lang['modx_news'] = 'MODX News';
  18. $_lang['onlineusers_action'] = 'Action';
  19. $_lang['onlineusers_actionid'] = 'Action-ID';
  20. $_lang['onlineusers_ipaddress'] = 'User\'s IP address';
  21. $_lang['onlineusers_lasthit'] = 'Last hit';
  22. $_lang['onlineusers_message'] = 'This list shows all users active within the last 20 minutes (current time is [[+curtime]])';
  23. $_lang['onlineusers_title'] = 'Online users';
  24. $_lang['onlineusers_user'] = 'User';
  25. $_lang['onlineusers_userid'] = 'User\'s ID';
  26. $_lang['quicklinks'] = 'Quicklinks';
  27. $_lang['security_notices'] = 'Security Notices';
  28. $_lang['view_tree'] = 'View Tree';
  29. $_lang['welcome_back'] = 'Welcome back, [[+name]].';
  30. $_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.';
  31. $_lang['welcome_title'] = 'Welcome to your MODX Content Manager';
  32. $_lang['yourinfo_message'] = 'This section shows some information about you:';
  33. $_lang['yourinfo_previous_login'] = 'Your last login:';
  34. $_lang['yourinfo_title'] = 'Your info';
  35. $_lang['yourinfo_total_logins'] = 'Total number of logins:';
  36. $_lang['yourinfo_username'] = 'You are logged in as:';