| 123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- /**
- * Welcome Page English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['active_users_none'] = 'No currently active users.';
- $_lang['add_user'] = 'Add User';
- $_lang['create_resource'] = 'Create Resource';
- $_lang['dashboard'] = 'Dashboard';
- $_lang['documentation'] = 'Documentație';
- $_lang['file_bug'] = 'File a bug';
- $_lang['forums'] = 'Forumuri';
- $_lang['help'] = 'Help';
- $_lang['modx_news'] = 'MODX News';
- $_lang['onlineusers_action'] = 'Action';
- $_lang['onlineusers_actionid'] = 'Action-ID';
- $_lang['onlineusers_ipaddress'] = 'User\'s IP address';
- $_lang['onlineusers_lasthit'] = 'Last hit';
- $_lang['onlineusers_message'] = 'This list shows all users active within the last 20 minutes (current time is [[+curtime]])';
- $_lang['onlineusers_title'] = 'Online users';
- $_lang['onlineusers_user'] = 'User';
- $_lang['onlineusers_userid'] = 'User\'s ID';
- $_lang['quicklinks'] = 'Quicklinks';
- $_lang['security_notices'] = 'Security Notices';
- $_lang['view_tree'] = 'View Tree';
- $_lang['welcome_back'] = 'Welcome back, [[+name]].';
- $_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.';
- $_lang['welcome_title'] = 'Welcome to your MODX Content Manager';
- $_lang['yourinfo_message'] = 'This section shows some information about you:';
- $_lang['yourinfo_previous_login'] = 'Your last login:';
- $_lang['yourinfo_title'] = 'Your info';
- $_lang['yourinfo_total_logins'] = 'Total number of logins:';
- $_lang['yourinfo_username'] = 'You are logged in as:';
|