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 Theme Configuration</i></b>'; $_['page_title'] = 'OC Theme Configuration'; // Text $_['text_extension'] = 'Extensions'; $_['text_edit'] = 'Edit OC Theme Configuration'; $_['text_success'] = 'Success: You have modified module OC Theme Configuration!'; $_['text_import_success'] = 'Success: You have imported Theme Database!'; $_['text_list'] = 'List View'; $_['text_grid'] = 'Grid View'; $_['text_use_rotator'] = 'Use Rotate Image'; $_['text_use_swatches'] = 'Use Swatches Image'; $_['text_outside'] = 'Outside'; $_['text_inside'] = 'Inside'; $_['text_zoom_space'] = 'Space'; $_['text_for_space'] = 'Use for Outside Position'; $_['text_choose_option'] = '-- Choose Option --'; $_['text_choose_value'] = '-- Choose Value --'; $_['text_none'] = 'None'; $_['text_column_left'] = 'Left Column'; $_['text_column_right'] = 'Right Column'; // Tab $_['tab_stylesheet'] = 'Stylesheet CSS'; $_['tab_configuration'] = 'Module Configuration'; $_['tab_a'] = '< a > Tag'; $_['tab_header'] = 'Header Tag (h1,h2,..,h6)'; $_['tab_body'] = 'Body'; $_['tab_backup'] = 'Theme Database'; $_['tab_product'] = 'Product Page'; $_['tab_category'] = 'Category Page'; // Entry $_['entry_status'] = 'Stylesheet Configuration'; $_['entry_store'] = 'Choose Store'; $_['entry_rotator'] = 'Rotate Image'; $_['entry_quickview'] = 'Quick View'; $_['entry_catalog'] = 'Catalog Mode'; $_['entry_color'] = 'Color'; $_['entry_width'] = 'Width'; $_['entry_height'] = 'Height'; $_['entry_hover_color'] = 'Color when Hover'; $_['entry_font_family'] = 'Font Family'; $_['entry_font_weight'] = 'Font Weight'; $_['entry_font_size'] = 'Font Size'; $_['entry_line_height'] = 'Line Height'; $_['entry_bg_color'] = 'Background Color'; $_['entry_bg_hover_color'] = 'Background Color when Hover'; $_['entry_loader_image'] = 'Ajax Loader Image'; $_['entry_theme_database'] = 'Choose Theme Data'; $_['entry_use_swatches'] = 'Use Color Swatches'; $_['entry_color_option'] = 'Use Option for Swatches'; $_['entry_icon_swatches'] = 'Icon Swatches (W x H)'; $_['entry_use_zoom'] = 'Use Image Zoom'; $_['entry_zoom_position'] = 'Zoom Position'; $_['entry_zoom_space'] = 'Zoom Space'; $_['entry_zoom_bg'] = 'Use Zoom Background'; $_['entry_zoom_bg_color'] = 'Background Color'; $_['entry_zoom_bgopacity'] = 'Opacity'; $_['entry_zoom_title'] = 'Zoom Title'; $_['entry_custom_view'] = 'Use Custom View'; $_['entry_category_view'] = 'Default View'; $_['entry_columns_grid'] = 'Default Grid Columns'; $_['entry_use_layered'] = 'Use Layered Navigation'; $_['entry_use_quickview'] = 'Use Quick View'; $_['entry_product_image'] = 'Product Image Effect'; //Error $_['error_permission'] = 'Warning: You do not have permission to modify OC Theme Configuration module!'; $_['error_load_file'] = 'Could not load sql file: %s';