Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_articles.php
<?php
/**
* @version: 2.1
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( https://www.elxis.org )
* @copyright: (C) 2006-2021 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for Module Articles
* @license: Elxis public license https://www.elxis.org/elxis-public-license.html
* @translator: Stavros Stratakis ( https://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_ARTICLES_TITLE'] = 'Articles';
$_lang['SOURCE'] = 'Source';
$_lang['SOURCE_DESC'] = 'Which will be the articles source?';
$_lang['MULTIPLE_CATEGORIES'] = 'Multiple categories';
$_lang['INCL_SUBCATEGORIES'] = 'Including sub-categories';
$_lang['CATEGORIES'] = 'Categories';
$_lang['COMMA_SEP_CIDS'] = 'Comma separated category IDs';
$_lang['AUTONOMOUS_PAGES'] = 'Autonomous pages';
$_lang['NEWEST'] = 'Newest';
$_lang['MOST_POPULAR'] = 'Most popular';
$_lang['POPULAR_LASTD'] = 'Popular of the last X days';
$_lang['DAYS_NUMBER'] = 'Days number';
$_lang['LIMIT_DESC'] = 'How many articles to display?';
$_lang['FEATURED_ARTICLES'] = 'Featured articles';
$_lang['FEATURED_NUMBER'] = 'Featured number';
$_lang['FEATURED_DESC'] = 'How many of the articles to be shown as featured?';
$_lang['SUBTITLE'] = 'Subtitle';
$_lang['DISP_ART_SUBTITLE'] = 'Display article\'s subtitle?';
$_lang['DISP_ART_CATEGORY'] = 'Display article\'s category?';
$_lang['TEXT'] = 'Text';
$_lang['DISP_ART_TEXT_CHARS'] = 'Display article\'s intro text? If yes, how many characters?';
$_lang['DISP_ARTICLE_IMAGE'] = 'Display the article\'s image?';
$_lang['THUMBNAIL_LEFT'] = 'Thumbnail Left';
$_lang['THUMBNAIL_RIGHT'] = 'Thumbnail Right';
$_lang['MEDIUM_IMG_TOP'] = 'Medium image Top';
$_lang['MEDIUM_IMG_LEFT'] = 'Medium image Left';
$_lang['MEDIUM_IMG_RIGHT'] = 'Medium image Right';
$_lang['LINKS'] = 'Links';
$_lang['COLUMNS'] = 'Columns';
$_lang['OTHER_OPTIONS'] = 'Other options';
$_lang['TODAY'] = 'Today';
$_lang['YESTERDAY'] = 'Yesterday';
$_lang['IN'] = 'in';
$_lang['MORE'] = 'More';
$_lang['DISPLAY_MORE_LINK'] = 'Display a More link?';
$_lang['CAPTION'] = 'Caption';
$_lang['DISPLAY_IMAGE_CAPTION'] = 'Display image caption?';
//1.3
$_lang['IMPORTANT_ARTS'] = 'Important articles';
$_lang['FEATURED_IMPART_DESC'] = 'Display as featured only articles marked as important';
$_lang['RELATION_KEY'] = 'Relation key';
$_lang['RELATED_ARTICLES_KEY_DESC'] = 'Show only related articles that share a specific relation key.';
//2.0
$_lang['VERY_TOP'] = 'Very top';
$_lang['LAYOUT'] = 'Layout';
$_lang['1COLUMN'] = '1 column';
$_lang['LEFT_RIGHT'] = 'Left-Right';
//2.1
$_lang['ARTICLES'] = 'Articles';
$_lang['MARTS_ARTICLES_SEP_IDS'] = 'To display specific articles type their IDs comma separated. Example: 3,15,22,7';

?>