<?xml version="1.0" encoding="UTF-8"?>
<modification>
	<id>OpenAuction Pro (French Language Patch)</id>
	<version>1.5.6.1</version>
	<vqmver>2.4.1</vqmver>
	<author>www.opencartcooladdons.com</author>

	<file name="admin/language/french/french.php">
		<operation error="log" info="New Auction texts for Date and Time formatting">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_day']                = 'j';
			$_['text_hour']               = 'h';
			$_['text_minute']             = 'm';
			$_['text_second']             = 's';
			$_['text_ok']                 = 'OK';
			]]></add>
		</operation>

		<operation error="log" info="New Auction tabs in Catalog Product form and Sales Auction form">
			<search position="after"><![CDATA[
			// Tab
			]]></search>
			<add><![CDATA[
			$_['tab_auction']             = 'Enchere';
			$_['tab_auction_detail']      = 'Details';
			$_['tab_auction_setting']     = 'Parametres';
			$_['tab_bid_history']         = 'Historique';
			$_['tab_similar_auction']     = 'Encheres similaires';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/catalog/product.php">
		<operation error="log" info="New Auction texts in Catalog Product listing and form">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction']              = 'Enchere';
			$_['text_auction_no_active']    = 'Aucune enchere active';
			$_['text_auction_notes']        = '<span class="help">&nbsp;&nbsp;&nbsp;<img src="view/image/information.png" height="16" width="16" alt="Note" title="Note" />&nbsp;Option selection is not applicable in Auctions, please write in the Product Description instead e.g. color, size, etc.</span><br />';
			$_['text_auction_add_label']    = 'Auction This Product';
			$_['text_auction_del_label']    = 'Delete This Auction';
			$_['text_auction_new_auction']  = 'New Auction';
			$_['text_auction_getstarted']   = 'Getting started...';
			$_['text_auction_goinggoing']   = 'Going... Going...';
			$_['text_auction_bid']          = 'bid';
			$_['text_auction_bids']         = 'bids';
			$_['text_auction_starting_in']  = 'Starting in';
			$_['text_auction_left']         = 'left';
			]]></add>
		</operation>

		<operation error="log" info="New Auction column in Catalog Product listing">
			<search position="after"><![CDATA[
			// Column
			]]></search>
			<add><![CDATA[
			$_['column_auctions']           = 'Enchere(s)';
			]]></add>
		</operation>

		<operation error="log" info="New Auction entries in Catalog Product form">
			<search position="after"><![CDATA[
			// Entry
			]]></search>
			<add><![CDATA[
			$_['entry_auction_name']        = '<span class="required">*</span> Auction:<br /><span class="help">Give it a name!</span>';
			$_['entry_auction_quantity']    = '<span class="required">*</span> Reserved Quantity:<br /><span class="help">Quantity auto-deducts from Data > Quantity (if Subtract = Yes)</span>';
			$_['entry_auction_starting']    = '<span class="required">*</span> Start Date/Time:<br /><span class="help">Auction becomes available for bidding from this time onwards</span>';
			$_['entry_auction_ending']      = '<span class="required">*</span> End Date/Time:<br /><span class="help">Original end time</span>';
			$_['entry_auction_startprice']  = '<span class="required">*</span> Starting Price:<br /><span class="help">Base price on the total reserved quantity</span>';
			$_['entry_auction_resrvprice']  = 'Reserve Price:<br /><span class="help">Minimum acceptable amount to be considered as won</span>';
			$_['entry_auction_buyprice']    = 'Buyout Price:<br /><span class="help">Immediate sale price if this amount is reached</span>';
			$_['entry_auction_mincrement']  = '<span class="required">*</span> Minimum Increment per Bid:<br /><span class="help">Minimum increment from the last highest bid</span>';
			$_['entry_auction_autobid']     = '(<b>Pro only</b>) Allow Auto-Bidding:<br /><span class="help">Allow customers to set auto-bidding on with a limit while away from keyboard, works very well with Auto-Extension</span>';
			]]></add>
		</operation>

		<operation error="log" info="New Auction validation error messages">
			<search position="after"><![CDATA[
			// Error
			]]></search>
			<add><![CDATA[
			$_['error_product_deletefail']  = '<span class="error">Cannot delete product: Product is attached to %s auction(s) with live bids!</span>';
			$_['error_auction_prod_enable'] = '<span class="error">&nbsp;&nbsp;&nbsp;&nbsp;<img src="view/image/error.png" height="16" width="16" alt="Error" title="Error" />&nbsp;Unable to save Auction(s): Data > Status is not enabled!</span><br />';
			$_['error_auction_stock_minus'] = '<span class="error">&nbsp;&nbsp;&nbsp;&nbsp;<img src="view/image/error.png" height="16" width="16" alt="Error" title="Error" />&nbsp;Unable to save Auction(s): Data > Quantity must not be negative!</span><br />';
			$_['error_auction_deletefail']  = '<span class="error">&nbsp;&nbsp;&nbsp;&nbsp;<img src="view/image/error.png" height="16" width="16" alt="Error" title="Error" />&nbsp;Unable to delete Auction: Auction has already started!</span><br />';
			$_['error_auction_updatefail']  = '<span class="error">&nbsp;&nbsp;&nbsp;&nbsp;<img src="view/image/error.png" height="16" width="16" alt="Error" title="Error" />&nbsp;Unable to update Auction: Auction has already started!</span><br />';
			$_['error_auction_name']        = '<span class="error">Auction Name must be greater than %s and lesser than %s characters!</span>';
			$_['error_auction_quantity']    = '<span class="error">Reserved Quantity must be more than zero!</span>';
			$_['error_auction_starting']    = '<span class="error">Start Date/Time must be a valid date/time and not earlier than now or later than %s to %s hour(s)!</span>';
			$_['error_auction_ending']      = '<span class="error">End Date/Time must be a valid date/time and between %s and %s hour(s) later than the Start Date/Time!</span>';
			$_['error_auction_startprice']  = '<span class="error">Starting Price must be more than zero and not more than %s!</span>';
			$_['error_auction_rsrvprice']   = '<span class="error">Reserve Price must not be lesser than the Starting Price and not more than %s!</span>';
			$_['error_auction_buyprice']    = '<span class="error">Buyout Price must not be lesser than the Starting Price or Reserve Price and not more than %s!</span>';
			$_['error_auction_mincrement']  = '<span class="error">Minimum Increment per Bid must be more than zero and not more than %s!</span>';
			$_['modal_auction_confirm']     = 'Confirmation';
			$_['modal_auction_warning']     = 'Warning';
			$_['modal_auction_add_confirm'] = 'Creating an auction will temporarily disable normal sales on the product until this auction is over! (stacks with other Auctions)<br /><br /><span style="color: #0000FF; font-weight: bold;">Confirm proceed with auction creation?</span>';
			$_['modal_auction_del_confirm'] = 'Auction is starting soon! <span style="color: #FF0000; font-weight: bold;">Are you sure you want to delete it?</span>';
			$_['modal_auction_add_prd_chk'] = 'Cannot create new auction: Product is not enabled!<br /><br />Product status = /%s/ (must be enabled!)<br /><br /><span style="color: #FF0000; font-weight: bold;">Check Data > Status</span>';
			$_['modal_auction_add_stk_chk'] = 'Cannot create new auction: Product is out of stock!<br /><br />Product stock = /%s/ (minimum 1 required!)<br /><br /><span style="color: #FF0000; font-weight: bold;">Check Data > Quantity</span>';
			$_['modal_auction_chstock_chk'] = 'Product stock is not sufficient! Lower reserved quantity or<br /><br /><span style="color: #FF0000; font-weight: bold;">Check Data > Quantity</span><br /><br /><span style="color: #0000FF; font-weight: bold;">Reverting to previous reserved quantity...</span>';
			$_['modal_auction_chstock_min'] = 'Reserved quantity cannot be lesser than 1!<br /><br /><span style="color: #0000FF; font-weight: bold;">Reverting to previous reserved quantity...</span>';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/sale/order.php">
		<operation error="log" info="New Auction text in Sales Order Info and Invoice">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']                        = 'Won from an auction!';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/payment/amazon_checkout.php" error="skip">
		<operation error="log" info="New Auction text for Amazon Checkout Admin - 1.5.6 onwards">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won'] = 'Won from an auction!';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/common/header.php">
		<operation error="log" info="New Auction menu texts in Common Header">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction']                     = 'Auctions';
			$_['text_auction_status']              = 'Auction Statuses';
			$_['text_auction_bid_status']          = 'Auction Bid Statuses';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/common/home.php">
		<operation error="log" info="New Auction content in Admin Dashboard">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_total_auction']            = 'Total Auctions:';
			]]></add>
		</operation>
	</file>

	<file name="admin/language/french/setting/setting.php">
		<operation error="log" info="Add new text - all Auction Settings">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction']                 = 'Auctions';
			$_['text_seconds']                 = 'second(s)';
			$_['text_hours']                   = 'hour(s)';
			$_['text_times']                   = 'time(s)';
			]]></add>
		</operation>

		<operation error="log" info="Add new entries - all Auction Settings">
			<search position="after"><![CDATA[
			// Entry
			]]></search>
			<add><![CDATA[
			$_['entry_auction_parameters']     = 'Auction Parameters:<br /><span class="help">Set the default minimum and maximum limits allowed when creating or editing auctions.<br />For Time = number of hours<br />For Prices = currency amount</span>';
			$_['entry_auction_min_starttime']  = 'Min Start Time<br /><span class="help">(from now)</span>';
			$_['entry_auction_max_starttime']  = 'Max Start Time<br /><span class="help">(from now)</span>';
			$_['entry_auction_min_endtime']    = 'Min End Time<br /><span class="help">(from start)</span>';
			$_['entry_auction_max_endtime']    = 'Max End Time<br /><span class="help">(from start)</span>';
			$_['entry_auction_max_startprice'] = 'Max Starting Price';
			$_['entry_auction_max_rsrvprice']  = 'Max Reserve Price';
			$_['entry_auction_max_buyprice']   = 'Max Buyout Price';
			$_['entry_auction_max_increment']  = 'Max Increment/Bid';
			$_['entry_auction_normal_sales']   = 'Allow Normal Sales:<br /><span class="help">Enable/Disable Add-to-Cart and normal sales activities if product has at least 1 live auction.</span>';
			$_['entry_auction_payment_period'] = 'Payment Period:<br /><span class="help">Set the maximum number of day(s) for won-auctions to be paid before they are voided and released back to the stock.</span>';
			$_['entry_auction_quick_bidding']  = '(<b>Pro only</b>) Allow Quick-Bidding:<br /><span class="help">Allow customers to make instant bid on auctions from the home page or other layouts (module panels), live listing and mini listing within each product catalog page.</span>';
			$_['entry_auction_auto_bidding']   = '(<b>Pro only</b>) Allow Auto-Bidding:<br /><span class="help">Allow customers to set auto-bidding on with a limit while away from keyboard, works very well with Auto-Extension.<br />Changes do NOT affect in-progress or extended auctions.<br /><u>Can also be disabled per auction.</u></span>';
			$_['entry_auction_fast_auto_bids'] = 'Fast-Forward Auto-Bids<br /><span class="help"><br />(Skip concurrent auto-bid fights to the highest amount directly. If Auto-Extension is allowed,<br />enabling this shall also multiply the extension time by the number of auto-bids skipped.)</span>';
			$_['entry_auction_auto_extension'] = '(<b>Pro only</b>) Allow Auto-Extension:<br /><span class="help">Extend auction time when receiving last minute bid, resembles going.. going.. gone! traditional auction feature.<br />Changes do NOT affect in-progress or extended auctions.</span>';
			$_['entry_auction_ext_duration']   = 'Extend for ';
			$_['entry_auction_ext_window']     = 'when new bid is placed within the last ';
			$_['entry_auction_auto_relisting'] = '(<b>Pro only</b>) Allow Auto-Relisting:<br /><span class="help">Relist auction automatically after expiry if it ends without a winner or won-but-not-paid within the payment period.</span>';
			$_['entry_auction_relist_window']  = 'Relist within ';
			$_['entry_auction_relist_max']     = 'of auction expiry and for a maximum of ';
			$_['entry_auction_notifications']  = '(<b>Pro only</b>) Auction Notifications:<br /><span class="help">Trigger auction notifications automatically (by email) for each stage of an auction when processed throughout different progress or by a customer. Notify once per auction unless specified.</span>';
			$_['entry_auction_notify_1stbid']  = 'Notify customers when making 1st bid in a new auction';
			$_['entry_auction_notify_outbid']  = 'Notify customers when outbid 1st time in a new auction';
			$_['entry_auction_notify_overrun'] = 'Notify customers when their auto-bids have been overrun';
			$_['entry_auction_notify_ending']  = 'Notify customers when their bid-auctions ending in 5min';
			$_['entry_auction_notify_extended'] = 'Notify customers when their bid-auctions have extended';
			$_['entry_auction_notify_won']     = 'Notify customers when their bid-auctions have been won';
			$_['entry_auction_notify_lost']    = 'Notify customers when their bid-auctions have been lost';
			$_['entry_auction_notify_expired'] = 'Notify customers when their bid-auctions have expired';
			$_['entry_auction_notify_voided']  = 'Notify customers when their bid-auctions have voided';
			$_['entry_auction_notify_payment'] = 'Remind customers everyday to pay for their won-auctions';
			$_['entry_auction_statuses']       = 'Auction Statuses:<br /><span class="help">Set the default auction statuses for each stage of an auction when processed throughout different progress.</span>';
			$_['entry_auction_starting']       = 'Starting';
			$_['entry_auction_relisting']      = 'Relisting';
			$_['entry_auction_inprogress']     = 'In-Progress';
			$_['entry_auction_extended']       = 'Extended';
			$_['entry_auction_won']            = 'Won';
			$_['entry_auction_expired']        = 'Expired';
			$_['entry_auction_sold']           = 'Sold';
			$_['entry_auction_voided']         = 'Voided';
			$_['entry_auction_bid_statuses']   = 'Auction Bid Statuses:<br /><span class="help">Set the default auction bid statuses for each stage of an auction bid when processed by a customer.</span>';
			$_['entry_auction_bid_winning']    = 'Winning';
			$_['entry_auction_bid_outbid']     = 'Outbid';
			$_['entry_auction_bid_buyout']     = 'Buyout';
			$_['entry_auction_bid_voided']     = 'Voided';
			]]></add>
		</operation>

		<operation error="log" info="Add new errors - all Auction Settings">
			<search position="after"><![CDATA[
			// Error
			]]></search>
			<add><![CDATA[
			$_['error_auction_statuses']       = 'Auction statuses must not overlap!';
			$_['error_auction_bid_statuses']   = 'Auction bid statuses must not overlap!';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/french.php">
		<operation error="log" info="New Auction general texts">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_ok']               = 'OK';
			]]></add>
		</operation>

		<operation error="log" info="New Auction general buttons">
			<search position="after"><![CDATA[
			// Buttons
			]]></search>
			<add><![CDATA[
			$_['button_start_bidding']  = 'Encherissez !';
			$_['button_login_to_bid']   = 'Connectez vous pour encherir';
			$_['button_quick_bid']      = 'Offre';
			$_['button_place_bid']      = 'Placez votre offre';
			$_['button_buy_now']        = 'Achat immediat !';
			$_['button_save_auto_bid']  = 'Enregistrer';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/checkout/cart.php">
		<operation error="log" info="New Auction texts for Shopping Cart">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			$_['text_auction_removal'] = 'une enchere ne peut etre enlevee du panier d achat.' . PHP_EOL . PHP_EOL . 'Mais sera efface du panier en cas de non paiement sous %s jours.';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/module/cart.php">
		<operation error="log" info="New Auction texts for Mini-Cart">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			$_['text_auction_removal'] = 'une enchere ne peut etre enlevee du panier d achat.' . PHP_EOL . PHP_EOL . 'Mais sera efface du panier en cas de non paiement sous %s jours.';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/checkout/checkout.php">
		<operation error="log" info="New Auction texts for Checkout Confirmation">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			$_['text_auction_removal'] = 'Ce produit est ajoute a votre panier suite a une enchere gagnante.' . PHP_EOL . PHP_EOL . 'Mais sera efface du panier en cas de non paiement sous %s jours.';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/payment/pp_standard.php">
		<operation error="log" info="New Auction texts for PayPal Standard (at PayPal page)">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_id'] = 'Reference de l enchere';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/payment/amazon_checkout.php" error="skip">
		<operation error="log" info="New Auction texts for Amazon Checkout - 1.5.6 onwards">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			$_['text_auction_removal'] = 'une enchere ne peut etre enlevee du panier d achat.' . PHP_EOL . PHP_EOL . 'Mais sera efface du panier en cas de non paiement sous %s jours.';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/payment/pp_express.php" error="skip">
		<operation error="log" info="New Auction texts for PayPal Express Checkout - 1.5.6 onwards">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			$_['text_auction_removal'] = 'une enchere ne peut etre enlevee du panier d achat.' . PHP_EOL . PHP_EOL . 'Mais sera efface du panier en cas de non paiement sous %s jours.';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/mail/order.php">
		<operation error="log" info="New Auction texts for Order Mail">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'gagnant sur une enchere !';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/account/order.php">
		<operation error="log" info="New Auction text for Account Order Info">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction_won']     = 'Gagnant sur une enchere !';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/account/account.php">
		<operation error="log" info="New Auction text for My Account">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction']       = 'Votre historique d encheres';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/module/account.php">
		<operation error="log" info="New Auction text for My Account Module">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_auction']     = 'Historique d encheres';
			]]></add>
		</operation>
	</file>

	<file name="catalog/language/french/common/header.php">
		<operation error="log" info="New Auction menu text for Common Header">
			<search position="after"><![CDATA[
			// Text
			]]></search>
			<add><![CDATA[
			$_['text_live_auction']   = 'Produits aux Encheres';
			]]></add>
		</operation>
	</file>

</modification>