pp_standard.php 2.2 KB
<?php
// Heading
$_['heading_title']					= 'PayPal Standard';

// Text
$_['text_payment']					= 'Paiement';
$_['text_success']					= 'F&eacute;licitations, vous avez modifi&eacute; les d&eacute;tails du paiement <b>PayPal</b> avec succ&egrave;s !';
$_['text_edit']                     = 'Modifier PayPal Standard';
$_['text_pp_standard']				= '<a onclick="window.open(\'https://www.paypal.com/fr/mrb/pal=V4T754QB63XXL\');"><img src="view/image/payment/paypal.png" alt="PayPal" title="PayPal" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_authorization']			= 'Autorisation';
$_['text_sale']						= 'Vente';

// Entry
$_['entry_email']					= 'Courriel :';
$_['entry_test']					= 'Mode de test :';
$_['entry_transaction']				= 'Mode de transaction :';
$_['entry_debug']					= 'Mode d&eacute;bogage :';
$_['entry_total']					= 'Total :';
$_['entry_canceled_reversal_status']= 'Commande Retour :';
$_['entry_completed_status']		= 'Commande Compl&egrave;t&eacute;e :';
$_['entry_denied_status']			= 'Commande Refus&eacute;e :';
$_['entry_expired_status']			= 'Commande Expir&eacute;e :';
$_['entry_failed_status']			= 'Commande Echou&eacute;e :';
$_['entry_pending_status']			= 'Commande En attente :';
$_['entry_processed_status']		= 'Commande Trait&eacute;e :';
$_['entry_refunded_status']			= 'Commande Rembours&eacute;e :';
$_['entry_reversed_status']			= 'Commande Retourn&eacute;e :';
$_['entry_voided_status']			= 'Commande Annul&eacute;e :';
$_['entry_geo_zone']				= 'Zone g&eacute;ographique :';
$_['entry_status']					= '&Eacute;tat :';
$_['entry_sort_order']				= 'Classement :';

// Tab
$_['tab_general']					= 'G&eacute;n&eacute;ral';
$_['tab_status']					= '&Eacute;tat commande';

// Help
$_['help_test']						= 'Utiliser le mode production ou test (bac &agrave; sable) pour effectuer des transactions ?';
$_['help_debug']					= 'Enregistre des informations suppl&eacute;mentaires dans le journal syst&egrave;me.';
$_['help_total']					= 'Montant total que la commande doit atteindre avant que ce mode de paiement ne devienne actif.';

// Error
$_['error_permission']				= 'Attention, vous n&#8217;avez pas la permission de modifier le paiement <b>PayPal</b> !';
$_['error_email']					= 'Attention, l&#8217;e-mail  est requis !'; 
?>