Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
admin
/
language
/
de-de
/
extension
/
module
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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!'; ?>