Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/modules/mod_adminmessages/language/en.mod_adminmessages.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for module Admin Messages
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADMINMESSAGES_TITLE'] = 'Messages';
$_lang['HAVE_NEW_MESSAGES'] = 'You have %s new messages';
$_lang['HAVE_NEW_MESSAGE'] = 'You have 1 new message';
$_lang['HAVE_NO_MESSAGES'] = 'You have no messages';
$_lang['SEND_MESSAGE'] = 'Send message';
$_lang['MESSAGES'] = 'Messages';
$_lang['MESSAGE'] = 'Message';
$_lang['SYSTEM'] = 'System';
$_lang['RECIPIENT'] = 'Recipient';
$_lang['LOADING_RECIPIENTS'] = 'Loading recipients...';
$_lang['SELECT_RECIPIENT'] = 'Select recipient';
$_lang['MUST_TYPEMSG'] = 'You must type a message!';
$_lang['ALL_USERS'] = 'All users';
//v2.0 - Elxis 5.0
$_lang['REPLY'] = 'Reply';
$_lang['NEW_MESSAGE'] = 'New message';
$_lang['MESSAGE_THREADS'] = 'Message threads';

?>