oct_blogarticle.php
1.47 KB
<?php
// Heading
$_['heading_title'] = 'Octemplates - Blog latest articles';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Octemplates - Blog latest articles module!';
$_['text_success_install'] = 'The module settings have been install successfully!';
$_['text_edit'] = 'Edit Octemplates - Blog latest articles module';
// Entry
$_['entry_name'] = 'Module name';
$_['entry_title'] = 'Module title';
$_['entry_category'] = 'Articles from category';
$_['entry_limit'] = 'Limit';
$_['entry_limit_description'] = 'Description limit';
$_['entry_image_size'] = 'Image size';
$_['entry_sort'] = 'Sort view';
$_['entry_sort_order'] = 'Sort order';
$_['entry_sort_name'] = 'Article name';
$_['entry_sort_date_added'] = 'Date of creation';
$_['entry_order_asc'] = 'Order ASC';
$_['entry_order_desc'] = 'Order DESC';
$_['entry_show_image'] = 'Show image';
$_['entry_status'] = 'Status';
//Help
$_['help_category'] = 'If you leave empty then the articles will be selected from all categories';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Octemplates - Blog latest articles module!';
$_['error_name'] = 'Module name must be between 3 and 64 characters!';
$_['error_title'] = 'Module title must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';
$_['error_desc_limit'] = 'Description limit required!';