<?php
// Heading
$_['heading_title']       = 'Boss - Static Block';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Boss - Static Block!';
$_['text_header_top']     = 'Header Top';
$_['text_header_bottom']  = 'Header Bottom';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_footer_top']     = 'Footer Top';
$_['text_footer_bottom']  = 'Footer Bottom';
$_['text_alllayout']      = 'All Layout';

// button
$_['button_add_new_block']      = 'Add New Block';
$_['tab_block']      = 'Block';

// Entry
$_['entry_content']   	  = 'Content:';
$_['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 Boss - Static Block!';
?>