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

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

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

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

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