modxcms/revolution

View on GitHub
core/lexicon/yo/welcome.inc.php

Summary

Maintainability
A
1 hr
Test Coverage
<?php
/**
 * Welcome English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['modx_news'] = 'MODX News';
$_lang['security_notices'] = 'Security Notices';
$_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:';