File "ocblog.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/admin/language/en-gb/extension/module/ocblog.php
File
size: 2.84 B (2.84 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
// Heading
$_['heading_title'] = '<b><i>OC Blog</i></b>';
$_['page_title'] = 'OC Blog';
// Text
$_['text_success'] = 'Success: You have modified blog settings!';
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Setting';
$_['text_blog'] = 'Blog';
$_['text_blog_article'] = 'Articles';
$_['text_blog_article_list'] = 'Articles List';
//Button
$_['button_article_list'] = "Articles Lists";
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_title'] = 'Title';
$_['entry_rows'] = 'Rows';
$_['entry_items'] = 'Items';
$_['entry_auto'] = 'Auto Slide';
$_['entry_speed'] = 'Slide Speed';
$_['entry_navigation'] = 'Show Navigation';
$_['entry_pagination'] = 'Show Pagination';
$_['entry_width'] = 'Article Image Width';
$_['entry_height'] = 'Article Image Height';
$_['entry_article_list'] = 'Article List';
$_['entry_status'] = 'Status';
$_['entry_article_limit'] = 'Default Articles Per Page (Pagination)';
$_['entry_meta_title'] = 'Meta Title';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_image_module_width'] = 'Article Image Width';
$_['entry_image_module_heigth'] = 'Article Image Height';
$_['entry_image_article'] = 'Article Image Size in Article Detail Page';
$_['entry_image_blog'] = 'Article Image Size in Blog Page';
// Help
$_['help_article_limit'] = 'Determines how many articles are shown per page.';
// Error
$_['error_image_module'] = 'Article Image Size dimensions required!';
$_['error_image_article'] = 'Article Image Size in Article Detail Page dimensions required!';
$_['error_image_blog'] = 'Article Image Size in Blog Page dimensions required!';
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify settings!';
$_['error_article_limit'] = 'Limit required!';
$_['error_meta_description'] = 'Meta Description required!';
$_['error_meta_keyword'] = 'Meta Keyword required!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';