<?php
// Heading
$_['heading_title']       = 'Elegant Accordion';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Elegant Accordion!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_browse']         = 'Browse';
$_['text_clear']          = 'Clear';
$_['text_title']          = 'Title: ';
$_['text_link']           = 'Link: ';
$_['text_image_manager']  = 'Image manager:';

// Entry
$_['button_add_section']   = 'Add Section';

// Entry
$_['entry_dimension']     = 'Accordion Dimension: (W x H)';
$_['entry_image_dimension']= 'Image dimension: (W x H)';
$_['entry_image']         = 'Image:';
$_['entry_title_description'] = 'Title / Description:';
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';

// Error
$_['error_permission']    		   = 'Warning: You do not have permission to modify module elegant accordion!';
$_['error_accordion_dimension']    = 'Dimension - required!';
$_['error_image_dimension']        = 'Image Dimension - required!';
$_['error_sections_image']         = 'Image - required!';
?>