amazon_subscription.php 1.65 KB
<?php
// Heading
$_['heading_title']        				= 'OpenBay Pro pour Amazon | Mon compte';
$_['text_openbay']						= 'OpenBay Pro';
$_['text_amazon']						= 'Amazon EU';

// Text
$_['text_current_plan']             	= 'Plan actuel';
$_['text_register_invite']          	= "Vous n&#8217;avez pas encore les d&eacute;tails de l&#8217;API ?";
$_['text_available_plans']          	= 'Plans valid&eacute;s';
$_['text_listings_remaining']       	= 'Liste des produits restants';
$_['text_listings_reserved']        	= 'Produits en cours de traitement';
$_['text_account_status']           	= '&Eacute;tat du compte';
$_['text_merchantid']               	= 'ID marchand';
$_['text_change_merchantid']        	= 'Changer';
$_['text_allowed']                  	= 'Autoris&eacute;';
$_['text_not_allowed']              	= 'Non autoris&eacute;';
$_['text_price']              			= 'Prix';
$_['text_name']              			= 'Nom';
$_['text_description']              	= 'Description';
$_['text_order_frequency']          	= 'Fr&eacute;quence d&#8217;importation';
$_['text_bulk_listing']             	= 'Annonces en nombre';
$_['text_product_listings']         	= 'Nouvelles listes de produits par mois';

// Columns
$_['column_name']                     	= 'Nom';
$_['column_description']              	= 'Description';
$_['column_order_frequency']          	= 'Order import frequency';
$_['column_bulk_listing']             	= 'Annonces en nombre';
$_['column_product_listings']         	= 'Listes de produits par mois';
$_['column_price']                    	= 'Prix';

// Buttons
$_['button_change_plan']              	= 'Changer le plan';
$_['button_register']                 	= 'Enregistrement';
?>