oct_blogsettings.php 1.71 KB
<?php
// Heading
$_['heading_title'] = 'OCTemplates - Blog settings';

// Entry
$_['entry_description']        = 'Description';
$_['entry_meta_title']         = 'Meta-tag title';
$_['entry_meta_keyword']       = 'Meta Tag keywords';
$_['entry_meta_description']   = 'Meta tag description';
$_['entry_keyword']            = 'SEO URL';
$_['entry_status']             = 'Status';
$_['entry_count_articles']	   = 'Articles counter in the blog categories module';
$_['entry_search']             = 'Search in blog';
$_['entry_comments']           = 'Comments';
$_['entry_comments_moder']     = 'Moderate comments';
$_['entry_meta_h1']            = 'Meta H1';
$_['entry_meta_title']         = 'Meta title';
$_['entry_meta_description']   = 'Meta description';
$_['entry_meta_keyword']       = 'Meta keywords';
$_['entry_description']        = 'Description';
$_['entry_article_limit']      = 'Number of articles';
$_['entry_description_length'] = 'Number of characters';
$_['entry_images']             = 'Images';
$_['entry_show_main_image']	   = 'Show image in article page';
$_['entry_width_articles']     = 'Size in articles blocks on category pages';
$_['entry_width_article']      = 'Size on article page';
$_['entry_width_article_dop']  = 'Size of additional article images';
$_['entry_article_dop_width']  = 'Size in featured articles';
$_['entry_product_width']      = 'Size in featured products';

// Tab
$_['tab_general'] = 'Settings';
$_['tab_image']   = 'Images and limits';

// Text
$_['text_edit']            = 'Edit settings';
$_['text_success']         = 'Settings saved successfully';
$_['text_success_install'] = 'Settings have been successfully installed';


// Error
$_['error_permission'] = 'You are not authorized to change the settings!';