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

// Text
$_['text_success']     = 'Success: You have modified auction statuses!';

// Column
$_['column_name']      = 'Auction Status Name';
$_['column_action']    = 'Action';

// Entry
$_['entry_name']       = 'Auction Status Name:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify auction statuses!';
$_['error_name']       = 'Auction Status Name must be between 3 and 32 characters!';
$_['error_default']    = 'Warning: This auction status cannot be deleted as it is currently assigned as one of the default auction statuses!';
$_['error_auction']    = 'Warning: This auction status cannot be deleted as it is currently assigned to %s auctions!';
?>
