<?php
// Heading
$_['heading_title']       = 'Background Image';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Background Image!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_browse']            = 'Browse Files';
$_['text_clear']             = 'Clear Image';
$_['text_image_manager']     = 'Image Manager';
$_['text_repeat1']           = 'repeat';
$_['text_repeat2']           = 'repeat-x';      
$_['text_repeat3']           = 'repeat-y';
$_['text_repeat4']           = 'no-repeat';
$_['text_attach1']           = 'fixed';
$_['text_attach2']           = 'scroll';
$_['text_positionx1']        = 'center';
$_['text_positionx2']        = 'left';
$_['text_positionx3']        = 'right';
$_['text_target']            = "New window";       
$_['text_target2']            = "Current window";

$_['text_positiony1']           = 'center';
$_['text_positiony2']           = 'top';
$_['text_positiony3']           = 'bottom';

// Entry
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';
$_['entry_image']         = 'Image:';
$_['column_link']         = 'Link:';
$_['column_repeat']       = 'Repeat';
$_['column_attach']       = 'Attachment';
$_['column_positionx']    = 'Position X';
$_['column_positiony']    = 'Position Y';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify module Background Image!';
?>