<?php
// Heading
$_['heading_title']       = 'Simple Shoutbox';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Simple Shoutbox!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_seconds']   = 'second(s).<br /><span class="help">2 to 60 seconds recommended</span>';
$_['text_yes']   = 'Yes';
$_['text_no']   = 'No';
$_['text_login']   = 'Login';
$_['text_no_login']   = 'No Login';
// Entry
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';
$_['entry_expiration_date']    = 'Expiration Date:';
$_['entry_reload_time']          = 'Reload Time:<br /><span class="help">How many time to reload message (seconds)?</span>';
$_['entry_login_to_shout']          = 'Login to using Shoutbox::<br /><span class="help">Only using Shoutbox when a customer is logged in.</span>';
$_['entry_using_captcha']          = 'Using Captcha Image to Post Message:';
// Error
$_['error_permission']    = 'Warning: You do not have permission to modify module Simple Shoutbox!';
?>