oct_blogarticle.php 2.07 KB
<?php
//Heading
$_['heading_title'] = 'OCTemplates - Blog articles';

//Text
$_['text_success'] = 'Your settings have been successfully modified!';
$_['text_list']    = 'Articles list';
$_['text_add']     = 'Add';
$_['text_edit']    = 'Edit';
$_['text_default'] = 'Main store';
$_['text_amount']  = 'Fixed amount';
$_['text_keyword'] = 'Must be unique throughout the system and without spaces.';

//Column
$_['column_name']   = 'Article name';
$_['column_image']  = 'Images';
$_['column_status'] = 'Status';
$_['column_category']        = 'Category';
$_['column_action'] = 'Action';

//Entry
$_['entry_name']             = 'Article title';
$_['entry_shot_description'] = 'Short description';
$_['entry_description']      = 'Description';
$_['entry_meta_title']       = 'Meta tag title';
$_['entry_meta_keyword']     = 'Meta tag keywords';
$_['entry_meta_description'] = 'Meta tag description';
$_['entry_store']            = 'Stores';
$_['entry_keyword']          = 'SEO URL';
$_['entry_date_available']   = 'Display date';
$_['entry_date_added']  	 = 'Date added';
$_['entry_image']            = 'Image';
$_['entry_additional_image'] = 'Additional images';
$_['entry_status']           = 'Status';
$_['entry_sort_order']       = 'Sort order';
$_['entry_category']         = 'Show in categories';
$_['entry_related']          = 'Recommended articles';
$_['entry_related_product']  = 'Featured products';
$_['entry_tag']              = 'Article tags';
$_['entry_layout']           = 'Layout';

//Help
$_['help_category'] = '(Autofill)';
$_['help_related']  = '(AutoFill)';
$_['help_tag']      = 'comma-separated tags';

//Error
$_['error_warning']    = 'Check the form carefully for errors!';
$_['error_permission'] = 'You do not have permissions to change items!';
$_['error_name']       = 'The product name must be between 1 and 255 characters long!';
$_['error_meta_title'] = 'The title meta tag must be between 1 and 255 characters long!';
$_['error_model']      = 'Product model must contain 1 to 64 characters!';
$_['error_keyword']    = 'SEO URL is busy!';
$_['error_unique']     = 'SEO URL must be unique!';