File "articlelist.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/admin/language/en-gb/blog/articlelist.php
File
size: 1.19 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
// Heading
$_['heading_title'] = 'Articles List';
// Text
$_['text_success'] = 'Success: You have modified articles list!';
$_['text_list'] = 'Articles Lists';
$_['text_add'] = 'Add Article List';
$_['text_edit'] = 'Edit Article List';
$_['text_extension'] = 'Extensions';
$_['text_blog'] = 'Blog';
// Column
$_['column_name'] = 'Article List Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Articles List Name';
$_['entry_article_list'] = 'Articles';
$_['entry_status'] = 'Status';
// Help
$_['help_category'] = '(Autocomplete)';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify articles!';
$_['error_name'] = 'Article Name must be greater than 3 and less than 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 3 and less than 255 characters!';
$_['error_keyword'] = 'SEO keyword already in use!';