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

// Text
$_['text_success']       = 'Success: You have modified polls!';
$_['text_default']       = 'Default';
$_['text_poll_results'] = 'Poll Results';
$_['text_browse']        = 'Browse Files';
$_['text_percent']         = 'Percent';
$_['text_answer']         = 'Answer';
$_['text_no_votes']          = 'No votes have been recorded for this poll!';

// Column
$_['column_question']        = 'Poll Question';
$_['column_status']      = 'Status';
$_['column_action']      = 'Action';
// Button
$_['tab_results']         = 'Poll Results';

// Button
$_['button_module']         = 'Poll Setting';

// Entry
$_['entry_question']         = 'Question:';
$_['entry_title']        = 'Answer:';
$_['entry_answer']        = 'Answer';
$_['entry_sort_order']         = 'Sort Order:';
$_['entry_image']        = 'Question:';
$_['entry_status']       = 'Status:';
$_['entry_store']       = 'Store:';

// Error
$_['error_question']         = 'Question must be at least 2 and less than 128 characters!';
$_['error_permission']   = 'Warning: You do not have permission to modify polls!';
$_['error_name']         = 'Poll Name must be between 3 and 64 characters!';
$_['error_answer']        = 'Answer must be between 2 and 128 characters!';
$_['error_default']      = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
$_['error_product']      = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!';
$_['error_category']     = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!';
$_['error_information']  = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';
?>