oct_blogcomments.php
1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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!';