oct_blogcomments.php 1.14 KB
<?php
// Heading
$_['heading_title'] = 'OCTemplates - Blog comments';

// Text
$_['text_success'] = 'Settings changed successfully!';
$_['text_list']    = 'Reviews';
$_['text_add']     = 'Add';
$_['text_edit']    = 'Editing';
$_['text_filter']  = 'Filter';

// Column
$_['column_article']    = 'Article';
$_['column_author']     = 'Author';
$_['column_rating']     = 'Rating';
$_['column_status']     = 'Status';
$_['column_date_added'] = 'Date';
$_['column_action']     = 'Action';

// Entry
$_['entry_article']    = 'Article';
$_['entry_author']     = 'Author';
$_['entry_rating']     = 'Rating';
$_['entry_status']     = 'Status';
$_['entry_text']       = 'Text';
$_['entry_admin_text'] = 'Administrator response';
$_['entry_date_added'] = 'Date';

// Help
$_['help_article'] = '(Autocomplete)';

// Error
$_['error_permission'] = 'You are not authorized to change blog reviews!';
$_['error_article']    = 'Required to select the article!';
$_['error_author']     = 'The name of the author must contain from 3 to 64 characters!';
$_['error_text']       = 'The response text must contain at least 1 character!';
$_['error_rating']     = 'I want to set a rating!';