securetrading_ws.php 1.8 KB
<?php

$_['text_title'] 			                 = 'Carte de cr&eacute;dit';
$_['text_card_details'] 	                 = 'D&eacute;tails carte de cr&eacute;dit';
$_['text_wait'] 			                 = 'Traitement de votre paiement';
$_['text_auth_code'] 		  			  	 = 'Code d&#8217;autorisation : %s';
$_['text_postcode_check'] 	  				 = 'Contr&ocirc;le code postal : %s';
$_['text_security_code_check'] 				 = 'Contr&ocirc;le CVV2 : %s';
$_['text_address_check'] 					 = 'Contr&ocirc;le adresse : %s';
$_['text_3d_secure_check'] 					 = '3D Secure : %s';
$_['text_not_given'] 						 = 'Non communiqu&eacute;';
$_['text_not_checked'] 						 = 'Non contr&ocirc;l&eacute;';
$_['text_match'] 							 = 'Correspond';
$_['text_not_match'] 						 = 'Ne correspond pas';
$_['text_authenticated'] 					 = 'Authentifi&eacute;';
$_['text_not_authenticated'] 				 = 'Non authentifi&eacute;';
$_['text_authentication_not_completed'] 	 = 'Tentative non aboutie';
$_['text_unable_to_perform'] 				 = 'Impossible &agrave; r&eacute;aliser';
$_['text_transaction_declined'] 			 = 'Votre banque a refus&eacute; la transaction. S.V.P. utilisez un mode de paiement diff&eacute;rent.';
$_['text_transaction_failed'] 				 = 'Impossible de traiter le paiement. S.V.P. v&eacute;rifier les informations que vous avez fournis.';
$_['text_connection_error'] 				 = 'S.V.P. r&eacute;essayer plus tard ou utilisez un autre mode de paiement.';

$_['entry_type'] 							 = "Type de la carte";
$_['entry_number'] 							 = "Num&eacute;ro de la carte";
$_['entry_expire_date'] 					 = "Date d&#8217;expiration";
$_['entry_cvv2'] 							 = "Code de s&eacute;curit&eacute; (CVV2)";

$_['button_confirm'] 						 = 'Confirmer';

$_['error_failure'] 						 = 'Impossible de terminer l&#8217;op&eacute;ration. S.V.P. r&eacute;essayer plus tard ou utilisez un autre mode de paiement.';
?>