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 Mega Menu</i></b>'; $_['page_title'] = 'OC Mega Menu'; // Tab $_['tab_second_item'] = 'Second Level Items'; $_['tab_third_item'] = 'Third Level Items'; // Text $_['text_extension'] = 'Extensions'; $_['text_success'] = 'Success: You have modified OC Mega Menu module!'; $_['text_edit'] = 'Edit OC Mega Menu Module'; $_['text_menu_bar_setting'] = 'Menu Bar Settings'; $_['text_flyout_menu_setting'] = 'Flyout Menu Settings'; $_['text_general_setting'] = 'General Settings'; $_['text_mega_menu_setting'] = 'Mega Menu Settings'; $_['text_top_item_setting'] = 'Top Level Items Settings'; $_['text_yes'] = 'Yes'; $_['text_no'] = 'No'; $_['text_hover'] = 'Hover'; $_['text_click'] = 'Click'; $_['text_none'] = 'None'; $_['text_fade'] = 'Fade'; $_['text_slide'] = 'Slide'; $_['text_from'] = 'From'; $_['text_to'] = 'To'; $_['text_top'] = 'Top'; $_['text_right'] = 'Right'; $_['text_bottom'] = 'Bottom'; $_['text_left'] = 'Left'; $_['text_center'] = 'Center'; $_['text_static'] = 'Static'; $_['text_hover'] = 'Hover'; $_['text_color'] = 'Color'; $_['text_size'] = 'Size'; $_['text_line_height'] = 'Line Height'; $_['text_transform'] = 'Transform'; $_['text_weight'] = 'Weight'; $_['text_normal'] = 'Normal'; $_['text_capitalize'] = 'Capitalize'; $_['text_uppercase'] = 'UPPERCASE'; $_['text_lowercase'] = 'lowercase'; $_['text_light'] = 'Light'; $_['text_bold'] = 'Bold'; $_['text_medium'] = 'Medium'; $_['text_semibold'] = 'Semi bold'; $_['text_menu_editor'] = 'Menu Editor'; $_['text_list'] = 'Menu List'; $_['text_add'] = 'Add Menu'; $_['text_edit_menu'] = 'Edit Menu'; $_['text_horizontal'] = 'Horizontal'; $_['text_vertical'] = 'Vertical'; $_['text_mobile'] = 'Mobile'; $_['text_menu_item_settings'] = 'Menu Items Editor'; $_['text_add_top_item'] = 'Add Top Item'; $_['text_no_items'] = 'There is no menu items!'; $_['text_no_children_items'] = 'There is no children items!'; $_['text_item_form'] = 'Menu Item Configuration'; $_['text_content_setting'] = 'Content Editor'; $_['text_megamenu'] = 'Mega Menu'; $_['text_flyoutmenu'] = 'Flyout Menu'; $_['text_category'] = 'Category'; $_['text_widget'] = 'Widgets Container'; $_['text_children'] = 'Children Items'; $_['text_choose_category'] = 'Choose Category'; $_['text_column'] = 'column'; $_['text_columns'] = 'columns'; $_['text_product'] = 'Product'; $_['text_html'] = 'HTML Content'; $_['text_slider'] = 'Slider'; $_['text_link'] = 'Link'; $_['text_megamenu_info'] = 'This configuration is only used for Mega Menu type (not Flyout Menu)'; $_['text_link_info'] = 'If the Sub Menu Content is Category, this link is Category link. If not, the link will be kept.'; $_['text_add_sub_item'] = 'Add Sub Item'; $_['text_disable_link'] = 'Disable Link'; $_['text_hide_title'] = 'Hide Title'; $_['text_title'] = 'Title'; $_['text_show_image'] = 'Show Image'; $_['text_show_child'] = 'Show Children'; $_['text_add_widget'] = 'Add Widget'; $_['text_choose_product'] = 'Choose Product'; $_['text_choose_top_category'] = 'Choose Top Category'; $_['text_success_item'] = 'Success: You have modified Menu Items!'; $_['text_confirm_delete'] = 'Do you want to delete this item?'; $_['text_confirm_multiple_delete'] = 'Do you want to delete these items?'; $_['text_sub_menu_info'] = 'If you choose "Children Items", the menu content will show children items of this items'; $_['text_no_menus'] = 'No menus'; $_['text_for_vermenu'] = 'This option is used for Vertical Menu'; $_['text_for_vermenu_and_mobile'] = 'This option is used for Vertical Menu and Mobile Menu'; $_['text_delete_items'] = 'Delete Items'; $_['text_choose_delete_items'] = 'Please choose items to delete'; // Entry $_['entry_name'] = 'Module Name'; $_['entry_status'] = 'Status'; $_['entry_menu_height'] = 'Menu Height'; $_['entry_event'] = 'Mouse Event'; $_['entry_effect'] = 'Menu Effect'; $_['entry_menu_background'] = 'Menu Background'; $_['entry_menu_text_color'] = 'Text Color'; $_['entry_menu_padding'] = 'Menu Padding'; $_['entry_item_padding'] = 'Item Padding'; $_['entry_item_align'] = 'Item Align'; $_['entry_item_background'] = 'Item Background'; $_['entry_item_font'] = 'Font'; $_['entry_menu_width'] = 'Menu Width'; $_['entry_menu_name'] = 'Menu Name'; $_['entry_item_name'] = 'Item Name'; $_['entry_title'] = 'Item Title'; $_['entry_link'] = 'Link'; $_['entry_menu_type'] = 'Menu Type'; $_['entry_position'] = 'Position'; $_['entry_sub_menu_type'] = 'Sub Menu Type'; $_['entry_sub_menu_content_type'] = 'Sub Menu Content Type'; $_['entry_top_category'] = 'Top Category'; $_['entry_megamenu_editor'] = 'Mega Menu Editor'; $_['entry_icon'] = 'Icon'; $_['entry_choose_menu'] = 'Choose Menu'; $_['entry_number_cols'] = 'Number of Columns'; $_['entry_menu_second_link_color'] = 'Second Link Color'; $_['entry_menu_third_link_color'] = 'Third Link Color'; $_['entry_number_items'] = 'Show Items'; // Column $_['column_name'] = 'Menu Name'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Error $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify OC Mega Menu module!'; $_['error_name'] = 'Module Name must be between 3 and 64 characters!'; $_['error_menu_name'] = 'Menu Name must be between 3 and 64 characters!'; $_['error_item_name'] = 'Menu Item Name must be between 3 and 64 characters!';