File "occmsblock.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/admin/language/de-de/extension/module/occmsblock.php
File
size: 2.01 B (2.01 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
// Heading
$_['heading_title'] = '<b><i>OC CMS Block</i></b>';
$_['page_title'] = 'OC CMS Block';
// Text
$_['text_success'] = 'Success: You have modified CMS Block!';
$_['text_default'] = 'Default';
$_['text_image_manager'] = 'Image Manager';
$_['text_browse'] = 'Browse';
$_['text_clear'] = 'Clear';
$_['text_edit'] = 'Configuration';
$_['text_list'] = 'List Items';
$_['text_confirm'] = 'Are you sure';
$_['text_cmsblock_slide'] = 'Manage list static blocks';
$_['text_extension'] = 'Extensions';
$_['text_link'] = 'Link';
$_['text_description'] = 'Description';
// Column
$_['column_name'] = 'Banner Name';
$_['column_status'] = 'Status';
$_['column_title'] = 'Title';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'CMS Block Name';
$_['entry_store'] = 'Stores';
$_['entry_title'] = 'Title';
$_['entry_subtitle'] = 'Sub Title';
$_['entry_description'] = 'Description';
$_['entry_link'] = 'Link';
$_['entry_type'] = 'Type';
$_['entry_cmsblock'] = 'Cms Block';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_identify'] = 'Identify';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify CMS Block!';
$_['error_name'] = 'CMS Block Name must be between 3 and 64 characters!';
$_['error_title'] = 'CMS Block Title must be between 2 and 64 characters!';
$_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
$_['error_product'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!';
$_['error_category'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!';
$_['error_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';
?>