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

// Text
$_['text_success']             = 'Success: You have modified auctions!';
$_['text_auction_id']          = 'Auction ID:';
$_['text_auction_name']        = 'Auction Name:';
$_['text_auction_status']      = 'Auction Status';
$_['text_real_ending_time']    = 'End Date/Time:';
$_['text_time_left']           = 'Time Left:';
$_['text_actual_duration']     = 'Actual Duration:';
$_['text_highest_bid_amount']  = 'Highest Bid Amount:';
$_['text_highest_bidder']      = 'Highest Bidder:';
$_['text_highest_bidder_ip']   = 'Bidder IP Address:';
$_['text_last_bid_time']       = 'Last Bid Date/Time:';
$_['text_total_no_of_bid']     = 'Total No. of Bid(s):';
$_['text_total_auto_bid']      = 'Total No. of Auto-Bid(s):';
$_['text_reserve_met']         = 'Reserve has been Met:';
$_['text_buyout_made']         = 'Buyout has been Made:';
$_['text_extension_count']     = 'Auction Extended X time(s):';
$_['text_relisting_count']     = 'Auction Relisted X time(s):';
$_['text_link_order_id']       = 'Link to Order:';
$_['text_date_added']          = 'Date Added:';
$_['text_date_modified']       = 'Date Modified:';
$_['text_date_closed']         = 'Date Closed:';
$_['text_product_image']       = 'Product Image:';
$_['text_product_name']        = 'Product Name:';
$_['text_reserved_quantity']   = 'Reserved Quantity:';
$_['text_starting_time']       = 'Original Start Date/Time:';
$_['text_ending_time']         = 'Original End Date/Time:';
$_['text_starting_price']      = 'Starting Price:';
$_['text_reserve_price']       = 'Reserve Price:';
$_['text_buyout_price']        = 'Buyout Price:';
$_['text_min_increment']       = 'Minimum Increment per Bid:';
$_['text_allow_auto_bid']      = 'Allow Auto-Bidding:';
$_['text_fast_fwd_auto_bids']  = 'Fast-Forward Auto-Bids:';
$_['text_allow_auto_extend']   = 'Allow Auto-Extension:';
$_['text_extension_duration']  = 'Extension Duration:';
$_['text_extension_window']    = 'Extension Window:';
$_['text_getstarted']          = 'Getting started...';
$_['text_goinggoing']          = 'Going... Going...';
$_['text_order']               = 'Order';
$_['text_no_bid_yet']          = '(No bid yet)';
$_['text_not_paid']            = '(Not paid)';
$_['text_bid_type_voided']     = 'Voided';
$_['text_bid_type_buyout']     = 'Buyout';
$_['text_bid_type_winning']    = 'Winning-Bid';
$_['text_bid_type_auto']       = 'Auto-Bid';
$_['text_bid_type_manual']     = 'Manual';

// Column
$_['column_product']           = 'Product';
$_['column_auction_name']      = 'Auction Name';
$_['column_starting_time']     = 'Starting Date/Time';
$_['column_highest_bid']       = 'Highest Bid';
$_['column_total_no_of_bid']   = 'Total Bid(s)';
$_['column_auction_status']    = 'Status';
$_['column_time_left']         = 'Time Left/Ended at';
$_['column_action']            = 'Action';
$_['column_bid_amount']        = 'Bid Amount';
$_['column_bid_type']          = 'Bid Type';
$_['column_bidder']            = 'Bidder';
$_['column_bid_time']          = 'Bid Date/Time';
$_['column_bid_ip_address']    = 'IP Address';

// Error
$_['error_warning']            = 'Warning: Please check the form carefully for errors!';
$_['error_permission']         = 'Warning: You do not have permission to modify auctions!';
$_['error_delete']             = 'Warning: Unable to delete one of the Auctions as it has already started!';
?>