Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_comments.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 Comments
* @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_COMMENTS_TITLE'] = 'Recent comments';
$_lang['GENERAL'] = 'General';
$_lang['SOURCE'] = 'Source';
$_lang['COMMENTS_SOURCE'] = 'Select the source of the comments.';
$_lang['GENERAL_CONTENT'] = 'General content';
$_lang['SPECIFIC_CATEGORY'] = 'Specific category';
$_lang['INCL_SUBCATEGORIES'] = 'Including subcategories?';
$_lang['AUTOMATIC'] = 'Automatic';
$_lang['COMMENTS_NUMBER'] = 'Comments number';
$_lang['COMMENTS_NUMBER_DESC'] = 'Select the number of comments to display.';
$_lang['NOCOMMENTS'] = 'There are no comments.';
$_lang['COMMENT_LIMIT'] = 'Comment limit';
$_lang['COMMENT_LIMIT_DESC'] = 'The maximum number of characters for the comment message.';
$_lang['USER_AVATAR'] = 'User avatar';
$_lang['USE_GRAVATAR'] = 'Use Gravatar';
$_lang['USE_GRAVATAR_DESC'] = 'Use the Gravatar service for users not having an avatar?';
$_lang['TODAY'] = 'Today';
$_lang['YESTERDAY'] = 'Yesterday';
$_lang['STYLE'] = 'Style';
$_lang['DISPLAY_DATE'] = 'Display date?';
//2.0 (Elxis 5.0)
$_lang['BY'] = 'by';//translators help: by {NAME/AUTHOR}
$_lang['DISPLAY_AUTHOR'] = 'Display author?';

?>